pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/tokei: Adjust description.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Thu Oct 31 14:17:28 2019 +0000
Changeset: 9575484640cc742f03f3b0d2ce9fd7ef85f1c292
Modified Files:
tokei/DESCR
tokei/Makefile
Log Message:
wip/tokei: Adjust description.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9575484640cc742f03f3b0d2ce9fd7ef85f1c292
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tokei/DESCR | 20 ++++++++++----------
tokei/Makefile | 21 ++++++++++-----------
2 files changed, 20 insertions(+), 21 deletions(-)
diffs:
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@localhost
-HOMEPAGE= https://github.com/XAMPPRocky/tokei/
-COMMENT= Displays statistics about code
-LICENSE= apache-2.0 AND mit
+MAINTAINER= ng0%NetBSD.org@localhost
+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
Home |
Main Index |
Thread Index |
Old Index