Last update to cloc listed LIB_DEPENDS without setting
run depends which resulted in a non working cloc when
installed via pkg_add if the user doesn't happen to
have LIB_DEPENDS from other sources.
OK sthen@
- project moved from SF to Github
- move to using upstream Makefile
- explicit dependencies on Perl modules
- include a manpage
- patch Makefile for gmake (upstreamed)
- version bump
OK jung@
Description:
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages. Given two versions of a code base,
cloc can compute differences in blank, comment, and source lines.
ok edd@ gonzalo@