pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-texlive-scripts Update tex-texlive-scripts t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b56a1865b8e
branches:  trunk
changeset: 575611:5b56a1865b8e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 17 22:02:56 2010 +0000

description:
Update tex-texlive-scripts to 2009.17976.

- Two Lua tables were added: relocated and postaction.

diffstat:

 print/tex-texlive-scripts/Makefile         |   6 +++---
 print/tex-texlive-scripts/distinfo         |   8 ++++----
 print/tex-texlive-scripts/patches/patch-aa |  23 -----------------------
 3 files changed, 7 insertions(+), 30 deletions(-)

diffs (56 lines):

diff -r 15ffef1c632b -r 5b56a1865b8e print/tex-texlive-scripts/Makefile
--- a/print/tex-texlive-scripts/Makefile        Mon May 17 21:36:14 2010 +0000
+++ b/print/tex-texlive-scripts/Makefile        Mon May 17 22:02:56 2010 +0000
@@ -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@localhost
 COMMENT=       TeX Live infrastructure programs
diff -r 15ffef1c632b -r 5b56a1865b8e print/tex-texlive-scripts/distinfo
--- a/print/tex-texlive-scripts/distinfo        Mon May 17 21:36:14 2010 +0000
+++ b/print/tex-texlive-scripts/distinfo        Mon May 17 22:02:56 2010 +0000
@@ -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 -r 15ffef1c632b -r 5b56a1865b8e print/tex-texlive-scripts/patches/patch-aa
--- a/print/tex-texlive-scripts/patches/patch-aa        Mon May 17 21:36:14 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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")



Home | Main Index | Thread Index | Old Index