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:
parent
45134e2442
commit
f235338402
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36691
@ -23,6 +23,7 @@
|
||||
SUBDIR += mscompress
|
||||
SUBDIR += nulib
|
||||
SUBDIR += p5-Archive-Tar
|
||||
SUBDIR += p5-Archive-Zip
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += pkzip
|
||||
SUBDIR += ppunpack
|
||||
|
23
archivers/p5-Archive-Zip/Makefile
Normal file
23
archivers/p5-Archive-Zip/Makefile
Normal 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>
|
1
archivers/p5-Archive-Zip/distinfo
Normal file
1
archivers/p5-Archive-Zip/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Archive-Zip-0.10.tar.gz) = 5138b014d44a7569953602173eb0ab81
|
1
archivers/p5-Archive-Zip/pkg-comment
Normal file
1
archivers/p5-Archive-Zip/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to create, manipulate, read, and write Zip archive files
|
6
archivers/p5-Archive-Zip/pkg-descr
Normal file
6
archivers/p5-Archive-Zip/pkg-descr
Normal 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
|
8
archivers/p5-Archive-Zip/pkg-plist
Normal file
8
archivers/p5-Archive-Zip/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user