summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xperl-cpan/perlio-via-timeout/DEPENDS2
-rwxr-xr-xperl-cpan/perlio-via-timeout/DETAILS16
-rw-r--r--perl-cpan/perlio-via-timeout/HISTORY2
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d22cb390a4..955297317d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2019-06-22 Vlad Glagolev <stealth@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
2019-06-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* graphics-libs/libmypaint: new spell, mypaint's brush library
diff --git a/perl-cpan/perlio-via-timeout/DEPENDS b/perl-cpan/perlio-via-timeout/DEPENDS
new file mode 100755
index 0000000000..d2249db717
--- /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 0000000000..b1f9c82b77
--- /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 0000000000..42917635b1
--- /dev/null
+++ b/perl-cpan/perlio-via-timeout/HISTORY
@@ -0,0 +1,2 @@
+2019-06-22 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.32