From fa777add9769c7c02573aaad42f5c978d6472046 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 15 Feb 2002 14:33:17 +0000 Subject: IO:: style interface to Compress::Zlib. --- archivers/Makefile | 1 + archivers/p5-IO-Zlib/Makefile | 24 ++++++++++++++++++++++++ archivers/p5-IO-Zlib/distinfo | 1 + archivers/p5-IO-Zlib/pkg-comment | 1 + archivers/p5-IO-Zlib/pkg-descr | 8 ++++++++ archivers/p5-IO-Zlib/pkg-plist | 5 +++++ 6 files changed, 40 insertions(+) create mode 100644 archivers/p5-IO-Zlib/Makefile create mode 100644 archivers/p5-IO-Zlib/distinfo create mode 100644 archivers/p5-IO-Zlib/pkg-comment create mode 100644 archivers/p5-IO-Zlib/pkg-descr create mode 100644 archivers/p5-IO-Zlib/pkg-plist (limited to 'archivers') diff --git a/archivers/Makefile b/archivers/Makefile index a74ce616b95d..f049a1524988 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -30,6 +30,7 @@ SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Zlib + SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary SUBDIR += parchive SUBDIR += pkzip diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile new file mode 100644 index 000000000000..3028666f1ff2 --- /dev/null +++ b/archivers/p5-IO-Zlib/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: IO::Zlib +# Date created: 15 Feb 2002 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= IO-Zlib +PORTVERSION= 1.01 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMHUGHES +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib + +PERL_CONFIGURE= yes +MAN3= IO::Zlib.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/archivers/p5-IO-Zlib/distinfo b/archivers/p5-IO-Zlib/distinfo new file mode 100644 index 000000000000..d963061bc779 --- /dev/null +++ b/archivers/p5-IO-Zlib/distinfo @@ -0,0 +1 @@ +MD5 (IO-Zlib-1.01.tar.gz) = 914af0c54586d9e979fe03e5f1e341f0 diff --git a/archivers/p5-IO-Zlib/pkg-comment b/archivers/p5-IO-Zlib/pkg-comment new file mode 100644 index 000000000000..3d9bc0ed200b --- /dev/null +++ b/archivers/p5-IO-Zlib/pkg-comment @@ -0,0 +1 @@ +IO:: style interface to Compress::Zlib diff --git a/archivers/p5-IO-Zlib/pkg-descr b/archivers/p5-IO-Zlib/pkg-descr new file mode 100644 index 000000000000..d5d3ca81716f --- /dev/null +++ b/archivers/p5-IO-Zlib/pkg-descr @@ -0,0 +1,8 @@ +This is the IO::Zlib module package for perl5. + +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. + +WWW: http://search.cpan.org/search?dist=IO-Zlib diff --git a/archivers/p5-IO-Zlib/pkg-plist b/archivers/p5-IO-Zlib/pkg-plist new file mode 100644 index 000000000000..5e57765c44d8 --- /dev/null +++ b/archivers/p5-IO-Zlib/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/IO/Zlib.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Zlib/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Zlib +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true -- cgit v1.2.3