# -*- 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.5 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 6cd16ce03d999460ae42e6bb893554b2b63088b3 \ sha256 028869a7d053879a8e3f2872fdd792f165db13696918d08863475c638f08ef06 \ size 2552981 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }