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 Import tex-texlive-scripts-2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97396bf46b8f
branches:  trunk
changeset: 569427:97396bf46b8f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 16 04:43:19 2010 +0000

description:
Import tex-texlive-scripts-2009.16483 from pkgsrc-wip.

This packages contains rungs and texlua scripts for TeX Live.

diffstat:

 print/tex-texlive-scripts/DESCR            |   1 +
 print/tex-texlive-scripts/Makefile         |  22 ++++++++++++++++++++++
 print/tex-texlive-scripts/PLIST            |   7 +++++++
 print/tex-texlive-scripts/distinfo         |   6 ++++++
 print/tex-texlive-scripts/patches/patch-aa |  23 +++++++++++++++++++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 0ab9c045c8d1 -r 97396bf46b8f print/tex-texlive-scripts/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texlive-scripts/DESCR   Sat Jan 16 04:43:19 2010 +0000
@@ -0,0 +1,1 @@
+This packages contains rungs and texlua scripts for TeX Live.
diff -r 0ab9c045c8d1 -r 97396bf46b8f print/tex-texlive-scripts/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texlive-scripts/Makefile        Sat Jan 16 04:43:19 2010 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 04:43:19 minskim Exp $
+# TeX Live Revision 16483
+
+DISTNAME=      texlive-scripts
+PKGNAME=       tex-${DISTNAME}-2009.16483
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+COMMENT=       TeX Live infrastructure programs
+LICENSE=       gnu-gpl-v2 AND public-domain
+
+CONFLICTS+=    tex-bin-texlive-[0-9]*
+
+REPLACE_TEXLUA=                bin/rungs
+TEX_TEXMF_DIRS+=       ${PREFIX}/share/texmf
+
+.include "../../print/texlive/package.mk"
+
+post-extract:
+       ${MKDIR} ${WRKSRC}/bin
+       ${MV} ${WRKSRC}/texmf/scripts/texlive/rungs.tlu ${WRKSRC}/bin/rungs
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0ab9c045c8d1 -r 97396bf46b8f print/tex-texlive-scripts/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texlive-scripts/PLIST   Sat Jan 16 04:43:19 2010 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/01/16 04:43:19 minskim Exp $
+bin/rungs
+share/texmf/scripts/texlive/lua/texlive/getopt.tlu
+share/texmf/scripts/texlive/lua/texlive/tlpdb.tlu
+share/texmf/scripts/texlive/lua/texlive/utils.tlu
+share/texmf/scripts/texlive/test-tlpdb.tlu
+share/texmf/scripts/texlive/texconf.tlu
diff -r 0ab9c045c8d1 -r 97396bf46b8f print/tex-texlive-scripts/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texlive-scripts/distinfo        Sat Jan 16 04:43:19 2010 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 04:43:19 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 (patch-aa) = 6f8f348c11c5d8f98a59aa38f683b36fe0469e30
diff -r 0ab9c045c8d1 -r 97396bf46b8f print/tex-texlive-scripts/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-texlive-scripts/patches/patch-aa        Sat Jan 16 04:43:19 2010 +0000
@@ -0,0 +1,23 @@
+$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