diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:21:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:21:27 +0000 |
commit | f23533840245b0db23f85cc72791231feb800b26 (patch) | |
tree | 4c18cfa88ded5d78511b478b36a8ca0faa65c3c0 | |
parent | 45134e244219a5a577db739526b0fc25a2e01fc6 (diff) | |
download | ports-f23533840245b0db23f85cc72791231feb800b26.tar.gz ports-f23533840245b0db23f85cc72791231feb800b26.zip |
Notes
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 23 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 1 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg-descr | 6 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg-plist | 8 |
6 files changed, 40 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index d5d3411be84c..be9114e746cb 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -23,6 +23,7 @@ SUBDIR += mscompress SUBDIR += nulib SUBDIR += p5-Archive-Tar + SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Zlib SUBDIR += pkzip SUBDIR += ppunpack diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile new file mode 100644 index 000000000000..bba8cf0c1da7 --- /dev/null +++ b/archivers/p5-Archive-Zip/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Archive-Zip +# Date created: Mon Jan 1 09:33:13 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Archive-Zip +PORTVERSION= 0.10 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Archive +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Archive::Zip.3 Archive::Zip::Tree.3 + +.include <bsd.port.mk> diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo new file mode 100644 index 000000000000..7a93b6a47616 --- /dev/null +++ b/archivers/p5-Archive-Zip/distinfo @@ -0,0 +1 @@ +MD5 (Archive-Zip-0.10.tar.gz) = 5138b014d44a7569953602173eb0ab81 diff --git a/archivers/p5-Archive-Zip/pkg-comment b/archivers/p5-Archive-Zip/pkg-comment new file mode 100644 index 000000000000..ca490b08de9c --- /dev/null +++ b/archivers/p5-Archive-Zip/pkg-comment @@ -0,0 +1 @@ +Perl module to create, manipulate, read, and write Zip archive files diff --git a/archivers/p5-Archive-Zip/pkg-descr b/archivers/p5-Archive-Zip/pkg-descr new file mode 100644 index 000000000000..5d84ed8d1175 --- /dev/null +++ b/archivers/p5-Archive-Zip/pkg-descr @@ -0,0 +1,6 @@ +The Archive::Zip module allows a Perl program to create, manipulate, +read, and write Zip archive files. + +Author: Ned Konz + +--will diff --git a/archivers/p5-Archive-Zip/pkg-plist b/archivers/p5-Archive-Zip/pkg-plist new file mode 100644 index 000000000000..1f6a6a607a0e --- /dev/null +++ b/archivers/p5-Archive-Zip/pkg-plist @@ -0,0 +1,8 @@ +bin/crc32 +lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip.pm +lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip/BufferedFileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip/MockFileHandle.pm +lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip/Tree.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Zip/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Zip +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Archive/Zip |