Bug 107556 - [NEW PORT] devel/py24-argparse: An optparse-inspired command-line parsing library
Summary: [NEW PORT] devel/py24-argparse: An optparse-inspired command-line parsing lib...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 04:50 UTC by Li-Wen Hsu
Modified: 2007-01-05 22:40 UTC (History)
1 user (show)

See Also:


Attachments
py24-argparse-0.4.0.shar (1.96 KB, text/plain)
2007-01-05 04:50 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-01-05 04:50:13 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-05 06:52:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-05 22:35:39 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-05 22:35:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!