summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorVlad Glagolev2019-06-23 00:57:27 +0000
committerVlad Glagolev2019-06-23 00:57:27 +0000
commit494d1528f61d4f769921d1b38c61c31aeb8fc72c (patch)
tree2c7288b18d7ed85e63ab7f96c4d145e2bc39dbe4 /perl-cpan
parent346263963e0732f28b30b89c94664439e90853be (diff)
perlio-via-timeout: new spell, PerlIO layer that adds read & write timeout to a handle
Diffstat (limited to 'perl-cpan')
-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
3 files changed, 20 insertions, 0 deletions
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