summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 76ab67b62d7..2eb3538aa48 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -645,6 +645,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'nassflow', "die 'skipping, nosell license'",
'nbaskerv', "die 'skipping, requires nonfree font'",
'ncctools', "&MAKEflatten",
+ 'newalg', "die 'skipping, noinfo license, 1995'",
'newproof', "die 'skipping, use piff'",
'newsletr', "&MAKEnewsletr",
'newthm', "die 'skipping, obsolete, no longer on ctan'",
@@ -836,12 +837,14 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'saferef', "die 'skipping, nonfree license'",
'sagetex', "die 'skipping, omitted at author request (25 Jan 2010 19:50:16)'",
'schedule', "die 'skipping, noinfo license, too old to matter'",
- 'scientifipaper', "die 'skipping, noinfo license'",
+ 'scientifixpaper', "die 'skipping, noinfo license'",
'sciwordconv', "die 'skipping, for old versions of scientific word'",
'script', "die 'skipping, noinfo license, too old to matter'",
'scripttex', "die 'skipping, nosell license'",
'seminar', "&MAKEseminar",
'serbianc', "&MAKEcopy",
+ 'serbianpart', "die 'skipping, await request'",
+ 'serial', "die 'skipping, koma, 1999'",
'setouterbox', "die 'skipping, use oberdiek'",
'sfarticle', "die 'skipping, LaTeX 2.09'",
'sfheaders', "die 'skipping, noinfo license, no reply from author'",
@@ -955,9 +958,11 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'univers', "die 'skipping, nonfree font'",
'upgreek', "die 'skipping, use was'",
'upmethodology',"&MAKEflatten",
+ 'utorontothesis', "die 'skipping, noinfo license, 1997'",
+ 'utthesis', "die 'skipping, await request, 1995'",
'varioref', "die 'skipping, use latex[-tds]'",
'vector', "die 'skipping, noinfo license, 1994'",
- 'vdm', "die 'skipping, noinfo license, 1994, '",
+ 'vdm', "die 'skipping, noinfo license, 1994'",
'velthuis', "&MAKEcopy",
'venturisadf', "&MAKEcopy",
'verdana', "die 'skipping, support for nonfree font'",
@@ -1129,7 +1134,7 @@ $standarddest = "texmf-dist";
'jadetex', 'jadetex',
'japanese', 'platex',
'levy', 'generic', # one .sty, one .tex
- 'luatexja', 'luatex',
+ 'luatexja', 'luatex',
'mathabx', 'generic',
'mathdots', 'generic',
'metatex', 'plain',
@@ -5030,8 +5035,7 @@ sub POSTzhspacing {
# Put the config file "ctan2tds-config.pl" in the dir from which you
# run this script, or better, set the environment variable "CTAN2TDS_CONFIG".
#
-sub readconfig
-{
+sub readconfig {
my ($base,$dir,$ext) = fileparse ($0, '\.pl');
my $configFileName = "$dir/$base-config.pl";