From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 4 13:30:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE9F816A5B5 for ; Wed, 4 Oct 2006 13:30:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE20743D53 for ; Wed, 4 Oct 2006 13:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k94DUN1W088493 for ; Wed, 4 Oct 2006 13:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k94DUNY5088490; Wed, 4 Oct 2006 13:30:23 GMT (envelope-from gnats) Resent-Date: Wed, 4 Oct 2006 13:30:23 GMT Resent-Message-Id: <200610041330.k94DUNY5088490@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E863116A49E for ; Wed, 4 Oct 2006 13:24:19 +0000 (UTC) (envelope-from tabthorpe@goodking.goodking.ca) Received: from tbaytel.net (front1-drytel.tbaytel.net [216.211.26.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5238043D46 for ; Wed, 4 Oct 2006 13:24:18 +0000 (GMT) (envelope-from tabthorpe@goodking.goodking.ca) Received: from goodking.goodking.ca ([216.211.54.227] verified) by front1.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 56673079 for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Oct 2006 09:24:17 -0400 Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k94DO6X0061495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Oct 2006 09:24:06 -0400 (EDT) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from root@localhost) by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k94DO6BQ061494; Wed, 4 Oct 2006 09:24:06 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200610041324.k94DO6BQ061494@goodking.goodking.ca> Date: Wed, 4 Oct 2006 09:24:06 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thomas@goodking.ca Subject: ports/103974: [PATCH] databases/pear-DB: reformat pkg-descr, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:30:24 -0000 >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: