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.
This commit is contained in:
parent
4d9e753718
commit
9bd3ba755b
3 changed files with 29 additions and 0 deletions
4
devel/p5-IO-Pipeline/DESCR
Normal file
4
devel/p5-IO-Pipeline/DESCR
Normal file
|
@ -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.
|
20
devel/p5-IO-Pipeline/Makefile
Normal file
20
devel/p5-IO-Pipeline/Makefile
Normal file
|
@ -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"
|
5
devel/p5-IO-Pipeline/distinfo
Normal file
5
devel/p5-IO-Pipeline/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue