--- Makefile.orig 2008-11-18 23:48:00.000000000 +0800 +++ Makefile 2008-11-19 00:18:33.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= MDB2_Schema -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org @@ -15,7 +15,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \ ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ - ${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD + ${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer RUN_DEPENDS= ${BUILD_DEPENDS} FILES= MDB2/Schema/Reserved/ibase.php \ @@ -24,9 +25,12 @@ MDB2/Schema/Reserved/oci8.php \ MDB2/Schema/Reserved/pgsql.php \ MDB2/Schema/Parser.php \ + MDB2/Schema/Parser2.php \ + MDB2/Schema/Tool.php \ MDB2/Schema/Validate.php \ MDB2/Schema/Writer.php \ - MDB2/Schema.php + MDB2/Schema/Tool/ParameterException.php \ + MDB2/Schema.php scripts/mdb2_schematool TESTS= Console_TestListener.php HTML_TestListener.php \ MDB2_Schema_testcase.php README clitest.php driver_test.schema \ @@ -34,11 +38,18 @@ testchoose.php tests.css DOCS= description.schema.xml MDB.dtd MDB.xsd MDB.xsl schema2html.css \ - schema2html.xsl xml_schema_documentation.html + README schema2html.xsl xml_schema_documentation.html -EXAMPLES= example.php parse.php schema.xml +EXAMPLES= parse.php schema.xml \ + www/mdb2_schematool/action.php \ + www/mdb2_schematool/class.inc.php \ + www/mdb2_schematool/index.php \ + www/mdb2_schematool/result.php _EXAMPLESDIR= docs/examples +post-extract: + ${MV} ${WRKSRC}/www ${WRKSRC}/docs/examples + .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include --- distinfo.orig 2008-11-18 23:48:00.000000000 +0800 +++ distinfo 2008-11-18 23:48:00.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (PEAR/MDB2_Schema-0.8.2.tgz) = 624950be1216f65a28c4c363edd57f6b -SHA256 (PEAR/MDB2_Schema-0.8.2.tgz) = aa90d01b846fbbf8847909b412329214a6b4327e95422e2ef64e8ba1f54bcf7c -SIZE (PEAR/MDB2_Schema-0.8.2.tgz) = 73858 +MD5 (PEAR/MDB2_Schema-0.8.4.tgz) = 7897a75eb04461f4693d1a3781ae5730 +SHA256 (PEAR/MDB2_Schema-0.8.4.tgz) = b28f4fde8bf2e5487b72a0657cad8e565a895c950d3230fa6effbb9f7ed62e2d +SIZE (PEAR/MDB2_Schema-0.8.4.tgz) = 76430