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:           Mon Dec  6 12:41:47 UTC 2021

Modified Files:
        pkgsrc/devel/cloc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/cloc/Makefile
cvs rdiff -u -r1.9 -r1.10 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.13 pkgsrc/devel/cloc/Makefile:1.14
--- pkgsrc/devel/cloc/Makefile:1.13     Mon Jun 28 19:41:36 2021
+++ pkgsrc/devel/cloc/Makefile  Mon Dec  6 12:41:47 2021
@@ -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}

Index: pkgsrc/devel/cloc/distinfo
diff -u pkgsrc/devel/cloc/distinfo:1.9 pkgsrc/devel/cloc/distinfo:1.10
--- pkgsrc/devel/cloc/distinfo:1.9      Tue Oct 26 10:14:25 2021
+++ pkgsrc/devel/cloc/distinfo  Mon Dec  6 12:41:47 2021
@@ -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