pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pear-Console_CommandLine Add pear-Console_Comman...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daaaf953ca05
branches:  trunk
changeset: 351479:daaaf953ca05
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 21 08:23:06 2016 +0000

description:
Add pear-Console_CommandLine version 1.2.2.

Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.

Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...

diffstat:

 devel/pear-Console_CommandLine/DESCR    |  11 +++++++++++
 devel/pear-Console_CommandLine/Makefile |  10 ++++++++++
 devel/pear-Console_CommandLine/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 193fb86adbdc -r daaaf953ca05 devel/pear-Console_CommandLine/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pear-Console_CommandLine/DESCR      Sun Aug 21 08:23:06 2016 +0000
@@ -0,0 +1,11 @@
+Console_CommandLine is a full featured package for managing command-line
+options and arguments highly inspired from python optparse module, it allows
+the developer to easily build complex command line interfaces.
+
+Main features:
+* handles sub commands (ie. $ myscript.php -q subcommand -f file),
+* can be completely built from an xml definition file,
+* generate --help and --version options automatically,
+* can be completely customized,
+* builtin support for i18n,
+* and much more...
diff -r 193fb86adbdc -r daaaf953ca05 devel/pear-Console_CommandLine/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pear-Console_CommandLine/Makefile   Sun Aug 21 08:23:06 2016 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2016/08/21 08:23:06 taca Exp $
+
+DISTNAME=      Console_CommandLine-1.2.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Managing command-line options and arguments
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 193fb86adbdc -r daaaf953ca05 devel/pear-Console_CommandLine/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pear-Console_CommandLine/distinfo   Sun Aug 21 08:23:06 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/21 08:23:06 taca Exp $
+
+SHA1 (pear/Console_CommandLine-1.2.2.tgz) = 9d6fe4134e469b57cea98bf58bfa38b661e4ea6a
+RMD160 (pear/Console_CommandLine-1.2.2.tgz) = 25228324c5f1476c9f849638678664a451060437
+SHA512 (pear/Console_CommandLine-1.2.2.tgz) = 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603
+Size (pear/Console_CommandLine-1.2.2.tgz) = 40705 bytes



Home | Main Index | Thread Index | Old Index