cvs commit: ports/devel Makefile ports/devel/pycount Makefile
 distinfo pkg-descr
    Martin Wilke 
    miwi at FreeBSD.org
       
    Sat Feb 10 14:35:48 UTC 2007
    
    
  
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)
    
    
More information about the cvs-all
mailing list