Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Console_CommandLine |
8 |
PORTNAME= Console_CommandLine |
9 |
PORTVERSION= 0.2.1 |
9 |
PORTVERSION= 1.0.0 |
10 |
CATEGORIES= devel www pear |
10 |
CATEGORIES= devel www pear |
11 |
|
11 |
|
12 |
MAINTAINER= miwi@FreeBSD.org |
12 |
MAINTAINER= miwi@FreeBSD.org |
Lines 21-27
Link Here
|
21 |
CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \ |
21 |
CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \ |
22 |
CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \ |
22 |
CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \ |
23 |
CommandLine/Action/Callback.php CommandLine/Action/Counter.php \ |
23 |
CommandLine/Action/Callback.php CommandLine/Action/Counter.php \ |
24 |
CommandLine/Action/Help.php CommandLine/Action/StoreArray.php \ |
24 |
CommandLine/Action/Help.php CommandLine/Action/Password.php \ |
|
|
25 |
CommandLine/Action/StoreArray.php \ |
25 |
CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \ |
26 |
CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \ |
26 |
CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \ |
27 |
CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \ |
27 |
CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \ |
28 |
CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \ |
Lines 30-40
Link Here
|
30 |
DATA= xmlschema.rng |
31 |
DATA= xmlschema.rng |
31 |
EXAMPLES= ex1.php ex2.php ex2.xml |
32 |
EXAMPLES= ex1.php ex2.php ex2.xml |
32 |
_EXAMPLESDIR= docs/examples |
33 |
_EXAMPLESDIR= docs/examples |
33 |
TESTS= console_commandline_addargument.phpt console_commandline_parse_1.phpt \ |
34 |
TESTS= AllTests.php console_commandline_accept.phpt \ |
34 |
console_commandline_parse_4.phpt tests.inc.php console_commandline_addcommand.phpt \ |
35 |
console_commandline_addargument.phpt \ |
35 |
console_commandline_parse_2.phpt console_commandline_parse_5.phpt \ |
36 |
console_commandline_addcommand.phpt \ |
36 |
console_commandline_addoption.phpt console_commandline_parse_3.phpt \ |
37 |
console_commandline_addoption.phpt \ |
37 |
console_commandline_parse_6.phpt |
38 |
console_commandline_fromxmlfile.phpt \ |
|
|
39 |
console_commandline_fromxmlstring.phpt \ |
40 |
console_commandline_parse_1.phpt console_commandline_parse_2.phpt \ |
41 |
console_commandline_parse_3.phpt console_commandline_parse_4.phpt \ |
42 |
console_commandline_parse_5.phpt console_commandline_parse_6.phpt \ |
43 |
console_commandline_parse_7.phpt console_commandline_parse_8.phpt \ |
44 |
console_commandline_parse_9.phpt console_commandline_parse_10.phpt \ |
45 |
console_commandline_parse_11.phpt console_commandline_parse_12.phpt \ |
46 |
test.xml tests.inc.php |
38 |
|
47 |
|
39 |
.include <bsd.port.pre.mk> |
48 |
.include <bsd.port.pre.mk> |
40 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |
49 |
.include "${PORTSDIR}/devel/pear/bsd.pear.mk" |