summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-07 01:22:49 +0000
committerKarl Berry <karl@freefriends.org>2008-11-07 01:22:49 +0000
commit3dd6d2ce5083791e0574668e2d2b76d32b248ed8 (patch)
tree3fc08ff582641658fd6da6925af1a255fb40645d /Master/tlpkg/bin/ctan2tds
parentbe3631d25628ae81ce5039afc758db5ec49026ba (diff)
xstring 1.4, and ignore its stale .tds.zip (4nov08)
git-svn-id: svn://tug.org/texlive/trunk@11208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 565799552f3..ef29e76eaf4 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -489,6 +489,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetex_pstricks',
'xlop' => '&POSTxlop',
+ 'xstring' => '&POSTxstring',
);
@@ -715,6 +716,7 @@ $standardsourcefmt='latex';
'xetexfontinfo','xetex',
'xltxtra', 'xelatex',
'xmlplay', 'xmltex',
+ 'xstring', 'generic',
'xunicode', 'xelatex',
);
$standardfmt='latex';
@@ -850,6 +852,7 @@ $standardfmt='latex';
'xetexfontinfo','xetex',
'xltxtra', 'xelatex',
'xq', 'fonts',
+ 'xstring', 'generic',
'xunicode', 'xelatex',
'xypic-tut-pt','portuguese',
);
@@ -3428,6 +3431,14 @@ sub POSTxlop
. "source/$whichformat/$package");
}
+sub POSTxstring
+{
+ print "POST$package - xstring.sty under latex\n";
+ &xchdir ($DEST);
+ &xmkdir ("tex/latex/$package");
+ &SYSTEM ("$MV tex/$whichformat/$package/xstring.sty tex/latex/$package/");
+}
+
# Allow overrides. In particular, CTAN can change some hashes to make
# packages with licenses that TL doesn't allow.