pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: markd
Date: Fri Mar 27 22:55:09 UTC 2026
Modified Files:
pkgsrc/textproc/tex-latexdiff: DESCR Makefile distinfo
pkgsrc/textproc/tex-latexdiff-doc: Makefile distinfo
Log Message:
tex-latexdiff{,-doc}: update to 1.4.0
add directive pairs %BEGIN DIF(ADD|DEL), %END DIF(ADD|DEL)
that causes blocks to be marked up as a whole
add directive pair %BEGIN DIFNOMARKUP, %END DIFNOMARKUP that
can suppress markup locally
add option for letter-level markup for single substituted words,
controlled by configuration variable MAXCHANGESLETTER, which limits
this behaviour to a small number of changes.
By default this is set to 1 - other sensible settings are 0 and 2.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tex-latexdiff/DESCR
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/tex-latexdiff/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/tex-latexdiff/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/tex-latexdiff-doc/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/tex-latexdiff-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/tex-latexdiff/DESCR
diff -u pkgsrc/textproc/tex-latexdiff/DESCR:1.1 pkgsrc/textproc/tex-latexdiff/DESCR:1.2
--- pkgsrc/textproc/tex-latexdiff/DESCR:1.1 Fri Jan 15 08:58:21 2016
+++ pkgsrc/textproc/tex-latexdiff/DESCR Fri Mar 27 22:55:09 2026
@@ -3,7 +3,7 @@ significant differences between two LaTe
options are available for visual markup using standard LaTeX
packages such as color. Changes not directly affecting visible
text, for example in formatting commands, are still marked in
-the LaTeX source. A rudimentary revision facilility is provided
+the LaTeX source. A rudimentary revision facility is provided
by another Perl script, latexrevise, which accepts or rejects
all changes. Manual editing of the difference file can be used
to override this default behaviour and accept or reject
Index: pkgsrc/textproc/tex-latexdiff/Makefile
diff -u pkgsrc/textproc/tex-latexdiff/Makefile:1.16 pkgsrc/textproc/tex-latexdiff/Makefile:1.17
--- pkgsrc/textproc/tex-latexdiff/Makefile:1.16 Thu May 8 10:32:47 2025
+++ pkgsrc/textproc/tex-latexdiff/Makefile Fri Mar 27 22:55:09 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/05/08 10:32:47 markd Exp $
+# $NetBSD: Makefile,v 1.17 2026/03/27 22:55:09 markd Exp $
DISTNAME= latexdiff
-PKGNAME= tex-${DISTNAME}-1.3.4
-TEXLIVE_REV= 72099
+PKGNAME= tex-${DISTNAME}-1.4.0
+TEXLIVE_REV= 77278
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/latexdiff
Index: pkgsrc/textproc/tex-latexdiff/distinfo
diff -u pkgsrc/textproc/tex-latexdiff/distinfo:1.10 pkgsrc/textproc/tex-latexdiff/distinfo:1.11
--- pkgsrc/textproc/tex-latexdiff/distinfo:1.10 Thu May 8 10:32:47 2025
+++ pkgsrc/textproc/tex-latexdiff/distinfo Fri Mar 27 22:55:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/05/08 10:32:47 markd Exp $
+$NetBSD: distinfo,v 1.11 2026/03/27 22:55:09 markd Exp $
-BLAKE2s (latexdiff.r72099.tar.xz) = ae000f8791d0ea858e9b386df7cb8550e51ea4d15b45e44f4469299cef66d0cb
-SHA512 (latexdiff.r72099.tar.xz) = a2417739560691ed5c523a537503d2ec6e4bdb29471e87072471d0b9a90008a1fd87a3272f9b8b91a0ea957818e2c126f129a3b63cf70162e23fecb8ebed0d23
-Size (latexdiff.r72099.tar.xz) = 76256 bytes
+BLAKE2s (latexdiff.r77278.tar.xz) = 75424ae9b07b0c64af5a42039039f36234ce35a7aa8ff0ce87c4bc3fc9f94850
+SHA512 (latexdiff.r77278.tar.xz) = a319e76b5fdc0069ef295534a023094db53535ba36a8943ba3d6af9035726dfa38809769e9082c72b56b7d97ccdda73774deb1c5eede5bb0a7fe74df35d7ae05
+Size (latexdiff.r77278.tar.xz) = 82136 bytes
Index: pkgsrc/textproc/tex-latexdiff-doc/Makefile
diff -u pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.16 pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.17
--- pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.16 Thu May 8 10:32:47 2025
+++ pkgsrc/textproc/tex-latexdiff-doc/Makefile Fri Mar 27 22:55:09 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/05/08 10:32:47 markd Exp $
+# $NetBSD: Makefile,v 1.17 2026/03/27 22:55:09 markd Exp $
DISTNAME= latexdiff.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.3.4
-TEXLIVE_REV= 72099
+PKGNAME= tex-${DISTNAME:S/./-/}-1.4.0
+TEXLIVE_REV= 77278
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/latexdiff
Index: pkgsrc/textproc/tex-latexdiff-doc/distinfo
diff -u pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.10 pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.11
--- pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.10 Thu May 8 10:32:47 2025
+++ pkgsrc/textproc/tex-latexdiff-doc/distinfo Fri Mar 27 22:55:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/05/08 10:32:47 markd Exp $
+$NetBSD: distinfo,v 1.11 2026/03/27 22:55:09 markd Exp $
-BLAKE2s (latexdiff.doc.r72099.tar.xz) = 613e65d5ff2c9b06cb26a01a9b166bba4691ef437148bf0e07a33352d7231787
-SHA512 (latexdiff.doc.r72099.tar.xz) = b3bc3ae2feef1d11618f35a992cb9307878722f466aaabda1a8eaeacfd5632ae7d13260a438bed84eb859fc0ae2109091029b90ef3efd5f53b15a4f47c7cc9a4
-Size (latexdiff.doc.r72099.tar.xz) = 487204 bytes
+BLAKE2s (latexdiff.doc.r77278.tar.xz) = d365f5a091bb08f81143085dc524191be0e2bef6fe4bfd10d2d6485984bc6a02
+SHA512 (latexdiff.doc.r77278.tar.xz) = 6f196b89104c6f0b6f1f9385d2669966bc6afe43451d248c8d39afaa0c05cd7b8ddef0e8626d085923675ecf0c8778a1c85d5a687a189360554a857dd0e11205
+Size (latexdiff.doc.r77278.tar.xz) = 513084 bytes
Home |
Main Index |
Thread Index |
Old Index