Date: Tue, 22 Feb 2005 14:32:51 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77931: Update port: databases/pear-DB to 1.6.8 Message-ID: <200502221732.j1MHWpQT002081@digitalsign.com> Resent-Message-ID: <200502221740.j1MHeJOu017965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77931 >Category: ports >Synopsis: Update port: databases/pear-DB to 1.6.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 22 17:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: + update port: databases/pear-DB to 1.6.8 + changelog: http://pear.php.net/package/DB/download/1.6.8/ + take maintainership + update pkg-descr >How-To-Repeat: >Fix: diff -ruN pear-DB.orig/Makefile pear-DB/Makefile --- pear-DB.orig/Makefile Tue Feb 22 14:14:33 2005 +++ pear-DB/Makefile Tue Feb 22 14:25:26 2005 @@ -6,34 +6,34 @@ # PORTNAME= DB -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.8 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antonio@php.net COMMENT= PEAR Database Abstraction Layer BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= DB.php DB/common.php DB/dbase.php DB/fbsql.php \ - DB/ibase.php DB/ifx.php DB/msql.php DB/mssql.php \ - DB/mysql.php DB/mysqli.php DB/oci8.php DB/odbc.php DB/pgsql.php \ - DB/sqlite.php DB/storage.php DB/sybase.php +FILES= DB.php DB/common.php DB/dbase.php DB/fbsql.php DB/ibase.php \ + DB/ifx.php DB/msql.php DB/mssql.php DB/mysql.php DB/mysqli.php \ + DB/oci8.php DB/odbc.php DB/pgsql.php DB/sybase.php DB/storage.php \ + DB/sqlite.php DOCS= IDEAS MAINTAINERS STATUS TESTERS -TESTS= db_error.phpt db_error2.phpt db_factory.phpt db_ismanip.phpt \ - db_parsedsn.phpt errors.inc fetchmode_object.inc fetchmodes.inc \ - include.inc limit.inc numcols.inc numrows.inc prepexe.inc \ - run.cvs sequences.inc simplequery.inc transactions.inc \ - skipif.inc driver/01connect.phpt driver/02fetch.phpt \ - driver/03simplequery.phpt driver/04numcols.phpt \ - driver/05sequences.phpt driver/06prepexec.phpt \ - driver/08affectedrows.phpt driver/09numrows.phpt \ - driver/10errormap.phpt driver/11transactions.phpt \ - driver/13limit.phpt driver/14fetchmode_object.phpt \ - driver/15quote.phpt driver/16tableinfo.phpt driver/17query.phpt \ - driver/18get.phpt driver/bug22328.phpt driver/connect.inc \ - driver/mktable.inc driver/run.cvs driver/setup.inc.cvs \ +TESTS= db_error.phpt db_parsedsn.phpt db_factory.phpt db_ismanip.phpt \ + db_error2.phpt errors.inc fetchmode_object.inc fetchmodes.inc \ + include.inc limit.inc numcols.inc numrows.inc prepexe.inc \ + run.cvs sequences.inc simplequery.inc transactions.inc \ + skipif.inc driver/01connect.phpt driver/02fetch.phpt \ + driver/03simplequery.phpt driver/04numcols.phpt \ + driver/05sequences.phpt driver/06prepexec.phpt \ + driver/08affectedrows.phpt driver/09numrows.phpt \ + driver/10errormap.phpt driver/11transactions.phpt \ + driver/13limit.phpt driver/14fetchmode_object.phpt \ + driver/15quote.phpt driver/16tableinfo.phpt driver/17query.phpt \ + driver/18get.phpt driver/bug22328.phpt driver/connect.inc \ + driver/mktable.inc driver/run.cvs driver/setup.inc.cvs \ driver/skipif.inc _DOCSDIR= doc diff -ruN pear-DB.orig/distinfo pear-DB/distinfo --- pear-DB.orig/distinfo Tue Feb 22 14:14:33 2005 +++ pear-DB/distinfo Tue Feb 22 14:17:49 2005 @@ -1,2 +1,2 @@ -MD5 (PEAR/DB-1.6.5.tgz) = fb62ce9e84f48110304638816ad1b01b -SIZE (PEAR/DB-1.6.5.tgz) = 92741 +MD5 (PEAR/DB-1.6.8.tgz) = 7f67e1fd3b68d0468e7f665bfd998a1c +SIZE (PEAR/DB-1.6.8.tgz) = 92460 diff -ruN pear-DB.orig/pkg-descr pear-DB/pkg-descr --- pear-DB.orig/pkg-descr Tue Feb 22 14:14:33 2005 +++ pear-DB/pkg-descr Tue Feb 22 14:25:00 2005 @@ -1,21 +1,22 @@ PEAR::DB is a database abstraction layer providing: * an OO-style query API +* portability features that make programs written for one DBMS work with other +DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation -* sequential and non sequential row fetching as well as bulk fetching -* ordered array, associative array and object formats supported for the fetched - rows +* sequential and non-sequential row fetching as well as bulk fetching +* formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface -* DocBook and PHPDoc API documentation +* DocBook and phpDocumentor API documentation -DB layers itself on top of PHP's existing database extensions. The currently -supported extensions are: dbase, fbsql, interbase, informix, msql, mssql, -mysql, oci8, odbc, pgsql and sybase (DB style interfaces to LDAP servers and -MS ADO (using COM) are also avaible from a separate package). +Drivers for the following extensions pass the complete test suite and provide +interchangeability when all of DB's portability options are enabled: fbsql, +ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and +sybase. -WWW: http://pear.php.net/package/DB +WWW: http://pear.php.net/package/DB/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502221732.j1MHWpQT002081>