Subject: CVS commit: pkgsrc/devel/py-gflags
From: Thomas Klausner
Date: 2014-11-26 16:01:13
Message id: 20141126150113.1B29398@cvs.netbsd.org

Log Message:
Import py27-gflags-2.0 as devel/py-gflags.

GFlags defines a *distributed* command line system, replacing
systems like getopt(), optparse and manual argument processing.
Rather than an application having to define all flags in or near
main(), each python module defines flags that are useful to it.
When one python module imports another, it gains access to the
other's flags.

It includes the ability to define flag types (boolean, float,
interger, list), autogeneration of help (in both human and machine
readable format) and reading arguments from a file. It also includes
the ability to automatically generate man pages from the help flags.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-gflags/DESCR
1.1addpkgsrc/devel/py-gflags/Makefile
1.1addpkgsrc/devel/py-gflags/PLIST
1.1addpkgsrc/devel/py-gflags/distinfo