diff options
author | tg <tg@FreeBSD.org> | 1997-11-03 18:02:38 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-03 18:02:38 +0800 |
commit | 9ac61ec9c409bf28cb4adc337571243203190a8a (patch) | |
tree | d5a03073506db89ed10adc42c632b909a234e49d /devel/cccc/pkg-descr | |
parent | 321431cb3cdc75a82b491c3e4b5dc1cb316e95d5 (diff) | |
download | freebsd-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-descr | 4 |
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 |