Path to this page:
./
devel/tokei,
Displays statistics about code
Branch: CURRENT,
Version: 12.1.2,
Package name: tokei-12.1.2,
Maintainer: pinTokei is a program that displays statistics about your code. It will
show number of files, total lines within those files and code,
comments, and blanks grouped by language. Some of Tokei's features
are:
- Tokei is fast
- Tokei is accurate, it correctly handles multi line comments,
nested comments, and not counting comments that are in
strings. Providing an accurate code statistics.
- It supports a huge range of languages, supporting over 150
languages, and their various extensions.
- It can output in multiple formats(CBOR, JSON, TOML, YAML)
allowing Tokei's output to be easily stored, and reused. These can
also be reused in Tokei combining a previous run's statistics with
another set.
Master sites:
Filesize: 98.246 KB
Version history: (Expand)
- (2021-01-13) Updated to version: tokei-12.1.2
- (2021-01-01) Package added to pkgsrc.se, version tokei-12.1.1 (created)
CVS history: (Expand)
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-08 15:22:07 by pin | Files touched by this commit (1) |
Log message:
devel/tokei: adopt maintainership
|
2021-01-13 10:36:47 by pin | Files touched by this commit (3) |  |
Log message:
devel/tokei: update to 12.1.2
-Fix all feasible clippy issues (#687)
-Implement compact output feature (#605) (#690)
-add asciidoc support and test (#692)
-Add support for pug (#679)
-Add support for ocamllex (*.mll) and ocamlyacc (*.mly) files. (#667)
|
2021-01-01 15:44:32 by pin | Files touched by this commit (5) |
Log message:
devel/tokei: import package
Originally packaged by Nikita in wip.
Tokei is a program that displays statistics about your code. It will
show number of files, total lines within those files and code,
comments, and blanks grouped by language. Some of Tokei's features
are:
- Tokei is fast
- Tokei is accurate, it correctly handles multi line comments,
nested comments, and not counting comments that are in
strings. Providing an accurate code statistics.
- It supports a huge range of languages, supporting over 150
languages, and their various extensions.
- It can output in multiple formats(CBOR, JSON, TOML, YAML)
allowing Tokei's output to be easily stored, and reused. These can
also be reused in Tokei combining a previous run's statistics with
another set.
|