Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= MDB2_Schema |
8 |
PORTNAME= MDB2_Schema |
9 |
PORTVERSION= 0.8.2 |
9 |
PORTVERSION= 0.8.4 |
10 |
CATEGORIES= databases www pear |
10 |
CATEGORIES= databases www pear |
11 |
|
11 |
|
12 |
MAINTAINER= miwi@FreeBSD.org |
12 |
MAINTAINER= miwi@FreeBSD.org |
Lines 15-21
Link Here
|
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ |
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ |
16 |
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \ |
16 |
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \ |
17 |
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ |
17 |
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ |
18 |
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD |
18 |
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \ |
|
|
19 |
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer |
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
|
21 |
|
21 |
FILES= MDB2/Schema/Reserved/ibase.php \ |
22 |
FILES= MDB2/Schema/Reserved/ibase.php \ |
Lines 24-32
Link Here
|
24 |
MDB2/Schema/Reserved/oci8.php \ |
25 |
MDB2/Schema/Reserved/oci8.php \ |
25 |
MDB2/Schema/Reserved/pgsql.php \ |
26 |
MDB2/Schema/Reserved/pgsql.php \ |
26 |
MDB2/Schema/Parser.php \ |
27 |
MDB2/Schema/Parser.php \ |
|
|
28 |
MDB2/Schema/Parser2.php \ |
29 |
MDB2/Schema/Tool.php \ |
27 |
MDB2/Schema/Validate.php \ |
30 |
MDB2/Schema/Validate.php \ |
28 |
MDB2/Schema/Writer.php \ |
31 |
MDB2/Schema/Writer.php \ |
29 |
MDB2/Schema.php |
32 |
MDB2/Schema/Tool/ParameterException.php \ |
|
|
33 |
MDB2/Schema.php scripts/mdb2_schematool |
30 |
|
34 |
|
31 |
TESTS= Console_TestListener.php HTML_TestListener.php \ |
35 |
TESTS= Console_TestListener.php HTML_TestListener.php \ |
32 |
MDB2_Schema_testcase.php README clitest.php driver_test.schema \ |
36 |
MDB2_Schema_testcase.php README clitest.php driver_test.schema \ |
Lines 34-44
Link Here
|
34 |
testchoose.php tests.css |
38 |
testchoose.php tests.css |
35 |
|
39 |
|
36 |
DOCS= description.schema.xml MDB.dtd MDB.xsd MDB.xsl schema2html.css \ |
40 |
DOCS= description.schema.xml MDB.dtd MDB.xsd MDB.xsl schema2html.css \ |
37 |
schema2html.xsl xml_schema_documentation.html |
41 |
README schema2html.xsl xml_schema_documentation.html |
38 |
|
42 |
|
39 |
EXAMPLES= example.php parse.php schema.xml |
43 |
EXAMPLES= parse.php schema.xml \ |
|
|
44 |
www/mdb2_schematool/action.php \ |
45 |
www/mdb2_schematool/class.inc.php \ |
46 |
www/mdb2_schematool/index.php \ |
47 |
www/mdb2_schematool/result.php |
40 |
_EXAMPLESDIR= docs/examples |
48 |
_EXAMPLESDIR= docs/examples |
41 |
|
49 |
|
|
|
50 |
post-extract: |
51 |
${MV} ${WRKSRC}/www ${WRKSRC}/docs/examples |
52 |
|
42 |
.include <bsd.port.pre.mk> |
53 |
.include <bsd.port.pre.mk> |
43 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |
54 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |
44 |
.include <bsd.port.post.mk> |
55 |
.include <bsd.port.post.mk> |