# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/boyter/scc 3.3.4 v github.tarball_from archive revision 0 description scc is a very fast & accurate code counter with \ complexity calculations and COCOMO estimates written in \ pure Go long_description Succinct Code Counter: scc is a tool for counting the \ physical lines of code, blank lines, and comment lines \ in the source code of many programming languages. \ Its goal is to be the fastest code counter \ possible, but also perform COCOMO calculation like \ sloccount and to estimate code complexity similar to \ cyclomatic complexity calculators. In short one tool to \ rule them all. categories devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 cc54be8d0d3711f36d08be9590541f4722d5a3bc \ sha256 3097e23532d9a254fe217c81557136c7ac5aa4d48a200b61b366330e5eaf7ce4 \ size 2548453 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }