# 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-MDB_QueryTool # pear-MDB_QueryTool/Makefile # pear-MDB_QueryTool/distinfo # pear-MDB_QueryTool/pkg-descr # echo c - pear-MDB_QueryTool mkdir -p pear-MDB_QueryTool > /dev/null 2>&1 echo x - pear-MDB_QueryTool/Makefile sed 's/^X//' >pear-MDB_QueryTool/Makefile << 'END-of-pear-MDB_QueryTool/Makefile' X# Ports collection makefile for: pear-MDB_QueryTool X# Date created: 03 March 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= MDB_QueryTool XPORTVERSION= 1.0.0 XCATEGORIES= databases www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB X XBUILD_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \ X ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= DB XFILES= QueryTool.php QueryTool/Query.php QueryTool/EasyJoin.php \ X QueryTool/Result.php QueryTool/Result/Object.php XEXAMPLES= example.php mysql.sql pgsql.sql XTESTS= Common.php index.php Get.php GetAll.php GetCount.php GetQueryString.php \ X Having.php Limit.php SetDbInstance.php sql.php UnitTest.php Where.php \ X simpletest_tests/all_tests.php simpletest_tests/db_settings.php \ X simpletest_tests/index.php simpletest_tests/mdb_querytool_include.php \ X simpletest_tests/mdb_querytool_test_base.php \ X simpletest_tests/mdb_querytool_testDbInstance.php \ X simpletest_tests/mdb_querytool_testGet.php \ X simpletest_tests/mdb_querytool_testGetAll.php \ X simpletest_tests/mdb_querytool_testGetCount.php \ X simpletest_tests/mdb_querytool_testGetQueryString.php \ X simpletest_tests/mdb_querytool_testHaving.php \ X simpletest_tests/mdb_querytool_testLimit.php \ X simpletest_tests/mdb_querytool_tests_get.php \ X simpletest_tests/mdb_querytool_tests_usage.php \ X simpletest_tests/mdb_querytool_testWhere.php simpletest_tests/readme.txt \ X simpletest_tests/simple_include.php X_EXAMPLESDIR= docs/examples X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-MDB_QueryTool/Makefile echo x - pear-MDB_QueryTool/distinfo sed 's/^X//' >pear-MDB_QueryTool/distinfo << 'END-of-pear-MDB_QueryTool/distinfo' XMD5 (PEAR/MDB_QueryTool-1.0.0.tgz) = 238d5fe63c504228c49875600a87af87 XSIZE (PEAR/MDB_QueryTool-1.0.0.tgz) = 38935 END-of-pear-MDB_QueryTool/distinfo echo x - pear-MDB_QueryTool/pkg-descr sed 's/^X//' >pear-MDB_QueryTool/pkg-descr << 'END-of-pear-MDB_QueryTool/pkg-descr' XPEAR::MDB_QueryTool is an OO-abstraction to the SQL-Query language, it provides Xmethods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build Xqueries. X XIt also provides an easy to learn interface that interacts nicely with XHTML-forms using arrays that contain the column data, that shall be Xupdated/added in a DB. This package bases on an SQL-Builder which lets you Xeasily build SQL-Statements and execute them. X XNB: this is a PEAR::MDB porting from the original DB_QueryTool written by XWolfram Kriesing and Paolo Panto (vision:produktion, wk@visionp.de). X XWWW: http://pear.php.net/package/MDB_QueryTool/ END-of-pear-MDB_QueryTool/pkg-descr exit