Date: Sat, 10 Feb 2007 14:35:48 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/pycount Makefile distinfo pkg-descr Message-ID: <200702101435.l1AEZmb3074309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-02-10 14:35:47 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/pycount Makefile distinfo pkg-descr
Log:
pycount helps you with a simple analysis of Python code, categorizing it into
comments, doc strings, blank lines and real code. It creates simple lines
counts for individual or multiple files, but can also be used to strip
comments from a source file, say. See a sample output of pycount running on
itself in verbose mode.
WWW: http://python.net/~gherman/pycount.html
PR: ports/108996
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Revision Changes Path
1.2631 +1 -0 ports/devel/Makefile
1.1 +33 -0 ports/devel/pycount/Makefile (new)
1.1 +3 -0 ports/devel/pycount/distinfo (new)
1.1 +7 -0 ports/devel/pycount/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702101435.l1AEZmb3074309>
