Date: Mon, 10 Jan 2011 12:45:25 -0800 (PST) From: Julien Laffaye <kimelto@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/153865: [NEW PORT] devel/py26-gflags: Commandline flags module for Python Message-ID: <4d2b6fe5.4902d90a.451c.ffff821d@mx.google.com> Resent-Message-ID: <201101102050.p0AKo9nf042399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 153865 >Category: ports >Synopsis: [NEW PORT] devel/py26-gflags: Commandline flags module for Python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 10 20:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Julien Laffaye >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD chulak.lan 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 >Description: 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 >How-To-Repeat: >Fix: --- py26-gflags-1.4.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-gflags # py-gflags/pkg-descr # py-gflags/Makefile # py-gflags/pkg-plist # py-gflags/distinfo # echo c - py-gflags mkdir -p py-gflags > /dev/null 2>&1 echo x - py-gflags/pkg-descr sed 's/^X//' >py-gflags/pkg-descr << '01d946895d5c28bf0cb42fbf0d55c248' XThe gflags package contains a library that implements commandline flags Xprocessing. As such it's a replacement for getopt(). It has increased Xflexibility, including built-in support for Python types, and the ability to Xdefine flags in the source file in which they're used. (This last is its major Xdifference from OptParse.) X XWWW: http://code.google.com/p/python-gflags/ 01d946895d5c28bf0cb42fbf0d55c248 echo x - py-gflags/Makefile sed 's/^X//' >py-gflags/Makefile << 'bc9fa203b6bf25fcd7b65ad2e641794f' X# New ports collection makefile for: py-gflags X# Date created: 2011-01-10 X# Whom: Julien Laffaye <kimelto@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= gflags XPORTVERSION= 1.4 XCATEGORIES= devel python XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= python-gflags-${PORTVERSION} X XMAINTAINER= kimelto@gmail.com XCOMMENT= Commandline flags module for Python X XPROJECTHOST= python-gflags XLICENSE= BSD X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_PKGNAME= python_gflags X Xpost-install: X ${TOUCH} ${PYEASYINSTALL_SITELIBDIR}/gflags X X.include <bsd.port.mk> bc9fa203b6bf25fcd7b65ad2e641794f echo x - py-gflags/pkg-plist sed 's/^X//' >py-gflags/pkg-plist << '1336a1ac6638cc8a1e365d85b9cd46aa' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X%%PYTHON_SITELIBDIR%%/gflags 1336a1ac6638cc8a1e365d85b9cd46aa echo x - py-gflags/distinfo sed 's/^X//' >py-gflags/distinfo << '022957d9d73d869f8823c8a6eba4011a' XSHA256 (python-gflags-1.4.tar.gz) = 55f6a7f1bde4df987e2253111058ec8e73c791c1588cc95da5bd0379f1745d19 XSIZE (python-gflags-1.4.tar.gz) = 53836 022957d9d73d869f8823c8a6eba4011a exit --- py26-gflags-1.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d2b6fe5.4902d90a.451c.ffff821d>