summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile3
-rw-r--r--databases/php-dbx/DESCR9
-rw-r--r--databases/php-dbx/Makefile13
-rw-r--r--doc/CHANGES4
-rw-r--r--meta-pkgs/php4-extensions/Makefile4
-rw-r--r--meta-pkgs/php5-extensions/Makefile4
6 files changed, 33 insertions, 4 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 33418b18592..61913ab90b3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2004/11/01 22:10:22 jdolecek Exp $
+# $NetBSD: Makefile,v 1.149 2004/11/05 21:04:38 jdolecek Exp $
#
COMMENT= Databases
@@ -80,6 +80,7 @@ SUBDIR+= p5-sybperl
SUBDIR+= pgaccess
SUBDIR+= php-dba
SUBDIR+= php-dbase
+SUBDIR+= php-dbx
SUBDIR+= php-filepro
SUBDIR+= php-ldap
SUBDIR+= php-mssql
diff --git a/databases/php-dbx/DESCR b/databases/php-dbx/DESCR
new file mode 100644
index 00000000000..7060e66e7df
--- /dev/null
+++ b/databases/php-dbx/DESCR
@@ -0,0 +1,9 @@
+PHP is a programming language designed to be embedded into web pages.
+
+The dbx module is a database abstraction layer (db 'X', where 'X'
+is a supported database). The dbx functions allow you to access
+all supported databases using a single calling convention. The
+dbx-functions themselves do not interface directly to the databases,
+but interface to the modules that are used to support these databases.
+
+Supported databases include MSSQL, MySQL, ODBC, PostgreSQL, and SQLite.
diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile
new file mode 100644
index 00000000000..59af49eb1c6
--- /dev/null
+++ b/databases/php-dbx/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 21:01:46 jdolecek Exp $
+
+MODNAME= dbx
+CATEGORIES+= databases
+PKGREVISION= # empty
+COMMENT= PHP database abstraction layer extension
+
+MAINTAINER= jdolecek@NetBSD.org
+
+USE_BUILDLINK3= yes
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/doc/CHANGES b/doc/CHANGES
index c889be1a467..6eb20247da3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7721 2004/11/05 20:47:33 erh Exp $
+$NetBSD: CHANGES,v 1.7722 2004/11/05 21:04:38 jdolecek Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -5100,3 +5100,5 @@ Changes to the packages collection and infrastructure in 2004:
Added libextractor-0.3.10 [tv 2004-11-05]
Added p5-Apache-AuthCookie-3.05 [he 2004-11-05]
Updated pkg_tarup to 1.6.5 [erh 2004-11-05]
+ Added php-dbx 4.3.9nb1 [jdolecek 2004-11-05]
+ Added php-dbx 5.0.2 [jdolecek 2004-11-05]
diff --git a/meta-pkgs/php4-extensions/Makefile b/meta-pkgs/php4-extensions/Makefile
index d2e8ed028d9..60b42681220 100644
--- a/meta-pkgs/php4-extensions/Makefile
+++ b/meta-pkgs/php4-extensions/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 19:37:25 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/05 21:04:38 jdolecek Exp $
DISTNAME= php-extensions-4.3
+PKGREVISION= 1
CATEGORIES= meta-pkgs www php
MASTER_SITES= # empty
DISTFILES= # empty
@@ -20,6 +21,7 @@ DEPENDS+= php-calendar-4.3.*:../../misc/php-calendar
DEPENDS+= php-curl-4.3.*:../../www/php-curl
DEPENDS+= php-dba-4.3.*:../../databases/php-dba
DEPENDS+= php-dbase-4.3.*:../../databases/php-dbase
+DEPENDS+= php-dbx-4.3.*:../../databases/php-dbx
DEPENDS+= php-exif-4.3.*:../../graphics/php-exif
DEPENDS+= php-filepro-4.3.*:../../databases/php-filepro
DEPENDS+= php-ftp-4.3.*:../../net/php-ftp
diff --git a/meta-pkgs/php5-extensions/Makefile b/meta-pkgs/php5-extensions/Makefile
index e704ba8d7bb..9a689d7fefb 100644
--- a/meta-pkgs/php5-extensions/Makefile
+++ b/meta-pkgs/php5-extensions/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 19:44:37 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/05 21:04:38 jdolecek Exp $
DISTNAME= php-extensions-5.0
+PKGREVISION= 1
CATEGORIES= meta-pkgs www php
MASTER_SITES= # empty
DISTFILES= # empty
@@ -20,6 +21,7 @@ DEPENDS+= php-calendar-5.0.*:../../misc/php-calendar
DEPENDS+= php-curl-5.0.*:../../www/php-curl
DEPENDS+= php-dba-5.0.*:../../databases/php-dba
DEPENDS+= php-dbase-5.0.*:../../databases/php-dbase
+DEPENDS+= php-dbx-5.0.*:../../databases/php-dbx
DEPENDS+= php-exif-5.0.*:../../graphics/php-exif
DEPENDS+= php-filepro-5.0.*:../../databases/php-filepro
DEPENDS+= php-ftp-5.0.*:../../net/php-ftp