svn commit: r311545 - head/devel/pear-Console_CommandLine
Martin Wilke
miwi at FreeBSD.org
Mon Feb 4 02:27:21 UTC 2013
Author: miwi
Date: Mon Feb 4 02:27:20 2013
New Revision: 311545
URL: http://svnweb.freebsd.org/changeset/ports/311545
Log:
- Update to 1.2.0
- Convert Header
Modified:
head/devel/pear-Console_CommandLine/Makefile (contents, props changed)
head/devel/pear-Console_CommandLine/distinfo (contents, props changed)
Modified: head/devel/pear-Console_CommandLine/Makefile
==============================================================================
--- head/devel/pear-Console_CommandLine/Makefile Mon Feb 4 02:26:45 2013 (r311544)
+++ head/devel/pear-Console_CommandLine/Makefile Mon Feb 4 02:27:20 2013 (r311545)
@@ -1,13 +1,8 @@
-# Ports collection makefile for: pear-Console_CommandLine
-# Date created: 21 December 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Console_CommandLine
-PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= devel www pear
MAINTAINER= miwi at FreeBSD.org
@@ -16,49 +11,7 @@ COMMENT= A full featured command line op
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"
Modified: head/devel/pear-Console_CommandLine/distinfo
==============================================================================
--- head/devel/pear-Console_CommandLine/distinfo Mon Feb 4 02:26:45 2013 (r311544)
+++ head/devel/pear-Console_CommandLine/distinfo Mon Feb 4 02:27:20 2013 (r311545)
@@ -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
More information about the svn-ports-head
mailing list