diff options
author | sno <sno> | 2010-09-04 11:36:08 +0000 |
---|---|---|
committer | sno <sno> | 2010-09-04 11:36:08 +0000 |
commit | b7bc4bf274341c6a8fdf1e02988e9313027074b3 (patch) | |
tree | 7c619606b993af2c1412a12d6ee55f7185d1578b | |
parent | 6a3eb5afbe0d63bab6009edef8d1b791840611c4 (diff) | |
download | pkgsrc-b7bc4bf274341c6a8fdf1e02988e9313027074b3.tar.gz |
Importing package for p5 module PerlIO::gzip version 0.18 during update
of devel/svk.
PerlIO::gzip provides a PerlIO layer that manipulates files in the format
used by the gzip program. Compression and Decompression are implemented,
but not together. If you attempt to open a file for reading and writing
the open will fail.
-rw-r--r-- | devel/p5-PerlIO-gzip/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-PerlIO-gzip/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-PerlIO-gzip/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-PerlIO-gzip/DESCR b/devel/p5-PerlIO-gzip/DESCR new file mode 100644 index 00000000000..a329e896e3b --- /dev/null +++ b/devel/p5-PerlIO-gzip/DESCR @@ -0,0 +1,4 @@ +PerlIO::gzip provides a PerlIO layer that manipulates files in the format +used by the gzip program. Compression and Decompression are implemented, +but not together. If you attempt to open a file for reading and writing +the open will fail. diff --git a/devel/p5-PerlIO-gzip/Makefile b/devel/p5-PerlIO-gzip/Makefile new file mode 100644 index 00000000000..d8006e22cc0 --- /dev/null +++ b/devel/p5-PerlIO-gzip/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/09/04 11:36:08 sno Exp $ + +DISTNAME= PerlIO-gzip-0.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PerlIO/} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip +HOMEPAGE= http://search.cpan.org/dist/PerlIO-gzip/ +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES+= c + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/PerlIO/gzip/.packlist + +.include "../../devel/zlib/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-PerlIO-gzip/distinfo b/devel/p5-PerlIO-gzip/distinfo new file mode 100644 index 00000000000..09137cc5794 --- /dev/null +++ b/devel/p5-PerlIO-gzip/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/09/04 11:36:08 sno Exp $ + +SHA1 (PerlIO-gzip-0.18.tar.gz) = f16b4a1710cf6a4bfdc589ab8c3b056a6d994a9d +RMD160 (PerlIO-gzip-0.18.tar.gz) = 36b4991424fdfa4dbb824411cbd57f49922ad026 +Size (PerlIO-gzip-0.18.tar.gz) = 19179 bytes |