summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-10 18:01:40 +0000
committerjoerg <joerg>2010-02-10 18:01:40 +0000
commit8e986765bb3e616847c6c191322efe178d7b0016 (patch)
treea728c99133a8c9eac4c5fbfbd4fe9870002f15f1 /databases
parent4d5fe6b9b7e74c7f26ac2216be8a46c5c28189d9 (diff)
downloadpkgsrc-8e986765bb3e616847c6c191322efe178d7b0016.tar.gz
Retire php-filepro.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile3
-rw-r--r--databases/php-filepro/DESCR2
-rw-r--r--databases/php-filepro/Makefile17
3 files changed, 1 insertions, 21 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 49839a09fd3..85b8eaea236 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.316 2010/02/10 17:23:26 joerg Exp $
+# $NetBSD: Makefile,v 1.317 2010/02/10 18:01:40 joerg Exp $
#
COMMENT= Databases
@@ -174,7 +174,6 @@ SUBDIR+= pgtclng
SUBDIR+= php-dba
SUBDIR+= php-dbase
SUBDIR+= php-dbx
-SUBDIR+= php-filepro
SUBDIR+= php-ldap
SUBDIR+= php-mssql
SUBDIR+= php-mysql
diff --git a/databases/php-filepro/DESCR b/databases/php-filepro/DESCR
deleted file mode 100644
index d1c54f0f50b..00000000000
--- a/databases/php-filepro/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides support for read-only filePro database access.
diff --git a/databases/php-filepro/Makefile b/databases/php-filepro/Makefile
deleted file mode 100644
index 8f509f80477..00000000000
--- a/databases/php-filepro/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:19 joerg Exp $
-
-MODNAME= filepro
-CATEGORIES+= databases
-COMMENT= PHP extension for read-only filePro database access
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFLICTS= php-filepro-[0-9]*
-
-# filepro extension removed in PHP 5.2.0, no replacement in PECL yet
-PHP_VERSIONS_ACCEPTED= 4
-
-CONFIGURE_ARGS+= --with-${MODNAME}=shared
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"