diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-17 22:02:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-17 22:02:56 +0000 |
commit | 95b3e5e9baf29ee261199b1d61dcc020c5cbb252 (patch) | |
tree | 6fc82ad7bc5ec95ea9b4bdb74c786020f44356a2 /print/tex-texlive-scripts | |
parent | a194d99442541713a30fe47bd53bce373acb6f54 (diff) | |
download | pkgsrc-95b3e5e9baf29ee261199b1d61dcc020c5cbb252.tar.gz |
Update tex-texlive-scripts to 2009.17976.
- Two Lua tables were added: relocated and postaction.
Diffstat (limited to 'print/tex-texlive-scripts')
-rw-r--r-- | print/tex-texlive-scripts/Makefile | 6 | ||||
-rw-r--r-- | print/tex-texlive-scripts/distinfo | 8 | ||||
-rw-r--r-- | print/tex-texlive-scripts/patches/patch-aa | 23 |
3 files changed, 7 insertions, 30 deletions
diff --git a/print/tex-texlive-scripts/Makefile b/print/tex-texlive-scripts/Makefile index d6430355f09..2d2c560d50a 100644 --- a/print/tex-texlive-scripts/Makefile +++ b/print/tex-texlive-scripts/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 04:43:19 minskim Exp $ -# TeX Live Revision 16483 +# $NetBSD: Makefile,v 1.2 2010/05/17 22:02:56 minskim Exp $ DISTNAME= texlive-scripts -PKGNAME= tex-${DISTNAME}-2009.16483 +PKGNAME= tex-${DISTNAME}-2009.${TEXLIVE_REV} +TEXLIVE_REV= 17976 MAINTAINER= minskim@NetBSD.org COMMENT= TeX Live infrastructure programs diff --git a/print/tex-texlive-scripts/distinfo b/print/tex-texlive-scripts/distinfo index 14cd3c5a3fb..00f284e53ef 100644 --- a/print/tex-texlive-scripts/distinfo +++ b/print/tex-texlive-scripts/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/01/16 04:43:19 minskim Exp $ +$NetBSD: distinfo,v 1.2 2010/05/17 22:02:56 minskim Exp $ -SHA1 (tex-texlive-scripts-2009.16483/texlive-scripts.tar.xz) = 1e021e6d3cef924a6d94659714ae32d297dc451a -RMD160 (tex-texlive-scripts-2009.16483/texlive-scripts.tar.xz) = 692455addfc7faf58696552c0184b45299d32b5e -Size (tex-texlive-scripts-2009.16483/texlive-scripts.tar.xz) = 40328 bytes +SHA1 (tex-texlive-scripts-17976/texlive-scripts.tar.xz) = 4d3153a06600be67eca828450561424cc59cb034 +RMD160 (tex-texlive-scripts-17976/texlive-scripts.tar.xz) = aa77237d65ee7b1ac24141f936edf322515c0af4 +Size (tex-texlive-scripts-17976/texlive-scripts.tar.xz) = 41100 bytes SHA1 (patch-aa) = 6f8f348c11c5d8f98a59aa38f683b36fe0469e30 diff --git a/print/tex-texlive-scripts/patches/patch-aa b/print/tex-texlive-scripts/patches/patch-aa deleted file mode 100644 index 20d0d735be2..00000000000 --- a/print/tex-texlive-scripts/patches/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aa,v 1.1.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") |