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 Jan 9 18:44:21 UTC 2023
Modified Files:
pkgsrc/devel/cloc: Makefile distinfo
Log Message:
cloc: update to 1.96.
============================================================================
Release Notes for cloc version 1.96
https://github.com/AlDanial/cloc
Dec. 18, 2022
New Languages and File Types:
o Cairo
o Carbon
o Circom
o Containerfile
o HolyC
o kvlang
o Nunjucks
o OpenSCAD
o P4
o Pest
o Pony
o TEAL
o WGSL
Updates:
o New switch --diff-list-files to run diff given two list
files.
o Handle comments embedded in OCaml strings.
o Write empty JSON and XML structures if the inputs yield zero
counts.
o Including Win32::LongPath to support long paths on Windows.
o Better support for building and running Docker image on Windows
o Better output file names when running with --count-and-diff
and --out.
o Resolve internal file handle conflict when running --diff with
--sdir or --categorized.
============================================================================
Release Notes for cloc version 1.94
https://github.com/AlDanial/cloc
July 4, 2022
New Languages and File Types:
o Derw
o Finite State Language
o Flatbuffers
o Futhark
o Godot Shaders
o HTML EEx
o Lem
o PEG, peg.js, peggy, tspeg
o Text (.txt and .text)
o Visual Studio Module
o X++
Updates:
o Handle empty Unicode files which contain only a BOM (byte
order mark).
o The arguments to --include-lang are now case insensitive.
o .cjs added as JavaScript extension.
o Switches --git and --xml together now include additional git
metadata (origin, branch, commit hash) in the XML output. Future
releases will include these additions in YAML, JSON, SQL, and
Markdown output as well.
o New switch --no-recurse prevents recursive directory traversal.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cloc/Makefile
cvs rdiff -u -r1.10 -r1.11 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.16 pkgsrc/devel/cloc/Makefile:1.17
--- pkgsrc/devel/cloc/Makefile:1.16 Tue Jun 28 11:31:40 2022
+++ pkgsrc/devel/cloc/Makefile Mon Jan 9 18:44:20 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/06/28 11:31:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2023/01/09 18:44:20 fcambus Exp $
-DISTNAME= cloc-1.92
-PKGREVISION= 1
+DISTNAME= cloc-1.96
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.10 pkgsrc/devel/cloc/distinfo:1.11
--- pkgsrc/devel/cloc/distinfo:1.10 Mon Dec 6 12:41:47 2021
+++ pkgsrc/devel/cloc/distinfo Mon Jan 9 18:44:20 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/12/06 12:41:47 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2023/01/09 18:44:20 fcambus Exp $
-BLAKE2s (cloc-1.92.tar.gz) = d2e1047d302da4db581db803ad61d50fcb3002d3b1fd84cf7c760ae42161c61c
-SHA512 (cloc-1.92.tar.gz) = e5f73f3e9c8599138031938d839e22ed11ce9318bb10b3815c023f30388c25bbd2d61db27c16a9ba488b33756f35da39db6fd6ead8ed8ff070b9d3e2af068e09
-Size (cloc-1.92.tar.gz) = 612600 bytes
+BLAKE2s (cloc-1.96.tar.gz) = 8738cc73ff79580e7ae2fb64088bec08d7c4abaab58cdbaa43c44d07d3079e6c
+SHA512 (cloc-1.96.tar.gz) = 15c44a0e5911ad2059d953b52a007ff6f4939b95d90742a0fb6c318571f84358c40970a5e6ea63db8132edcec77c4b6fabe3750b6bf8182a296d1752b5cfa0d4
+Size (cloc-1.96.tar.gz) = 649802 bytes
SHA1 (patch-Unix_Makefile) = b797a50124177380837d00ff72dd119c508c87c3
Home |
Main Index |
Thread Index |
Old Index