summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-11-08 15:59:07 +0000
committerkevlo <kevlo@FreeBSD.org>2001-11-08 15:59:07 +0000
commit4852a8e1dd9d9cf973e17f3214ba714e6eb449f5 (patch)
tree89f4404bf7eb07ec82fd1b19b741db6993968e23 /databases
parent7eaa6c502f3d064d0f43b0dd5fc86d949388e13e (diff)
downloadFreeBSD-ports-4852a8e1dd9d9cf973e17f3214ba714e6eb449f5.zip
FreeBSD-ports-4852a8e1dd9d9cf973e17f3214ba714e6eb449f5.tar.gz
- Update to version 1.51
- Update WWW PR: 31786 Submitted by: MAINTAINER
Diffstat (limited to 'databases')
-rw-r--r--databases/adodb/Makefile4
-rw-r--r--databases/adodb/distinfo2
-rw-r--r--databases/adodb/pkg-comment2
-rw-r--r--databases/adodb/pkg-descr17
4 files changed, 16 insertions, 9 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index 8b2f66d..e761afc 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 e151487..a8f375b 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 3fce76f..9a3cf25 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 e0482d7..544558c 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
OpenPOWER on IntegriCloud