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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"