cvs commit: ports/devel Makefile ports/devel/pear-Console_CommandLine Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Fri Dec 21 09:13:19 PST 2007


miwi        2007-12-21 17:13:19 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-Console_CommandLine Makefile distinfo pkg-descr 
  Log:
  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
  
  Revision  Changes    Path
  1.2941    +1 -0      ports/devel/Makefile
  1.1       +41 -0     ports/devel/pear-Console_CommandLine/Makefile (new)
  1.1       +3 -0      ports/devel/pear-Console_CommandLine/distinfo (new)
  1.1       +13 -0     ports/devel/pear-Console_CommandLine/pkg-descr (new)


More information about the cvs-all mailing list