summaryrefslogtreecommitdiff
path: root/misc/cloc/pkg-descr
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-05-02 17:46:47 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-05-02 17:46:47 +0000
commit9df2f491d87958a2687ebbe400b38021eb1741fd (patch)
tree8c585125f9599efe925e7b832ecd014bf8a075f8 /misc/cloc/pkg-descr
parentStandarize the latest entry (qemu) a bit more and add a forgotten 'a' (diff)
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 '')
-rw-r--r--misc/cloc/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/cloc/pkg-descr b/misc/cloc/pkg-descr
new file mode 100644
index 000000000000..25faeba90d42
--- /dev/null
+++ b/misc/cloc/pkg-descr
@@ -0,0 +1,8 @@
+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>