diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-04 10:27:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-04 10:27:20 +0800 |
commit | 87634c3903cd765e03b66ac0996243a7374f6f05 (patch) | |
tree | 6a4fc7884888d93ba41b5a83c243603c2b6a00f2 | |
parent | 96bf2e4068d8aec4158701fcda7a898dddcf0b92 (diff) | |
download | freebsd-ports-gnome-87634c3903cd765e03b66ac0996243a7374f6f05.tar.gz freebsd-ports-gnome-87634c3903cd765e03b66ac0996243a7374f6f05.tar.zst freebsd-ports-gnome-87634c3903cd765e03b66ac0996243a7374f6f05.zip |
- Update to 1.2.0
- Convert Header
-rw-r--r-- | devel/pear-Console_CommandLine/Makefile | 53 | ||||
-rw-r--r-- | devel/pear-Console_CommandLine/distinfo | 4 |
2 files changed, 5 insertions, 52 deletions
diff --git a/devel/pear-Console_CommandLine/Makefile b/devel/pear-Console_CommandLine/Makefile index 0982e48b5436..9d5d07ee9222 100644 --- a/devel/pear-Console_CommandLine/Makefile +++ b/devel/pear-Console_CommandLine/Makefile @@ -1,13 +1,8 @@ -# Ports collection makefile for: pear-Console_CommandLine -# Date created: 21 December 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Console_CommandLine -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -16,49 +11,7 @@ COMMENT= A full featured command line options and arguments parser BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Console/CommandLine.php Console/CommandLine/Action.php Console/CommandLine/Command.php\ - Console/CommandLine/Renderer.php Console/CommandLine/Element.php Console/CommandLine/MessageProvider.php \ - Console/CommandLine/Outputter.php Console/CommandLine/Result.php Console/CommandLine/Argument.php \ - Console/CommandLine/Exception.php Console/CommandLine/Option.php Console/CommandLine/XmlParser.php \ - Console/CommandLine/Action/Callback.php Console/CommandLine/Action/Counter.php \ - Console/CommandLine/Action/Help.php Console/CommandLine/Action/Password.php \ - Console/CommandLine/Action/StoreArray.php \ - Console/CommandLine/Action/StoreFalse.php Console/CommandLine/Action/StoreFloat.php \ - Console/CommandLine/Action/StoreInt.php Console/CommandLine/Action/StoreString.php \ - Console/CommandLine/Action/StoreTrue.php Console/CommandLine/Action/Version.php \ - Console/CommandLine/MessageProvider/Default.php Console/CommandLine/Outputter/Default.php \ - Console/CommandLine/Renderer/Default.php \ - Console/CommandLine/CustomMessageProvider.php -DATA= xmlschema.rng -EXAMPLES= ex1.php ex2.php ex2.xml -_EXAMPLESDIR= docs/examples -TESTS= AllTests.php console_commandline_accept.phpt \ - console_commandline_addargument.phpt \ - console_commandline_addcommand.phpt \ - console_commandline_addoption.phpt \ - console_commandline_addoption_errors_1.phpt \ - console_commandline_addoption_errors_2.phpt \ - console_commandline_addoption_errors_3.phpt \ - console_commandline_addoption_errors_4.phpt \ - console_commandline_addoption_errors_5.phpt \ - console_commandline_addoption_errors_6.phpt \ - console_commandline_addoption_errors_7.phpt \ - console_commandline_fromxmlfile.phpt \ - console_commandline_fromxmlfile_error.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 \ - console_commandline_parse_13.phpt console_commandline_parse_14.phpt \ - console_commandline_parse_15.phpt console_commandline_parse_16.phpt \ - console_commandline_parse_17.phpt console_commandline_parse_18.phpt \ - console_commandline_webrequest_1.phpt \ - console_commandline_webrequest_2.phpt \ - console_commandline_webrequest_3.phpt \ - test.xml tests.inc.php +PEAR_AUTOINSTALL= yes .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 5377cd65035d..fc18af5b24f4 100644 --- a/devel/pear-Console_CommandLine/distinfo +++ b/devel/pear-Console_CommandLine/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Console_CommandLine-1.1.3.tgz) = db425aef9c13d8dd506f408ca21fd61c976ad4dd06c4eae49dd4d1f3b80373e0 -SIZE (PEAR/Console_CommandLine-1.1.3.tgz) = 38507 +SHA256 (PEAR/Console_CommandLine-1.2.0.tgz) = 18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e +SIZE (PEAR/Console_CommandLine-1.2.0.tgz) = 39740 |