Up to [cvs.NetBSD.org] / pkgsrc / fonts / tex-luaotfload
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 1 11:56:25 2023 UTC (6 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
tex-luaotfload{,-doc}: update to 3.23 changes unknown
Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 1 10:56:49 2022 UTC (13 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
tex-luaotfload{,-doc}: update to 3.22 * Tailored case mappings * Avoid database rebuilds when switching Lua versions * Improved attribute settings of ActualText nodes in harf mode * Callback-based customization for color parameter * Various bug fixes
Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 15 06:06:00 2022 UTC (17 months, 2 weeks ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.14: +4 -3
lines
Diff to previous 1.14 (colored)
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.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 6 11:09:50 2021 UTC (2 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
tex-luaotfload{,-doc}: update to 3.18 * Allow using variable fonts without explicitly specifying any axis values * The fontloader has been synced with the context code from 2021-05-20 * Multiple small fixes, mostly concerning discretionaries in harf mode.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 15 00:30:10 2021 UTC (2 years, 7 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
tex-luaotfload{,-doc} update to 3.17 2020-09-02 luaotfload v3.15 * The font database is updated more reliably if fonts get deleted. * In multiple error cases, error messages are shown instead of silently generating bad output. * Write glyph ids instead of internal identifiers to DVI files. This allows using OpenType fonts when working with dvilualatex. (This requires additional support from the DVI reader) * The set of font features which are enabled by default has been changed to be more similar to HarfBuzz. Especially Above-base mark Positioning (abvm), Below-base mark Positioning (blwm), Contextual Alternates (calt), Cursive Positioning (curs), Distances (dist), and Required Contextual Alternates (rclt) are now enabled by default for all scripts. * Added a mathfontdimen font feature which allows emulating fontdimen values from xetex or traditional TeX math fonts. * Initial support for variable fonts in node mode. 2020-12-30 luaotfload v3.16 * The fontloader has been synced with the context code from 2020-12-30 * The entry point is called luaotfload.lua instead of luaotfload-main.lua (but the old name is still provided for compatibility). * pre/post_shaping_filter callbacks has been added. * The number of lua-files and submodules shown in the log-file has been reduced. But it is extended again by setting the environment variable LUAOTFLOAD_TRACE_SUBMODULES=1. * The HarfBuzz based shaper will in some situations drop hyphenation points. This happens less frequently now since the new version uses first/second discretionaries (the mechanism described in the LuaTeX manual, section 5.6 for the of-f-ice example) to support a limited amount of nesting. * When the node shaper is used, experimental support for OpenType variable fonts has been added. To use them, set the font feature axis to a comma separated list of axis names and values. (E.g. axis={weight=600}) The supported axis names and value range depend on the font. * The font features upper and lower can be used to map the text of a font to upper or lowercase before displaying it. Currently this implements the untailored Unicode case mapping algorithm, but it is planned to add tailoring later. * A number of small bugfixes. 2021-01-08 luaotfload v3.17 * The fontloader has been synced with the context code from 2021-01-07. This improves support for advanced CFF based OpenType variable fonts.
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 11 11:02:06 2020 UTC (3 years, 4 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
tex-luaotfload{,-doc}: update to 3.14 * bug fix for luaotfload-tool, luaotfload-tool --list=basename failed * fontloader patched to resolve issue
Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 26 12:21:16 2020 UTC (3 years, 5 months ago) by markd
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
tex-*: update to texlive 2020 versions tex-adforn{,-doc} to 1.1b tex-adfsymbols{,-doc} to 1.2b tex-adobemapping to 2020 tex-alegreya{,-doc} to 2020 tex-baskervaldx{,-doc} to 1.073 tex-cabin{,-doc} to 2020 tex-ccfonts{,-doc} to 1.2 tex-cinzel{,-doc} to 2020 tex-clearsans{,-doc} to 2020 tex-countriesofeurope{,-doc} to 0.23 tex-ebgaramond{,-doc} to 2020 tex-ebgaramond-maths{,-doc} to 1.2 tex-erewhon{,-doc} to 1.104 tex-esint{,-doc} to 1.2d tex-fira{,-doc} to 4.3.54512 tex-fontinst{,-doc} to 1.933.53562 tex-fontname{,-doc} to 2020 tex-fontools{,-doc} to 2020 tex-fontspec{,-doc} to 2.7i tex-fourier{,-doc} to 2.2 tex-ipaex{,-doc} to 2020 tex-junicode{,-doc} to 1.0.2 tex-libertine{,-doc} to 5.3.0.54583 tex-librecaslon{,-doc} to 2020 tex-luaotfload{,-doc} to 3.12 tex-mathalpha{,-doc} to 1.13 tex-mathpazo{,-doc} to 1.003.52663 tex-merriweather{,-doc} to 2020 tex-newpx{,-doc} to 1.410 tex-newtx{,-doc} to 1.625 tex-newtxtt{,-doc} to 1.056 tex-oldstandard{,-doc} to 2.5 tex-overlock{,-doc} to 2020 tex-playfair{,-doc} to 2020 tex-psnfss{,-doc} to 9.3 tex-pxtxalfa{,-doc} to 1.54080 tex-quattrocento{,-doc} to 2020 tex-roboto{,-doc} to 2020 tex-sansmathaccent{,-doc} to 2020 tex-skull to 0.1.51907 tex-superiors{,-doc} to 1.06 tex-txfontsb{,-doc} to 1.1.1 tex-universa{,-doc} to 2.1 tex-wasy{,-doc} to 2.5 tex-wasysym{,-doc} to 2.4 tex-xcharter{,-doc} to 1.205 tex-xits{,-doc} to 1.301 tex-wasy-type1 to 001.002
Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 6 19:30:12 2019 UTC (3 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
tex-*: add TEXLIVE_UNVERSIONED=yes
Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 2 22:24:43 2019 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
fonts: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 11 05:40:19 2019 UTC (4 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
tex-luaotfload{,-doc}: update to 2.98 - The fontloader has been synced with the context files from 2019-07-04. - A number of small bugs has been resolved, see NEWS - fonts can now be embolden - missing characters are now visible
Revision 1.7 / (download) - annotate - [select for diffs], Tue May 7 12:28:42 2019 UTC (4 years, 4 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
tex-luaotfload{,-doc}: update to 2.96 2.95 In contradiction to the last announcement this version of the fontloader is still compatible with luatex 1.07. So updates will continue. This version syncs the files with the ConTeXt files from 2019-01-28. It improves the handling of the lucida fonts - the demi font is now used as bold. The resolver code has been cleaned up a bit. 2.96 - In version 2.95 letterspacing was broken due to a change in the fontloader. In version 2.96 this is now repaired. At the same time a number of long-standing oddities and bugs in the letterspacing has been corrected. This can change the output of existing documents!! See the documentation for more information and ways to restore the old behaviour, - A problem with the detection of bold fonts has been corrected (issue 41, pull request 42). - The fontloader has been synced with the context files from 2019-02-14.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 30 11:09:34 2019 UTC (4 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
tex-luaotfload{,-doc}: update to 2.94 This version syncs the files with the ConTeXt files from2018/12/19. It extends the mode key to allow the use of more fontloaders. It is the last version which can be used with luatex 1.07. Future versions will need 1.09 and will be available only at the github site until texlive 2018 is freezed.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 21 08:28:43 2017 UTC (6 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Update to TeXlive 2017 Updated print/tex-koma-script to 3.23 Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8 Updated devel/tex-l3experimental to 2017 Updated devel/tex-l3kernel{,-doc} to 2017 Updated devel/tex-l3packages{,-doc} to 2017 Updated print/tex-latex{,-doc} to 20170101.1 Updated textproc/tex-latexdiff{,-doc} to 1.2.0 Updated print/tex-leaflet{,-doc} to 1.1b Updated fonts/tex-libertine{,-doc} to 5.3.0.43603 Updated devel/tex-lualibs{,-doc} to 2.5 Updated fonts/tex-luaotfload{,-doc} to 2.8.2 Updated print/tex-luatex{,-doc} to 1.0.4
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 7 07:17:37 2016 UTC (7 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
Update some texlive packages to latest versions. Precise changes unknown Updated fonts/tex-academicons{,-doc} to 1.7.2 Updated fonts/tex-cs to 2016.41553 Updated fonts/tex-erewhon{,-doc} to 1.06 Updated fonts/tex-fbb{,-doc} to 1.11 Updated fonts/tex-fontawesome{,-doc} to 4.6.3.2 Updated fonts/tex-fonts-tlwg to 0.6.3 Added fonts/tex-fonts-tlwg-doc version 0.6.3 Updated fonts/tex-glyphlist to 2016 Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.41546 Updated fonts/tex-luaotfload{,-doc} to 2.7.3 Updated fonts/tex-oldstandard{,-doc} to 2.2 Updated fonts/tex-xcharter{,-doc} to 1.078a
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 16 03:57:29 2016 UTC (7 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Updated to TexLive 2016: Updated fonts/afm2pl to 0.7.1nb2 Updated fonts/gsftopkk to 1.19.2nb7 Updated fonts/lcdftypetools to 2.105 Updated fonts/ps2pkm to 1.8 Updated fonts/ttf2pk to 2.0nb2 Updated fonts/ttfdump to 0.5.5nb3 Updated fonts/tex-academicons{,-doc} to 1.7.0 Updated fonts/tex-adobemapping to 2016 Updated fonts/tex-alegreya{,-doc} to 2016 Updated fonts/tex-cabin{,-doc} to 2016 Updated fonts/tex-cbfonts-fd{,-doc} to 1.1 Updated fonts/tex-cmcyr{,-doc} to 2016 Updated fonts/tex-cmtiup{,-doc} to 2.1 Added fonts/tex-cmexb{,-doc} version 2016 Updated fonts/tex-cs to 2016 Updated fonts/tex-dantelogo{,-doc} to 0.03 Updated fonts/tex-drm{,-doc} to 4.4 Updated fonts/tex-erewhon{,-doc} to 1.05 Updated fonts/tex-fbb{,-doc} to 1.10 Updated fonts/tex-fetamont{,-doc} to 1.6 Updated fonts/tex-fira{,-doc} to 4.1.39731 Updated fonts/tex-fontawesome{,-doc} to 4.6.3.1 Updated fonts/tex-fontname{,-doc} to 2016 Updated fonts/tex-fontools{,-doc} to 2016 Updated fonts/tex-fontspec{,-doc} to 2.5a Updated fonts/tex-gothic{,-doc} to 2016 Updated fonts/tex-inconsolata{,-doc} to 1.10 Updated fonts/tex-ipaex-type1{,-doc} to 0.3b.39722 Updated fonts/tex-knuth-local to 2016 Updated fonts/tex-luaotfload{,-doc} to 2.7.2 Updated fonts/tex-mflogo{,-doc} to 2016 Updated fonts/tex-newpx{,-doc} to 1.295 Updated fonts/tex-newtx{,-doc} to 1.466 Updated fonts/tex-newtxsf{,-doc} to 1.04 Updated fonts/tex-roboto{,-doc} to 2016 Updated fonts/tex-sourcecodepro{,-doc} to 2.6 Updated fonts/tex-sourceserifpro{,-doc} to 1.2 Updated fonts/tex-tex-gyre-math{,-doc} to 2016 Added fonts/tex-ptex-fonts{,-doc} version 0.0.2016
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 25 08:04:12 2015 UTC (8 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.1: +4 -11
lines
Diff to previous 1.1 (colored)
Update tex-luaotfload{,-doc} to 2.5.4 latest texlive version. changes unknown.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 9 14:11:51 2012 UTC (11 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Import tex-luaotfload-1.26 as fonts/tex-luaotfload. The package adopts the TrueType/OpenType Font loader code provided in ConTeXt, and adapts it to use in Plain TeX and LaTeX.