summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-01-26 10:54:00 +0000
committermarkd <markd@pkgsrc.org>2019-01-26 10:54:00 +0000
commite5c670ff0caaa606cc715a5e5badc56c1c2e60cc (patch)
tree04790c8865735a45d5eda27f6fe57bfeef37865f
parent119aba60c90e434f249c5e89273cf7302cd67827 (diff)
downloadpkgsrc-e5c670ff0caaa606cc715a5e5badc56c1c2e60cc.tar.gz
tex-latexdiff{,-doc}: update to 1.3.0
Feature extensions: * treat options to \documentclass as potential package names (some packages allow implicit loading of or imply selected packages) * verbatim and lstlisting environments are marked-up with line-by-line in a similar style to non-verbatim text (requires the listing package to be installed). Also see new configuration variable VERBATIMLINEENV * --flatten: now supports \verbatiminput and \lstlistinput * --flatten: if file is not found, do not fail, simply warn and leave command unexpanded * new config variable CUSTOMDIFCMD to allow defining special versions of commands in added or deleted blocks * added option -no-links, which suppress generation of hyperreferences. This is mostly (or only) useful in the context of the --only-changes option of latexdiff-vc in only-changes modes) Bug fixes: * pattern matching of \verb and \lstinline commands had an error which meant they would trigger on commands beginning with \verb. * In description environments, mark up item descriptions by effectively reating the insides of item commannds as text commands * improved pattern matching: now allows nested angular brackets, and is no longer confused by escaped curly braces * improved pattern matching in COARSE mode: occasionally, the closing bracket or some other elements would be matched in an 'unnatural' way due to another sequence being more minimal in the computational sense, sometimes even causing errors due to tokens moving in or out of the scope of math environments. This is now discouraged by adding internal \DIFANCHOR commands (which are removed again in post-processing) * added to textcmds: \intertext from amsmath package
-rw-r--r--textproc/tex-latexdiff-doc/Makefile7
-rw-r--r--textproc/tex-latexdiff-doc/distinfo10
-rw-r--r--textproc/tex-latexdiff/Makefile7
-rw-r--r--textproc/tex-latexdiff/distinfo10
4 files changed, 16 insertions, 18 deletions
diff --git a/textproc/tex-latexdiff-doc/Makefile b/textproc/tex-latexdiff-doc/Makefile
index 763addb485b..c59286e09c6 100644
--- a/textproc/tex-latexdiff-doc/Makefile
+++ b/textproc/tex-latexdiff-doc/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 09:47:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/26 10:54:00 markd Exp $
DISTNAME= latexdiff.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.2.1
-PKGREVISION= 1
-TEXLIVE_REV= 44704
+PKGNAME= tex-${DISTNAME:S/./-/}-1.3.0
+TEXLIVE_REV= 48926
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/latexdiff
diff --git a/textproc/tex-latexdiff-doc/distinfo b/textproc/tex-latexdiff-doc/distinfo
index 453dad44952..1219123e304 100644
--- a/textproc/tex-latexdiff-doc/distinfo
+++ b/textproc/tex-latexdiff-doc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/08/23 23:43:24 markd Exp $
+$NetBSD: distinfo,v 1.4 2019/01/26 10:54:00 markd Exp $
-SHA1 (tex-latexdiff-44704/latexdiff.doc.tar.xz) = 49af4e887173f5b87bcb35f92273cd657a93d0b7
-RMD160 (tex-latexdiff-44704/latexdiff.doc.tar.xz) = 92b1b4f87c7b83c0772ec2d15c661121d4f35f8a
-SHA512 (tex-latexdiff-44704/latexdiff.doc.tar.xz) = 8b5b77955a946e0969ab4377964a350408c6dd55346c3518bde7299f6bed128b6ff8fdacb8dfc174b91fdac2f6eb09a537fcc3f6b19ce9bded9ad1efabf27d54
-Size (tex-latexdiff-44704/latexdiff.doc.tar.xz) = 404500 bytes
+SHA1 (tex-latexdiff-48926/latexdiff.doc.tar.xz) = 956fa3b18af5d199359ed6f2644a49551085b1f5
+RMD160 (tex-latexdiff-48926/latexdiff.doc.tar.xz) = 2d3b50e9137afc18dd27ac2c72fd8a7ccd66f9e9
+SHA512 (tex-latexdiff-48926/latexdiff.doc.tar.xz) = 5e037da262f095879e4cf4a6b6aca7d52a083989d712728f90aa7d5a987d3c34198e1aad23ce9ddaa1b79b1de1bd5ae128095def119890127f3cd5c8e121b8ac
+Size (tex-latexdiff-48926/latexdiff.doc.tar.xz) = 472596 bytes
diff --git a/textproc/tex-latexdiff/Makefile b/textproc/tex-latexdiff/Makefile
index 96dd4010690..e0e21ad0d4a 100644
--- a/textproc/tex-latexdiff/Makefile
+++ b/textproc/tex-latexdiff/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 09:47:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/26 10:54:00 markd Exp $
DISTNAME= latexdiff
-PKGNAME= tex-${DISTNAME}-1.2.1
-PKGREVISION= 1
-TEXLIVE_REV= 44704
+PKGNAME= tex-${DISTNAME}-1.3.0
+TEXLIVE_REV= 48926
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/latexdiff
diff --git a/textproc/tex-latexdiff/distinfo b/textproc/tex-latexdiff/distinfo
index b3e7ba6cf10..5540baea543 100644
--- a/textproc/tex-latexdiff/distinfo
+++ b/textproc/tex-latexdiff/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/08/23 23:43:24 markd Exp $
+$NetBSD: distinfo,v 1.4 2019/01/26 10:54:00 markd Exp $
-SHA1 (tex-latexdiff-44704/latexdiff.tar.xz) = e35954f4634846dd7987dde632dc7e3b8fa4813b
-RMD160 (tex-latexdiff-44704/latexdiff.tar.xz) = 9ccc899cc223dc1540c7444de153d43381eb80ef
-SHA512 (tex-latexdiff-44704/latexdiff.tar.xz) = e91673ade517a18bccf667ea69b37ac3a3d447f99d848d511e93f04f5ee36fdbf879406cdd0f1323b0c71e226b23eb7009c54070189622a70aa51b40a503f769
-Size (tex-latexdiff-44704/latexdiff.tar.xz) = 60748 bytes
+SHA1 (tex-latexdiff-48926/latexdiff.tar.xz) = ae48b22abbc4f40b3107499b8fe6d24e40d304cb
+RMD160 (tex-latexdiff-48926/latexdiff.tar.xz) = ee29a81de7245cf199e720d92130bee5699b28ce
+SHA512 (tex-latexdiff-48926/latexdiff.tar.xz) = 5b5e2673dab80735dc834ca5310897269d8fcf25d5eac85130a7f0e2b1f8685c9a091389f057f61e678162de8617b92dc410a8f3d0aeccc4fabadad4850a98b9
+Size (tex-latexdiff-48926/latexdiff.tar.xz) = 67748 bytes