From owner-freebsd-ports Sat May 4 9:31:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 603FC37B428 for ; Sat, 4 May 2002 09:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g44GU2G47500; Sat, 4 May 2002 09:30:02 -0700 (PDT) (envelope-from gnats) Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id 8BBB637B400 for ; Sat, 4 May 2002 09:28:22 -0700 (PDT) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.3/8.12.3) with ESMTP id g44GSMaR041689 for ; Sun, 5 May 2002 01:28:22 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.3/8.12.3/Submit) id g44GSG3h041688; Sun, 5 May 2002 01:28:16 +0900 (KST) Message-Id: <200205041628.g44GSG3h041688@akaraka.yonsei.ac.kr> Date: Sun, 5 May 2002 01:28:16 +0900 (KST) From: Hye-Shik Chang Reply-To: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37745: New port: devel/py-cmdsyntax Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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