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:           Thu Apr 14 02:08:44 UTC 2022

Modified Files:
        pkgsrc/textproc/tex-latexdiff: Makefile distinfo
        pkgsrc/textproc/tex-latexdiff-doc: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/tex-latexdiff/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/tex-latexdiff/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/tex-latexdiff-doc/Makefile
cvs rdiff -u -r1.7 -r1.8 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/Makefile
diff -u pkgsrc/textproc/tex-latexdiff/Makefile:1.12 pkgsrc/textproc/tex-latexdiff/Makefile:1.13
--- pkgsrc/textproc/tex-latexdiff/Makefile:1.12 Mon May 24 19:55:00 2021
+++ pkgsrc/textproc/tex-latexdiff/Makefile      Thu Apr 14 02:08:44 2022
@@ -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@localhost
 HOMEPAGE=      https://ctan.org/pkg/latexdiff

Index: pkgsrc/textproc/tex-latexdiff/distinfo
diff -u pkgsrc/textproc/tex-latexdiff/distinfo:1.7 pkgsrc/textproc/tex-latexdiff/distinfo:1.8
--- pkgsrc/textproc/tex-latexdiff/distinfo:1.7  Tue Oct 26 11:23:34 2021
+++ pkgsrc/textproc/tex-latexdiff/distinfo      Thu Apr 14 02:08:44 2022
@@ -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

Index: pkgsrc/textproc/tex-latexdiff-doc/Makefile
diff -u pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.12 pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.13
--- pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.12     Mon May 24 19:55:00 2021
+++ pkgsrc/textproc/tex-latexdiff-doc/Makefile  Thu Apr 14 02:08:44 2022
@@ -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@localhost
 HOMEPAGE=      https://ctan.org/pkg/latexdiff

Index: pkgsrc/textproc/tex-latexdiff-doc/distinfo
diff -u pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.7 pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.8
--- pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.7      Tue Oct 26 11:23:34 2021
+++ pkgsrc/textproc/tex-latexdiff-doc/distinfo  Thu Apr 14 02:08:44 2022
@@ -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



Home | Main Index | Thread Index | Old Index