summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
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"