summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Pipeline
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-11 11:16:33 +0000
committerseb <seb@pkgsrc.org>2010-04-11 11:16:33 +0000
commit9bd3ba755bc82effa70d527c8825e8a71f2242ac (patch)
treecf80f115f745ce0a5615383698cae7abc0581609 /devel/p5-IO-Pipeline
parent4d9e753718e8418b0ad2c77d7ce18bf10250a9d6 (diff)
downloadpkgsrc-9bd3ba755bc82effa70d527c8825e8a71f2242ac.tar.gz
Initial import of p5-IO-Pipeline version 0.9.2 in the NetBSD Packages
Collection. The Perl 5 module IO::Pipeline is a metaphor for shell pipelines. It exports three functions "pmap", "pgrep" and "psink" returning pipeline objects wich can be combined with the overloaded '|' operator.
Diffstat (limited to 'devel/p5-IO-Pipeline')
-rw-r--r--devel/p5-IO-Pipeline/DESCR4
-rw-r--r--devel/p5-IO-Pipeline/Makefile20
-rw-r--r--devel/p5-IO-Pipeline/distinfo5
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-IO-Pipeline/DESCR b/devel/p5-IO-Pipeline/DESCR
new file mode 100644
index 00000000000..44b4c688e7e
--- /dev/null
+++ b/devel/p5-IO-Pipeline/DESCR
@@ -0,0 +1,4 @@
+The Perl 5 module IO::Pipeline is a metaphor for shell pipelines.
+It exports three functions "pmap", "pgrep" and "psink" returning
+pipeline objects wich can be combined with the overloaded '|'
+operator.
diff --git a/devel/p5-IO-Pipeline/Makefile b/devel/p5-IO-Pipeline/Makefile
new file mode 100644
index 00000000000..c02feb88424
--- /dev/null
+++ b/devel/p5-IO-Pipeline/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 11:16:33 seb Exp $
+#
+
+DISTNAME= IO-Pipeline-0.009002
+PKGNAME= p5-IO-Pipeline-0.9.2
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IO-Pipeline/
+COMMENT= Perl 5 module providing map and grep for filehandles, unix pipe style
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/IO/Pipeline/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-Pipeline/distinfo b/devel/p5-IO-Pipeline/distinfo
new file mode 100644
index 00000000000..7cd2f0f507c
--- /dev/null
+++ b/devel/p5-IO-Pipeline/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/11 11:16:33 seb Exp $
+
+SHA1 (IO-Pipeline-0.009002.tar.gz) = 62e9b2d0ed364044afe939930b4e388de5d6ac19
+RMD160 (IO-Pipeline-0.009002.tar.gz) = 8ff57a2289a3e57f1ed6660e0cc99a2d075a8e58
+Size (IO-Pipeline-0.009002.tar.gz) = 20717 bytes