pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts tex-fontspec: update to 2.7b



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4619d7c90535
branches:  trunk
changeset: 323275:4619d7c90535
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue May 07 11:11:23 2019 +0000

description:
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:

 fonts/tex-fontspec-doc/Makefile |   6 +++---
 fonts/tex-fontspec-doc/distinfo |  10 +++++-----
 fonts/tex-fontspec/Makefile     |   6 +++---
 fonts/tex-fontspec/distinfo     |  10 +++++-----
 4 files changed, 16 insertions(+), 16 deletions(-)

diffs (60 lines):

diff -r bdc110e63a9d -r 4619d7c90535 fonts/tex-fontspec-doc/Makefile
--- a/fonts/tex-fontspec-doc/Makefile   Tue May 07 11:04:36 2019 +0000
+++ b/fonts/tex-fontspec-doc/Makefile   Tue May 07 11:11:23 2019 +0000
@@ -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.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-2.7a
-TEXLIVE_REV=   49816
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.7b
+TEXLIVE_REV=   50011
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://ctan.org/pkg/fontspec
diff -r bdc110e63a9d -r 4619d7c90535 fonts/tex-fontspec-doc/distinfo
--- a/fonts/tex-fontspec-doc/distinfo   Tue May 07 11:04:36 2019 +0000
+++ b/fonts/tex-fontspec-doc/distinfo   Tue May 07 11:11:23 2019 +0000
@@ -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.doc.tar.xz) = 45955325552eec3230fda52175f23458e4484744
-RMD160 (tex-fontspec-49816/fontspec.doc.tar.xz) = c4ca3960b0fae149377135c6292bdf0b2b31e049
-SHA512 (tex-fontspec-49816/fontspec.doc.tar.xz) = ce034d6e0426fd46aaabac260ce3ec3cd35eea895a0631bfc9021425432831ae443d43bc64559dc782639426d36b1c52b107e4e7622046897e3086e6afae14bf
-Size (tex-fontspec-49816/fontspec.doc.tar.xz) = 1269840 bytes
+SHA1 (tex-fontspec-50011/fontspec.doc.tar.xz) = dadd7143ab76523c03c319649e798bae82df9a4d
+RMD160 (tex-fontspec-50011/fontspec.doc.tar.xz) = 0e6a67faa6399f252b606dc755d8df653e23c957
+SHA512 (tex-fontspec-50011/fontspec.doc.tar.xz) = 9cd1f77d19fa30eefcf6dde4e77e12282f5419cf70282474e5833fe6fb56fa37b8bf8809dffc382bf41a26d0ff049600bb063d4eef7fe4e5b2bf195e9c54f709
+Size (tex-fontspec-50011/fontspec.doc.tar.xz) = 1276984 bytes
diff -r bdc110e63a9d -r 4619d7c90535 fonts/tex-fontspec/Makefile
--- a/fonts/tex-fontspec/Makefile       Tue May 07 11:04:36 2019 +0000
+++ b/fonts/tex-fontspec/Makefile       Tue May 07 11:11:23 2019 +0000
@@ -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@localhost
 HOMEPAGE=      http://ctan.org/pkg/fontspec
diff -r bdc110e63a9d -r 4619d7c90535 fonts/tex-fontspec/distinfo
--- a/fonts/tex-fontspec/distinfo       Tue May 07 11:04:36 2019 +0000
+++ b/fonts/tex-fontspec/distinfo       Tue May 07 11:11:23 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index