summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-10 18:20:10 +0000
committerjlam <jlam@pkgsrc.org>2004-03-10 18:20:10 +0000
commitde7133ae2e813362d85a080c789d45665bcef241 (patch)
treef2ff451829021f7e4e008cc751690643d8531e91 /devel
parent132bb9d76cf3de3a4c3e43675fc6f47d784c2591 (diff)
downloadpkgsrc-de7133ae2e813362d85a080c789d45665bcef241.tar.gz
Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/php3-pcre/DESCR5
-rw-r--r--devel/php3-pcre/Makefile26
-rw-r--r--devel/php3-pcre/PLIST2
4 files changed, 1 insertions, 35 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 968830c6d0b..adfee415d3d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.473 2004/03/09 19:15:13 recht Exp $
+# $NetBSD: Makefile,v 1.474 2004/03/10 18:20:10 jlam Exp $
#
COMMENT= Development utilities
@@ -354,7 +354,6 @@ SUBDIR+= pccts
SUBDIR+= pcl-cvs
SUBDIR+= pcre
SUBDIR+= pedisassem
-SUBDIR+= php3-pcre
SUBDIR+= php4-gettext
SUBDIR+= php4-gmp
SUBDIR+= php4-posix
diff --git a/devel/php3-pcre/DESCR b/devel/php3-pcre/DESCR
deleted file mode 100644
index 45199890608..00000000000
--- a/devel/php3-pcre/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides Perl-compatible regular expression support for PHP3.
-
-This package is a placeholder that only depends on the PHP3 package to
-signify that the base PHP3 package already has PCRE support.
diff --git a/devel/php3-pcre/Makefile b/devel/php3-pcre/Makefile
deleted file mode 100644
index 54091fdef02..00000000000
--- a/devel/php3-pcre/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:33:04 grant Exp $
-#
-# This package is a placeholder to signify that the base PHP3 package already
-# has the PCRE functionality. It *must* have the same version number as the
-# PHP3 package.
-#
-DISTNAME= php-pcre-${BASE_VERS}
-BASE_VERS= 3.0.18
-PKGREVISION= 1
-CATEGORIES= www php3 devel
-DISTFILES= # empty
-
-MAINTAINER= jlam@NetBSD.org
-HOMEPAGE= http://www.php.net/
-COMMENT= PHP3 extension for Perl-compatible regular expressions
-
-DEPENDS+= php-${BASE_VERS}nb2:../../www/php3
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/php3-pcre/PLIST b/devel/php3-pcre/PLIST
deleted file mode 100644
index c3978bb4493..00000000000
--- a/devel/php3-pcre/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/10 13:05:52 jlam Exp $
-@comment this plist intentionally left empty