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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added, with minor changes. Thanks!
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"