summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-02 00:09:00 +0000
committerKarl Berry <karl@freefriends.org>2011-08-02 00:09:00 +0000
commit6189f60645741ffcb1b6e730325243882d7e5526 (patch)
tree62dfcc1190bd97244ece6865ae07c33d55d13e7f /Master/tlpkg
parent8cb09a6490220c7e2df1022ea66743b9afa234be (diff)
new luatex package interpreter (9jul11)
git-svn-id: svn://tug.org/texlive/trunk@23308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
-rw-r--r--Master/tlpkg/tlpsrc/collection-luatex.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/interpreter.tlpsrc0
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 53d7cb87739..f36ff00c86b 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -187,7 +187,7 @@ my @TLP_working = qw(
ijmart ijqc
imac image-gallery imakeidx impatient impatient-fr import imtekda
inconsolata inlinebib inlinedef inputtrc insbox installfont
- interactiveworkbook interfaces intro-scientific inversepath
+ interactiveworkbook interfaces interpreter intro-scientific inversepath
ionumbers iopart-num iso
iso10303 isodate isodoc isomath isonums isorot isotope itnumpar
iwhdp iwona
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 14969de8d11..5c424f97902 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1125,6 +1125,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'ifmslide', '[^n]\.(eps|pdf|jpg)|' . $standardtex, # not ifmman.pdf
'insbox', 'insbox.tex',
'interactiveworkbook', 'NULL', # done in POSTinteractiveworkbook
+ 'interpreter', 'interpreter.tex|' . $standardtex,
'iso10303', 'a.*tex|b.*tex|e.*tex|stp.*tex|\.sty|\.4ht',
'isodate', '\.idf|\.sty',
'isodoc', 'isodoc.cls', # not mystyle.sty, isontg.sty, etc.
@@ -1929,6 +1930,7 @@ $standardxmt='\.xmt';
# scripts to install under texmf*/.../scripts, but not bindir.
%specialscripts_nobin = (
'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$',
+ 'interpreter' => '\.lua$',
'lua-alt-getopt' => '\.lua$',
'luaindex' => '\.lua$',
'lualatex-math' => '\.lua$',
diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
index 5f8a4517e8f..0154e8d6e93 100644
--- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
@@ -5,6 +5,7 @@ longdesc as an embedded scripting and extension language. http://luatex.org/
#
depend collection-basic
#
+depend interpreter
depend luacode
depend luainputenc
depend lualatex-doc
diff --git a/Master/tlpkg/tlpsrc/interpreter.tlpsrc b/Master/tlpkg/tlpsrc/interpreter.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/interpreter.tlpsrc