Wed Aug 23 23:25:22 2017 UTC ()
Update tex-unicode-math{,-doc} to 0.8f

- v0.8f (2017/08/02)

  * Emergency fix (thanks Bruno) for another bug revealed by `expl3` update.

 - v0.8e (2017/07/30)

  * Add `\surd` to access the sqrt symbol.
  * Fix bug exposed by expl3 update to booleans.
  * Add Deja Vu Math TeX Gyre in list of symbols.
  * Add `\sime` alias for `\simeq` and `\nsimeq` for `\nsime`.
    (For negations it's helpful when they have consistent naming.)


(markd)
diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/Makefile
diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/distinfo
diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math-doc/Makefile
diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math-doc/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math/Makefile 2017/06/23 23:32:12 1.1
+++ pkgsrc/math/tex-unicode-math/Makefile 2017/08/23 23:25:22 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2017/06/23 23:32:12 markd Exp $ 1# $NetBSD: Makefile,v 1.2 2017/08/23 23:25:22 markd Exp $
2 2
3DISTNAME= unicode-math 3DISTNAME= unicode-math
4PKGNAME= tex-${DISTNAME}-0.8d 4PKGNAME= tex-${DISTNAME}-0.8f
5TEXLIVE_REV= 43068 5TEXLIVE_REV= 44940
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/unicode-math 8HOMEPAGE= http://ctan.org/pkg/unicode-math
9COMMENT= Unicode mathematics support for XeTeX and LuaTeX 9COMMENT= Unicode mathematics support for XeTeX and LuaTeX
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook 12DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
13DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec 13DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec
14DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel 14DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
15 15
16.include "../../print/texlive/package.mk" 16.include "../../print/texlive/package.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math/distinfo (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math/distinfo 2017/06/23 23:32:12 1.1
+++ pkgsrc/math/tex-unicode-math/distinfo 2017/08/23 23:25:22 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/06/23 23:32:12 markd Exp $ 1$NetBSD: distinfo,v 1.2 2017/08/23 23:25:22 markd Exp $
2 2
3SHA1 (tex-unicode-math-43068/unicode-math.tar.xz) = 5926fade6da84c127c0813200c00642cba9c94e2 3SHA1 (tex-unicode-math-44940/unicode-math.tar.xz) = 3ebfe57d367f52738abd7f30bc1ee0f2dcbc5331
4RMD160 (tex-unicode-math-43068/unicode-math.tar.xz) = bbfe25ccb2a0b8fa9a5dc3cb60145ff610dcdf7b 4RMD160 (tex-unicode-math-44940/unicode-math.tar.xz) = 1f8075609bacff98f892a0f4df73725efca03030
5SHA512 (tex-unicode-math-43068/unicode-math.tar.xz) = 92ed39c919c923fb0aa94d23e656ba107f03a4eeab74d162d311b2beb36a6f02b7eeee7f94f675e21a496002e1d16ee3491d5b2f418502d2fdcd46ec31d3689d 5SHA512 (tex-unicode-math-44940/unicode-math.tar.xz) = b2d9850901082fe89b254a54f5914756fbd3e5d61a0400109e36040f83c7299e3f748f37e979feb8deac2a6c093ed794c068b78d144a0311248bcc06cf23c4a5
6Size (tex-unicode-math-43068/unicode-math.tar.xz) = 40388 bytes 6Size (tex-unicode-math-44940/unicode-math.tar.xz) = 40348 bytes

cvs diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math-doc/Makefile (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math-doc/Makefile 2017/06/23 23:32:12 1.1
+++ pkgsrc/math/tex-unicode-math-doc/Makefile 2017/08/23 23:25:22 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2017/06/23 23:32:12 markd Exp $ 1# $NetBSD: Makefile,v 1.2 2017/08/23 23:25:22 markd Exp $
2 2
3DISTNAME= unicode-math.doc 3DISTNAME= unicode-math.doc
4PKGNAME= tex-${DISTNAME:S/./-/}-0.8d 4PKGNAME= tex-${DISTNAME:S/./-/}-0.8f
5TEXLIVE_REV= 43068 5TEXLIVE_REV= 44940
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/unicode-math 8HOMEPAGE= http://ctan.org/pkg/unicode-math
9COMMENT= Documentation for tex-unicode-math 9COMMENT= Documentation for tex-unicode-math
10LICENSE= lppl-1.3c 10LICENSE= lppl-1.3c
11 11
12.include "../../print/texlive/package.mk" 12.include "../../print/texlive/package.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/math/tex-unicode-math-doc/distinfo (expand / switch to unified diff)

--- pkgsrc/math/tex-unicode-math-doc/distinfo 2017/06/23 23:32:12 1.1
+++ pkgsrc/math/tex-unicode-math-doc/distinfo 2017/08/23 23:25:22 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/06/23 23:32:12 markd Exp $ 1$NetBSD: distinfo,v 1.2 2017/08/23 23:25:22 markd Exp $
2 2
3SHA1 (tex-unicode-math-43068/unicode-math.doc.tar.xz) = b2cb2027d2a6e454660c6e38f9f775eff208aee2 3SHA1 (tex-unicode-math-44940/unicode-math.doc.tar.xz) = c66bc66d80692720a37b9da2d7837ebaa36ebf7a
4RMD160 (tex-unicode-math-43068/unicode-math.doc.tar.xz) = 4b4b7a87c0751aff44695ea99c377e56b6f96fe8 4RMD160 (tex-unicode-math-44940/unicode-math.doc.tar.xz) = 9a253d9395cc1fdbff413b2bba51c37b314db2b3
5SHA512 (tex-unicode-math-43068/unicode-math.doc.tar.xz) = b069b6f692d97a284af4a55547994cb286a32c37ca125a8a04a3004cbe1cb950c6d9a65c93609847ddf038aaa2d774088ffd00aa3c4aee8b5e3fcdcd8890533d 5SHA512 (tex-unicode-math-44940/unicode-math.doc.tar.xz) = 3d6ba87d495eb0527df7b0b3d7163e4683263384e8d4734437e3edbfd5b6a8c1573ee3e2560b065d9cf3efcee011a3340c3f85f8300f5d852f66cfead56ec2d4
6Size (tex-unicode-math-43068/unicode-math.doc.tar.xz) = 1801852 bytes 6Size (tex-unicode-math-44940/unicode-math.doc.tar.xz) = 2013028 bytes