The NetBSD Project

CVS log for pkgsrc/devel/tokei/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / tokei

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 3 11:09:15 2023 UTC (5 months, 2 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.4: +454 -379 lines
Diff to previous 1.4 (colored)

devel/tokei: update to 13.0.0-alpha.0

 No changelog provided. First release in over two years.

 Selected commits:
  - Overall dependency update
  - Adds support for GameMaker Language (GML)
  - Added support for kvlang
  - Added wgsl + metal shading languages
  - Add Mlatu language
  - Add support for the Factor language
  - Add Color to Tokei
  - Add extensions to supported languages output
  - Support terragrunt hcl extension for HCL language
  - Add LOLCODE support
  - Add AWK support
  - Option to reverse sort entries
  - Add Korn shell to supported languages
  - Add jinja2 language
  - Language Support for ATS
  - Languages.json: Racket - add scrbl extension and racket env
  - Add blobs to the totals for jupyter
  - Add missing field to Config in fuzz harness
  - Add mesh and raytracing shaders to GLSL
  - Added Forge Config and ZenCode Support
  - Add in Support for WenYan programming language
  - Add Poke support
  - Add support for Nextflow
  - Add support for CUDA language
  - Add Autoit scripting language
  - Add env match for Groovy
  - Add Gentoo's ebuild language
  - Add m4 language definition
  - Add basic Haml support
  - Add support for ReScript
  - Add support for Raku
  - Support bitbake
  - Added umpl to tokei
  - Add support for Cython
  - Add support for ZealOS's implementation of HolyC
  - Add shaderlab support
  - Add Common JS file extension (cjs)
  - Add Puppet to tokei; steal .pp from Pascal
  - Add Hy support
  - Add language support for SQF

Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:20:04 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.3: +153 -153 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:44:38 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -153 lines
Diff to previous 1.2 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 13 09:36:47 2021 UTC (2 years, 8 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.1: +37 -53 lines
Diff to previous 1.1 (colored)

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)

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 1 14:44:31 2021 UTC (2 years, 8 months ago) by pin
Branch: MAIN

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>