diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile new file mode 100644 index 00000000000..359705fac3f --- /dev/null +++ b/archivers/p5-IO-Zlib/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/08/02 20:44:50 jakob Exp $ + +COMMENT= "IO:: style interface to Compress::Zlib" + +DISTNAME= IO-Zlib-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} + +MAINTAINER= Jakob Schlyter + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +BUILD_DEPENDS= :p5-Compress-Zlib->1.15:archivers/p5-Compress-Zlib +RUN_DEPENDS= ${BUILD_DEPENDS} + +CONFIGURE_STYLE= perl + +.include diff --git a/archivers/p5-IO-Zlib/distinfo b/archivers/p5-IO-Zlib/distinfo new file mode 100644 index 00000000000..90b811d35ee --- /dev/null +++ b/archivers/p5-IO-Zlib/distinfo @@ -0,0 +1,3 @@ +MD5 (IO-Zlib-1.01.tar.gz) = 914af0c54586d9e979fe03e5f1e341f0 +RMD160 (IO-Zlib-1.01.tar.gz) = ad4b031a2cb1fb6dc3caebcafa9c028d72d62887 +SHA1 (IO-Zlib-1.01.tar.gz) = d9cfcdf0db1774b2d6217438ce7bd1e00dfe8590 diff --git a/archivers/p5-IO-Zlib/pkg/DESCR b/archivers/p5-IO-Zlib/pkg/DESCR new file mode 100644 index 00000000000..cf5d38fd770 --- /dev/null +++ b/archivers/p5-IO-Zlib/pkg/DESCR @@ -0,0 +1,4 @@ +This modules provides an 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/archivers/p5-IO-Zlib/pkg/PLIST b/archivers/p5-IO-Zlib/pkg/PLIST new file mode 100644 index 00000000000..fd0ce82c03c --- /dev/null +++ b/archivers/p5-IO-Zlib/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/08/02 20:44:50 jakob Exp $ +${P5SITE}/IO/Zlib.pm +${P5ARCH}/auto/IO/Zlib/.packlist +man/man3p/IO::Zlib.3p +@dirrm ${P5ARCH}/auto/IO/Zlib