aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_CommandLine/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-21 17:13:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-21 17:13:18 +0000
commit9263980e9fcf66fa9225e1aec7707051d8ac8e90 (patch)
tree7bfa805063b26ce13d94aaa14f5d2773f783aea4 /devel/pear-Console_CommandLine/pkg-descr
parent296abb8cdc62973451a7805a86bb98056cecc073 (diff)
downloadports-9263980e9fcf66fa9225e1aec7707051d8ac8e90.tar.gz
ports-9263980e9fcf66fa9225e1aec7707051d8ac8e90.zip
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... WWW: http://pear.php.net/package/Console_CommandLine
Notes
Notes: svn path=/head/; revision=204275
Diffstat (limited to 'devel/pear-Console_CommandLine/pkg-descr')
-rw-r--r--devel/pear-Console_CommandLine/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pear-Console_CommandLine/pkg-descr b/devel/pear-Console_CommandLine/pkg-descr
new file mode 100644
index 000000000000..c299339be715
--- /dev/null
+++ b/devel/pear-Console_CommandLine/pkg-descr
@@ -0,0 +1,13 @@
+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...
+
+WWW: http://pear.php.net/package/Console_CommandLine