diff --git a/tokei/DESCR b/tokei/DESCR index adf121b47e..690cb83f4e 100644 --- a/tokei/DESCR +++ b/tokei/DESCR @@ -1,15 +1,15 @@ -Tokei is a program that displays statistics about your code. Tokei -will show number of files, total lines within those files and code, -comments, and blanks grouped by language. +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 very fast - (https://github.com/XAMPPRocky/tokei/blob/master/COMPARISON.md). -- Tokei is accurate, Tokei correctly handles multi line comments, +- 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. -- Tokei has huge range of languages, supporting over 150 languages, - and their various extensions. -- Tokei can output in multiple formats(CBOR, JSON, TOML, YAML) +- 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 + also be reused in Tokei combining a previous run's statistics with another set. diff --git a/tokei/Makefile b/tokei/Makefile index 70995489e7..32600375a0 100644 --- a/tokei/Makefile +++ b/tokei/Makefile @@ -1,18 +1,17 @@ # $NetBSD$ -DISTNAME= tokei-10.0.1 -CATEGORIES= devel textproc -MASTER_SITES= ${MASTER_SITE_GITHUB:=XAMPPRocky/} -DIST_SUBDIR= ${GITHUB_PROJECT} -GITHUB_PROJECT= tokei -GITHUB_TAG= v${PKGVERSION_NOREV} +DISTNAME= tokei-10.0.1 +CATEGORIES= devel textproc +MASTER_SITES= ${MASTER_SITE_GITHUB:=XAMPPRocky/} +DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_PROJECT= tokei +GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= ng0@NetBSD.org -HOMEPAGE= https://github.com/XAMPPRocky/tokei/ -COMMENT= Displays statistics about code -LICENSE= apache-2.0 AND mit +MAINTAINER= ng0@NetBSD.org +HOMEPAGE= https://github.com/XAMPPRocky/tokei/ +COMMENT= Displays statistics about code +LICENSE= apache-2.0 AND mit -#WRKSRC= ${WRKDIR}/tokei-10.0.1 CARGO_CRATE_DEPENDS+= aho-corasick-0.7.3 CARGO_CRATE_DEPENDS+= ansi_term-0.11.0 CARGO_CRATE_DEPENDS+= argon2rs-0.2.5