pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cloc cloc: update to 1.92.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c8eca5058f8
branches:  trunk
changeset: 770638:1c8eca5058f8
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Dec 06 12:41:47 2021 +0000

description:
cloc: update to 1.92.

New Languages and File Types:
    o GraphQL
    o Metal Shading Language
    o PlantUML
    o Properties
    o Umka

Updates:
    o The .bzl and .bazel extensions are now associated with Starlark.
    o Added support for Puppet functions and type aliases.
    o Removed reliance on XML definition with --force-lang-def
    o Fixed broken --csv-delimiter handling.
    o Fixed broken interaction of --vcs=git with --max-file-size;
      support floating point value for --max-file-size.
    o Improved support for uniform handling of uppercase and
      lowercase filenames and extensions on Windows.
    o Recognize CMakeLists.txt on Windows.
    o Fixed handling of --unicode for small files.
    o Updated Dockerfile to produce a smaller image.
    o Improved contents of --ignored file (now includes skipped
      binary files and does not include directory names).
    o Identify SCSS separately from Sass.
    o Updated Sass filters to handle C++ style comments.
    o Improved support for Assembly.
    o Recognize :: comments in DOS batch files.
    o Properly handle explicitly-excluded files (for example,
      .gitignore) with --diff.

diffstat:

 devel/cloc/Makefile |  5 ++---
 devel/cloc/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 52850075bbb9 -r 1c8eca5058f8 devel/cloc/Makefile
--- a/devel/cloc/Makefile       Mon Dec 06 11:22:10 2021 +0000
+++ b/devel/cloc/Makefile       Mon Dec 06 12:41:47 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/06/28 19:41:36 mcf Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/06 12:41:47 fcambus Exp $
 
-DISTNAME=      cloc-1.90
-PKGREVISION=   2
+DISTNAME=      cloc-1.92
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AlDanial/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 52850075bbb9 -r 1c8eca5058f8 devel/cloc/distinfo
--- a/devel/cloc/distinfo       Mon Dec 06 11:22:10 2021 +0000
+++ b/devel/cloc/distinfo       Mon Dec 06 12:41:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:14:25 nia Exp $
+$NetBSD: distinfo,v 1.10 2021/12/06 12:41:47 fcambus Exp $
 
-BLAKE2s (cloc-1.90.tar.gz) = c055bd4dc553cced16cb83c6b80b18989e386d31289c00cfe1c3977bc28c88db
-SHA512 (cloc-1.90.tar.gz) = 368692b308e8da04246c059814bc24433c128d7937ec2efc12359af17dec0026bda9c982097eab0318852a89cc48098e845bfc10f2ed7340dce824d6ae1415c9
-Size (cloc-1.90.tar.gz) = 614306 bytes
+BLAKE2s (cloc-1.92.tar.gz) = d2e1047d302da4db581db803ad61d50fcb3002d3b1fd84cf7c760ae42161c61c
+SHA512 (cloc-1.92.tar.gz) = e5f73f3e9c8599138031938d839e22ed11ce9318bb10b3815c023f30388c25bbd2d61db27c16a9ba488b33756f35da39db6fd6ead8ed8ff070b9d3e2af068e09
+Size (cloc-1.92.tar.gz) = 612600 bytes
 SHA1 (patch-Unix_Makefile) = b797a50124177380837d00ff72dd119c508c87c3



Home | Main Index | Thread Index | Old Index