From 212508b1290d1456481d21d128b839d6d22d8f94 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Jan 2020 22:31:04 +0000 Subject: texplate (17jan20) git-svn-id: svn://tug.org/texlive/trunk@53444 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 6 ++++-- Master/tlpkg/libexec/ctan2tds | 5 ++++- Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 5 +++-- Master/tlpkg/tlpsrc/texplate.tlpsrc | 2 ++ 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/texplate.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a036967b2a5..f34ec865994 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -691,12 +691,14 @@ my @TLP_working = qw( texdate texdef texdiff texdirflatten texdoc texdraw texfot texilikechaps texilikecover texliveonfly texloganalyser texlogos texmate texments - texonly texosquery texpower texproposal texshade textualicomma texvc + texonly texosquery texplate texpower texproposal texshade + textualicomma texvc textcase textfit textglos textgreek textmerg textopo textpath textpos tfrupee thaienum thaispec thalie theanodidot theanomodern theanooldstyle theatre theoremref thesis-ekf thesis-gwu thesis-qom thesis-titlepage-fhac - thinsp thmbox thmtools threadcol threeddice threeparttable threeparttablex + thinsp thmbox thmtools + threadcol threeddice threeparttable threeparttablex thuaslogos thucoursework thumb thumbpdf thumbs thumby thuthesis ticket ticollege tikz-bayesnet tikz-cd tikz-3dplot tikz-dependency tikz-dimline diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 46fc9127ff3..f64977bf7f6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1221,6 +1221,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'thesis', "die 'skipping, contradictory licenses'", # texdev.net/2016/12/18/tex-on-windows-tex-live-versus-miktex-revisited/ 'thesis-qom', "&MAKEflatten", 'thesis-titlepage-fhAC',"die 'skipping, use ...fhac'", + 'thorshammer', "die 'skipping, adobe required (dps)'", 'thsmc', "die 'skipping, requires nonfree font'", 'ticket', "&MAKEflatten", 'ticollege', "&MAKEflatten", @@ -3181,6 +3182,7 @@ $standardttf = '\.ttf|\.TTC'; 'texliveonfly' => '\.py$', 'texloganalyser' => 'texloganalyser', 'texosquery' => 'texosquery(|-jre[5-9])\.sh$', + 'texplate' => 'texplate\.sh$', 'typeoutfileinfo' => '\.sh$', 'thumbpdf' => '\.pl$', 'tlcockpit' => '\.sh$', @@ -4010,7 +4012,8 @@ sub doscripts { } else { # Windows. If a shell script, usually skip, except for Java # programs. Else copy the wrapper. - if ($s !~ /arara|bib2gls|convertgls2bib|texosquery|tlcockpit/) { + if ($s !~ /arara|bib2gls|convertgls2bib + |texosquery|texplate|tlcockpit/x) { next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; } # diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index 7f6cb8fc33d..346b0c498a2 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -1,8 +1,8 @@ category Collection shortdesc TeX auxiliary programs -longdesc Various useful, but non-essential, support programs. Includes +longdesc Myriad additional TeX-related support programs. Includes longdesc programs and macros for DVI file manipulation, literate -longdesc programming, patgen, and the TeX Works Editor. +longdesc programming, patgen, and plenty more. # depend collection-basic # @@ -90,6 +90,7 @@ depend texfot depend texliveonfly depend texloganalyser depend texosquery +depend texplate depend texware depend tie depend tlcockpit diff --git a/Master/tlpkg/tlpsrc/texplate.tlpsrc b/Master/tlpkg/tlpsrc/texplate.tlpsrc new file mode 100644 index 00000000000..aefd3a571c4 --- /dev/null +++ b/Master/tlpkg/tlpsrc/texplate.tlpsrc @@ -0,0 +1,2 @@ +binpattern f bin/${ARCH}/${PKGNAME} + -- cgit v1.2.3