Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2007 04:50:41 GMT
From:      Li-Wen Hsu <lwhsu@lwhsu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@lwhsu.org
Subject:   ports/107556: [NEW PORT] devel/py24-argparse: An optparse-inspired command-line parsing library
Message-ID:  <200701050450.l054ofMx076144@jail0.lwhsu.csie.net>
Resent-Message-ID: <200701050450.l054oERk037595@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <lwhsu@lwhsu.org>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701050450.l054ofMx076144>