head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q1:1.1.1.1.0.2 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.05.17.22.02.56; author minskim; state dead; branches; next 1.1; 1.1 date 2010.01.16.04.43.19; author minskim; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.01.16.04.43.19; author minskim; state Exp; branches; next ; desc @@ 1.2 log @Update tex-texlive-scripts to 2009.17976. - Two Lua tables were added: relocated and postaction. @ text @$NetBSD: patch-aa,v 1.1 2010/01/16 04:43:19 minskim Exp $ --- texmf/scripts/texlive/lua/texlive/tlpdb.tlu.orig 2008-07-22 01:58:59.000000000 -0700 +++ texmf/scripts/texlive/lua/texlive/tlpdb.tlu @@@@ -36,6 +36,7 @@@@ -- tlpobj.runsize string -- tlpobj.depend = table indexed by numbers -- tlpobj.execute = table indexed by numbers +-- tlpobj.relocated = string -- --*-Lua-*- @@@@ -225,6 +226,10 @@@@ function read_tlpdb(root) tlpobj.execute = {} end table.insert(tlpobj.execute,rest) + elseif first == "relocated" then + tlpobj.relocated = rest + elseif first == "postaction" then + -- Ignore postaction else print("first = "..first) io.stderr:write('Error reading tlpdb: unknown directive in line\n>>'..line.."<<\n") @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import tex-texlive-scripts-2009.16483 from pkgsrc-wip. This packages contains rungs and texlua scripts for TeX Live. @ text @@