summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-06 18:32:19 +0000
committerjdolecek <jdolecek>2004-11-06 18:32:19 +0000
commitac5bfce9174f17328ac6681a3c80043f965dc2f8 (patch)
tree866d851278e562efca3ca9540552e0bb238eb2c0 /archivers
parent8ea1ec2d598da3d1fa404184eeaa59ad8ae1719b (diff)
downloadpkgsrc-ac5bfce9174f17328ac6681a3c80043f965dc2f8.tar.gz
php4-zip was replaced by php-zip, which can be used with both PHP4 and PHP5.
The PECL extension is preferred even for PHP4 (which has zip extension bundled), since further maintenance is likely to be more active there.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile4
-rw-r--r--archivers/php4-zip/DESCR2
-rw-r--r--archivers/php4-zip/Makefile15
3 files changed, 2 insertions, 19 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index f73dbec492f..c58b603da31 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2004/10/31 21:46:40 jdolecek Exp $
+# $NetBSD: Makefile,v 1.79 2004/11/06 18:32:19 jdolecek Exp $
#
COMMENT= Archivers
@@ -49,7 +49,7 @@ SUBDIR+= p7zip
SUBDIR+= par2
SUBDIR+= pax
SUBDIR+= php-bz2
-SUBDIR+= php4-zip
+SUBDIR+= php-zip
SUBDIR+= php-zlib
SUBDIR+= ppmd
SUBDIR+= ppunpack
diff --git a/archivers/php4-zip/DESCR b/archivers/php4-zip/DESCR
deleted file mode 100644
index bb73380c468..00000000000
--- a/archivers/php4-zip/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides ZIP archive handling support for PHP4.
diff --git a/archivers/php4-zip/Makefile b/archivers/php4-zip/Makefile
deleted file mode 100644
index 32b53bce8fc..00000000000
--- a/archivers/php4-zip/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2004/11/05 21:44:44 jdolecek Exp $
-
-MODNAME= zip
-CATEGORIES+= archivers
-PKGREVISION= # empty
-COMMENT= PHP4 extension for ZIP archive handling
-
-USE_BUILDLINK3= YES
-
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
-
-PHP_VERSION_REQD= 4
-.include "../../lang/php/ext.mk"
-.include "../../archivers/zziplib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"