aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cccc/pkg-descr
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-11-03 18:02:38 +0800
committertg <tg@FreeBSD.org>1997-11-03 18:02:38 +0800
commit9ac61ec9c409bf28cb4adc337571243203190a8a (patch)
treed5a03073506db89ed10adc42c632b909a234e49d /devel/cccc/pkg-descr
parent321431cb3cdc75a82b491c3e4b5dc1cb316e95d5 (diff)
downloadfreebsd-ports-gnome-9ac61ec9c409bf28cb4adc337571243203190a8a.tar.gz
freebsd-ports-gnome-9ac61ec9c409bf28cb4adc337571243203190a8a.tar.zst
freebsd-ports-gnome-9ac61ec9c409bf28cb4adc337571243203190a8a.zip
Import of cccc port. cccc is a C and C++ code counter which
generates some statistics on your code as HTML output. PR: 4552 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'devel/cccc/pkg-descr')
-rw-r--r--devel/cccc/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cccc/pkg-descr b/devel/cccc/pkg-descr
new file mode 100644
index 000000000000..f186d9caf5d0
--- /dev/null
+++ b/devel/cccc/pkg-descr
@@ -0,0 +1,4 @@
+Source code metric analyser for C, C++, Java and Ada
+Presents a report in HTML with figures for
+Lines of Code, McCabes Complexity, Ratio of Comments
+to Lines of Code and McCabe, module Fan-In and Fan-Out