From abgoeree@uwnet.nl  Thu May 10 04:42:04 2001
Return-Path: <abgoeree@uwnet.nl>
Received: from dagobert.skystream.nl (smtp.uwnet.nl [195.7.130.55])
	by hub.freebsd.org (Postfix) with ESMTP id 43F9237B423
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 May 2001 04:42:03 -0700 (PDT)
	(envelope-from abgoeree@uwnet.nl)
Received: from dyn.dailup.c227129216.isd.to (dyn.dailup.c227129216.isd.to [213.227.129.216])
	by dagobert.skystream.nl (8.11.3/8.11.0) with ESMTP id f4ABj7107782
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 May 2001 13:45:07 +0200
Received: (qmail 5790 invoked by uid 1000); 10 May 2001 11:37:47 -0000
Message-Id: <20010510113747.5789.qmail@mandark.attica.home>
Date: 10 May 2001 11:37:47 -0000
From: "Andre Goeree" <abgoeree@uwnet.nl>
Reply-To: ago@mandark.attica.home.skystream.nl
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: databases/adodb
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27246
>Category:       ports
>Synopsis:       New port: databases/adodb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 10 04:50:02 PDT 2001
>Closed-Date:    Sun May 20 01:26:18 PDT 2001
>Last-Modified:  Sun May 20 01:27:05 PDT 2001
>Originator:     abgoeree@uwnet.nl
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.3-STABLE #0: Sun May 6 19:31:47 CEST 2001
	requires apache13, mod_php4

>Description:

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 stands for Active Data Objects Data Base. 

We currently support MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, 
Foxpro, Access, ADO, Sybase and generic ODBC. 
The Sybase and PostgreSQL drivers are community contributions. 
We hope more people will contribute drivers to support more databases.

WWW: http://php.weblogs.com/ADODB

* Ported according the porters handbook
* Checked out with portlint
* Tested with postgresql, mysql and the latest ACID (cvs).

Note that adodb is also a requirement for future versions of 
security/acid.

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       adodb
#       adodb/Makefile
#       adodb/distinfo
#       adodb/pkg-plist
#       adodb/pkg-comment
#       adodb/pkg-descr
#
echo c - adodb
mkdir -p adodb > /dev/null 2>&1
echo x - adodb/Makefile
sed 's/^X//' >adodb/Makefile << 'END-of-adodb/Makefile'
X# New ports collection makefile for: adodb
X# Date created:                4 May 2001
X# Whom:                        abgoeree@uwnet.nl
X#
X# $FreeBSD$
X#
X
XPORTNAME=      adodb
XPORTVERSION=   1.01
XCATEGORIES=    databases www
XMASTER_SITES=  http://phplens.com/lens/dl/
XDISTNAME=      ${PORTNAME}101
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    abgoeree@uwnet.nl
X
XRUN_DEPENDS=   ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
X
XWRKSRC=                ${WRKDIR}/${PORTNAME}
XNO_BUILD=      YES
X
Xdo-install:
X       ${MKDIR} ${PREFIX}/share/doc/apache/php/adodb
X       ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/doc/apache/php/adodb
X
X.include <bsd.port.mk>
END-of-adodb/Makefile
echo x - adodb/distinfo
sed 's/^X//' >adodb/distinfo << 'END-of-adodb/distinfo'
XMD5 (adodb101.tgz) = 9051a3f028b95f2d3beeef43fdd2dac4
END-of-adodb/distinfo
echo x - adodb/pkg-plist
sed 's/^X//' >adodb/pkg-plist << 'END-of-adodb/pkg-plist'
Xshare/doc/apache/php/adodb/adodb-access.inc.php
Xshare/doc/apache/php/adodb/adodb-ado.inc.php
Xshare/doc/apache/php/adodb/adodb-ado_access.inc.php
Xshare/doc/apache/php/adodb/adodb-ado_mssql.inc.php
Xshare/doc/apache/php/adodb/adodb-csv.inc.php
Xshare/doc/apache/php/adodb/adodb-db2.inc.php
Xshare/doc/apache/php/adodb/adodb-fbsql.inc.php
Xshare/doc/apache/php/adodb/adodb-ibase.inc.php
Xshare/doc/apache/php/adodb/adodb-mssql.inc.php
Xshare/doc/apache/php/adodb/adodb-mysql.inc.php
Xshare/doc/apache/php/adodb/adodb-mysqlt.inc.php
Xshare/doc/apache/php/adodb/adodb-oci8.inc.php
Xshare/doc/apache/php/adodb/adodb-odbc.inc.php
Xshare/doc/apache/php/adodb/adodb-odbc_mssql.inc.php
Xshare/doc/apache/php/adodb/adodb-oracle.inc.php
Xshare/doc/apache/php/adodb/adodb-postgres.inc.php
Xshare/doc/apache/php/adodb/adodb-postgres7.inc.php
Xshare/doc/apache/php/adodb/adodb-session.php
Xshare/doc/apache/php/adodb/adodb-sybase.inc.php
Xshare/doc/apache/php/adodb/adodb-vfp.inc.php
Xshare/doc/apache/php/adodb/adodb.inc.php
Xshare/doc/apache/php/adodb/benchmark.php
Xshare/doc/apache/php/adodb/client.php
Xshare/doc/apache/php/adodb/hs~test.php
Xshare/doc/apache/php/adodb/license.txt
Xshare/doc/apache/php/adodb/readme.htm
Xshare/doc/apache/php/adodb/readme.txt
Xshare/doc/apache/php/adodb/server.php
Xshare/doc/apache/php/adodb/test.php
Xshare/doc/apache/php/adodb/test2.php
Xshare/doc/apache/php/adodb/test3.php
Xshare/doc/apache/php/adodb/testdatabases.inc.php
Xshare/doc/apache/php/adodb/tohtml.inc.php
Xshare/doc/apache/php/adodb/tute.htm
Xshare/doc/apache/php/adodb/vssver.scc
X@dirrm share/doc/apache/php/adodb
X@dirrm share/doc/apache/php
END-of-adodb/pkg-plist
echo x - adodb/pkg-comment
sed 's/^X//' >adodb/pkg-comment << 'END-of-adodb/pkg-comment'
XADODB library for PHP4
END-of-adodb/pkg-comment
echo x - adodb/pkg-descr
sed 's/^X//' >adodb/pkg-descr << 'END-of-adodb/pkg-descr'
XPHP is a wonderful language for building dynamic web pages. 
XUnfortunately, PHP's database access functions are not standardised. 
XEvery database extension uses a different and incompatibile API.
XThis creates a need for a database class library to hide the differences 
Xbetween the different databases (encapsulate the differences) so we can 
Xeasily switch databases. 
X
XADODB stands for Active Data Objects Data Base. 
X
XWe currently support MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, 
XFoxpro, Access, ADO, Sybase and generic ODBC. 
XThe Sybase and PostgreSQL drivers are community contributions. 
XWe hope more people will contribute drivers to support more databases.
X
XWWW: http://php.weblogs.com/ADODB
END-of-adodb/pkg-descr
exit

