diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-07 18:58:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-07 18:58:02 +0000 |
commit | b366a2b53ac40df0d0b18d0ae3089113ed2fa689 (patch) | |
tree | f04012faf1f0b7998dab26d67e2762be7f343385 /misc/Makefile | |
parent | 47bb74f74fea547c6c57adc223bea1b78408884f (diff) |
Ohcount is the source code line counter that powers Ohloh. Ohcount supports
over 70 popular programming languages, and has been used to count over 3
billion lines of code by 200,000 developers!
Ohcount does more than just count lines of code. It can also detect popular
open source licenses such as GPL within a large directory of source code.
It can also detect code that targets a particular programming API, such as
Win32 or KDE.
WWW: http://labs.ohloh.net/ohcount/
PR: ports/135140
Submitted by: Edmondas Girkantas <eg at fbsd.lt>
Notes
Notes:
svn path=/head/; revision=235376
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 9e8612984ee8..2abc544c3a6d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -514,6 +514,7 @@ SUBDIR += ruby-progressbar SUBDIR += ruby-vpim SUBDIR += rubygem-mime-types + SUBDIR += rubygem-ohcount SUBDIR += salias SUBDIR += seq2 SUBDIR += shared-mime-info |