summaryrefslogtreecommitdiff
path: root/databases/adodb
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-11-08 15:59:07 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-11-08 15:59:07 +0000
commitf182617454863a631731de4659ca8be974708a35 (patch)
tree63eae9a3ecbfe8b70e4f54e440a63545618ee20e /databases/adodb
parentUpdate to version 2.49 (diff)
- Update to version 1.51
- Update WWW PR: 31786 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=49852
Diffstat (limited to 'databases/adodb')
-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 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