diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-11-08 23:59:07 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-11-08 23:59:07 +0800 |
commit | 4852a8e1dd9d9cf973e17f3214ba714e6eb449f5 (patch) | |
tree | 89f4404bf7eb07ec82fd1b19b741db6993968e23 | |
parent | 7eaa6c502f3d064d0f43b0dd5fc86d949388e13e (diff) | |
download | freebsd-ports-gnome-4852a8e1dd9d9cf973e17f3214ba714e6eb449f5.tar.gz freebsd-ports-gnome-4852a8e1dd9d9cf973e17f3214ba714e6eb449f5.tar.zst freebsd-ports-gnome-4852a8e1dd9d9cf973e17f3214ba714e6eb449f5.zip |
- Update to version 1.51
- Update WWW
PR: 31786
Submitted by: MAINTAINER
-rw-r--r-- | databases/adodb/Makefile | 4 | ||||
-rw-r--r-- | databases/adodb/distinfo | 2 | ||||
-rw-r--r-- | databases/adodb/pkg-comment | 2 | ||||
-rw-r--r-- | databases/adodb/pkg-descr | 17 |
4 files changed, 16 insertions, 9 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile index 8b2f66db214d..e761afc2608c 100644 --- a/databases/adodb/Makefile +++ b/databases/adodb/Makefile @@ -6,10 +6,10 @@ # PORTNAME= adodb -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= databases www MASTER_SITES= http://phplens.com/lens/dl/ -DISTNAME= ${PORTNAME}150 +DISTNAME= ${PORTNAME}151 EXTRACT_SUFX= .tgz MAINTAINER= abgoeree@wish.net diff --git a/databases/adodb/distinfo b/databases/adodb/distinfo index e1514873180f..a8f375baf548 100644 --- a/databases/adodb/distinfo +++ b/databases/adodb/distinfo @@ -1 +1 @@ -MD5 (adodb150.tgz) = 31bdf9382eb0315fcc68ae78ff057586 +MD5 (adodb151.tgz) = 17b2ca1b765927bb1abd17ba62ed341c diff --git a/databases/adodb/pkg-comment b/databases/adodb/pkg-comment index 3fce76f64e7e..9a3cf25f59ed 100644 --- a/databases/adodb/pkg-comment +++ b/databases/adodb/pkg-comment @@ -1 +1 @@ -A database wrapper library for PHP4 +A database library for PHP4 diff --git a/databases/adodb/pkg-descr b/databases/adodb/pkg-descr index e0482d79809b..544558cd3d96 100644 --- a/databases/adodb/pkg-descr +++ b/databases/adodb/pkg-descr @@ -1,9 +1,16 @@ -ADODB stands for Active Data Objects Data Base. +From the Introduction: + +PHP is a wonderful language for building dynamic web pages. +Unfortunately, PHP's database access functions are not standardised. +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 provides a common API to communicate with any supported database. +ADODB stands for Active Data Objects Data Base. -Supported databases: +ADODB currently supports: MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7 - Foxpro, Access, ADO, Sybase and generic ODBC. + Foxpro, Access, ADO, Sybase, DB2 and generic ODBC. -WWW: http://php.weblogs.com/ADODB +WWW: http://php.weblogs.com/adodb |