Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6330a2788b86c42c46a497c36de31fba942fe5ee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6330a2788b86c42c46a497c36de31fba942fe5ee)
  • Date: Sun, 23 Jun 2019 01:00:46 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 8 ++++++++
perl-cpan/io-socket-timeout/DEPENDS | 2 ++
perl-cpan/io-socket-timeout/DETAILS | 17 +++++++++++++++++
perl-cpan/io-socket-timeout/HISTORY | 2 ++
perl-cpan/perl-redis/DEPENDS | 3 +++
perl-cpan/perl-redis/DETAILS | 16 ++++++++++++++++
perl-cpan/perl-redis/HISTORY | 2 ++
perl-cpan/perlio-via-timeout/DEPENDS | 2 ++
perl-cpan/perlio-via-timeout/DETAILS | 16 ++++++++++++++++
perl-cpan/perlio-via-timeout/HISTORY | 2 ++
perl-cpan/time-out/DEPENDS | 1 +
perl-cpan/time-out/DETAILS | 15 +++++++++++++++
perl-cpan/time-out/HISTORY | 2 ++
13 files changed, 88 insertions(+)

New commits:
commit 6330a2788b86c42c46a497c36de31fba942fe5ee
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

perl-redis: new spell, Perl binding for Redis database

commit 080281ae48acd783aeb5a36e617b9bdc90cce669
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

io-socket-timeout: new spell, IO::Socket with read/write timeout

commit 494d1528f61d4f769921d1b38c61c31aeb8fc72c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

perlio-via-timeout: new spell, PerlIO layer that adds read & write
timeout to a handle

commit 346263963e0732f28b30b89c94664439e90853be
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

time-out: new spell, easily timeout long running operations

