summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-16 00:44:46 +0000
committerKarl Berry <karl@freefriends.org>2010-02-16 00:44:46 +0000
commita1073b05757b48497052226c6a59d56f1969267c (patch)
tree4ed0e2b45be7677f1d9004643810ebabc3c9cd25 /Master/tlpkg/libexec
parent47b16f44aa3e154e79e4b9cfdfcf5af6478b0802 (diff)
new latex package bigints (15feb10)
git-svn-id: svn://tug.org/texlive/trunk@17053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds103
1 files changed, 54 insertions, 49 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4a05861bc88..cd42a5ad1dc 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -108,6 +108,7 @@ $Master = "$mydir/../..";
'bibtool', "die 'skipping, requires compilation'",
'bibtopicprefix', "&MAKEflatten",
'bidi', "&MAKEflatten",
+ 'bigints', "&MAKEflatten",
'bin-cjkutils',"&MAKEbin_cjkutils",
'bitfield', "die 'skipping, obsolete on CTAN'",
'blanks', "die 'skipping, unknown license (and c.1992)'",
@@ -696,55 +697,6 @@ $Master = "$mydir/../..";
);
-$standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
-%specialsource= (
- 'FAQ-en', 'NULL',
- 'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl',
- 'amsldoc-vn', 'NULL',
- 'apl', ".*", # just get everything, seems simplest
- 'arabxetex', 'NULL', # keep dtx with others, why not
- 'bbold', $standardsource . '|fonttabl.sty',
- 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile',
- 'carlisle', '\.dtx|\.ins|ltxtable\.tex',
- 'crossword', $standardsource . '|AcrossLite',
- 'epsf', 'NULL',
- 'epslatex-fr', 'NULL',
- 'epspdf', 'NULL', # leave .install
- 'eskdx', 'NULL', # leave makefiles
- 'eurosym', 'NULL', # leave makefiles, etc.
- 'feynmf', 'feynmf\.pl' . $standardsource,
- 'findhyph', 'NULL', # leave makefile
- 'fmtcount', 'fmtcount.perl|' . $standardsource,
- 'grid', 'rvdtx\.sty|' . $standardsource,
- 'hyphenex', '.*',
- 'mff', '\.mfj|\.bat|\.diz',
- 'fpl', 'Add|\.sfd|\.pe|\.ps' . $standardsource,
- 'impatient', 'NULL', # doc package
- 'intro-scientific', 'NULL', # doc package
- 'js-misc', 'NULL', # no gain in splitting up
- 'kpfonts', '\.zip',
- 'latex-doc-ptr', 'NULL', # doc package
- 'latex2e-help-texinfo','NULL', # doc package
- 'latex2man', 'NULL', # leave Makefile
- 'latexdiff', 'NULL', # leave Makefile
- 'mpman-ru', 'NULL', # doc package
- 'ot2cyr', '\.afm|\.etx|' . $standardsource,
- 'pdfx', 'rvdtx\.sty|' . $standardsource,
- 'patch', '\.doc',
- 'pgfplots', 'NULL', # keep manual.install.tex in doc/
- 'rcs', 'rcs.el|src|' . $standardsource,
- 'thailatex', 'NULL', # no gain in splitting up
- 'tkz-orm', 'NULL', # no gain in splitting up
- 'xlop', 'manual.sty|' . $standardsource,
-);
-
-%specialfoundry = (
- 'fc', 'jknappen',
- 'mfpic', 'metafont',
-);
-$standardfoundry='public';
-
-
%specialdest = (
'a2ping', 'texmf',
'bin-cjkutils', 'texmf',
@@ -1288,6 +1240,50 @@ $standarddocfmt='latex';
$standardsourcefmt='latex';
+$standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
+%specialsource= (
+ 'FAQ-en', 'NULL',
+ 'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl',
+ 'amsldoc-vn', 'NULL',
+ 'apl', ".*", # just get everything, seems simplest
+ 'arabxetex', 'NULL', # keep dtx with others, why not
+ 'bbold', $standardsource . '|fonttabl.sty',
+ 'bigints', 'NULL',
+ 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile',
+ 'carlisle', '\.dtx|\.ins|ltxtable\.tex',
+ 'crossword', $standardsource . '|AcrossLite',
+ 'epsf', 'NULL',
+ 'epslatex-fr', 'NULL',
+ 'epspdf', 'NULL', # leave .install
+ 'eskdx', 'NULL', # leave makefiles
+ 'eurosym', 'NULL', # leave makefiles, etc.
+ 'feynmf', 'feynmf\.pl' . $standardsource,
+ 'findhyph', 'NULL', # leave makefile
+ 'fmtcount', 'fmtcount.perl|' . $standardsource,
+ 'grid', 'rvdtx\.sty|' . $standardsource,
+ 'hyphenex', '.*',
+ 'mff', '\.mfj|\.bat|\.diz',
+ 'fpl', 'Add|\.sfd|\.pe|\.ps' . $standardsource,
+ 'impatient', 'NULL', # doc package
+ 'intro-scientific', 'NULL', # doc package
+ 'js-misc', 'NULL', # no gain in splitting up
+ 'kpfonts', '\.zip',
+ 'latex-doc-ptr', 'NULL', # doc package
+ 'latex2e-help-texinfo','NULL', # doc package
+ 'latex2man', 'NULL', # leave Makefile
+ 'latexdiff', 'NULL', # leave Makefile
+ 'mpman-ru', 'NULL', # doc package
+ 'ot2cyr', '\.afm|\.etx|' . $standardsource,
+ 'pdfx', 'rvdtx\.sty|' . $standardsource,
+ 'patch', '\.doc',
+ 'pgfplots', 'NULL', # keep manual.install.tex in doc/
+ 'rcs', 'rcs.el|src|' . $standardsource,
+ 'thailatex', 'NULL', # no gain in splitting up
+ 'tkz-orm', 'NULL', # no gain in splitting up
+ 'xlop', 'manual.sty|' . $standardsource,
+);
+
+
# special cases of which .ins files to run; used to remove
# normal choices, and get the most general.
%specialins = (
@@ -1349,7 +1345,9 @@ $standardins='\.ins';
);
$standardinsrunner="latex -interaction=nonstopmode";
+
%specialmakeindex= (
+ 'bigints' => 'NULL', # doc
'mpman-ru' => 'NULL', # doc
'tkz-tab', => 'NULL', # doc
);
@@ -1427,6 +1425,13 @@ $standardmf='[0-9]\.mf';
'xq', 'xq(normal|large)\.mf',
);
+
+%specialfoundry = (
+ 'fc', 'jknappen',
+ 'mfpic', 'metafont',
+);
+$standardfoundry='public';
+
# additional mf files to be installed but not run.
$standardmfinstall = '\.mf$';
%specialmfinstall = (