1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

add py-getargs 2.12

Parse command line arguments in sys.argv
This commit is contained in:
Ying-Chieh Liao 2004-02-02 01:23:33 +00:00
parent 59ff1d9146
commit 1339cafcff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99770
5 changed files with 34 additions and 0 deletions

View File

@ -961,6 +961,7 @@
SUBDIR += py-fortran
SUBDIR += py-freebsd
SUBDIR += py-game
SUBDIR += py-getargs
SUBDIR += py-grouch
SUBDIR += py-istring
SUBDIR += py-kjbuckets

22
devel/py-getargs/Makefile Normal file
View File

@ -0,0 +1,22 @@
# ex:ts=8
# Ports collection makefile for: py-getargs
# Date created: Feb 2, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= getargs
PORTVERSION= 2.12
CATEGORIES= devel python
MASTER_SITES= http://iamroot.beigetower.org/pkgs/getargs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Parse command line arguments in sys.argv
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (getargs-2.12.tar.bz2) = be5a5f27e393c8923248bec281a53495

View File

@ -0,0 +1,7 @@
This module implements a Command Line Parser class (CLParser) that
applications can use to parse command line arguments in sys.argv.
getargs is designed as a considerably more powerful and flexible alternative
to the standard getopt module.
WWW: http://iamroot.beigetower.org/getargs.html

View File

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/getargs.py
%%PYTHON_SITELIBDIR%%/getargs.pyc
%%PYTHON_SITELIBDIR%%/getargs.pyo