diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-02 17:46:47 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-02 17:46:47 +0000 |
commit | 9df2f491d87958a2687ebbe400b38021eb1741fd (patch) | |
tree | 8c585125f9599efe925e7b832ecd014bf8a075f8 /misc/Makefile | |
parent | 573e3a6f5867743bf941ca3fbecf7738db66cfa2 (diff) | |
download | ports-9df2f491d87958a2687ebbe400b38021eb1741fd.tar.gz ports-9df2f491d87958a2687ebbe400b38021eb1741fd.zip |
Add port misc/cloc:
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages.
cloc contains code from David Wheeler's SLOCCount and Damian Conway and
Abigail's Perl module Regexp::Common.
WWW: http://cloc.sourceforge.net/
Author: Al Danial <al.danial@gmail.com>
Notes
Notes:
svn path=/head/; revision=191411
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index dddb5fa2eb70..a0bc8b4da286 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -38,6 +38,7 @@ SUBDIR += chord SUBDIR += chord2html SUBDIR += clex + SUBDIR += cloc SUBDIR += clpbar SUBDIR += cmatrix SUBDIR += colortail |