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:           Sat Jan 26 10:54:00 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/tex-latexdiff/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/tex-latexdiff/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/tex-latexdiff-doc/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/textproc/tex-latexdiff/Makefile:1.6
--- pkgsrc/textproc/tex-latexdiff/Makefile:1.5  Wed Aug 22 09:47:13 2018
+++ pkgsrc/textproc/tex-latexdiff/Makefile      Sat Jan 26 10:54:00 2019
@@ -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@localhost
 HOMEPAGE=      http://ctan.org/pkg/latexdiff

Index: pkgsrc/textproc/tex-latexdiff/distinfo
diff -u pkgsrc/textproc/tex-latexdiff/distinfo:1.3 pkgsrc/textproc/tex-latexdiff/distinfo:1.4
--- pkgsrc/textproc/tex-latexdiff/distinfo:1.3  Wed Aug 23 23:43:24 2017
+++ pkgsrc/textproc/tex-latexdiff/distinfo      Sat Jan 26 10:54:00 2019
@@ -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

Index: pkgsrc/textproc/tex-latexdiff-doc/Makefile
diff -u pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.5 pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.6
--- pkgsrc/textproc/tex-latexdiff-doc/Makefile:1.5      Wed Aug 22 09:47:13 2018
+++ pkgsrc/textproc/tex-latexdiff-doc/Makefile  Sat Jan 26 10:54:00 2019
@@ -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@localhost
 HOMEPAGE=      http://ctan.org/pkg/latexdiff

Index: pkgsrc/textproc/tex-latexdiff-doc/distinfo
diff -u pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.3 pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.4
--- pkgsrc/textproc/tex-latexdiff-doc/distinfo:1.3      Wed Aug 23 23:43:24 2017
+++ pkgsrc/textproc/tex-latexdiff-doc/distinfo  Sat Jan 26 10:54:00 2019
@@ -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



Home | Main Index | Thread Index | Old Index