Port details on branch 2023Q3 |
- loccount Count source lines of code in a project
- 2.12_14 devel =0 2.12_14Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-08-04 15:02:22
- Last Update: 2023-09-08 14:39:12
- Commit Hash: 793b61c
- License: BSD2CLAUSE
- WWW:
- http://www.catb.org/esr/loccount/
- Description:
- loccount is a re-implementation of David A. Wheeler's sloccount tool
in Go. It is faster, handles more different languages, can report LLOC
as well as SLOC, and can do COCOMO II as well as COCOMO I estimates. Because
it's one source file in Go, it is easier to maintain and extend than the
multi-file, multi-language implementation of the original.
The algorithms are largely unchanged and can be expected to produce
identical numbers for languages supported by both tools. Python is
an exception; loccount corrects buggy counting of single-quote multiline
literals in sloccount 2.26.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- loccount>0:devel/loccount
- To install the port:
- cd /usr/ports/devel/loccount/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/loccount
- pkg install loccount
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: loccount
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1629947671
SHA256 (esr-loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352_GL0.tar.gz) = 5524d7dc7cec31729d19a6b0a39e8a396c54c643a39844edc138715fe03f8b65
SIZE (esr-loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352_GL0.tar.gz) = 71286
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- a2x : textproc/asciidoc
- gmake>=4.3 : devel/gmake
- go120 : lang/go120
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_loccount
- USES:
- gmake go python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12_14 08 Sep 2023 14:39:12 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go120 update
Approved by: ports-secteam (blanket) |
2.12_13 04 Aug 2023 14:36:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update
Approved by: ports-secteam (blanket) |
Number of commits found: 2
|