./textproc/diffr, Yet another diff highlighting tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.5, Package name: diffr-0.1.5, Maintainer: pkgsrc-users

Reviewing changes involves reading diffs. Sometimes, a line-oriented
presentation of changes is not precise enough, especially when changes
involve long lines or very similar consecutive lines.

This program processes such diffs, and outputs them (in the console)
with additional diff information on top of the unified diff format,
using text attributes.

It works hunk by hunk, recomputing the diff on a word-by-word basis.


Required to build:
[lang/rust]

Master sites:

Filesize: 257.317 KB

Version history: (Expand)


CVS history: (Expand)


   2023-04-10 17:20:35 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/diffr: update to 0.1.5

 - Fix build on 32 bits platforms.
 - Fix macOS pipeline.
 - Highlight trailing whitespaces.
 - trailing whitespace: fix for whitespace-only lines.
 - Improve handling of "\ No newline at end of file" message.
 - diffr: fix bad highlighting. (#59)
 - Tidy code related to --line-numbers.
 - Improve encapsulation of iterator types.
 - line-number: fix parser to allow for multiple - ranges.
 - Add an option to print colorized output as html.
 - Use imperative-style code rather than recursion. (#77)
 - main.rs: improve coloring contrast of white letters
   2022-02-25 10:11:45 by pin | Files touched by this commit (1)
Log message:
textproc/diffr: Reset maintainer for stagnated project.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-08-03 10:53:05 by pin | Files touched by this commit (1)
Log message:
textproc/diffr: simplify Makefile
   2020-11-28 02:25:13 by David H. Gutteridge | Files touched by this commit (1)
Log message:
diffr: fix minor typo in DESCR
   2020-11-26 22:43:43 by pin | Files touched by this commit (5)
Log message:
textproc/diffr: import package

Reviewing changes involves reading diffs. Sometimes, a line-oriented
presentation of changes is not precise enough, especially when changes
involve long lines or very similar consecutive lines.

This program processes such diffs, and output them (in the console)
with additional diff information on top of the unified diff format,
using text attributes.

It works hunk by hunk, recomputing the diff on a word-by-word basis.