pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pear-Console_CommandLine
Module Name: pkgsrc
Committed By: taca
Date: Sun Aug 21 08:23:06 UTC 2016
Added Files:
pkgsrc/devel/pear-Console_CommandLine: DESCR Makefile distinfo
Log Message:
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...
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/pear-Console_CommandLine/DESCR \
pkgsrc/devel/pear-Console_CommandLine/Makefile \
pkgsrc/devel/pear-Console_CommandLine/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/pear-Console_CommandLine/DESCR
diff -u /dev/null pkgsrc/devel/pear-Console_CommandLine/DESCR:1.1
--- /dev/null Sun Aug 21 08:23:06 2016
+++ pkgsrc/devel/pear-Console_CommandLine/DESCR Sun Aug 21 08:23:06 2016
@@ -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...
Index: pkgsrc/devel/pear-Console_CommandLine/Makefile
diff -u /dev/null pkgsrc/devel/pear-Console_CommandLine/Makefile:1.1
--- /dev/null Sun Aug 21 08:23:06 2016
+++ pkgsrc/devel/pear-Console_CommandLine/Makefile Sun Aug 21 08:23:06 2016
@@ -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"
Index: pkgsrc/devel/pear-Console_CommandLine/distinfo
diff -u /dev/null pkgsrc/devel/pear-Console_CommandLine/distinfo:1.1
--- /dev/null Sun Aug 21 08:23:06 2016
+++ pkgsrc/devel/pear-Console_CommandLine/distinfo Sun Aug 21 08:23:06 2016
@@ -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