Bug 153865 - [NEW PORT] devel/py26-gflags: Commandline flags module for Python
Summary: [NEW PORT] devel/py26-gflags: Commandline flags module for Python
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 20:50 UTC by Julien Laffaye
Modified: 2011-01-11 16:20 UTC (History)
0 users

See Also:


Attachments
py26-gflags-1.4.shar (2.15 KB, text/plain)
2011-01-10 20:50 UTC, Julien Laffaye
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Laffaye 2011-01-10 20:50:09 UTC
The gflags package contains a library that implements commandline flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for Python types, and the ability to
define flags in the source file in which they're used. (This last is its major
difference from OptParse.)

WWW:	http://code.google.com/p/python-gflags/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-10 20:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

bapt@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-11 16:15:52 UTC
bapt        2011-01-11 16:15:47 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-gflags      Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-gflags 1.4, commandline flags module for Python.
  
  PR:             ports/153865
  Submitted by:   Julien Laffaye <kimelto at gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4194    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/py-gflags/Makefile (new)
  1.1       +2 -0      ports/devel/py-gflags/distinfo (new)
  1.1       +7 -0      ports/devel/py-gflags/pkg-descr (new)
  1.1       +2 -0      ports/devel/py-gflags/pkg-plist (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 Baptiste Daroussin freebsd_committer freebsd_triage 2011-01-11 16:17:15 UTC
State Changed
From-To: open->closed

New port added. Thanks!