summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-14 02:08:44 +0000
committermarkd <markd@pkgsrc.org>2022-04-14 02:08:44 +0000
commit9dece03e61a481ee252b3f5a017fdd35909a94dd (patch)
tree46338d23f1456aaefbfb0e60e171e288563ef67a /textproc
parent5ccd156692069ff201cfcbb835e73879a4c40377 (diff)
downloadpkgsrc-9dece03e61a481ee252b3f5a017fdd35909a94dd.tar.gz
tex-latexdiff{,-doc}: update to 1.3.2
# latexdiff ## API adaptions: - latexdiff now completes with exit code 0 after --help or --version command ## New features / feature extensions - extend CUSTOMDIFCMD related postprocessing to deal properly with multiline commands, or a sequence of several commands in the same line - support for additional macros from import package (\import, \inputfrom, \includefrom, \subimport, \subinputfrom, \subincludefrom). - replace default driver dvips->pdftex ## Bug fixes: - fix bug by replacing \hspace{0pt} after \mbox{..} auxiliary commands with \hskip0pt (IMPORTANT as old way apparently breaks latexdiff output under default setting with recent versions pdflatex) - fix issue affecting proper markup of text commands which are not also safe cmds and have multiple arguments - fix issue by adding \eqref (amsmath package) to the list of safe commands - fix bug reported in mangled verbatim line environment - more ways to process \frac correctly with atomic arguments. - fix a bug in biblatex mode, which prevented proper processing of modified \textcite - -h string fix: add -driver option # latexdiff-vc ## Bug fixes: - when setting config variables with the command lines it is now possible to use quotes to include spaces in the value, e.g. `-c LATEX="pdflatex --shell-escape"` - as --only-changes is not compatible with graphics markup, --graphics-markup=none is now set automatically when this option is selected - when --pdf or --postscript is select, then replace tildes in version names with underscores in output file (e.g. diffHEAD_1 instead of diff HEAD~1. This is necessary because pdflatex strips ~n strings at the end of the filename, when generating output file names # latexrevise ## New features - Introduce option -r / --replace which removes markup of the form \replaced{new text}{old text} in the changes package - Functionality -c option: if comment to be deleted is the last in the line replace new line by space character. This is done to avoid errors or unintended line breaks from empty lines after deletion (which are interpreted as \par)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tex-latexdiff-doc/Makefile7
-rw-r--r--textproc/tex-latexdiff-doc/distinfo8
-rw-r--r--textproc/tex-latexdiff/Makefile7
-rw-r--r--textproc/tex-latexdiff/distinfo8
4 files changed, 14 insertions, 16 deletions
diff --git a/textproc/tex-latexdiff-doc/Makefile b/textproc/tex-latexdiff-doc/Makefile
index e428b9c7e30..fede66d43f1 100644
--- a/textproc/tex-latexdiff-doc/Makefile
+++ b/textproc/tex-latexdiff-doc/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/05/24 19:55:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/14 02:08:44 markd Exp $
DISTNAME= latexdiff.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.3.1.1
-PKGREVISION= 1
-TEXLIVE_REV= 55540
+PKGNAME= tex-${DISTNAME:S/./-/}-1.3.2
+TEXLIVE_REV= 61434
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/latexdiff
diff --git a/textproc/tex-latexdiff-doc/distinfo b/textproc/tex-latexdiff-doc/distinfo
index 71bee19fad0..094e25fb146 100644
--- a/textproc/tex-latexdiff-doc/distinfo
+++ b/textproc/tex-latexdiff-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:23:34 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/14 02:08:44 markd Exp $
-BLAKE2s (latexdiff.doc.r55540.tar.xz) = 7836ff505bb44c1fd0dd862ba925fde4af781a50964e2d097bbf7554b6d50172
-SHA512 (latexdiff.doc.r55540.tar.xz) = 33931c4a47ce1ae61119a54caf074049504ea044159afb6a8ad59dcfea1d54782939ef5d2e8f3303f0aa623c64c4dc84a209eefb179fd057b6903ef6c9409f67
-Size (latexdiff.doc.r55540.tar.xz) = 478708 bytes
+BLAKE2s (latexdiff.doc.r61434.tar.xz) = 7a5abf64d4e683a1a23bc27c9e4f0086c4ca1bfa5aaa60d55c9a207a5ac2bd47
+SHA512 (latexdiff.doc.r61434.tar.xz) = b3c09b5ea391ad7b2d5821e41e3e4e05d4749b2aaa8b8aad1219c7f81aeccd65a98e3fe77ccbf4770d658dcb4797d9bf37a42604b380f666a6bd281d8b677ed4
+Size (latexdiff.doc.r61434.tar.xz) = 472568 bytes
diff --git a/textproc/tex-latexdiff/Makefile b/textproc/tex-latexdiff/Makefile
index 18346683a75..91430e15350 100644
--- a/textproc/tex-latexdiff/Makefile
+++ b/textproc/tex-latexdiff/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/05/24 19:55:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/14 02:08:44 markd Exp $
DISTNAME= latexdiff
-PKGNAME= tex-${DISTNAME}-1.3.1.1
-PKGREVISION= 1
-TEXLIVE_REV= 55540
+PKGNAME= tex-${DISTNAME}-1.3.2
+TEXLIVE_REV= 61434
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/latexdiff
diff --git a/textproc/tex-latexdiff/distinfo b/textproc/tex-latexdiff/distinfo
index 0428b02552b..a4b84a75d63 100644
--- a/textproc/tex-latexdiff/distinfo
+++ b/textproc/tex-latexdiff/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:23:34 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/14 02:08:44 markd Exp $
-BLAKE2s (latexdiff.r55540.tar.xz) = 9d366045c3f07e3c0da317d20d8ee6d5fb6ce827d05056f6abbb1460de7167d1
-SHA512 (latexdiff.r55540.tar.xz) = cd69ad7bea121664c600e77438eee882e71447bfe5ffb034773a72269ea856f41b54b1369aa701b755586e12f121948d9773688f65d6b0bb161e3a052d95c5f6
-Size (latexdiff.r55540.tar.xz) = 70032 bytes
+BLAKE2s (latexdiff.r61434.tar.xz) = a7d547861c8ada1d4f34df73e194e232853ae20794f18ee624adef8ceb3a89e5
+SHA512 (latexdiff.r61434.tar.xz) = 9fbe7f644012638bbc5f10c114adc5d0027475c7a872dbe36016522c5cdbe2fd7c31af20cb389aee79e83b03a9e470cf01cef734f2caa623c7048f2b020e80be
+Size (latexdiff.r61434.tar.xz) = 72244 bytes