cvs commit: ports/devel Makefile ports/devel/py-argparse Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Fri Jan 5 14:35:34 PST 2007


miwi        2007-01-05 22:35:33 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-argparse    Makefile distinfo pkg-descr 
  Log:
  Argparse takes the best of the optparse command-line parsing module and brings
  it new life. Argparse adds positional as well as optional arguments, the
  ability to create parsers for sub-commands, more informative help and usage
  messages, and much more. At the same time, it retains the ease and flexibility
  of use that made optparse so popular.
  
  WWW:    http://argparse.python-hosting.com/
  
  PR:             ports/107556
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2584    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/py-argparse/Makefile (new)
  1.1       +3 -0      ports/devel/py-argparse/distinfo (new)
  1.1       +7 -0      ports/devel/py-argparse/pkg-descr (new)


More information about the cvs-ports mailing list