pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cloc
Module Name: pkgsrc
Committed By: ginsbach
Date: Tue May 29 02:56:49 UTC 2018
Modified Files:
pkgsrc/devel/cloc: Makefile distinfo
Log Message:
Update to 1.76
New Languages:
o Agda o AsciiDoc o BrightScript o Chapel
o Cucumber o Drools o F# Script o Fish Shell
o Gencat NLS o GraphQL o HCL o Idris
o Lean o Literate Idris o Oracle PL/SQL o PL/M
o ProGuard o RAML o SWIG o Skylark
o Smalltalk o Solidity o Stata o TOML
Updates:
o Performance improvement by using multiple cores for both
straight counts and --diff via the new --processes option
added by Sietse Snel, https://github.com/stsnel.
o Support --git on Windows.
o Improve identification of Qt Project files (instead of IDL).
o Fix language determination logic so that languages that map
to the same file extension and have ties in the number of
accumulated points always return the same result.
o Add support for replace_between_regex in --write_lang_def and
--read_lang_def.
o Add SUM section to JSON, YAML output with --diff.
o Make numeric values in JSON output numbers instead of strings.
o Optionally exclude autogenerated files with new --no-autogen
(currently only supports the Go language).
o New option, --git, to allow git commit hashes and branch
names as inputs (issue 205).
o Add .asd extension for Lisp.
o Add .snapshot to the list of excluded directories.
o New option --no-autogen to ignore files generated
by code production systems like GNU autoconf.
o Rename "ASP.Net" to "ASP.NET".
o Improvements to Specman e parsing (issue 175).
o Support uppercase CPP extension (issue 177).
o Support triple extensions.
o Improve language distinction between C# and Smalltalk (issue 160).
o Consider Elixir docs as comments.
o Handle Python docstrings made with single quotes.
o Replace built-in "is it a file?" and "is it a directory?"
with native Perl -f and -d operators (these were unreliable
on older versions of Perl on Windows).
o Put timeout around Regexp::Common regex evaluation to prevent
hangs on unbalanced comment markers within huge strings (issue 206).
o Fix Pascal regex wiht '{' for Perl version >= 5.26 (issue 209)
and '(*', '*)' comment matching (issue 212).
o Rename Antlr to ANTLR Grammar.
o Add .g4 extension fo ANTLR Grammar.
o Replace soon-to-be deprecated File::Glob::glob() with
File::Glob::bsd_glob() (issue 214).
o Revert from charset=iso-8859-1 to charset=utf-8 on undocumented
--html option.
o For Assembly, process # comments before C++ comments.
Bug Fixes:
o Remove temp directory prefix for YAML and JSON output when
counting git archives with --by-file.
o Properly handle git files with spaces embedded in the file name.
o Remove a debug regex inadvertently included in v1.74.
o Correct handling of remove_between_general and
remove_between_regex when running with --read-lang-def (issue 166)
o Fix bug handling balanced parentheses in Forth (issue 183)
o Force legal output filenames with --count-and-diff and --out
(issue #220).
(from cloc-1.76/Unix/NEWS)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cloc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cloc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cloc/Makefile
diff -u pkgsrc/devel/cloc/Makefile:1.1 pkgsrc/devel/cloc/Makefile:1.2
--- pkgsrc/devel/cloc/Makefile:1.1 Sun Apr 23 03:29:00 2017
+++ pkgsrc/devel/cloc/Makefile Tue May 29 02:56:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 03:29:00 markd Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/29 02:56:49 ginsbach Exp $
-DISTNAME= cloc-1.72
+DISTNAME= cloc-1.76
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=AlDanial/}
GITHUB_PROJECT= cloc
Index: pkgsrc/devel/cloc/distinfo
diff -u pkgsrc/devel/cloc/distinfo:1.2 pkgsrc/devel/cloc/distinfo:1.3
--- pkgsrc/devel/cloc/distinfo:1.2 Wed Jul 5 19:22:04 2017
+++ pkgsrc/devel/cloc/distinfo Tue May 29 02:56:49 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/07/05 19:22:04 wiedi Exp $
+$NetBSD: distinfo,v 1.3 2018/05/29 02:56:49 ginsbach Exp $
-SHA1 (cloc-1.72.tar.gz) = 6fab8f9e2e2402b25b5b1b3527e02390ba0be1e8
-RMD160 (cloc-1.72.tar.gz) = 7e5963661d2fb792fff34d3dfa9b0464f124363f
-SHA512 (cloc-1.72.tar.gz) = e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
-Size (cloc-1.72.tar.gz) = 347245 bytes
+SHA1 (cloc-1.76.tar.gz) = 30a8673e837a940888df4f58dc4f6e8f6c5d0245
+RMD160 (cloc-1.76.tar.gz) = 75c3117a507c00a92728aef031ce4044e0279fc3
+SHA512 (cloc-1.76.tar.gz) = 3f16f084be1828557e4120a8e41b276336ac240c5de4dc765066277d848ce9af20f31b36ec4beb863066d8b3e9287ea0e0b2a8f1abd15532957f53d2d3935ecd
+Size (cloc-1.76.tar.gz) = 419678 bytes
SHA1 (patch-Unix_Makefile) = b797a50124177380837d00ff72dd119c508c87c3
Home |
Main Index |
Thread Index |
Old Index