1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Update to 1.0.0

PR:		123897
Submitted by:	Wen heping <wenheping@gmail.com>
This commit is contained in:
Martin Wilke 2008-05-24 17:09:23 +00:00
parent 3fd81112f8
commit f122e9d26a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213619
2 changed files with 19 additions and 10 deletions

View File

@ -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"

View File

@ -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