Bug 153865

Summary: [NEW PORT] devel/py26-gflags: Commandline flags module for Python
Product: Ports & Packages Reporter: Julien Laffaye <kimelto>
Component: Individual Port(s)Assignee: Baptiste Daroussin <bapt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py26-gflags-1.4.shar none

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!