From yzlin@cs.nctu.edu.tw  Fri Sep  5 15:34:04 2008
Return-Path: <yzlin@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C56221065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Sep 2008 15:34:04 +0000 (UTC)
	(envelope-from yzlin@cs.nctu.edu.tw)
Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F6938FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Sep 2008 15:34:04 +0000 (UTC)
	(envelope-from yzlin@cs.nctu.edu.tw)
Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130])
	by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id B3AD71047EB
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Sep 2008 23:34:02 +0800 (CST)
Received: (from yzlin@localhost)
	by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m85FY2FR083751;
	Fri, 5 Sep 2008 23:34:02 +0800 (CST)
	(envelope-from yzlin)
Message-Id: <200809051534.m85FY2FR083751@bsd0.cs.nctu.edu.tw>
Date: Fri, 5 Sep 2008 23:34:02 +0800 (CST)
From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/py25-cmdln: A python module for easily building good multi-command scripts
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127116
>Category:       ports
>Synopsis:       [NEW PORT] devel/py25-cmdln: A python module for easily building good multi-command scripts
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 05 15:40:03 UTC 2008
>Closed-Date:    Sat Sep 06 21:14:00 UTC 2008
>Last-Modified:  Sat Sep  6 21:20:09 UTC 2008
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p1 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008
>Description:
cmdln.py fixes some of the design flaws in cmd.py and takes advantage
of new Python stdlib modules (e.g. optparse) so that it is more useful
(and convenient) for implementing command-line scripts/shells.

WWW:	http://code.google.com/p/cmdln/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py25-cmdln-1.1.1.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-cmdln
#	py-cmdln/pkg-descr
#	py-cmdln/Makefile
#	py-cmdln/pkg-plist
#	py-cmdln/distinfo
#
echo c - py-cmdln
mkdir -p py-cmdln > /dev/null 2>&1
echo x - py-cmdln/pkg-descr
sed 's/^X//' >py-cmdln/pkg-descr << 'END-of-py-cmdln/pkg-descr'
Xcmdln.py fixes some of the design flaws in cmd.py and takes advantage
Xof new Python stdlib modules (e.g. optparse) so that it is more useful
X(and convenient) for implementing command-line scripts/shells.
X
XWWW:	http://code.google.com/p/cmdln/
END-of-py-cmdln/pkg-descr
echo x - py-cmdln/Makefile
sed 's/^X//' >py-cmdln/Makefile << 'END-of-py-cmdln/Makefile'
X# New ports collection makefile for:	py-cmdln
X# Date created:		2008-09-05
X# Whom:			Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cmdln
XPORTVERSION=	1.1.1
XCATEGORIES=	devel python
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	yzlin@cs.nctu.edu.tw
XCOMMENT=	A python module for easily building good multi-command scripts
X
XUSE_ZIP=	yes
XUSE_PYTHON=	2.4+
XUSE_PYDISTUTILS=	yes
X
XDOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
XEXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
X
XPORTDOCS=	README
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_MAN} ${WRKSRC}/$f.txt ${DOCSDIR}/$f
X.endfor
X.endif
X.if !defined(NOPORTEXAMPLES)
X	@${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-py-cmdln/Makefile
echo x - py-cmdln/pkg-plist
sed 's/^X//' >py-cmdln/pkg-plist << 'END-of-py-cmdln/pkg-plist'
X%%PYTHON_SITELIBDIR%%/cmdln.py
X%%PYTHON_SITELIBDIR%%/cmdln.pyc
X%%PYTHON_SITELIBDIR%%/cmdln.pyo
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/p4.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/svn.py
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
END-of-py-cmdln/pkg-plist
echo x - py-cmdln/distinfo
sed 's/^X//' >py-cmdln/distinfo << 'END-of-py-cmdln/distinfo'
XMD5 (cmdln-1.1.1.zip) = f8c6dc1402da35091bbca70ce23712c0
XSHA256 (cmdln-1.1.1.zip) = 72379540172fc3aeba39fc7afd6615dcda68b345c153598c4e7efda895ed14d8
XSIZE (cmdln-1.1.1.zip) = 89022
END-of-py-cmdln/distinfo
exit
--- py25-cmdln-1.1.1.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Sep 5 16:59:43 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127116 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 6 21:13:59 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127116 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127116: commit references a PR
Date: Sat,  6 Sep 2008 21:14:30 +0000 (UTC)

 miwi        2008-09-06 21:14:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/py-cmdln       Makefile distinfo pkg-descr pkg-plist 
   Log:
   cmdln.py fixes some of the design flaws in cmd.py and takes advantage
   of new Python stdlib modules (e.g. optparse) so that it is more useful
   (and convenient) for implementing command-line scripts/shells.
   
   WWW:    http://code.google.com/p/cmdln/
   
   PR:             ports/127116
   Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
   
   Revision  Changes    Path
   1.3190    +1 -0      ports/devel/Makefile
   1.1       +38 -0     ports/devel/py-cmdln/Makefile (new)
   1.1       +3 -0      ports/devel/py-cmdln/distinfo (new)
   1.1       +5 -0      ports/devel/py-cmdln/pkg-descr (new)
   1.1       +6 -0      ports/devel/py-cmdln/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
