the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: sloccount
Version: 2.26
Revision: 1
Source: http://www.dwheeler.com/sloccount/%n-%v.tar.gz
Source-MD5: 09abd6e2a016ebaf7552068a1dba1249
Maintainer: Evan Broder
HomePage: http://www.dwheeler.com/sloccount/
License: GPL
Description: Programs for counting source lines of code
DescDetail: <<
SLOCCount (pronounced "sloc-count") is a suite of programs for
counting physical source lines of code (SLOC) in potentially large
software systems (thus, SLOCCount is a "software metrics tool" or
"software measurement tool"). SLOCCount can count physical SLOC for a
wide number of languages; listed alphabetically, they are: Ada,
Assembly, awk, Bourne shell, C, C++, C shell, COBOL, C#, Erlang,
Expect, Fortran, Java, lex/flex, LISP (including Scheme), Makefile,
Modula3, Objective-C, Pascal, Perl, PHP, Python, Ruby, sed, SQL, Tcl,
Yacc/Bison.
SLOCCount can automatically determine if a file is a source code file
or not, and if so, which language it's written in. As a result, you
can analyze large systems completely automatically. SLOCCount also
includes some report-generating tools to collect the data generated
and present it in several different formats.
<<
DocFiles: COPYING ChangeLog README SOURCES TODO
CompileScript: <<
make PREFIX=%p
<<
InstallScript: <<
mkdir -p %i/bin
make install PREFIX=%i
<<