summaryrefslogtreecommitdiff
path: root/archivers/pecl-zip
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:24:30 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:24:30 +0000
commit2f53f9a14a0af905f490eeb29a392521e1b8dbbc (patch)
tree121c3b2ab85efe9d7405b46cefb47babb88eea19 /archivers/pecl-zip
parentUse the new PHP infrastructure. (diff)
Add pecl-zip 1.0, a PECL extension to read zip files.
Notes
Notes: svn path=/head/; revision=113969
Diffstat (limited to 'archivers/pecl-zip')
-rw-r--r--archivers/pecl-zip/Makefile26
-rw-r--r--archivers/pecl-zip/distinfo2
-rw-r--r--archivers/pecl-zip/pkg-descr6
3 files changed, 34 insertions, 0 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile
new file mode 100644
index 000000000000..27d7fe3d6644
--- /dev/null
+++ b/archivers/pecl-zip/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: pecl-zip
+# Date created: 9 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zip
+PORTVERSION= 1.0
+CATEGORIES= archivers pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= ale@FreeBSD.org
+COMMENT= A PECL extension to read zip files
+
+LIB_DEPENDS= zzip.10:${PORTSDIR}/devel/zziplib
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+CONFIGURE_ARGS= --with-zip=${LOCALBASE}
+
+.include <bsd.port.mk>
diff --git a/archivers/pecl-zip/distinfo b/archivers/pecl-zip/distinfo
new file mode 100644
index 000000000000..f86111228f4a
--- /dev/null
+++ b/archivers/pecl-zip/distinfo
@@ -0,0 +1,2 @@
+MD5 (PECL/zip-1.0.tgz) = 255203b19e46c0512e6ab3780ba2d2e5
+SIZE (PECL/zip-1.0.tgz) = 4930
diff --git a/archivers/pecl-zip/pkg-descr b/archivers/pecl-zip/pkg-descr
new file mode 100644
index 000000000000..c13236e14137
--- /dev/null
+++ b/archivers/pecl-zip/pkg-descr
@@ -0,0 +1,6 @@
+Zip is an extension to read zip files.
+
+WWW: http://pecl.php.net/package/zip/
+
+- Alex Dupre
+ale@FreeBSD.org