| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:59:23
1.1.3_1
|
ohauer  |
-remove MD5 |
12 Oct 2010 06:09:38
1.1.3_1
|
pgollucci  |
- Fix plist, add missing file
- Bump PORTREVISION
PR: ports/147902
Submitted by: Patrick M. Hausen <hausen@punkt.de>
Approved by: maintainer timeout (miwi ; 118 days) |
10 Jul 2010 07:38:19
1.1.3
|
miwi  |
- Update to 1.1.3 |
19 Nov 2009 21:36:23
1.1.1
|
miwi  |
- Update to 1.1.1 |
07 Jul 2009 10:03:45
1.1.0
|
miwi  |
- Update to 1.1.0 |
28 Dec 2008 15:15:53
1.0.6
|
miwi  |
- Update to 1.0.6 |
06 Dec 2008 13:59:08
1.0.5
|
miwi  |
- Update to 1.0.5 |
12 Oct 2008 11:23:37
1.0.4
|
miwi  |
- Update to 1.0.4 |
30 Sep 2008 14:48:46
1.0.3
|
miwi  |
- Update to 1.0.3 |
25 Aug 2008 16:36:02
1.0.2
|
miwi  |
- Update to 1.0.2
PR: 126763
Submitted by: Wen heping <wenheping@gmail.com> |
02 Aug 2008 22:13:40
1.0.1
|
miwi  |
- Update to 1.0.1
PR: 126181
Submitted by: Wen heping <wenheping@gmail.com> |
24 May 2008 17:09:23
1.0.0
|
miwi  |
- Update to 1.0.0
PR: 123897
Submitted by: Wen heping <wenheping@gmail.com> |
12 Jan 2008 13:11:38
0.2.1
|
miwi  |
- Update to 0.2.1 |
21 Dec 2007 17:13:19
0.1.1
|
miwi  |
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 |