summaryrefslogtreecommitdiff
path: root/databases/adodb
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-06-19 11:53:47 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-06-19 11:53:47 +0000
commit11efcac7aed2ab6cd93d1b272f6c0f85c1bc10d9 (patch)
treefd21ef8bfa6f3b77e2059b30d194a49a88ab30a7 /databases/adodb
parentAdd py-xmlrpclib 0.9.9, a Python implementation of the XML-RPC (diff)
New port ADODB: Standardized database access for PHP4
PR: 27464 Submitted by: ago <abgoeree@uwnet.nl>
Notes
Notes: svn path=/head/; revision=44221
Diffstat (limited to 'databases/adodb')
-rw-r--r--databases/adodb/Makefile26
-rw-r--r--databases/adodb/distinfo1
-rw-r--r--databases/adodb/pkg-comment1
-rw-r--r--databases/adodb/pkg-descr21
-rw-r--r--databases/adodb/pkg-plist36
5 files changed, 85 insertions, 0 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
new file mode 100644
index 000000000000..5a034e748d00
--- /dev/null
+++ b/databases/adodb/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: adodb
+# Date created: 4 May 2001
+# Whom: abgoeree@uwnet.nl
+#
+# $FreeBSD$
+#
+
+PORTNAME= adodb
+PORTVERSION= 1.10
+CATEGORIES= databases www
+MASTER_SITES= http://phplens.com/lens/dl/
+DISTNAME= ${PORTNAME}110
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= abgoeree@uwnet.nl
+
+RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+NO_BUILD= YES
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/doc/apache/php/adodb
+ ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/doc/apache/php/adodb
+
+.include <bsd.port.mk>
diff --git a/databases/adodb/distinfo b/databases/adodb/distinfo
new file mode 100644
index 000000000000..e256470f8aab
--- /dev/null
+++ b/databases/adodb/distinfo
@@ -0,0 +1 @@
+MD5 (adodb110.tgz) = 3c339272a6f200a5fa4bcd4c54cadc42
diff --git a/databases/adodb/pkg-comment b/databases/adodb/pkg-comment
new file mode 100644
index 000000000000..56f4daa25512
--- /dev/null
+++ b/databases/adodb/pkg-comment
@@ -0,0 +1 @@
+Standardized database access for PHP4
diff --git a/databases/adodb/pkg-descr b/databases/adodb/pkg-descr
new file mode 100644
index 000000000000..daeb9473dc58
--- /dev/null
+++ b/databases/adodb/pkg-descr
@@ -0,0 +1,21 @@
+PHP's database access functions are not standardized.
+Every database extension uses a different and incompatibile API.
+This creates a need for a database class library to hide the differences
+between the different databases (encapsulate the differences) so we can
+easily switch databases.
+
+ADODB stands for Active Data Objects Data Base.
+
+ADODB currently supports: MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7,
+Foxpro, Access, ADO, Sybase and generic ODBC.
+The Sybase and PostgreSQL drivers are community contributions.
+The developers of ABODB hope more people will contribute drivers to support
+more databases.
+
+Feature requests and bug reports can be emailed to jlim@natsoft.com.my or
+posted to http://php.weblogs.com/discuss/msgReader$96.
+
+WWW: http://php.weblogs.com/ADODB
+
+--
+Andre Goeree <abgoeree@uwnet.nl>
diff --git a/databases/adodb/pkg-plist b/databases/adodb/pkg-plist
new file mode 100644
index 000000000000..610f64250b4a
--- /dev/null
+++ b/databases/adodb/pkg-plist
@@ -0,0 +1,36 @@
+share/doc/apache/php/adodb/adodb-access.inc.php
+share/doc/apache/php/adodb/adodb-ado.inc.php
+share/doc/apache/php/adodb/adodb-ado_access.inc.php
+share/doc/apache/php/adodb/adodb-ado_mssql.inc.php
+share/doc/apache/php/adodb/adodb-csv.inc.php
+share/doc/apache/php/adodb/adodb-db2.inc.php
+share/doc/apache/php/adodb/adodb-fbsql.inc.php
+share/doc/apache/php/adodb/adodb-ibase.inc.php
+share/doc/apache/php/adodb/adodb-mssql.inc.php
+share/doc/apache/php/adodb/adodb-mysql.inc.php
+share/doc/apache/php/adodb/adodb-mysqlt.inc.php
+share/doc/apache/php/adodb/adodb-oci8.inc.php
+share/doc/apache/php/adodb/adodb-odbc.inc.php
+share/doc/apache/php/adodb/adodb-odbc_mssql.inc.php
+share/doc/apache/php/adodb/adodb-oracle.inc.php
+share/doc/apache/php/adodb/adodb-postgres.inc.php
+share/doc/apache/php/adodb/adodb-postgres7.inc.php
+share/doc/apache/php/adodb/adodb-session.php
+share/doc/apache/php/adodb/adodb-sybase.inc.php
+share/doc/apache/php/adodb/adodb-vfp.inc.php
+share/doc/apache/php/adodb/adodb.inc.php
+share/doc/apache/php/adodb/benchmark.php
+share/doc/apache/php/adodb/client.php
+share/doc/apache/php/adodb/license.txt
+share/doc/apache/php/adodb/readme.htm
+share/doc/apache/php/adodb/readme.txt
+share/doc/apache/php/adodb/server.php
+share/doc/apache/php/adodb/test.php
+share/doc/apache/php/adodb/test2.php
+share/doc/apache/php/adodb/test3.php
+share/doc/apache/php/adodb/testdatabases.inc.php
+share/doc/apache/php/adodb/tohtml.inc.php
+share/doc/apache/php/adodb/tute.htm
+share/doc/apache/php/adodb/vssver.scc
+@dirrm share/doc/apache/php/adodb
+@dirrm share/doc/apache/php