diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-19 19:53:47 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-19 19:53:47 +0800 |
commit | b1481d15c68398ff294bc84618a552199b172d74 (patch) | |
tree | 3be228973dcf5d1d80c3c2ea224ba71305475825 | |
parent | f307c1b9200b198369a08b85bfb3cf5fbe260af5 (diff) | |
download | freebsd-ports-gnome-b1481d15c68398ff294bc84618a552199b172d74.tar.gz freebsd-ports-gnome-b1481d15c68398ff294bc84618a552199b172d74.tar.zst freebsd-ports-gnome-b1481d15c68398ff294bc84618a552199b172d74.zip |
New port ADODB: Standardized database access for PHP4
PR: 27464
Submitted by: ago <abgoeree@uwnet.nl>
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/adodb/Makefile | 26 | ||||
-rw-r--r-- | databases/adodb/distinfo | 1 | ||||
-rw-r--r-- | databases/adodb/pkg-comment | 1 | ||||
-rw-r--r-- | databases/adodb/pkg-descr | 21 | ||||
-rw-r--r-- | databases/adodb/pkg-plist | 36 |
6 files changed, 86 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index af9b4d3ddf6c..15293e268917 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # SUBDIR += zpygresqlda + SUBDIR += adodb SUBDIR += cdb SUBDIR += db SUBDIR += db3 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 |