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:           Sat Apr  1 15:56:02 UTC 2023

Modified Files:
        pkgsrc/devel/difftastic: Makefile distinfo

Log Message:
devel/difftastic: update to 0.46.0

Command Line Interface
 - Removed the option --missing-as-empty. This is no longer needed as difftastic
   handles /dev/null gracefully on all platforms.

Parsing
 - Added support for Ada.
 - .ino files are now treated as C++.
 - Improved parsing for TOML.
 - Updated grammars for Bash, C, C++, C#, Clojure, CMake, Elixir, Go, Java,
   JavaScript, OCaml, Perl, QML and TypeScript.
 - Difftastic now prefers treating files as 'mostly UTF-8' or binary rather
   than UTF-16. Many files can be decoded as UTF-16 without decoding errors but
   produce nonsense results, so this heuristic seems to work better.
 - Fixed an issue where difftastic would discard the last newline in a file
   before diffing. This was most noticeable when doing textual diffs and the
   last line had changed.

Display
 - Difftastic no longer uses purple to highlight regions that are missing
   styling. This was intended as a debug feature, but it in practice it only
   highlighted trailing whitespace for a few languages.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/devel/difftastic/Makefile:1.20
--- pkgsrc/devel/difftastic/Makefile:1.19       Sat Mar  4 15:34:39 2023
+++ pkgsrc/devel/difftastic/Makefile    Sat Apr  1 15:56:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/03/04 15:34:39 pin Exp $
+# $NetBSD: Makefile,v 1.20 2023/04/01 15:56:02 pin Exp $
 
-DISTNAME=      difftastic-0.45.0
+DISTNAME=      difftastic-0.46.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Wilfred/}
 
Index: pkgsrc/devel/difftastic/distinfo
diff -u pkgsrc/devel/difftastic/distinfo:1.19 pkgsrc/devel/difftastic/distinfo:1.20
--- pkgsrc/devel/difftastic/distinfo:1.19       Sat Mar  4 15:34:39 2023
+++ pkgsrc/devel/difftastic/distinfo    Sat Apr  1 15:56:02 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2023/03/04 15:34:39 pin Exp $
+$NetBSD: distinfo,v 1.20 2023/04/01 15:56:02 pin Exp $
 
 BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935
 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
@@ -72,9 +72,9 @@ Size (diff-0.1.12.crate) = 10223 bytes
 BLAKE2s (difflib-0.4.0.crate) = 9dedf118200e28f553a5eac255f0d880196f1e55fb258011866d9f8421cb0122
 SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9
 Size (difflib-0.4.0.crate) = 7638 bytes
-BLAKE2s (difftastic-0.45.0.tar.gz) = 58349bb28dda05aa08d763b25c79808f1377269bb3dab7bbd229382a5c3e00ad
-SHA512 (difftastic-0.45.0.tar.gz) = 80c157a7d00c2a91291f5ca3b66908f05a98780b455cc420ab9192d43526fb383eea8036a42ee8042eaef6d7cd6d72b0895d3d4d8c52f2c7a30fda43e8cccf19
-Size (difftastic-0.45.0.tar.gz) = 52126132 bytes
+BLAKE2s (difftastic-0.46.0.tar.gz) = eaca6b97a53e28a26ee359863d0e7c72b0c0f5dba91cf69496f20e483c96fe2b
+SHA512 (difftastic-0.46.0.tar.gz) = fb4ebe4d2c3f377e6fa4956cabf7520272c14e97f13799eef1f92ff22eef36baf6a7cbbede858bff2f9b89e087acd3137b3d3d65a4dda620e8e23bedf2685ce9
+Size (difftastic-0.46.0.tar.gz) = 54963804 bytes
 BLAKE2s (doc-comment-0.3.3.crate) = 3c6c0c2b176af73b7f930c90bde1054195adccd234d74431050b27bcfefff615
 SHA512 (doc-comment-0.3.3.crate) = e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 Size (doc-comment-0.3.3.crate) = 4123 bytes



Home | Main Index | Thread Index | Old Index