aboutsummaryrefslogtreecommitdiff
path: root/devel/py-argparse
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.0Li-Wen Hsu2007-06-012-5/+5
| | | | | | | - Use CHEESESHOP in MASTER_SITES Notes: svn path=/head/; revision=192511
* - Add backup MASTER_SITELi-Wen Hsu2007-04-071-1/+2
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189453
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* update to 0.7.0Dryice Dong Liu2007-03-262-4/+4
| | | | | | | | | PR: ports/110822 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=188352
* - Update distinfo, author repack the distfile for fixing misspelled emailDryice Dong Liu2007-03-041-3/+3
| | | | | | | | | | | | address. ( http://argparse.python-hosting.com/changeset/34 ) PR: ports/109811 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=186469
* - Update to 0.6.0Cheng-Lung Sung2007-02-252-4/+4
| | | | | | | | PR: ports/109507 Submitted by: maintainer (Li-Wen Hsu) Notes: svn path=/head/; revision=185855
* - Update to 0.5.0Cheng-Lung Sung2007-01-172-5/+5
| | | | | | | | PR: ports/108025 Submitted by: maintainer (Li-Wen Hsu) Notes: svn path=/head/; revision=182586
* Argparse takes the best of the optparse command-line parsing module and bringsMartin Wilke2007-01-053-0/+36
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> Notes: svn path=/head/; revision=181579