1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add p5-Archive-Zip 0.10, perl module to create, manipulate, read, and write

Zip archive files.
This commit is contained in:
Will Andrews 2001-01-03 23:21:27 +00:00
parent 45134e2442
commit f235338402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36691
6 changed files with 40 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += mscompress
SUBDIR += nulib
SUBDIR += p5-Archive-Tar
SUBDIR += p5-Archive-Zip
SUBDIR += p5-Compress-Zlib
SUBDIR += pkzip
SUBDIR += ppunpack

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Archive-Zip-0.10.tar.gz) = 5138b014d44a7569953602173eb0ab81

View File

@ -0,0 +1 @@
Perl module to create, manipulate, read, and write Zip archive files

View File

@ -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

View File

@ -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