summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-15 06:06:00 +0000
committermarkd <markd@pkgsrc.org>2022-04-15 06:06:00 +0000
commit8ae2e821fd06b86bf74615c385696bf9fa19338f (patch)
tree9c4ef34d6d08efdb776499fdf40b63c85c6e65f9 /fonts
parent03223245c50493aaec490c998ce0c95b0b5d1b9a (diff)
downloadpkgsrc-8ae2e821fd06b86bf74615c385696bf9fa19338f.tar.gz
tex-luaotfload{,-doc}: update to 3.21
3.21 * Fix performance regression introduced in version 3.19. * More reliably support TrueType based variable fonts in harf mode. 3.20 * Two critical bugs related to luaotfload-tool and the cache location have been corrected. 3.19 * When used with LuaTeX 1.15.0 or newer, variable fonts are supported when using the harf shaper too. * A new algorithm for selecting fonts based on font family names allows to more reliably load fonts based on their family name. * The compiled font database gets compressed to reduce disk space and improve performance on newer systems. * Text automatically gets normalized to Unicode's NFC before shaping. This improves rendering for text written in decomposed forms for many fonts. This can be turned off by passing the -normalize font feature. * The fontloader has been synced with the context code from 2022-02-24. This fixes some broken rendering of TrueType based variable fonts. * A number of small bugfixes.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/tex-luaotfload-doc/DESCR2
-rw-r--r--fonts/tex-luaotfload-doc/Makefile6
-rw-r--r--fonts/tex-luaotfload-doc/distinfo8
-rw-r--r--fonts/tex-luaotfload/Makefile7
-rw-r--r--fonts/tex-luaotfload/PLIST7
-rw-r--r--fonts/tex-luaotfload/distinfo8
6 files changed, 21 insertions, 17 deletions
diff --git a/fonts/tex-luaotfload-doc/DESCR b/fonts/tex-luaotfload-doc/DESCR
index a0a9c551f7e..7cd24bdd469 100644
--- a/fonts/tex-luaotfload-doc/DESCR
+++ b/fonts/tex-luaotfload-doc/DESCR
@@ -1 +1 @@
-This is documentation for tex-luaotfload.
+Documentation for tex-luaotfload.
diff --git a/fonts/tex-luaotfload-doc/Makefile b/fonts/tex-luaotfload-doc/Makefile
index 9e9abb9f841..0820fce08fc 100644
--- a/fonts/tex-luaotfload-doc/Makefile
+++ b/fonts/tex-luaotfload-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2021/06/06 11:09:50 markd Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/15 06:06:00 markd Exp $
DISTNAME= luaotfload.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-3.18
-TEXLIVE_REV= 59293
+PKGNAME= tex-${DISTNAME:S/./-/}-3.21
+TEXLIVE_REV= 62788
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/luaotfload
diff --git a/fonts/tex-luaotfload-doc/distinfo b/fonts/tex-luaotfload-doc/distinfo
index 0fedcccb8ac..5fa96e1c850 100644
--- a/fonts/tex-luaotfload-doc/distinfo
+++ b/fonts/tex-luaotfload-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:28:12 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/04/15 06:06:00 markd Exp $
-BLAKE2s (luaotfload.doc.r59293.tar.xz) = 873f478165523fea928e7d616003bb713e63d62f871585c852311fb98b983ed7
-SHA512 (luaotfload.doc.r59293.tar.xz) = 911f1037ddd942f357c1f9644dc424984e93a483b5c5a10ad279a77287cc3f9cfd94ce0113b3b0d6dc6d00dbb13814cb8b46c113ef6877b0fd0b7093caf64746
-Size (luaotfload.doc.r59293.tar.xz) = 624416 bytes
+BLAKE2s (luaotfload.doc.r62788.tar.xz) = e5fb7a7298a79f4120efc83c38c548a909f6e75796639114718bff782f2d9561
+SHA512 (luaotfload.doc.r62788.tar.xz) = a51b6dab2ae32fa0edd686d2125720ab34510f6658fe053f6bf97d74592abb87169d3955ae7e3d818fcc399bbad5c1ddb18cc4b3feaf16726874e824bf04ce73
+Size (luaotfload.doc.r62788.tar.xz) = 624812 bytes
diff --git a/fonts/tex-luaotfload/Makefile b/fonts/tex-luaotfload/Makefile
index 5743b92285f..d5663f8acce 100644
--- a/fonts/tex-luaotfload/Makefile
+++ b/fonts/tex-luaotfload/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2021/06/06 11:09:50 markd Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/15 06:06:00 markd Exp $
DISTNAME= luaotfload
-PKGNAME= tex-${DISTNAME}-3.18
-TEXLIVE_REV= 59293
+PKGNAME= tex-${DISTNAME}-3.21
+TEXLIVE_REV= 62788
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/luaotfload
@@ -10,6 +10,7 @@ COMMENT= OpenType layout system for Plain TeX and LaTeX
LICENSE= gnu-gpl-v2
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
+DEPENDS+= tex-lua-uni-algos-[0-9]*:../../print/tex-lua-uni-algos
DEPENDS+= tex-lualibs-[0-9]*:../../devel/tex-lualibs
DEPENDS+= tex-luatexbase-[0-9]*:../../devel/tex-luatexbase
diff --git a/fonts/tex-luaotfload/PLIST b/fonts/tex-luaotfload/PLIST
index 9859a27ad85..171fb7921de 100644
--- a/fonts/tex-luaotfload/PLIST
+++ b/fonts/tex-luaotfload/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.12 2021/06/06 11:09:50 markd Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/04/15 06:06:00 markd Exp $
share/texmf-dist/scripts/luaotfload/luaotfload-tool.lua
-share/texmf-dist/tex/luatex/luaotfload/fontloader-2021-05-20.lua
+share/texmf-dist/tex/luatex/luaotfload/fontloader-2022-02-24.lua
share/texmf-dist/tex/luatex/luaotfload/fontloader-basics-chr.lua
share/texmf-dist/tex/luatex/luaotfload/fontloader-basics-gen.lua
share/texmf-dist/tex/luatex/luaotfload/fontloader-basics-nod.lua
@@ -72,6 +72,9 @@ share/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
share/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
share/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-define.lua
share/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-plug.lua
+share/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-var-cff2.lua
+share/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-var-t2-writer.lua
+share/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-var-ttf.lua
share/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
share/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
share/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
diff --git a/fonts/tex-luaotfload/distinfo b/fonts/tex-luaotfload/distinfo
index 795132c5ca0..1db4c99de5f 100644
--- a/fonts/tex-luaotfload/distinfo
+++ b/fonts/tex-luaotfload/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:28:12 nia Exp $
+$NetBSD: distinfo,v 1.16 2022/04/15 06:06:00 markd Exp $
-BLAKE2s (luaotfload.r59293.tar.xz) = d8bc2d73fef44bb5efa0da7a97231ab4825cf3efbef6b758c9835daa163bbeaa
-SHA512 (luaotfload.r59293.tar.xz) = 821a5ea31a6131bea129929abbcc114959e1a32325a42f1b22fc6d37f7213d1dbb2f20cefcdcce38089d82cc366328b7dd80cad192a374694a925506073de8dc
-Size (luaotfload.r59293.tar.xz) = 597604 bytes
+BLAKE2s (luaotfload.r62788.tar.xz) = 14bee5310e3fd9043e60163489fb32394a5bbeb8c2d9c2e68e37c1b39adad84c
+SHA512 (luaotfload.r62788.tar.xz) = a445efb5fd5b0c6060ee78c7b286ca1220dbc2dba4eae79683a287041f7d0db5739b36aa5ac5c2cd22234f403b0b20df60f5b77ec36219e86bb268a47f2a5366
+Size (luaotfload.r62788.tar.xz) = 610688 bytes