From 0ed7b2cd92f7a81334f612df3e37211f8333ae75 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Dec 2019 21:23:07 +0000 Subject: barracuda (5dec19) git-svn-id: svn://tug.org/texlive/trunk@53034 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 7 ++++++- Master/tlpkg/tlpsrc/barracuda.tlpsrc | 0 Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/barracuda.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index f3f3ae35820..782d41e0101 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -79,7 +79,7 @@ my @TLP_working = qw( babel-vietnamese babel-welsh babelbib background backnaur baekmuk bagpipe bangorcsthesis bangorexam bangtex bankstatement - barcodes bardiag barr bartel-chess-fonts bashful basicarith + barcodes bardiag barr barracuda bartel-chess-fonts bashful basicarith baskervald baskervaldx baskervillef basque-book basque-date bath-bst bbcard bbding bbm bbm-macros bbold bbold-type1 bchart bclogo diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 80ca69f8c74..086a1395185 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -46,7 +46,6 @@ chomp ($Master = `cd $mydir/../.. && pwd`); chomp ($Build = `cd $Master/../Build/source && pwd`); chomp (my $ctan_root = `tlpkginfo --ctan-root`); - # # packages to treat entirely on their own, or not at all. # the code here is evaluated by Perl, so special packages @@ -1450,6 +1449,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'asapsym' => '&POSTasapsym', 'attachfile2' => '&tl_man_to_pdf', 'autosp' => '&POSTautosp', + 'barracuda' => '&POSTbarracuda', 'bib2gls' => '&POSTbib2gls', 'biber' => '&POSTbiber', 'biblatex' => '&POSTbiblatex', @@ -5778,6 +5778,11 @@ sub POSTautosp { &SYSTEM ("$MV rebar.x1 rebar.1"); } +sub POSTbarracuda { + print "POST$package - src dir to scripts\n"; + &mv_with_mkdir ("src/*", "$DEST/scripts/$package"); +} + sub POSTbib2gls { print "POST$package - resources xml, src dir\n"; my $resources_dir = "$DEST/scripts/$package/resources"; diff --git a/Master/tlpkg/tlpsrc/barracuda.tlpsrc b/Master/tlpkg/tlpsrc/barracuda.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index 5e7f5507c42..f0c7f07ca58 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -7,6 +7,7 @@ depend collection-basic # depend addliga depend auto-pst-pdf-lua +depend barracuda depend bezierplot depend checkcites depend chickenize -- cgit v1.2.3