Date: Wed, 4 Oct 2006 09:24:06 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/103974: [PATCH] databases/pear-DB: reformat pkg-descr, take maintainership Message-ID: <200610041324.k94DO6BQ061494@goodking.goodking.ca> Resent-Message-ID: <200610041330.k94DUNY5088490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103974 >Category: ports >Synopsis: [PATCH] databases/pear-DB: reformat pkg-descr, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 04 13:30:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - reformat pkg-descr - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-DB-1.7.6,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/pear-DB/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 23 Sep 2006 00:23:22 -0000 1.21 +++ Makefile 4 Oct 2006 13:22:10 -0000 @@ -10,7 +10,7 @@ PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= PEAR Database Abstraction Layer BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/databases/pear-DB/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 24 Feb 2005 21:46:40 -0000 1.3 +++ pkg-descr 4 Oct 2006 13:22:10 -0000 @@ -1,22 +1,25 @@ 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 +* 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 +* 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 -* formats fetched rows as associative arrays, ordered arrays or objects +* formats fetched rows as associative arrays, ordered arrays or +objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation -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. +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/ --- pear-DB-1.7.6,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610041324.k94DO6BQ061494>