diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-01-25 07:59:53 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-01-25 07:59:53 +0000 |
commit | 494e20c2056247e91a1761f0c08e471788530f2b (patch) | |
tree | 2a6ca55239b704534ba51048325ebb350e730b9e /devel | |
parent | 795644b28e88998dd25aee0b7616bcdc813ca3a7 (diff) | |
download | pkgsrc-494e20c2056247e91a1761f0c08e471788530f2b.tar.gz |
cloc: update to 1.88 and take MAINTAINER.
Release Notes for cloc version 1.88:
New Languages and File Types:
o LLVM IR
o Logos
o Meson
o Mojo
o Odin
o Jinja Templates
o WXML
o WXSS
Updates:
o Support MATLAB block comments.
o More flexible matching of git hashes.
o Case insensitive diff file alignment on Windows.
o Add .BAS as a Visual Basic extension
o Rename Objective C to Objective-C
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cloc/Makefile | 7 | ||||
-rw-r--r-- | devel/cloc/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/cloc/Makefile b/devel/cloc/Makefile index b2a4111c410..0fad37ff8c2 100644 --- a/devel/cloc/Makefile +++ b/devel/cloc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2020/08/31 18:07:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2021/01/25 07:59:53 fcambus Exp $ -DISTNAME= cloc-1.86 -PKGREVISION= 1 +DISTNAME= cloc-1.88 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=AlDanial/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= fcambus@NetBSD.org HOMEPAGE= https://github.com/AlDanial/cloc COMMENT= Count lines of code LICENSE= gnu-gpl-v2 diff --git a/devel/cloc/distinfo b/devel/cloc/distinfo index 3668fa2af4d..2e79e253049 100644 --- a/devel/cloc/distinfo +++ b/devel/cloc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2020/05/26 20:53:13 fcambus Exp $ +$NetBSD: distinfo,v 1.6 2021/01/25 07:59:53 fcambus Exp $ -SHA1 (cloc-1.86.tar.gz) = 9d7688d43de4030f11ce9d1c2970c4a64a987133 -RMD160 (cloc-1.86.tar.gz) = eb58b3a84854fde2c38769d245718a0137f16c4a -SHA512 (cloc-1.86.tar.gz) = fe6101404f5884d11bf73de43bd25e533b04a70707b95e4e9482b51413aed46ddb55beaa27e3d25cd7604394a739f7cac6c1f8695cd9cab3f23adf6e27171719 -Size (cloc-1.86.tar.gz) = 536828 bytes +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 (patch-Unix_Makefile) = b797a50124177380837d00ff72dd119c508c87c3 |