From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 5 04:50:14 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F27B16A40F for ; Fri, 5 Jan 2007 04:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4BB13C455 for ; Fri, 5 Jan 2007 04:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l054oE8q037596 for ; Fri, 5 Jan 2007 04:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l054oERk037595; Fri, 5 Jan 2007 04:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 5 Jan 2007 04:50:14 GMT Resent-Message-Id: <200701050450.l054oERk037595@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, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97A2D16A403 for ; Fri, 5 Jan 2007 04:50:03 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48]) by mx1.freebsd.org (Postfix) with ESMTP id 5A53D13C43E for ; Fri, 5 Jan 2007 04:50:00 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 1230A1141E; Fri, 5 Jan 2007 12:50:42 +0800 (CST) Received: (from lwhsu@localhost) by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l054ofMx076144; Fri, 5 Jan 2007 04:50:41 GMT (envelope-from lwhsu) Message-Id: <200701050450.l054ofMx076144@jail0.lwhsu.csie.net> Date: Fri, 5 Jan 2007 04:50:41 GMT From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lwhsu@lwhsu.org Subject: ports/107556: [NEW PORT] devel/py24-argparse: An optparse-inspired command-line parsing library 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: Fri, 05 Jan 2007 04:50:14 -0000 >Number: 107556 >Category: ports >Synopsis: [NEW PORT] devel/py24-argparse: An optparse-inspired command-line parsing library >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: Fri Jan 05 04:50:13 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec 6 11:34:36 CST >Description: Argparse takes the best of the optparse command-line parsing module and brings it new life. Argparse adds positional as well as optional arguments, the ability to create parsers for sub-commands, more informative help and usage messages, and much more. At the same time, it retains the ease and flexibility of use that made optparse so popular. WWW: http://argparse.python-hosting.com/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-argparse-0.4.0.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-argparse # py-argparse/pkg-descr # py-argparse/Makefile # py-argparse/distinfo # echo c - py-argparse mkdir -p py-argparse > /dev/null 2>&1 echo x - py-argparse/pkg-descr sed 's/^X//' >py-argparse/pkg-descr << 'END-of-py-argparse/pkg-descr' XArgparse takes the best of the optparse command-line parsing module and brings Xit new life. Argparse adds positional as well as optional arguments, the Xability to create parsers for sub-commands, more informative help and usage Xmessages, and much more. At the same time, it retains the ease and flexibility Xof use that made optparse so popular. X XWWW: http://argparse.python-hosting.com/ END-of-py-argparse/pkg-descr echo x - py-argparse/Makefile sed 's/^X//' >py-argparse/Makefile << 'END-of-py-argparse/Makefile' X# New ports collection makefile for: py-argparse X# Date created: Jan. 05, 2007 X# Whom: Li-Wen Hsu X# X# $FreeBSD$ X# X XPORTNAME= argparse XPORTVERSION= 0.4.0 XCATEGORIES= devel python XMASTER_SITES= http://cheeseshop.python.org/packages/source/a/argparse/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= lwhsu@lwhsu.org XCOMMENT= An optparse-inspired command-line parsing library X XUSE_ZIP= yes X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \ X %%PYTHON_SITELIBDIR%%/argparse.pyc \ X %%PYTHON_SITELIBDIR%%/argparse.pyo X X.include END-of-py-argparse/Makefile echo x - py-argparse/distinfo sed 's/^X//' >py-argparse/distinfo << 'END-of-py-argparse/distinfo' XMD5 (argparse-0.4.0.zip) = 9240b1183f2c08a1eb5b48e0adae689b XSHA256 (argparse-0.4.0.zip) = ced2c1a18794fbd6232780f050e77f86a1e1a6ab28e1fce1aacc97b2b18b0618 XSIZE (argparse-0.4.0.zip) = 15031 END-of-py-argparse/distinfo exit --- py24-argparse-0.4.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: