diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-23 23:51:37 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-23 23:51:37 +0000 |
commit | 66447b0b47165afbf81758919dd8afc01c21ff16 (patch) | |
tree | f9e6ede152eb76eaf1c6ae2e9d39dca9967e1d9b /archivers/p5-Compress-Zlib | |
parent | Upgrade to 0.99.35 (diff) |
Import of perl5 module for access to libz functions.
Notes
Notes:
svn path=/head/; revision=4079
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 33 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/distinfo | 1 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/pkg-descr | 13 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/pkg-plist | 8 |
5 files changed, 56 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile new file mode 100644 index 000000000000..45a627a0fb2d --- /dev/null +++ b/archivers/p5-Compress-Zlib/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Compress-Zlib +# Version required: 0.4 +# Date created: October 20th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Compress-Zlib-0.4 +PKGNAME= p5-Compress-Zlib-0.4 +CATEGORIES+= archivers +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Compress/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Compress/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Compress/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Compress/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Compress/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Compress/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in Compress::Zlib; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/archivers/p5-Compress-Zlib/distinfo b/archivers/p5-Compress-Zlib/distinfo new file mode 100644 index 000000000000..15497ef2af17 --- /dev/null +++ b/archivers/p5-Compress-Zlib/distinfo @@ -0,0 +1 @@ +MD5 (Compress-Zlib-0.4.tar.gz) = 1edaacdcec972532e6ee7a122789beb7 diff --git a/archivers/p5-Compress-Zlib/pkg-comment b/archivers/p5-Compress-Zlib/pkg-comment new file mode 100644 index 000000000000..68ebc237f8c3 --- /dev/null +++ b/archivers/p5-Compress-Zlib/pkg-comment @@ -0,0 +1 @@ +perl5 interface to zlib compression library. diff --git a/archivers/p5-Compress-Zlib/pkg-descr b/archivers/p5-Compress-Zlib/pkg-descr new file mode 100644 index 000000000000..9176ec58e0e7 --- /dev/null +++ b/archivers/p5-Compress-Zlib/pkg-descr @@ -0,0 +1,13 @@ + The Compress::Zlib module provides a Perl interface to the + zlib compression library (see the AUTHORS entry elsewhere + in this documentfor details about where to get zlib). Most + of the functionality provided by zlib is available in + Compress::Zlib. + + The module can be split into two general areas of + functionality, namely in-memory compression/decompression + and read/write access to gzip files. Each of these areas + will be discussed separately below. + + WARNING: The interface defined in this document is alpha + and is liable to change. diff --git a/archivers/p5-Compress-Zlib/pkg-plist b/archivers/p5-Compress-Zlib/pkg-plist new file mode 100644 index 000000000000..ebb0c318ee12 --- /dev/null +++ b/archivers/p5-Compress-Zlib/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/man/man3/Compress::Zlib.3.gz +lib/perl5/site_perl/Compress/Zlib.pm +lib/perl5/site_perl/auto/Compress/Zlib/autosplit.ix +lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib/Zlib.bs +lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib/Zlib.so +lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib + |