From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 10 20:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B073106564A for ; Mon, 10 Jan 2011 20:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AAB08FC1A for ; Mon, 10 Jan 2011 20:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0AKo9mL042400 for ; Mon, 10 Jan 2011 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0AKo9nf042399; Mon, 10 Jan 2011 20:50:09 GMT (envelope-from gnats) Resent-Date: Mon, 10 Jan 2011 20:50:09 GMT Resent-Message-Id: <201101102050.p0AKo9nf042399@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julien Laffaye Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EAC21065674 for ; Mon, 10 Jan 2011 20:45:32 +0000 (UTC) (envelope-from kimelto@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C7E488FC12 for ; Mon, 10 Jan 2011 20:45:31 +0000 (UTC) Received: by eyf6 with SMTP id 6so9020185eyf.13 for ; Mon, 10 Jan 2011 12:45:30 -0800 (PST) Received: by 10.216.183.195 with SMTP id q45mr15011544wem.94.1294692326967; Mon, 10 Jan 2011 12:45:26 -0800 (PST) Received: from localhost (esc31-1-78-245-92-55.fbx.proxad.net [78.245.92.55]) by mx.google.com with ESMTPS id o51sm14319252wes.39.2011.01.10.12.45.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 10 Jan 2011 12:45:25 -0800 (PST) Message-Id: <4d2b6fe5.4902d90a.451c.ffff821d@mx.google.com> Date: Mon, 10 Jan 2011 12:45:25 -0800 (PST) From: Julien Laffaye To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153865: [NEW PORT] devel/py26-gflags: Commandline flags module for Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2011 20:50:10 -0000 >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 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 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: