diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-08 02:58:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-08 02:58:02 +0800 |
commit | 6ab20d4e3024e34765de0d4c0ebf728514ad8878 (patch) | |
tree | b1ac942116da11da2c2ebce30238ec6547510342 /misc/Makefile | |
parent | c2b9b0be842377f726b9b2d0ee60e95fd72ca2dd (diff) | |
download | freebsd-ports-gnome-6ab20d4e3024e34765de0d4c0ebf728514ad8878.tar.gz freebsd-ports-gnome-6ab20d4e3024e34765de0d4c0ebf728514ad8878.tar.zst freebsd-ports-gnome-6ab20d4e3024e34765de0d4c0ebf728514ad8878.zip |
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>
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 |