Received: by mail.netbsd.org (Postfix, from userid 605) id AB113850C7; Sun, 2 May 2021 14:23:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E4BDD850C5 for ; Sun, 2 May 2021 14:23:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zvyBUYDkCVTZ for ; Sun, 2 May 2021 14:23:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3DA1484CBC for ; Sun, 2 May 2021 14:23:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B146FA95; Sun, 2 May 2021 14:23:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619965431132480" MIME-Version: 1.0 Date: Sun, 2 May 2021 14:23:51 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/cloc To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210502142351.2B146FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619965431132480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1619965431132480 Content-Disposition: inline Content-Length: 1705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1619965431132480--