diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-08 15:38:43 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-08 15:38:43 +0800 |
commit | 2b2513dff3bca44096de3f902dcc03b7c5bffc71 (patch) | |
tree | 7e8482d6e450f95d6e46bbf17a8b69fc1b451e6a | |
parent | cf289dd6d395429c5ff90d6cb4c4195caf0dc24b (diff) | |
download | freebsd-ports-gnome-2b2513dff3bca44096de3f902dcc03b7c5bffc71.tar.gz freebsd-ports-gnome-2b2513dff3bca44096de3f902dcc03b7c5bffc71.tar.zst freebsd-ports-gnome-2b2513dff3bca44096de3f902dcc03b7c5bffc71.zip |
- Update to 2.3.0
All database dependent bits are moved to separated pacakges. Some of them
are going to be imported in a few minutes.
- Take maintainership
-rw-r--r-- | databases/pear-MDB2/Makefile | 62 | ||||
-rw-r--r-- | databases/pear-MDB2/distinfo | 6 | ||||
-rw-r--r-- | databases/pear-MDB2/pkg-descr | 21 |
3 files changed, 27 insertions, 62 deletions
diff --git a/databases/pear-MDB2/Makefile b/databases/pear-MDB2/Makefile index 7b1a413502d5..36ff88e3fe4d 100644 --- a/databases/pear-MDB2/Makefile +++ b/databases/pear-MDB2/Makefile @@ -6,56 +6,34 @@ # PORTNAME= MDB2 -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= databases www pear -DISTNAME= ${PORTNAME}-${PORTVERSION}beta3 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rafan@FreeBSD.org COMMENT= PEAR database abstraction layer -BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= MDB2/Date.php MDB2/Extended.php MDB2/Iterator.php MDB2/LOB.php \ - MDB2/Driver/fbsql.php MDB2/Driver/ibase.php MDB2/Driver/mssql.php \ - MDB2/Driver/mysql.php MDB2/Driver/mysqli.php MDB2/Driver/oci8.php \ - MDB2/Driver/pgsql.php MDB2/Driver/querysim.php MDB2/Driver/sqlite.php \ - MDB2/Driver/Datatype/Common.php MDB2/Driver/Datatype/fbsql.php \ - MDB2/Driver/Datatype/ibase.php MDB2/Driver/Datatype/mssql.php \ - MDB2/Driver/Datatype/mysql.php MDB2/Driver/Datatype/mysqli.php \ - MDB2/Driver/Datatype/oci8.php MDB2/Driver/Datatype/pgsql.php \ - MDB2/Driver/Datatype/sqlite.php MDB2/Driver/Manager/Common.php \ - MDB2/Driver/Manager/fbsql.php MDB2/Driver/Manager/ibase.php \ - MDB2/Driver/Manager/mssql.php MDB2/Driver/Manager/mysql.php \ - MDB2/Driver/Manager/mysqli.php MDB2/Driver/Manager/oci8.php \ - MDB2/Driver/Manager/pgsql.php MDB2/Driver/Manager/sqlite.php \ - MDB2/Driver/Native/fbsql.php MDB2/Driver/Native/ibase.php \ - MDB2/Driver/Native/mssql.php MDB2/Driver/Native/mysql.php \ - MDB2/Driver/Native/mysqli.php MDB2/Driver/Native/oci8.php \ - MDB2/Driver/Native/pgsql.php MDB2/Driver/Native/sqlite.php \ - MDB2/Driver/Reverse/Common.php MDB2/Driver/Reverse/fbsql.php \ - MDB2/Driver/Reverse/ibase.php MDB2/Driver/Reverse/mssql.php \ - MDB2/Driver/Reverse/mysql.php MDB2/Driver/Reverse/mysqli.php \ - MDB2/Driver/Reverse/oci8.php MDB2/Driver/Reverse/pgsql.php \ - MDB2/Driver/Reverse/sqlite.php MDB2/Tools/Manager.php \ - MDB2/Tools/reverse_engineer_xml_schema.php \ - MDB2/Tools/Manager/Parser.php MDB2/Tools/Manager/Writer.php \ - MDB2/Wrapper/peardb.php MDB2.php -DOCS= CONTRIBUTORS datatypes.html Driver_Datatype_skeleton.php \ - Driver_Manager_skeleton.php Driver_Native_skeleton.php \ - Driver_Reverse_skeleton.php Driver_skeleton.php MAINTAINERS \ - MDB.dtd MDB.xsl querysim_readme.txt README STATUS TODO \ - xml_schema_documentation.html -EXAMPLES= example.php metapear_test_db.schema peardb_wrapper_example.php -TESTS= clitest.php Console_TestListener.php driver_test.schema \ - HTML_TestListener.php lob_test.schema MDB2_api_testcase.php \ - MDB2_bugs_testcase.php MDB2_manager_testcase.php \ - MDB2_native_testcase.php MDB2_reverse_testcase.php \ - MDB2_usage_testcase.php README test.php testchoose.php \ - tests.css testUtils.php test_setup.php.dist templates/results.tpl +FILES= MDB2.php \ + MDB2/Driver/Datatype/Common.php MDB2/Driver/Function/Common.php \ + MDB2/Driver/Manager/Common.php MDB2/Driver/Native/Common.php \ + MDB2/Driver/Reverse/Common.php \ + MDB2/Date.php MDB2/Extended.php MDB2/Iterator.php MDB2/LOB.php + +DOCS= CONTRIBUTORS datatypes.html MAINTAINERS README STATUS TODO +EXAMPLES= example.php example_php5.php metapear_test_db.schema _EXAMPLESDIR= docs/examples +TESTS= basic.phpt clitest.php config.php Console_TestListener.php \ + HTML_TestListener.php MDB2_api_testcase.php \ + MDB2_bugs_testcase.php MDB2_Connect_Test.php \ + MDB2_datatype_testcase.php MDB2_extended_testcase.php \ + MDB2_function_testcase.php MDB2_manager_testcase.php \ + MDB2_native_testcase.php MDB2_reverse_testcase.php \ + MDB2_testcase.php README MDB2_usage_testcase.php test.php \ + testchoose.php tests.css testUtils.php test_setup.php.dist \ + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/databases/pear-MDB2/distinfo b/databases/pear-MDB2/distinfo index e30f6857f56d..05fc2d947b6a 100644 --- a/databases/pear-MDB2/distinfo +++ b/databases/pear-MDB2/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/MDB2-2.0.0beta3.tgz) = 0718e2dd50d306a9852b1050698c7339 -SHA256 (PEAR/MDB2-2.0.0beta3.tgz) = f9f25e6f835bb5d09800ab163775d16f9c867722ce3aa1f6d405d5a080e70627 -SIZE (PEAR/MDB2-2.0.0beta3.tgz) = 190209 +MD5 (PEAR/MDB2-2.3.0.tgz) = 31c7294943b665c293f1453e1c4b20a4 +SHA256 (PEAR/MDB2-2.3.0.tgz) = 4d4e12bd90765cfbc260c1be72dfdcf6119675ad46468d040a5170ea970e48a3 +SIZE (PEAR/MDB2-2.3.0.tgz) = 103322 diff --git a/databases/pear-MDB2/pkg-descr b/databases/pear-MDB2/pkg-descr index 5e532479e7b5..8765ef047dba 100644 --- a/databases/pear-MDB2/pkg-descr +++ b/databases/pear-MDB2/pkg-descr @@ -1,22 +1,9 @@ PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. -Note that the API will be adapted to better fit with the new php5 only PDO -before the first stable release. - -It provides a common API for all support RDBMS. The main difference to most -other DB abstraction packages is that MDB2 goes much further to ensure -portability. - -Currently supported RDBMS: -MySQL -PostGreSQL -Oracle -Frontbase -Querysim -Interbase/Firebird -MSSQL -SQLite -Other soon to follow. +It provides a common API for all supported RDBMS. The main difference to +most other DB abstraction packages is that MDB2 goes much further to +ensure portability. MDB2 provides most of its many features optionally +that can be used to construct portable SQL statements. WWW: http://pear.php.net/package/MDB2/ |