summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-06 21:19:54 +0000
committerKarl Berry <karl@freefriends.org>2020-09-06 21:19:54 +0000
commitda539a5083a4e436ce339377122bf143859ab814 (patch)
treee57c25090a1763a3cf8028b42eeb23ad326ed580 /Master/tlpkg
parentba5b524ffb7b31ed52f06d40fa7cd2877124e46a (diff)
lua-physical (6sep20)
git-svn-id: svn://tug.org/texlive/trunk@56278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/lua-physical.tlpsrc0
4 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 63dec6f60a1..edad1f07648 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -462,7 +462,7 @@ my @TLP_working = qw(
lstaddons lstbayes lstfiracode lt3graph ltablex ltabptch ltb2bib
ltxcmds ltxdockit ltxfileinfo ltxguidex ltximg
ltxkeys ltxmisc ltxnew ltxtools
- lua-alt-getopt lua-check-hyphen lua-uca lua-ul
+ lua-alt-getopt lua-check-hyphen lua-physical lua-uca lua-ul
lua-uni-algos lua-visual-debug
luabibentry luabidi luacode luacolor luahyphenrules
luaimageembed luaindex luainputenc luaintro lualatex-doc lualatex-doc-de
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 80d85d5aa15..5daf49c8ec3 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1565,6 +1565,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'lni' => '&POST_rmsymlink',
'lollipop' => '&POST_otherformat',
'lua-check-hyphen' => '&POST_rmsymlink',
+ 'lua-physical' => '&POSTlua_physical',
'luaotfload' => '&POST_do_man',
'luatexja' => '&POSTluatexja',
'm-tx' => '&POSTmtx',
@@ -3196,6 +3197,7 @@ $standardttf = '\.ttf|\.TTC';
'latexindent' => 'LatexIndent|\.yaml$',
'lilyglyphs' => 'lilyglyphs_common.py',
'lua-alt-getopt' => '\.lua$',
+ 'lua-physical' => '\.lua$',
'lua-uca' => '\.lua$',
'lua2dox' => '\.(lua|def)$',
'luaindex' => '\.lua$',
@@ -6644,6 +6646,11 @@ sub POSTlithuanian {
&SYSTEM ("$MV $DEST/doc/latex/lithuanian/l7xenc.dfu $DEST/tex/latex/lithuanian/");
}
+sub POSTlua_physical {
+ print "POST$package - physical/ dir to runtime\n";
+ &xsystem ("mv physical/* $DEST/scripts/$package/");
+}
+
sub POSTluatexja {
print "POST$package - runins, move directories\n";
&xchdir ("src");
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index d73eeddc9a7..c6d50d6b6e1 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -716,6 +716,7 @@ depend ltxkeys
depend ltxnew
depend ltxtools
depend lua-check-hyphen
+depend lua-physical
depend luatodonotes
depend macroswap
depend magaz
diff --git a/Master/tlpkg/tlpsrc/lua-physical.tlpsrc b/Master/tlpkg/tlpsrc/lua-physical.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/lua-physical.tlpsrc