diff options
author | markd <markd@pkgsrc.org> | 2019-05-07 11:11:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-05-07 11:11:23 +0000 |
commit | 90a6563518863e54449c5dc9783255144ffdac8b (patch) | |
tree | a744b834e31388f3ea4e27c4b5fbf7b9033d4d3e /fonts/tex-fontspec | |
parent | c662c7e1313613d14b2bcb32392fa807f873ca72 (diff) | |
download | pkgsrc-90a6563518863e54449c5dc9783255144ffdac8b.tar.gz |
tex-fontspec: update to 2.7b
* Fix regression in loading `Language=Turkish`. This now allows users
to define more than one OpenType tag when defining a language name,
where the first tag found is the one selected for the font. E.g.,
\newfontlanguage{Turkish}{TRK,TUR}
when selected, this first checks for the existance of the TRK
language tag, and if not found then checks for the TUR language tag
to use if available.
* Add new `Renderer` options for LuaTeX that enable the Harfbuzz
engine. These only work running under `luahbtex` and are currently
experimental. The new options are `Harfbuzz`, `OpenType`, `AAT`, and
`Graphite`.
* Always try to remove ‘clashing’ font features inside
`\addfontfeatures` even in cases when the requested font feature
doesn't exist. E.g., now if a font is loaded with `Numbers=OldStyle`
and *doesn't have* `Numbers=Lining`, requesting the latter will still
re!set the former.
* Add `pxfonts`, `txfonts`, `newpxmath`, `newtxmath`, `mtpro2` to the
list of packages that automatically invoke `no-math`.
* Add `\providefontfamily`, `\setfontface`, `\renewfontface`, and
`\providefontface`.
* Add local/global distinction with `\fontspec_(g)set_family:Nnn` and
`\fontspec_(g)set_fontface:NNnn`.
Diffstat (limited to 'fonts/tex-fontspec')
-rw-r--r-- | fonts/tex-fontspec/Makefile | 6 | ||||
-rw-r--r-- | fonts/tex-fontspec/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/fonts/tex-fontspec/Makefile b/fonts/tex-fontspec/Makefile index 0271199eeef..2769a490710 100644 --- a/fonts/tex-fontspec/Makefile +++ b/fonts/tex-fontspec/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2019/02/01 22:24:11 markd Exp $ +# $NetBSD: Makefile,v 1.16 2019/05/07 11:11:23 markd Exp $ DISTNAME= fontspec -PKGNAME= tex-${DISTNAME}-2.7a -TEXLIVE_REV= 49816 +PKGNAME= tex-${DISTNAME}-2.7b +TEXLIVE_REV= 50011 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://ctan.org/pkg/fontspec diff --git a/fonts/tex-fontspec/distinfo b/fonts/tex-fontspec/distinfo index 4b8418c82c3..705041b2efb 100644 --- a/fonts/tex-fontspec/distinfo +++ b/fonts/tex-fontspec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2019/02/01 22:24:11 markd Exp $ +$NetBSD: distinfo,v 1.17 2019/05/07 11:11:23 markd Exp $ -SHA1 (tex-fontspec-49816/fontspec.tar.xz) = 475858f17168a1cab84e7da2119c42fe9f265a20 -RMD160 (tex-fontspec-49816/fontspec.tar.xz) = 545cf0600f49db08b0c2b4d3305022b24600412f -SHA512 (tex-fontspec-49816/fontspec.tar.xz) = d7d3ee6344c90c7ea4e214b78e2b93b808c9b2c9c0ef82c4ae50f60e9f77d18deccdcb13c4da83186e87e8590c39c82f7c8cad7e2c3f3f0442b6b98da8202d24 -Size (tex-fontspec-49816/fontspec.tar.xz) = 26724 bytes +SHA1 (tex-fontspec-50011/fontspec.tar.xz) = 2d53f02781bd01f1111f22d6e2999bd95393eac0 +RMD160 (tex-fontspec-50011/fontspec.tar.xz) = 183d71048d2455ee524f3409b21aadd067d39cc1 +SHA512 (tex-fontspec-50011/fontspec.tar.xz) = 6cb0a68574cf513e763bb753bea148de94339d4787f4f4b34a2e3919126dd62f83ea375452ab16cb1fad90514a5651cb4b3f4cd95f45c2ab325f14122959221f +Size (tex-fontspec-50011/fontspec.tar.xz) = 26980 bytes |