summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-12 18:03:12 +0000
committerKarl Berry <karl@freefriends.org>2010-04-12 18:03:12 +0000
commit5a245e4147336f470606e4096a61b6d4c62912dc (patch)
treea2d8490f2027175eeac513059381a039c18a0aed /Master/tlpkg
parenta24fec652d165a643acc0b900f4783548921e5ee (diff)
rm typespec, just speciments of nonfree fonts
git-svn-id: svn://tug.org/texlive/trunk@17826 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/cmp-textfiles2
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check13
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/collection-plainextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/typespec.tlpsrc0
5 files changed, 14 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/cmp-textfiles b/Master/tlpkg/bin/cmp-textfiles
index bfa347a7138..88897294f4a 100755
--- a/Master/tlpkg/bin/cmp-textfiles
+++ b/Master/tlpkg/bin/cmp-textfiles
@@ -19,8 +19,6 @@ END_USAGE
my $file1 = &read_file ($ARGV[0]);
my $file2 = &read_file ($ARGV[1]);
- warn "($ARGV[0])\n$file1!!!\n";
- warn "($ARGV[1])\n$file2===\n";
return $file1 eq $file2 ? 0 : 1;
}
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 230a303d4b9..aa47602baf4 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -325,10 +325,20 @@ my @TLP_working = qw(
my @TLP_no_check = (
"afm2pl", # not on CTAN
"aleph", # binary
+ "amscls", # ams confused
+ "amstex", # ams confused
"asymptote", # binary
"bibtex", # binary
"bibtex8", # binary
"ctie", # binary
+ "dvidvi", # binary
+ "dvipdfm", # binary
+ "dvipdfmx", # binary
+ "dvipng", # binary
+ "dvipos", # binary
+ "dvips", # binary
+ "enctex", # binary
+ "etex", # binary
"fontname", # tl-update-auto
"gnu-freefont", # only packed on CTAN
"gsftopk", # binary
@@ -338,9 +348,12 @@ my @TLP_no_check = (
"metapost", # binary
"powerdot", # stale generated files on CTAN
"synctex", # binary
+ "tex4ht", # binary
+ "texdoc", # binary
"texinfo", # tl-update-auto
"texlive.infra", # binary
"texware", # binary
+ "ttfutils", # binary
"xetex", # binary
);
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index edec0664da3..9f41aa9b5ac 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -628,6 +628,7 @@ $Master = "$mydir/../..";
'tpx', "die 'skipping, nosource, Windows'",
'txfonts', "&MAKEflatten",
'txfontsb', "&MAKEflatten",
+ 'typespec', "die 'skipping, nonfree font specimens'",
'ucs', "&MAKEucs",
'uebungsblatt',"&MAKEflatten",
'uk-faq', "die 'skipping, use FAQ-en'",
diff --git a/Master/tlpkg/tlpsrc/collection-plainextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-plainextra.tlpsrc
index 6d015267846..9c69fc23a0e 100644
--- a/Master/tlpkg/tlpsrc/collection-plainextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-plainextra.tlpsrc
@@ -15,6 +15,5 @@ depend plnfss
depend resumemac
depend timetable
depend treetex
-depend typespec
depend varisize
depend collection-basic
diff --git a/Master/tlpkg/tlpsrc/typespec.tlpsrc b/Master/tlpkg/tlpsrc/typespec.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/typespec.tlpsrc
+++ /dev/null