Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 01:28:16 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37745: New port: devel/py-cmdsyntax
Message-ID:  <200205041628.g44GSG3h041688@akaraka.yonsei.ac.kr>

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

>Number:         37745
>Category:       ports
>Synopsis:       New port: devel/py-cmdsyntax
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 04 09:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri May 3 15:10:14 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386

>Description:
New port for py-cmdsyntax, python library to parse command line arguments

>How-To-Repeat:
>Fix:

# 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-cmdsyntax
#	py-cmdsyntax/Makefile
#	py-cmdsyntax/distinfo
#	py-cmdsyntax/pkg-comment
#	py-cmdsyntax/pkg-descr
#	py-cmdsyntax/pkg-plist
#
echo c - py-cmdsyntax
mkdir -p py-cmdsyntax > /dev/null 2>&1
echo x - py-cmdsyntax/Makefile
sed 's/^X//' >py-cmdsyntax/Makefile << 'END-of-py-cmdsyntax/Makefile'
X# New ports collection makefile for:	py-cmdsyntax
X# Date created:		5 May 2002
X# Whom:			Hye-Shik Chang <perky@fallin.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cmdsyntax
XPORTVERSION=	0.52
XCATEGORIES=	devel python
XMASTER_SITES=	http://www.boddie.org.uk/david/Projects/Python/CMDSyntax/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	perky@fallin.lv
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS= yes
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${EXAMPLESDIR}
X	@cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-py-cmdsyntax/Makefile
echo x - py-cmdsyntax/distinfo
sed 's/^X//' >py-cmdsyntax/distinfo << 'END-of-py-cmdsyntax/distinfo'
XMD5 (cmdsyntax-0.52.tar.gz) = e70b2aad04f2d19b6ffb9b89ae1b7376
END-of-py-cmdsyntax/distinfo
echo x - py-cmdsyntax/pkg-comment
sed 's/^X//' >py-cmdsyntax/pkg-comment << 'END-of-py-cmdsyntax/pkg-comment'
XPython library for parsing command line arguments
END-of-py-cmdsyntax/pkg-comment
echo x - py-cmdsyntax/pkg-descr
sed 's/^X//' >py-cmdsyntax/pkg-descr << 'END-of-py-cmdsyntax/pkg-descr'
XCMDSyntax is a library for parsing command line arguments according
Xto a syntax definition, returning dictionaries which contain the
Xvalues supplied by the user and rejecting inconsistent user input.
X
XIt can assist in managing large numbers of options in cases where
Xvarious combinations of options are forbidden, or have undefined
Xmeanings.
X
XIn addition, the library supports the creation of a graphical form
Xinterface using the same syntax definition for cases where a command
Xline interface is inappropriate.
X
XWWW: http://david.boddie.org.uk/Projects/Python/CMDSyntax/
END-of-py-cmdsyntax/pkg-descr
echo x - py-cmdsyntax/pkg-plist
sed 's/^X//' >py-cmdsyntax/pkg-plist << 'END-of-py-cmdsyntax/pkg-plist'
Xlib/%%PYTHON_VERSION%%/site-packages/cmdsyntax.py
Xlib/%%PYTHON_VERSION%%/site-packages/cmdsyntax.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/cmdsyntax.pyo
X%%PORTDOCS%%share/examples/cmdsyntax/ripoff_cmd.py
X%%PORTDOCS%%share/examples/cmdsyntax/test.py
X%%PORTDOCS%%share/examples/cmdsyntax/verboseform.py
X%%PORTDOCS%%@dirrm share/examples/cmdsyntax
END-of-py-cmdsyntax/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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