From 4852a8e1dd9d9cf973e17f3214ba714e6eb449f5 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 8 Nov 2001 15:59:07 +0000 Subject: - Update to version 1.51 - Update WWW PR: 31786 Submitted by: MAINTAINER --- databases/adodb/Makefile | 4 ++-- databases/adodb/distinfo | 2 +- databases/adodb/pkg-comment | 2 +- databases/adodb/pkg-descr | 17 ++++++++++++----- 4 files changed, 16 insertions(+), 9 deletions(-) (limited to 'databases/adodb') 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 -- cgit