summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Zlib
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-13 17:10:15 +0000
committercjep <cjep>2002-12-13 17:10:15 +0000
commitf7ffe1c89859ed898538738ed831196de408b55b (patch)
treeeb7b9d5b9be81b6ae295b26684ad4a8555812cbe /devel/p5-IO-Zlib
parenta64c2235cb2535143955048a29e29bf60fcd55fe (diff)
downloadpkgsrc-f7ffe1c89859ed898538738ed831196de408b55b.tar.gz
Initial import of the perl IO::Zlib module v1.01 into the NetBSD packages
collection as devel/p5-IO-Zlib. The IO::Zlib module provides a Perl IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object, so you can have common code that doesn't know which sort of file it is using.
Diffstat (limited to 'devel/p5-IO-Zlib')
-rw-r--r--devel/p5-IO-Zlib/DESCR5
-rw-r--r--devel/p5-IO-Zlib/Makefile18
-rw-r--r--devel/p5-IO-Zlib/PLIST1
-rw-r--r--devel/p5-IO-Zlib/distinfo4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-IO-Zlib/DESCR b/devel/p5-IO-Zlib/DESCR
new file mode 100644
index 00000000000..8f0cfe88477
--- /dev/null
+++ b/devel/p5-IO-Zlib/DESCR
@@ -0,0 +1,5 @@
+The IO::Zlib module provides a Perl IO:: style interface to the
+Compress::Zlib package. The main advantage is that you can use an
+IO::Zlib object in much the same way as an IO::File object, so you
+can have common code that doesn't know which sort of file it is
+using.
diff --git a/devel/p5-IO-Zlib/Makefile b/devel/p5-IO-Zlib/Makefile
new file mode 100644
index 00000000000..0249f8b1858
--- /dev/null
+++ b/devel/p5-IO-Zlib/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 17:10:15 cjep Exp $
+
+DISTNAME= IO-Zlib-1.01
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5izl
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= damon@brodiefamily.org
+COMMENT= perl5 IO:: style interface to Compress::Zlib
+
+DEPENDS+= p5-Compress-Zlib>=1.16:../../devel/p5-Compress-Zlib
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Zlib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-Zlib/PLIST b/devel/p5-IO-Zlib/PLIST
new file mode 100644
index 00000000000..64fb2c32a98
--- /dev/null
+++ b/devel/p5-IO-Zlib/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/13 17:10:15 cjep Exp $
diff --git a/devel/p5-IO-Zlib/distinfo b/devel/p5-IO-Zlib/distinfo
new file mode 100644
index 00000000000..15060c94ad8
--- /dev/null
+++ b/devel/p5-IO-Zlib/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/13 17:10:15 cjep Exp $
+
+SHA1 (IO-Zlib-1.01.tar.gz) = d9cfcdf0db1774b2d6217438ce7bd1e00dfe8590
+Size (IO-Zlib-1.01.tar.gz) = 4250 bytes