summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-02 21:31:04 +0000
committerKarl Berry <karl@freefriends.org>2023-01-02 21:31:04 +0000
commitb9587c576db3679c338a1d395c182023ff4d711c (patch)
treed36ea573074a6c7d740f15e323b5ec7720e976bc /Master/tlpkg
parent7bde2bb3891ad0c87d05ad80fabb4258dc5b84fb (diff)
blopentype (2jan23)
git-svn-id: svn://tug.org/texlive/trunk@65441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
-rw-r--r--Master/tlpkg/tlpsrc/blopentype.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/collection-luatex.tlpsrc1
4 files changed, 10 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 531d66a0248..cb9e549ebb2 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -141,7 +141,7 @@ my @TLP_working = qw(
biochemistry-colors biocon biolett-bst
bitelist bithesis bitpattern bitset bitter bizcard
bjfuthesis blacklettert1 blindtext blkarray
- blochsphere block blockdraw_mp bloques blowup blox
+ blochsphere block blockdraw_mp blopentype bloques blowup blox
bmstu bmstu-iu8 bnumexpr bodegraph bodeplot bohr boisik bold-extra
boites boldtensors bondgraph bondgraphs book-of-common-prayer
bookcover bookdb bookest bookhands booklet bookman bookmark
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index bb6691788b4..b4f7e509d18 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1663,6 +1663,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'biblatex-software' => '&POST_rmsymlink',
'bibtex' => '&POSTbibtex',
'bibtexperllibs' => '&POSTbibtexperllibs',
+ 'blopentype' => '&POST_onelevel',
'cfr-lm' => '&POSTcfr_lm',
'citation-style-language' => '&POST_do_man',
'cjk-gs-integrate' => '&POSTcjk_gs_integrate',
@@ -7524,14 +7525,15 @@ sub POSTzhmetrics {
#
sub POST_onelevel {
print "POST_onelevel ($package) - handle doc/source/tex directories\n";
- for my $dir ("source", "tex") {
+ for my $dir ("source", "tex", "luatex") {
next unless -d $dir;
# theoretically we should use $whichformat, $sourceformat,
# but in practice they are always the same.
- &rename_with_mkdir ($dir, "$DEST/$dir/$whichdocformat/$package");
+ $destdir = $dir eq "luatex" ? "tex" : $dir;
+ &rename_with_mkdir ($dir, "$DEST/$destdir/$whichdocformat/$package");
}
# move files in doc/ up to cwd. If there are clashes, will error out.
- &xsystem ("$MV doc/* .");
+ &xsystem ("$MV doc/* .") if -d "doc";
}
sub POST_otherformat {
diff --git a/Master/tlpkg/tlpsrc/blopentype.tlpsrc b/Master/tlpkg/tlpsrc/blopentype.tlpsrc
new file mode 100644
index 00000000000..9a9ff9dc35f
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/blopentype.tlpsrc
@@ -0,0 +1,3 @@
+depend texapi
+depend yax
+depend gates
diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
index c9f95709734..27aadc440bb 100644
--- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
@@ -11,6 +11,7 @@ depend addliga
depend auto-pst-pdf-lua
depend barracuda
depend bezierplot
+depend blopentype
depend checkcites
depend chickenize
depend chinese-jfm