head 1.5; access; symbols pkgsrc-2015Q3:1.4.0.12 pkgsrc-2015Q3-base:1.4 pkgsrc-2015Q2:1.4.0.10 pkgsrc-2015Q2-base:1.4 pkgsrc-2015Q1:1.4.0.8 pkgsrc-2015Q1-base:1.4 pkgsrc-2014Q4:1.4.0.6 pkgsrc-2014Q4-base:1.4 pkgsrc-2014Q3:1.4.0.4 pkgsrc-2014Q3-base:1.4 pkgsrc-2014Q2:1.4.0.2 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.3.0.4 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.2 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.2.0.18 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.16 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.14 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.10 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.8 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.6 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.8 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.6 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.4 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2015.12.12.19.11.47; author markd; state dead; branches; next 1.4; commitid BxJcoAAsQkQLXGMy; 1.4 date 2014.04.29.20.07.28; author wiz; state Exp; branches; next 1.3; commitid ViPyqEbz8pSajCyx; 1.3 date 2013.11.17.17.02.09; author minskim; state Exp; branches; next 1.2; commitid e9vih4oBvKadwEdx; 1.2 date 2011.07.28.04.37.32; author minskim; state Exp; branches; next 1.1; 1.1 date 2010.09.13.04.11.52; author minskim; state Exp; branches; next ; desc @@ 1.5 log @Update luatex to 0.80.0 version from texlive 2015. two years worth of bug fixes and other changes. @ text @$NetBSD: patch-ab,v 1.4 2014/04/29 20:07:28 wiz Exp $ Do not build tangle and ctangle for this package. (These are in the web2c package.) --- texk/web2c/Makefile.in.orig 2013-04-05 10:58:38.000000000 +0000 +++ texk/web2c/Makefile.in @@@@ -53,7 +53,7 @@@@ host_triplet = @@host@@ EXTRA_PROGRAMS = $(am__EXEEXT_1) tex$(EXEEXT) mf$(EXEEXT) \ mf-nowin$(EXEEXT) mpost$(EXEEXT) luatex$(EXEEXT) \ txt2zlib$(EXEEXT) -bin_PROGRAMS = tangle$(EXEEXT) ctangle$(EXEEXT) $(am__EXEEXT_2) \ +bin_PROGRAMS = $(am__EXEEXT_2) \ ctie$(EXEEXT) cweave$(EXEEXT) tie$(EXEEXT) $(am__EXEEXT_3) \ $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \ $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) @ 1.4 log @Add comments to patches. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2013/11/17 17:02:09 minskim Exp $ @ 1.3 log @Update luatex to 0.76.0. Changes since 0.70.1: * Metapost 1.801. * Small patches from TeXLive 2013, as well as an update to the latest libraries (libpng, poppler, etc.) * Speed up printing (of TeX strings) to the terminal and log. * New lua function node.end_of_math(). * Fixed a memory leak in the lua function pdfscanner.scan(). * New expandable primitive \Uchar. * New version of lnodelib.c with speedups by Hans and Luigi. Also added some extra sanity checks to the Lua node field setting functions. * Support 'umath' in tex.extraprimitives(), so that formats can make the \Umath* primitives unprefixed, now that they will be provided by XeTeX as well. * Removed a bunch of deprecated primitives * \AlephVersion, \Alephrevision, \Alephversion, \Alephminorversion * \OmegaVersion, \Omegarevision, \Omegaversion, \Omegaminorversion * \omathcode, \odelcode, \omathchardef, \omathchar, \omathaccent, \odelimiter, \oradical * \Umathbotaccent, \Umathaccents * Fix large file support. * Fix Lua's loadfile(). * Removed the cidmap callbacks again (let that be done by user lua code after the fact). * Removed the fatal error on fonts where num_glyphs is too high, as that problem is actually harmless. * Some compilation issues under Win32 and Solaris resolved. * Allow math extender objects to be zero width. * The 'epdf' library has been extended to deal with finding and saving embedded files (catalog:numEmbeddedFiles() and catalog: embeddedFile, new EmbFile object). * lua 5.2 There are no patches to the core Lua files; a future version of luatex will switch to loading the regular lua 5.2 dynamic library instead of depending on a statically compiled one. * A bleeding-edge version of luasocket is included, as there is no 5.2-compatible official release yet. * A new lua extension is the two-argument version of string.dump from Luajit. * Two new callbacks: find_cidmap_file and load_cidmap_file * update various used libraries. * new 'pdfscanner' lua library. * various OpenType math fixes, including \Umathcharnumdef. * improved placement of bottom accents. * various other small fixes. @ text @d1 4 a4 1 $NetBSD$ @ 1.2 log @Update luatex to 0.70.1. Changes: - luatex now uses the standard synctex files. - The default form margin is now zero (was 1bp before). - New function node.currentattr() queries the current active attribute list. - Lua font loading; ignore unknown enumeration keys in MathConstants. - JPEG 2000 image support. - Bug fixes. @ text @d3 1 a3 1 --- texk/web2c/Makefile.in.orig 2011-05-19 05:39:16.000000000 +0000 d5 1 a5 1 @@@@ -37,7 +37,7 @@@@ host_triplet = @@host@@ d13 1 a13 1 $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \ @ 1.1 log @Update luatex to 0.63.0. Changes: - Removed luatangle. @ text @d3 1 a3 1 --- texk/web2c/Makefile.in.orig 2010-09-09 09:11:09.000000000 +0000 d5 1 a5 2 @@@@ -36,7 +36,7 @@@@ build_triplet = @@build@@ host_triplet = @@host@@ d7 2 a8 1 mf-nowin$(EXEEXT) mpost$(EXEEXT) luatex$(EXEEXT) d13 1 a13 1 $(am__EXEEXT_7) @