Date: Mon, 14 Mar 2005 12:47:25 -0300 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= <antonio@php.net> To: Pav Lucistnik <pav@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/78588: New port: databases/pear-DB_Table PEARobject-oriented interface to a database table Message-ID: <4235B20D.4010003@php.net> In-Reply-To: <200503112048.j2BKmFLJ034585@freefall.freebsd.org> References: <200503112048.j2BKmFLJ034585@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Pav, fixed. # 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 XCATEGORY= DB XFILES= Table.php Table/Manager.php Table/QuickForm.php 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 @${MV} ${WRKSRC}/DB/* ${WRKSRC} X @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" \ X ${WRKSRC}/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 -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4235B20D.4010003>