>Release-Note:
>Audit-Trail:

From: "Andre Goeree" <abgoeree@uwnet.nl>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/27246: Update port: databases/adodb [correct my address!]
Date: Sun, 20 May 2001 07:31:04 +0200

 --jI8keyz6grp/JLjh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hello,
 
 I was suprised to notice that my email address in the PR got chewed
 up somewehere underway. Probably a problem with send-pr and local
 variables, but i have not investigated this yet. Anyways, i would 
 like to correct the error: 
 
 The email address to send replies to is abgoeree@uwnet.nl.
 
 Also, although the PR is still open, i have an update :-)
 
 --Andre.
 --jI8keyz6grp/JLjh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="adodb110.diff"
 
 --- Makefile.orig	Sat May 19 23:18:21 2001
 +++ Makefile	Sat May 19 23:17:05 2001
 @@ -6,10 +6,10 @@
  #
  
  PORTNAME=	adodb
 -PORTVERSION=	1.01
 +PORTVERSION=	1.10
  CATEGORIES=	databases www
  MASTER_SITES=	http://phplens.com/lens/dl/
 -DISTNAME=	${PORTNAME}101
 +DISTNAME=	${PORTNAME}110
  EXTRACT_SUFX=	.tgz
  
  MAINTAINER=	abgoeree@uwnet.nl
 --- distinfo.old	Sat May 19 23:15:32 2001
 +++ distinfo	Sat May 19 23:17:10 2001
 @@ -1 +1 @@
 -MD5 (adodb101.tgz) = 9051a3f028b95f2d3beeef43fdd2dac4
 +MD5 (adodb110.tgz) = 3c339272a6f200a5fa4bcd4c54cadc42
 --- pkg-comment.orig	Fri May  4 22:18:37 2001
 +++ pkg-comment	Sun May 20 06:41:01 2001
 @@ -1 +1 @@
 -ADODB library for PHP4
 +Standardized database access for PHP4
 --- pkg-comment.orig	Fri May  4 22:18:37 2001
 +++ pkg-comment	Sun May 20 06:41:01 2001
 @@ -1 +1 @@
 -ADODB library for PHP4
 +Standardized database access for PHP4
 --- pkg-descr.orig	Thu May 10 13:10:27 2001
 +++ pkg-descr	Sun May 20 07:03:24 2001
 @@ -1,15 +1,21 @@
 -PHP is a wonderful language for building dynamic web pages. 
 -Unfortunately, PHP's database access functions are not standardised. 
 +PHP's database access functions are not standardized.
  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. 
 +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 stands for Active Data Objects Data Base. 
 +ADODB stands for Active Data Objects Data Base.
  
 -We currently support MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, 
 -Foxpro, Access, ADO, Sybase and generic ODBC. 
 -The Sybase and PostgreSQL drivers are community contributions. 
 -We hope more people will contribute drivers to support more databases.
 +ADODB currently supports: MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7,
 +Foxpro, Access, ADO, Sybase and generic ODBC.
 +The Sybase and PostgreSQL drivers are community contributions.
 +The developers of ABODB hope more people will contribute drivers to support
 +more databases.
 +
 +Feature requests and bug reports can be emailed to jlim@natsoft.com.my or
 +posted to http://php.weblogs.com/discuss/msgReader$96.
  
  WWW: http://php.weblogs.com/ADODB
 +
 +--
 +Andre Goeree <abgoeree@uwnet.nl>
 
 --jI8keyz6grp/JLjh--

From: "Andre Goeree" <abgoeree@uwnet.nl>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/27246: New port: databases/adodb
Date: Sun, 20 May 2001 08:44:45 +0200

 Please close this PR, the mail address is not correct.
 Also the port is updated again, i will send a new PR.
 
 --Andre.
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sun May 20 01:26:18 PDT 2001 
State-Changed-Why:  
originator request ; he sends in newer patch : pr/27464 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27246 
>Unformatted:
