Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2007 17:13:19 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pear-Console_CommandLine Makefile distinfo pkg-descr
Message-ID:  <200712211713.lBLHDJRC056500@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712211713.lBLHDJRC056500>