Skip site navigation (1)Skip section navigation (2)
Date:      5 Nov 2001 18:06:59 -0000
From:      "Andre Goeree" <abgoeree@wish.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31786: Update: databases/adodb
Message-ID:  <20011105180659.33845.qmail@mandark.attica.home>

next in thread | raw e-mail | index | archive | help

>Number:         31786
>Category:       ports
>Synopsis:       Update: databases/adodb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 05 10:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     abgoeree@wish.net
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
	Current ports

	
>Description:
	Update adodb to version 1.50 which contains some minor bugfixes.

Modified files:
	Makefile	portversion, distfile
	distinfo	distfile
	pkg-comment	a better comment
	pkg-descr	a more fitting description

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	1 Nov 2001 20:17:42 -0000	1.15
+++ Makefile	5 Nov 2001 17:12:22 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	1 Nov 2001 20:17:42 -0000	1.3
+++ distinfo	5 Nov 2001 17:12:28 -0000
@@ -1 +1 @@
-MD5 (adodb150.tgz) = 31bdf9382eb0315fcc68ae78ff057586
+MD5 (adodb151.tgz) = 17b2ca1b765927bb1abd17ba62ed341c
Index: pkg-comment
===================================================================
RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/pkg-comment,v
retrieving revision 1.3
diff -u -r1.3 pkg-comment
--- pkg-comment	10 Jul 2001 21:20:19 -0000	1.3
+++ pkg-comment	5 Nov 2001 17:48:12 -0000
@@ -1 +1 @@
-A database wrapper library for PHP4
+A database library for PHP4
Index: pkg-descr
===================================================================
RCS file: /home/ago/etc/cvsroot/ports/databases/adodb/pkg-descr,v
retrieving revision 1.6
diff -u -r1.6 pkg-descr
--- pkg-descr	18 Oct 2001 13:10:25 -0000	1.6
+++ pkg-descr	5 Nov 2001 17:36:17 -0000
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011105180659.33845.qmail>