pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/difftastic



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Dec 29 08:02:12 UTC 2022

Modified Files:
        pkgsrc/devel/difftastic: Makefile distinfo

Log Message:
devel/difftastic: update to 0.40.0

0.40 (released 28th December 2022)

Diffing
 - Diffing is now more efficient: the generated graphs have ~20% fewer vertices.
   This improves performance (less memory, shorter runtime), and also enables
   difftastic to handle larger files (you're less likely to reach
   DFT_GRAPH_LIMIT). This improvement was contributed by @QuarticCat, thanks!

Parsing
 - rebar files (e.g. rebar.lock) are no longer associated with Erlang, only
   *.erl files, as the Erlang parser does not currently support them.

Command Line Interface
 --list-languages now shows filenames associated with languages (e.g.
 Cargo.lock is TOML) in addition to extensions.

Display
 - Symlinks are now expanded before calculating relative paths, resulting in
   relative paths being shown in more cases.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/difftastic/Makefile \
    pkgsrc/devel/difftastic/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/difftastic/Makefile
diff -u pkgsrc/devel/difftastic/Makefile:1.13 pkgsrc/devel/difftastic/Makefile:1.14
--- pkgsrc/devel/difftastic/Makefile:1.13       Wed Dec 21 14:19:42 2022
+++ pkgsrc/devel/difftastic/Makefile    Thu Dec 29 08:02:12 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/12/21 14:19:42 pin Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/29 08:02:12 pin Exp $
 
-DISTNAME=      difftastic-0.39.0
-PKGREVISION=    1
+DISTNAME=      difftastic-0.40.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Wilfred/}
 
Index: pkgsrc/devel/difftastic/distinfo
diff -u pkgsrc/devel/difftastic/distinfo:1.13 pkgsrc/devel/difftastic/distinfo:1.14
--- pkgsrc/devel/difftastic/distinfo:1.13       Wed Dec 21 14:19:42 2022
+++ pkgsrc/devel/difftastic/distinfo    Thu Dec 29 08:02:12 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2022/12/21 14:19:42 pin Exp $
+$NetBSD: distinfo,v 1.14 2022/12/29 08:02:12 pin Exp $
 
 BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935
 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
@@ -57,9 +57,9 @@ Size (ctor-0.1.22.crate) = 9311 bytes
 BLAKE2s (diff-0.1.12.crate) = 97e9a9edde58861f9129c0f531e596f0602a744e070445315118269ae02ad4f7
 SHA512 (diff-0.1.12.crate) = 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16
 Size (diff-0.1.12.crate) = 10223 bytes
-BLAKE2s (difftastic-0.39.0.tar.gz) = 8e541c42a9525b60910238e0e065ce38587bb3343e98422186302c03aa6ffbf8
-SHA512 (difftastic-0.39.0.tar.gz) = 08364e582cdb6cd670bc6791ad40b02345afbeb2e636725b133b0df685c8814c3617ed51fa35248902cf0ca228ae433931783a660b4cc4c11ed8847416591347
-Size (difftastic-0.39.0.tar.gz) = 28786273 bytes
+BLAKE2s (difftastic-0.40.0.tar.gz) = be81a609dfd913765529742be8acda1da0fa5efa66f71a4084a9b489ad072f79
+SHA512 (difftastic-0.40.0.tar.gz) = 48670fd64c8499c8146592ddfc352f33008eefacb841bb5e4ab16a0fed08a9c42f1122d3430e6e1b10b8aaa496622700a5f36b644d1613dc9156a8f175d9dcbf
+Size (difftastic-0.40.0.tar.gz) = 28787155 bytes
 BLAKE2s (either-1.6.1.crate) = 6bb7f6e21460b5351a6f5a377c2cf08d5e444c0fef34823941742c346e201965
 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf
 Size (either-1.6.1.crate) = 13641 bytes



Home | Main Index | Thread Index | Old Index