aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Zip
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 07:21:27 +0800
committerwill <will@FreeBSD.org>2001-01-04 07:21:27 +0800
commit7e3c968f7170ed0a911d58a0c90b0be116dcda62 (patch)
tree434e1c9f199b32f1cf3e26359ce33aa2445a6dbc /archivers/p5-Archive-Zip
parentccbe14610f1283eaf2fcb252410eb51811643512 (diff)
downloadfreebsd-ports-gnome-7e3c968f7170ed0a911d58a0c90b0be116dcda62.tar.gz
freebsd-ports-gnome-7e3c968f7170ed0a911d58a0c90b0be116dcda62.tar.zst
freebsd-ports-gnome-7e3c968f7170ed0a911d58a0c90b0be116dcda62.zip
Add p5-Archive-Zip 0.10, perl module to create, manipulate, read, and write
Zip archive files.
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r--archivers/p5-Archive-Zip/Makefile23
-rw-r--r--archivers/p5-Archive-Zip/distinfo1
-rw-r--r--archivers/p5-Archive-Zip/pkg-comment1
-rw-r--r--archivers/p5-Archive-Zip/pkg-descr6
-rw-r--r--archivers/p5-Archive-Zip/pkg-plist8
5 files changed, 39 insertions, 0 deletions
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