summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:20:08 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:20:08 +0000
commitec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d (patch)
tree5a21b03b855f2373e94fc38775ea274d3d4e6401 /misc
parente0e2dcc2efded1db5abe60bad3434086c7f51f22 (diff)
downloadpkgsrc-ec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d.tar.gz
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'misc')
-rw-r--r--misc/php4-calendar/DESCR2
-rw-r--r--misc/php4-calendar/Makefile14
-rw-r--r--misc/php4-mbstring/DESCR2
-rw-r--r--misc/php4-mbstring/Makefile14
4 files changed, 0 insertions, 32 deletions
diff --git a/misc/php4-calendar/DESCR b/misc/php4-calendar/DESCR
deleted file mode 100644
index c8bc642adb1..00000000000
--- a/misc/php4-calendar/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides support for calendar date conversions for PHP4.
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile
deleted file mode 100644
index c169210a45a..00000000000
--- a/misc/php4-calendar/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2004/04/25 00:20:38 xtraeme Exp $
-
-MODNAME= calendar
-CATEGORIES+= misc
-PKGREVISION= # empty
-COMMENT= PHP4 extension for calendar conversion support
-
-USE_BUILDLINK3= YES
-
-.include "../../www/php4/Makefile.module"
-
-CONFIGURE_ARGS+= --enable-${MODNAME}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/php4-mbstring/DESCR b/misc/php4-mbstring/DESCR
deleted file mode 100644
index 336f34304ec..00000000000
--- a/misc/php4-mbstring/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides multibyte (currently, Japanese only) support for PHP4.
diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile
deleted file mode 100644
index dbba98f3580..00000000000
--- a/misc/php4-mbstring/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2004/04/25 00:20:38 xtraeme Exp $
-
-MODNAME= mbstring
-CATEGORIES+= misc
-PKGREVISION= # empty
-COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only)
-
-USE_BUILDLINK3= YES
-
-.include "../../www/php4/Makefile.module"
-
-CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
-
-.include "../../mk/bsd.pkg.mk"