diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-25 01:09:23 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-25 01:09:23 +0800 |
commit | f122e9d26a5eeac3485525a23c27b0cd5019742d (patch) | |
tree | 93f1eea1d03add0212dd34abd9888685ebc18d43 /devel/pear-Console_CommandLine | |
parent | 3fd81112f815f85a3ca6077c2eb135350e7b8b37 (diff) | |
download | freebsd-ports-gnome-f122e9d26a5eeac3485525a23c27b0cd5019742d.tar.gz freebsd-ports-gnome-f122e9d26a5eeac3485525a23c27b0cd5019742d.tar.zst freebsd-ports-gnome-f122e9d26a5eeac3485525a23c27b0cd5019742d.zip |
- Update to 1.0.0
PR: 123897
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to 'devel/pear-Console_CommandLine')
-rw-r--r-- | devel/pear-Console_CommandLine/Makefile | 23 | ||||
-rw-r--r-- | devel/pear-Console_CommandLine/distinfo | 6 |
2 files changed, 19 insertions, 10 deletions
diff --git a/devel/pear-Console_CommandLine/Makefile b/devel/pear-Console_CommandLine/Makefile index c8f39f73f32f..d3ad7886ccd8 100644 --- a/devel/pear-Console_CommandLine/Makefile +++ b/devel/pear-Console_CommandLine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Console_CommandLine -PORTVERSION= 0.2.1 +PORTVERSION= 1.0.0 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -21,7 +21,8 @@ FILES= CommandLine.php CommandLine/Action.php CommandLine/Command.php\ CommandLine/Outputter.php CommandLine/Result.php CommandLine/Argument.php \ CommandLine/Exception.php CommandLine/Option.php CommandLine/XmlParser.php \ CommandLine/Action/Callback.php CommandLine/Action/Counter.php \ - CommandLine/Action/Help.php CommandLine/Action/StoreArray.php \ + CommandLine/Action/Help.php CommandLine/Action/Password.php \ + CommandLine/Action/StoreArray.php \ CommandLine/Action/StoreFalse.php CommandLine/Action/StoreFloat.php \ CommandLine/Action/StoreInt.php CommandLine/Action/StoreString.php \ CommandLine/Action/StoreTrue.php CommandLine/Action/Version.php \ @@ -30,11 +31,19 @@ FILES= CommandLine.php CommandLine/Action.php CommandLine/Command.php\ DATA= xmlschema.rng EXAMPLES= ex1.php ex2.php ex2.xml _EXAMPLESDIR= docs/examples -TESTS= console_commandline_addargument.phpt console_commandline_parse_1.phpt \ - console_commandline_parse_4.phpt tests.inc.php console_commandline_addcommand.phpt \ - console_commandline_parse_2.phpt console_commandline_parse_5.phpt \ - console_commandline_addoption.phpt console_commandline_parse_3.phpt \ - console_commandline_parse_6.phpt +TESTS= AllTests.php console_commandline_accept.phpt \ + console_commandline_addargument.phpt \ + console_commandline_addcommand.phpt \ + console_commandline_addoption.phpt \ + console_commandline_fromxmlfile.phpt \ + console_commandline_fromxmlstring.phpt \ + console_commandline_parse_1.phpt console_commandline_parse_2.phpt \ + console_commandline_parse_3.phpt console_commandline_parse_4.phpt \ + console_commandline_parse_5.phpt console_commandline_parse_6.phpt \ + console_commandline_parse_7.phpt console_commandline_parse_8.phpt \ + console_commandline_parse_9.phpt console_commandline_parse_10.phpt \ + console_commandline_parse_11.phpt console_commandline_parse_12.phpt \ + test.xml tests.inc.php .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/devel/pear-Console_CommandLine/distinfo b/devel/pear-Console_CommandLine/distinfo index 24c711b444b4..fc2b20a5b246 100644 --- a/devel/pear-Console_CommandLine/distinfo +++ b/devel/pear-Console_CommandLine/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Console_CommandLine-0.2.1.tgz) = 98a52d1dc3e4ff0b60d1059b8df85d3b -SHA256 (PEAR/Console_CommandLine-0.2.1.tgz) = dde39618ca3d5110cfe6c6f9d3d63f2c2985c35268351c9956525855956c9b92 -SIZE (PEAR/Console_CommandLine-0.2.1.tgz) = 22334 +MD5 (PEAR/Console_CommandLine-1.0.0.tgz) = ff94f26ec825de70bf1f18cee0309080 +SHA256 (PEAR/Console_CommandLine-1.0.0.tgz) = f18d4e066a1b349e9dfd5560ad185b101b4102e25e7ba5e2ecbfa035282deb98 +SIZE (PEAR/Console_CommandLine-1.0.0.tgz) = 27383 |