aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_CommandLine/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.3Martin Wilke2010-07-101-3/+3
| | | | Notes: svn path=/head/; revision=257585
* - Update to 1.1.1Martin Wilke2009-11-191-3/+3
| | | | Notes: svn path=/head/; revision=244481
* - Update to 1.1.0Martin Wilke2009-07-071-3/+3
| | | | Notes: svn path=/head/; revision=237322
* - Update to 1.0.6Martin Wilke2008-12-281-3/+3
| | | | Notes: svn path=/head/; revision=224896
* - Update to 1.0.5Martin Wilke2008-12-061-3/+3
| | | | Notes: svn path=/head/; revision=223845
* - Update to 1.0.4Martin Wilke2008-10-121-3/+3
| | | | Notes: svn path=/head/; revision=221487
* - Update to 1.0.3Martin Wilke2008-09-301-3/+3
| | | | Notes: svn path=/head/; revision=221054
* - Update to 1.0.2Martin Wilke2008-08-251-3/+3
| | | | | | | | PR: 126763 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=219154
* - Update to 1.0.1Martin Wilke2008-08-021-3/+3
| | | | | | | | PR: 126181 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=217957
* - Update to 1.0.0Martin Wilke2008-05-241-3/+3
| | | | | | | | PR: 123897 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=213619
* - Update to 0.2.1Martin Wilke2008-01-121-3/+3
| | | | Notes: svn path=/head/; revision=205506
* Console_CommandLine is a full featured package for managing command-lineMartin Wilke2007-12-211-0/+3
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: svn path=/head/; revision=204275