summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-06 21:03:37 +0000
committerKarl Berry <karl@freefriends.org>2018-10-06 21:03:37 +0000
commit66c04c88b27c67042c8f1205adee8417867b3d38 (patch)
tree21d59c8cb59fa43c91a544d04bcf4051b51e3958 /Master/tlpkg
parent8468d42d6a37b14922df1733d45ac698ede5ff90 (diff)
tlcockpit now from ctan (6oct18)
git-svn-id: svn://tug.org/texlive/trunk@48846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
-rw-r--r--Master/tlpkg/tlpsrc/tlcockpit.tlpsrc2
3 files changed, 12 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 51221c6725f..f1b743e35b3 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -652,7 +652,7 @@ my @TLP_working = qw(
titlecaps titlefoot titlepages titlepic titleref titlesec titling
tkz-base tkz-berge tkz-doc tkz-euclide tkz-fct tkz-graph
tkz-kiviat tkz-linknodes tkz-orm tikz-page tkz-tab
- tlc-article tlc2
+ tlc-article tlc2 tlcockpit
tocbibind tocdata tocloft tocvsec2 todo todonotes
tokenizer toolbox tools topfloat topletter totcount totpages toptesi
tpic2pdftex tpslifonts tqft
@@ -827,7 +827,6 @@ my @TLP_no_check = (
"texworks", # binary
"tie", # binary
"tlaunch", # w32 siep binary
- "tlcockpit", # our binary
"tlshell", # our binary
"ttfutils", # binary
"updmap-map", # autogenerated map files
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c0794bfb80c..6d9c77a5a46 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1338,6 +1338,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'stix' => '&PREHOOK_stix',
'texdraw' => '&PREHOOK_texdraw',
'texfot' => '&PREHOOK_texfot',
+ 'tlcockpit' => '&PREHOOK_tlcockpit',
'tudscr' => '&PREHOOK_tudscr',
'tui' => '&PREHOOK_tui',
'univie-ling' => '&PREHOOK_flatten1',
@@ -2430,6 +2431,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)'
'selnolig', 'NULL', # not .fea
'texosquery', 'java|\.batch$|' . $standardsource,
'thailatex', 'NULL', # no gain in splitting up
+ 'tlcockpit', 'TODO|build|project|src',
'translation-array-fr', 'NULL', # doc
'translation-chemsym-de', 'NULL', # doc
'translation-dcolumn-fr', 'NULL', # doc
@@ -2909,6 +2911,7 @@ $standardttf = '\.ttf|\.TTC';
'texdoc', => '[^c]\.tlu$', # luckily that's enough
'tex4ebook' => '\.lua$',
'texosquery' => '\.jar$',
+ 'tlcockpit' => '\.jar$',
);
@@ -3013,6 +3016,7 @@ $standardttf = '\.ttf|\.TTC';
'texosquery' => 'texosquery(|-jre[5-9])\.sh$',
'typeoutfileinfo' => '\.sh$',
'thumbpdf' => '\.pl$',
+ 'tlcockpit' => '\.sh$',
'ulqda' => '\.pl$',
'urlbst' => 'urlbst$',
'vpe' => '\.pl$',
@@ -5476,6 +5480,12 @@ sub PREHOOK_texfot {
&SYSTEM ("$RM $package.pdf");
}
+sub PREHOOK_tlcockpit {
+ print "PREHOOK_$package - flatten only a couple dirs\n";
+ &SYSTEM ("$MV jar/* .");
+ &SYSTEM ("$MV scripts/* .");
+}
+
sub PREHOOK_tudscr {
print "PREHOOK_$package - cd\n";
&xchdir ("source");
diff --git a/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc b/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc
index f5365192e80..4821376f230 100644
--- a/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc
+++ b/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc
@@ -1,2 +1,2 @@
binpattern f bin/${ARCH}/${PKGNAME}
-srcpattern d texmf-dist/source/support/${PKGNAME}
+#srcpattern d texmf-dist/source/support/${PKGNAME}