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: Sun May 2 14:23:51 UTC 2021
Modified Files:
pkgsrc/devel/cloc: Makefile distinfo
Log Message:
cloc: update to 1.90.
Release Notes for cloc version 1.90:
New Languages and File Types:
o BizTalk Orchestration
o BizTalk Pipeline
o Cake Build Script
o C# Designer
o CSV
o Delphi Form
o Gleam
o Godot Resource
o Godot Scene
o Juniper Junos
o ReScript
o Ring
o Visual Studio Solution
o Web Services Description
o Zig
Updates:
o Dockerfile: add .[dD]ockerfile as an extension; treat
files named Dockerfile.ext as Dockerfile unless ext
maps to a recognized language other than cmake or m4.
o Identify autogenerated C# files.
o If getting input from a list file or using a language
definition file, also check for (and use, if it exists)
an options.txt file in the same directory.
o Use --csv-delimiter for --ignored, --categorized output.
o Support diff summation in csv format.
o Update cloc's Unix Makefile to support macOS
o Rename Junos to Juniper Junos
o Stratify Visual Basic to for Applications, .NET, Script
o Use tar on Windows 10 instead of zip with --git --diff
o Track upper/lowercase file names on Windows to permit
consistent diffs.
o Support nested Elm comments.
o Update to Regexp::Common 2017060201.
o Minimum Perl version is now 5.10.0
o New options --skip-leading, --summary-cutoff
o Refine comment definitions for ASP.NET, Razor
o Handle Julia docstrings.
o Adjust timeout and diff_timeout values to avoid alarm
overflows.
o Add extensions .btproj, .msbuild for MSBuild script
Bug Fixes:
o Add missing Raku_or_Prolog() subroutine.
o Handle UTF encoded list files (file given to --list-file).
o Improved support for options parsing from config file.
o Catch unidentified files via --diff-list-file.
o Don't insert extra newlines when stripping with --unicode.
o Strip literal '\x' from JSON output strings.
o Improve logic for detecting Unicode files less than
90 bytes in size.
o Fix divide by zero classifying nonreadable .b files.
o Escape backslash for 'report_file' entry in JSON, YAML on
Windows.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/cloc/Makefile
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/devel/cloc/Makefile:1.10
--- pkgsrc/devel/cloc/Makefile:1.9 Mon Jan 25 07:59:53 2021
+++ pkgsrc/devel/cloc/Makefile Sun May 2 14:23:50 2021
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2021/01/25 07:59:53 fcambus Exp $
+# $NetBSD: Makefile,v 1.10 2021/05/02 14:23:50 fcambus Exp $
-DISTNAME= cloc-1.88
+DISTNAME= cloc-1.90
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=AlDanial/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= fcambus%NetBSD.org@localhost
HOMEPAGE= https://github.com/AlDanial/cloc
Index: pkgsrc/devel/cloc/distinfo
diff -u pkgsrc/devel/cloc/distinfo:1.6 pkgsrc/devel/cloc/distinfo:1.7
--- pkgsrc/devel/cloc/distinfo:1.6 Mon Jan 25 07:59:53 2021
+++ pkgsrc/devel/cloc/distinfo Sun May 2 14:23:50 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/01/25 07:59:53 fcambus Exp $
+$NetBSD: distinfo,v 1.7 2021/05/02 14:23:50 fcambus Exp $
-SHA1 (cloc-1.88.tar.gz) = e98cb56f411052f9dc9d28e371bbdda9c1f9163f
-RMD160 (cloc-1.88.tar.gz) = 228c4ec8e16cc7ae60ffe8558654b5ad96186207
-SHA512 (cloc-1.88.tar.gz) = 0acd152b387d3088d8bd35d121677d00accb03f882d83bfb34924915d40700b0c23bca1bde924d1999b5fa910503d33af230567fcc8f452f7d00a69caaaf8c4f
-Size (cloc-1.88.tar.gz) = 548402 bytes
+SHA1 (cloc-1.90.tar.gz) = 2d739c6358ed3366713f6d0d914dac8ff384dd91
+RMD160 (cloc-1.90.tar.gz) = 53a2d402f9f5fc6f04279f23c23e69a7dbd27517
+SHA512 (cloc-1.90.tar.gz) = 368692b308e8da04246c059814bc24433c128d7937ec2efc12359af17dec0026bda9c982097eab0318852a89cc48098e845bfc10f2ed7340dce824d6ae1415c9
+Size (cloc-1.90.tar.gz) = 614306 bytes
SHA1 (patch-Unix_Makefile) = b797a50124177380837d00ff72dd119c508c87c3
Home |
Main Index |
Thread Index |
Old Index