summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-10-23 09:23:44 +0000
committermarkd <markd@pkgsrc.org>2017-10-23 09:23:44 +0000
commit0833c59d21ac0067d1015492465c125f80609aeb (patch)
tree63db7e26493e3b397e5634c317f49bd335eb6828 /math
parente656e36dfd9000318b4822ce1af12941767d92cc (diff)
downloadpkgsrc-0833c59d21ac0067d1015492465c125f80609aeb.tar.gz
tex-unicode-math{,-doc}: update to 0.8h
- v0.8g (2017/10/02) * Better use of scriptstyle sizes in LuaTeX (I think a regression). * Fix regression (`\mathbf` etc. not being set automatically) caused by the renaming of a `fontspec` internal command. * Minor documentation improvements. - v0.8h (2017/10/09) * Some bugs crept in in the last update due to some code rearrangement: * package version wasn't set; * some code was being executed at the wrong time; * `\sqrt[]{}` in LuaLaTeX gave incorrect output. * The layout of the code is now structured far more sensibly. * Remove (long deprecated) `\resetmathfont`; for years it has been a synonym for `\setmathfont`.
Diffstat (limited to 'math')
-rw-r--r--math/tex-unicode-math-doc/Makefile6
-rw-r--r--math/tex-unicode-math-doc/PLIST4
-rw-r--r--math/tex-unicode-math-doc/distinfo10
-rw-r--r--math/tex-unicode-math/Makefile6
-rw-r--r--math/tex-unicode-math/distinfo10
5 files changed, 19 insertions, 17 deletions
diff --git a/math/tex-unicode-math-doc/Makefile b/math/tex-unicode-math-doc/Makefile
index 78cf4ee1b57..c8994bc05a9 100644
--- a/math/tex-unicode-math-doc/Makefile
+++ b/math/tex-unicode-math-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/08/23 23:25:22 markd Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/23 09:23:44 markd Exp $
DISTNAME= unicode-math.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-0.8f
-TEXLIVE_REV= 44940
+PKGNAME= tex-${DISTNAME:S/./-/}-0.8h
+TEXLIVE_REV= 45510
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/unicode-math
diff --git a/math/tex-unicode-math-doc/PLIST b/math/tex-unicode-math-doc/PLIST
index 04f33a41b6b..a978ea02046 100644
--- a/math/tex-unicode-math-doc/PLIST
+++ b/math/tex-unicode-math-doc/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/23 23:32:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/23 09:23:44 markd Exp $
+share/texmf-dist/doc/latex/unicode-math/CHANGES.md
+share/texmf-dist/doc/latex/unicode-math/CONTRIBUTING.md
share/texmf-dist/doc/latex/unicode-math/README.md
share/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex
share/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
diff --git a/math/tex-unicode-math-doc/distinfo b/math/tex-unicode-math-doc/distinfo
index c1eb79a59c5..6aea695058c 100644
--- a/math/tex-unicode-math-doc/distinfo
+++ b/math/tex-unicode-math-doc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/08/23 23:25:22 markd Exp $
+$NetBSD: distinfo,v 1.3 2017/10/23 09:23:44 markd Exp $
-SHA1 (tex-unicode-math-44940/unicode-math.doc.tar.xz) = c66bc66d80692720a37b9da2d7837ebaa36ebf7a
-RMD160 (tex-unicode-math-44940/unicode-math.doc.tar.xz) = 9a253d9395cc1fdbff413b2bba51c37b314db2b3
-SHA512 (tex-unicode-math-44940/unicode-math.doc.tar.xz) = 3d6ba87d495eb0527df7b0b3d7163e4683263384e8d4734437e3edbfd5b6a8c1573ee3e2560b065d9cf3efcee011a3340c3f85f8300f5d852f66cfead56ec2d4
-Size (tex-unicode-math-44940/unicode-math.doc.tar.xz) = 2013028 bytes
+SHA1 (tex-unicode-math-45510/unicode-math.doc.tar.xz) = 8043dc9bb7f7b31e90c4511580c9c1d59f83f807
+RMD160 (tex-unicode-math-45510/unicode-math.doc.tar.xz) = aab7fcef6dfc1e19e06421fd3283f11ad74183da
+SHA512 (tex-unicode-math-45510/unicode-math.doc.tar.xz) = ac0be3041fe54c6f3c2069a907e4adfde7870bce9400b7be38ed16f46146d3d9f10774b82460a62f598cc8d6be197a2209898b2a48ca2e233bf5bf5623d15559
+Size (tex-unicode-math-45510/unicode-math.doc.tar.xz) = 2020404 bytes
diff --git a/math/tex-unicode-math/Makefile b/math/tex-unicode-math/Makefile
index d0c264e8600..b7cb37de7eb 100644
--- a/math/tex-unicode-math/Makefile
+++ b/math/tex-unicode-math/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/08/23 23:25:22 markd Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/23 09:23:44 markd Exp $
DISTNAME= unicode-math
-PKGNAME= tex-${DISTNAME}-0.8f
-TEXLIVE_REV= 44940
+PKGNAME= tex-${DISTNAME}-0.8h
+TEXLIVE_REV= 45510
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/unicode-math
diff --git a/math/tex-unicode-math/distinfo b/math/tex-unicode-math/distinfo
index 8d03a44dd2e..01f3c43261c 100644
--- a/math/tex-unicode-math/distinfo
+++ b/math/tex-unicode-math/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/08/23 23:25:22 markd Exp $
+$NetBSD: distinfo,v 1.3 2017/10/23 09:23:44 markd Exp $
-SHA1 (tex-unicode-math-44940/unicode-math.tar.xz) = 3ebfe57d367f52738abd7f30bc1ee0f2dcbc5331
-RMD160 (tex-unicode-math-44940/unicode-math.tar.xz) = 1f8075609bacff98f892a0f4df73725efca03030
-SHA512 (tex-unicode-math-44940/unicode-math.tar.xz) = b2d9850901082fe89b254a54f5914756fbd3e5d61a0400109e36040f83c7299e3f748f37e979feb8deac2a6c093ed794c068b78d144a0311248bcc06cf23c4a5
-Size (tex-unicode-math-44940/unicode-math.tar.xz) = 40348 bytes
+SHA1 (tex-unicode-math-45510/unicode-math.tar.xz) = 944efd7b4ca991f1eee843283872ceff47f12984
+RMD160 (tex-unicode-math-45510/unicode-math.tar.xz) = 86a7e1735cb554595e3eb76c2ae288ea3ef6fa0f
+SHA512 (tex-unicode-math-45510/unicode-math.tar.xz) = 9bef717bbe653437dc1a8755745e0aeb4a9d215a6d25feccea6449202918852f986aa2dd8720d1fdf73cefb04f40d561fc8ee1013f69bcfff5a252e01b555204
+Size (tex-unicode-math-45510/unicode-math.tar.xz) = 40592 bytes