diff --git a/ChangeLog b/ChangeLog
index f7c4e18..53254ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * perl-cpan/time-out: new spell, easily timeout long running
operations
+ * perl-cpan/perlio-via-timeout: new spell, PerlIO layer that adds read
+ & write timeout to a handle
+ * perl-cpan/io-socket-timeout: new spell, IO::Socket with read/write
+ timeout
+ * perl-cpan/perl-redis: new spell, Perl binding for Redis database
+
2019-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/libmypaint: new spell, mypaint's brush library
* graphics/mypaint-brushes: new spell, brushes for mypaint
diff --git a/perl-cpan/io-socket-timeout/DEPENDS
b/perl-cpan/io-socket-timeout/DEPENDS
new file mode 100755
index 0000000..5b8aa01
--- /dev/null
+++ b/perl-cpan/io-socket-timeout/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends perlio-via-timeout
diff --git a/perl-cpan/io-socket-timeout/DETAILS
b/perl-cpan/io-socket-timeout/DETAILS
new file mode 100755
index 0000000..94cc09b
--- /dev/null
+++ b/perl-cpan/io-socket-timeout/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=io-socket-timeout
+ SPELLX=IO-Socket-Timeout
+ VERSION=0.32
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/D/DA/DAMS/${SOURCE}
+
SOURCE_HASH=sha512:013ad036c796880ab464b18f642260609095cf40c74f3127abaf3c8a596ba8ee85746129dc84d2d1e6f1bbfc86d75969e99c5a9b67736fa3e5e8bc7f5ddf83a6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/IO-Socket-Timeout/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="IO::Socket with read/write timeout"
+cat << EOF
+IO::Socket provides a way to set a timeout on the socket, but the timeout
+will be used only for connection, not for reading / writing operations.
+This module provides a way to set a timeout on read / write operations on an
+IO::Socket instance, or any IO::Socket::* modules, like IO::Socket::INET.
+EOF
diff --git a/perl-cpan/io-socket-timeout/HISTORY
b/perl-cpan/io-socket-timeout/HISTORY
new file mode 100644
index 0000000..4291763
--- /dev/null
+++ b/perl-cpan/io-socket-timeout/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.32
diff --git a/perl-cpan/perl-redis/DEPENDS b/perl-cpan/perl-redis/DEPENDS
new file mode 100755
index 0000000..6fda2e4
--- /dev/null
+++ b/perl-cpan/perl-redis/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+depends try-tiny &&
+depends io-socket-timeout
diff --git a/perl-cpan/perl-redis/DETAILS b/perl-cpan/perl-redis/DETAILS
new file mode 100755
index 0000000..a0f1408
--- /dev/null
+++ b/perl-cpan/perl-redis/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=perl-redis
+ SPELLX=Redis
+ VERSION=1.991
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/D/DA/DAMS/${SOURCE}
+
SOURCE_HASH=sha512:28e4c5d4c4275a9949cc25f239c1f8bdd3371bd5f5772e72e6d4c063ce1cbfec77d429e6efcf3836a397d76eb9b7351ca98585ee5697f6bfbf359c200ace7819
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Redis/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="Perl binding for Redis database"
+cat << EOF
+Pure Perl bindings for Redis.
+
+This version supports protocol 2.x (multi-bulk) or later of Redis.
+EOF
diff --git a/perl-cpan/perl-redis/HISTORY b/perl-cpan/perl-redis/HISTORY
new file mode 100644
index 0000000..628cbbc
--- /dev/null
+++ b/perl-cpan/perl-redis/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.991
diff --git a/perl-cpan/perlio-via-timeout/DEPENDS
b/perl-cpan/perlio-via-timeout/DEPENDS
new file mode 100755
index 0000000..d2249db
--- /dev/null
+++ b/perl-cpan/perlio-via-timeout/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends time-out
diff --git a/perl-cpan/perlio-via-timeout/DETAILS
b/perl-cpan/perlio-via-timeout/DETAILS
new file mode 100755
index 0000000..b1f9c82
--- /dev/null
+++ b/perl-cpan/perlio-via-timeout/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=perlio-via-timeout
+ SPELLX=PerlIO-via-Timeout
+ VERSION=0.32
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/D/DA/DAMS/${SOURCE}
+
SOURCE_HASH=sha512:52200c0d19da7a19b9b328473b0e7b57a1a3102fd3ace947af8fef8f670aaebe37811daaa2e2b6cf2f6397855a4cfb2424af053322146a8acefd71e1bb30f681
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/PerlIO-via-Timeout/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="PerlIO layer that adds read & write timeout to a handle"
+cat << EOF
+This package implements a PerlIO layer, that adds read / write timeout.
+This can be useful to avoid blocking while accessing a handle (file,
+socket, ...), and fail after some time.
+EOF
diff --git a/perl-cpan/perlio-via-timeout/HISTORY
b/perl-cpan/perlio-via-timeout/HISTORY
new file mode 100644
index 0000000..4291763
--- /dev/null
+++ b/perl-cpan/perlio-via-timeout/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.32
diff --git a/perl-cpan/time-out/DEPENDS b/perl-cpan/time-out/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/time-out/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/time-out/DETAILS b/perl-cpan/time-out/DETAILS
new file mode 100755
index 0000000..65342d4
--- /dev/null
+++ b/perl-cpan/time-out/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=time-out
+ SPELLX=Time-Out
+ VERSION=0.11
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=${PERL_CPAN_URL}/authors/id/P/PA/PATL/${SOURCE}
+
SOURCE_HASH=sha512:707f113bf3d6c607f8e945d0bd89e9b035eebd7df79e3d8f62eea9e344bebfdce7d9165bfaf20c6267e68e3503c673077cec0823a7b2f139c24effd2e6cecd0a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Time-Out/
+ LICENSE[0]=ART
+ ENTERED=20190622
+ SHORT="easily timeout long running operations"
+cat << EOF
+Time::Out provides an easy interface to alarm(2) based timeouts.
+Nested timeouts are supported.
+EOF
diff --git a/perl-cpan/time-out/HISTORY b/perl-cpan/time-out/HISTORY
new file mode 100644
index 0000000..bd297bf
--- /dev/null
+++ b/perl-cpan/time-out/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.11



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6330a2788b86c42c46a497c36de31fba942fe5ee), Vlad Glagolev, 06/22/2019

Archive powered by MHonArc 2.6.24.

Top of Page