diff options
author | seb <seb@pkgsrc.org> | 2009-01-28 22:06:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-01-28 22:06:14 +0000 |
commit | 632b5409df909b61a37ed12ab3e6e2c07b77e00e (patch) | |
tree | 94130c1626dc52154ca543bf6a873323f8216b56 /devel | |
parent | ca26dece85d3374e3bb20f8e06665022c39a30f0 (diff) | |
download | pkgsrc-632b5409df909b61a37ed12ab3e6e2c07b77e00e.tar.gz |
Initial import of p5-Mixin-Linewise version 0.002 in the NetBSD
Packages Collection.
The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers
provide methods for handling reading from or writing to strings or
files designated by name: only a method to handle file handles has
to be provided.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Mixin-Linewise/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Mixin-Linewise/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Mixin-Linewise/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Mixin-Linewise/DESCR b/devel/p5-Mixin-Linewise/DESCR new file mode 100644 index 00000000000..0ffd57da849 --- /dev/null +++ b/devel/p5-Mixin-Linewise/DESCR @@ -0,0 +1,4 @@ +The Perl 5 modules Mixin::Linewise::Readers and Mixin::Linewise::Writers +provide methods for handling reading from or writing to strings or +files designated by name: only a method to handle file handles has +to be provided. diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile new file mode 100644 index 00000000000..a2d9a4896ed --- /dev/null +++ b/devel/p5-Mixin-Linewise/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/28 22:06:14 seb Exp $ +# + +DISTNAME= Mixin-Linewise-0.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Mixin-Linewise/ +COMMENT= Perl 5 linewise readers and writers for strings and filenames + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Mixin/Linewise/.packlist + +DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String +DEPENDS+= p5-Sub-Exporter>=0.900:../../devel/p5-Sub-Exporter + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Mixin-Linewise/distinfo b/devel/p5-Mixin-Linewise/distinfo new file mode 100644 index 00000000000..7d414962d84 --- /dev/null +++ b/devel/p5-Mixin-Linewise/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/28 22:06:14 seb Exp $ + +SHA1 (Mixin-Linewise-0.002.tar.gz) = 690054ea0c6876192e8223f39c5c814ba8a6fef1 +RMD160 (Mixin-Linewise-0.002.tar.gz) = eb8cb482a38aa45681a9895f86ae032f7fa69c86 +Size (Mixin-Linewise-0.002.tar.gz) = 21788 bytes |