pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Pipely Import IO-Pipely-0.005 as devel/p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd82c00aa82d
branches:  trunk
changeset: 627768:dd82c00aa82d
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Dec 15 12:49:32 2013 +0000

description:
Import IO-Pipely-0.005 as devel/p5-IO-Pipely.

Pipes are troublesome beasts because there are a few different, incompatible
ways to create them. Not all platforms support all ways, and some platforms
may have hidden difficulties like incomplete or buggy support.

IO::Pipely provides a couple functions to portably create one- and two-way
pipes and pipe-like socket pairs. It acknowledges and works around known
platform issues so you don't have to.

diffstat:

 devel/p5-IO-Pipely/DESCR    |   7 +++++++
 devel/p5-IO-Pipely/Makefile |  18 ++++++++++++++++++
 devel/p5-IO-Pipely/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r feb08c209e4a -r dd82c00aa82d devel/p5-IO-Pipely/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Pipely/DESCR  Sun Dec 15 12:49:32 2013 +0000
@@ -0,0 +1,7 @@
+Pipes are troublesome beasts because there are a few different, incompatible
+ways to create them. Not all platforms support all ways, and some platforms
+may have hidden difficulties like incomplete or buggy support.
+
+IO::Pipely provides a couple functions to portably create one- and two-way
+pipes and pipe-like socket pairs. It acknowledges and works around known
+platform issues so you don't have to.
diff -r feb08c209e4a -r dd82c00aa82d devel/p5-IO-Pipely/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Pipely/Makefile       Sun Dec 15 12:49:32 2013 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/12/15 12:49:32 wen Exp $
+#
+
+DISTNAME=      IO-Pipely-0.005
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/IO-Pipely/
+COMMENT=       Portably create pipe() or pipe-like handles, one way or another
+LICENSE=       ${PERL5_LICENSE}
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/IO/Pipely/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r feb08c209e4a -r dd82c00aa82d devel/p5-IO-Pipely/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Pipely/distinfo       Sun Dec 15 12:49:32 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/12/15 12:49:32 wen Exp $
+
+SHA1 (IO-Pipely-0.005.tar.gz) = abcfa9df6ab2a000ce85fa0c34835a5252fb4686
+RMD160 (IO-Pipely-0.005.tar.gz) = 493850e1501cd25a6105ea489a37420e7cf66200
+Size (IO-Pipely-0.005.tar.gz) = 23928 bytes



Home | Main Index | Thread Index | Old Index