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:   fcambus
Date:           Tue May 26 20:53:13 UTC 2020

Modified Files:
        pkgsrc/devel/cloc: Makefile distinfo

Log Message:
cloc: update to 1.86.

Release Notes:

New Languages and File Types:
    o ASP.NET Core Blazor WASM (*.razor)
    o Bazel
    o dhall
    o Raku (renamed from Perl6)
    o Squirrel
    o SugarSS
    o Svelte
    o TNSDL
    o Remove .tsv as a RobotFramework extension
    o Add .inl as a C++ extension.
    o Add #_ as a Closure comment marker.

Updates:
    o Provide alternate algorithms for --git --diff:
      --git-diff-rel computes differences of only files that have changed
                     between the two git commits (this is now the default
                     action with "--git --diff")
      --git-diff-all computes differences between all files in the repo
                     between the two git commits (this was the default
                     action with "--git --diff" behavior in 1.84)
    o New cloc releases will be accompanied by Docker instances on
      Dockerhub.
    o Support reading file names from a STDIN pipe.
    o Check unrecognized files to see if they contain XML.
    o Switch --vcs supports an 'auto' option to automatically determine
      if one is counting in a subversion or git repository.
    o Expand git archives in user-provided scratch directory with --sdir.
    o Mask comment markers in Kotlin raw strings.
    o Make output more deterministic with secondary sort of results.
    o Avoid computation of log(0).
    o Improve --strip-str-comments logic.
    o Improve handling of triple quotes (Python, Groovy, Gradle).
    o New switch --diff-list-file, to perform diff's using a provided
      list file containing file pairs to compare.
    o New switch --ignore-case-ext to ignore upper/lowercase of
      file extension.

Bug Fixes:
    o Fix --exclude-list-file with --diff.
    o Fix creation of empty tar file if this happens during --git --diff.
    o Restore --exclude-lang functionality with --diff.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cloc/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/devel/cloc/Makefile:1.7
--- pkgsrc/devel/cloc/Makefile:1.6      Sat Nov 23 07:17:59 2019
+++ pkgsrc/devel/cloc/Makefile  Tue May 26 20:53:13 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/11/23 07:17:59 mef Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/26 20:53:13 fcambus Exp $
 
-DISTNAME=      cloc-1.84
+DISTNAME=      cloc-1.86
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AlDanial/}
 

Index: pkgsrc/devel/cloc/distinfo
diff -u pkgsrc/devel/cloc/distinfo:1.4 pkgsrc/devel/cloc/distinfo:1.5
--- pkgsrc/devel/cloc/distinfo:1.4      Sat Nov 23 07:17:59 2019
+++ pkgsrc/devel/cloc/distinfo  Tue May 26 20:53:13 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/11/23 07:17:59 mef Exp $
+$NetBSD: distinfo,v 1.5 2020/05/26 20:53:13 fcambus Exp $
 
-SHA1 (cloc-1.84.tar.gz) = a22231bdd7fa889dbd93a3694ea79a942bd7e899
-RMD160 (cloc-1.84.tar.gz) = 670bca5cce6de56da22e646aee4c10f4028e04ae
-SHA512 (cloc-1.84.tar.gz) = 85f8af041b0ca858c21e28d3fb7cd9201264afa9e12bd3a14b15a8af3e6e68378dbb02a39dc12140bcbb104424cf38bfa602d2a0683e8c89fa50cbdcf7556b3a
-Size (cloc-1.84.tar.gz) = 514868 bytes
+SHA1 (cloc-1.86.tar.gz) = 9d7688d43de4030f11ce9d1c2970c4a64a987133
+RMD160 (cloc-1.86.tar.gz) = eb58b3a84854fde2c38769d245718a0137f16c4a
+SHA512 (cloc-1.86.tar.gz) = fe6101404f5884d11bf73de43bd25e533b04a70707b95e4e9482b51413aed46ddb55beaa27e3d25cd7604394a739f7cac6c1f8695cd9cab3f23adf6e27171719
+Size (cloc-1.86.tar.gz) = 536828 bytes
 SHA1 (patch-Unix_Makefile) = b797a50124177380837d00ff72dd119c508c87c3



Home | Main Index | Thread Index | Old Index