aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/pecl-zip
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/pecl-zip')
-rw-r--r--archivers/pecl-zip/Makefile32
-rw-r--r--archivers/pecl-zip/distinfo2
-rw-r--r--archivers/pecl-zip/pkg-descr3
3 files changed, 0 insertions, 37 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile
deleted file mode 100644
index 91c68e691b34..000000000000
--- a/archivers/pecl-zip/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: pecl-zip
-# Date created: 9 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= zip
-PORTVERSION= 1.9.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 create and read zip files (PHP 4 only)
-
-DEPRECATED= php4 is EOLed
-EXPIRATION_DATE= 2012-05-10
-
-LICENSE= PHP301
-
-USE_PHP= pcre
-USE_PHP_BUILD= yes
-USE_PHPEXT= yes
-DEFAULT_PHP_VER=4
-IGNORE_WITH_PHP=5 52
-
-CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr
-
-.include <bsd.port.mk>
diff --git a/archivers/pecl-zip/distinfo b/archivers/pecl-zip/distinfo
deleted file mode 100644
index 7f9ae1b2f20c..000000000000
--- a/archivers/pecl-zip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PECL/zip-1.9.0.tgz) = 8044fbd9d8513ecc54c33af6cf8cedee43cc671f4d33e924001cda04cbc9140f
-SIZE (PECL/zip-1.9.0.tgz) = 63971
diff --git a/archivers/pecl-zip/pkg-descr b/archivers/pecl-zip/pkg-descr
deleted file mode 100644
index 5ebbcae12237..000000000000
--- a/archivers/pecl-zip/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Zip is an extension to create and read zip files.
-
-WWW: http://pecl.php.net/package/zip/