diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 07:24:30 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 07:24:30 +0000 |
commit | 928567ce11a16dec3b4366806136c52f1f8e56ec (patch) | |
tree | 1b3c531cde012260d874356cf24efbb27f560b2f /archivers/pecl-zip | |
parent | 03bdef8fb9fafdb95450255c8755f3167230d9f8 (diff) | |
download | FreeBSD-ports-928567ce11a16dec3b4366806136c52f1f8e56ec.zip FreeBSD-ports-928567ce11a16dec3b4366806136c52f1f8e56ec.tar.gz |
Add pecl-zip 1.0, a PECL extension to read zip files.
Diffstat (limited to 'archivers/pecl-zip')
-rw-r--r-- | archivers/pecl-zip/Makefile | 26 | ||||
-rw-r--r-- | archivers/pecl-zip/distinfo | 2 | ||||
-rw-r--r-- | archivers/pecl-zip/pkg-descr | 6 |
3 files changed, 34 insertions, 0 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile new file mode 100644 index 0000000..27d7fe3 --- /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 0000000..f861112 --- /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 0000000..c13236e --- /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 |