From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 8 11:50:05 2005 Return-Path: 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 54F4016A4CE for ; Tue, 8 Mar 2005 11:50:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E326343D4C for ; Tue, 8 Mar 2005 11:50:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j28Bo4L0084236 for ; Tue, 8 Mar 2005 11:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j28Bo4vJ084235; Tue, 8 Mar 2005 11:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 8 Mar 2005 11:50:04 GMT Resent-Message-Id: <200503081150.j28Bo4vJ084235@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, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7985E16A4CE for ; Tue, 8 Mar 2005 11:46:29 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E12043D31 for ; Tue, 8 Mar 2005 11:46:28 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j28BkPCP070348 for ; Tue, 8 Mar 2005 08:46:26 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j28BkPYM070347; Tue, 8 Mar 2005 08:46:25 -0300 (BRT) Message-Id: <200503081146.j28BkPYM070347@digitalsign.com> Date: Tue, 8 Mar 2005 08:46:25 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78588: New port: databases/pear-DB_Table PEAR object-oriented interface to a database table X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 11:50:05 -0000 >Number: 78588 >Category: ports >Synopsis: New port: databases/pear-DB_Table PEAR object-oriented interface to a database table >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: Tue Mar 08 11:50:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: databases/pear-DB_Table PEAR object-oriented interface to a database table PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR::HTML_QuickForm to automatically generate input forms that match the table column definitions. >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: # # pear-DB_Table # pear-DB_Table/Makefile # pear-DB_Table/distinfo # pear-DB_Table/pkg-descr # echo c - pear-DB_Table mkdir -p pear-DB_Table > /dev/null 2>&1 echo x - pear-DB_Table/Makefile sed 's/^X//' >pear-DB_Table/Makefile << 'END-of-pear-DB_Table/Makefile' X# Ports collection makefile for: pear-DB_Table X# Date created: 08 March 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= DB_Table XPORTVERSION= 1.0.0 XCATEGORIES= databases www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR object-oriented interface to a database table X XBUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ X ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_REINPLACE= yes X XLATEST_LINK= pear-DB_Table XOPTIONS= PEAR_HTML_QUICKFORM "PEAR::HTML_QuickForm support" off X XFILES= DB/Table.php DB/Table/Manager.php DB/Table/QuickForm.php \ X DB/Table/Valid.php XDOCS= _sources.txt all-words.txt mssql-words.txt mysql-words.txt \ X oci8-words.txt pgsql-words.txt sql92-words.txt sql99-words.txt \ X sqlite-words.txt XTESTS= bogotest.php setup.ini-dist X_DOCSDIR= docs/reserved_words X Xpost-extract: X @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" \ X ${WRKSRC}/DB/Table.php X X.if defined(WITH_PEAR_HTML_QUICKFORM) XRUN_DEPENDS+= ${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm X.endif X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-DB_Table/Makefile echo x - pear-DB_Table/distinfo sed 's/^X//' >pear-DB_Table/distinfo << 'END-of-pear-DB_Table/distinfo' XMD5 (PEAR/DB_Table-1.0.0.tgz) = 2086312baac5f7bfbf826af4fb795283 XSIZE (PEAR/DB_Table-1.0.0.tgz) = 27598 END-of-pear-DB_Table/distinfo echo x - pear-DB_Table/pkg-descr sed 's/^X//' >pear-DB_Table/pkg-descr << 'END-of-pear-DB_Table/pkg-descr' XPEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table Xcreation, data validation, insert, update, delete, and select; combines Xthese with PEAR::HTML_QuickForm to automatically generate input forms Xthat match the table column definitions. X XWWW: http://pear.php.net/package/DB_Table/ END-of-pear-DB_Table/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: