Date: Tue, 8 Mar 2005 08:46:25 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78588: New port: databases/pear-DB_Table PEAR object-oriented interface to a database table Message-ID: <200503081146.j28BkPYM070347@digitalsign.com> Resent-Message-ID: <200503081150.j28Bo4vJ084235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 (<antonio@inf.ufsc.br>) 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 <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503081146.j28BkPYM070347>