summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-06 18:32:19 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-06 18:32:19 +0000
commit4a24972c71a30fd20e3724f65ed6623bcd7a6875 (patch)
tree866d851278e562efca3ca9540552e0bb238eb2c0 /archivers
parent9766cb6338b7c273fe68e79633c3477a906db924 (diff)
downloadpkgsrc-4a24972c71a30fd20e3724f65ed6623bcd7a6875.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"