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 25 07:59:54 UTC 2021

Modified Files:
        pkgsrc/devel/cloc: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/cloc/Makefile
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/devel/cloc/Makefile:1.9
--- pkgsrc/devel/cloc/Makefile:1.8      Mon Aug 31 18:07:17 2020
+++ pkgsrc/devel/cloc/Makefile  Mon Jan 25 07:59:53 2021
@@ -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@localhost
+MAINTAINER=    fcambus%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/AlDanial/cloc
 COMMENT=       Count lines of code
 LICENSE=       gnu-gpl-v2

Index: pkgsrc/devel/cloc/distinfo
diff -u pkgsrc/devel/cloc/distinfo:1.5 pkgsrc/devel/cloc/distinfo:1.6
--- pkgsrc/devel/cloc/distinfo:1.5      Tue May 26 20:53:13 2020
+++ pkgsrc/devel/cloc/distinfo  Mon Jan 25 07:59:53 2021
@@ -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



Home | Main Index | Thread Index | Old Index