summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-09 00:39:21 +0000
committerKarl Berry <karl@freefriends.org>2013-01-09 00:39:21 +0000
commit60cbc8437dcfde310f54a43fd254865ec7e5296a (patch)
tree119dc082348b649e2fa1fb8eb6ba90639fe764df /Master/tlpkg/bin
parent7e39ebb4ceedd3a7699e90140504b8373cdf26cf (diff)
caption (8jan13)
git-svn-id: svn://tug.org/texlive/trunk@28765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index d1492898903..395be88515c 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -124,7 +124,7 @@ my @TLP_working = qw(
coverpage covington
cprotect
crbox crop crossreference crossword crosswrd cryst
- cs csbulletin cslatex csquotes csquotes-de csvsimple csvtools csplain cstex
+ csbulletin csquotes csquotes-de csvsimple csvtools cstex
ctanify ctanupload ctable ctex ctex-faq
cursolatex cuisine
currfile currvita curve curve2e curves
@@ -484,6 +484,9 @@ my @TLP_no_check = (
"chktex", # binary
"cjkutils", # binary
"context", # binary+taco
+ "cs", # distributed as .tar.gz, too painful to unpack
+ "cslatex", # distributed as .tar.gz
+ "csplain", # distributed as .tar.gz
"ctib", # binary
"ctie", # binary
"cweb", # binary
@@ -514,6 +517,7 @@ my @TLP_no_check = (
"gsftopk", # binary
"hyperref-docsrc", # not on CTAN, awaiting hyperref doc volunteer
"ifluatex", # part of oberdiek
+ "jmn", # part of context
"kluwer", # not on CTAN, old LPPL, not worth pursuing or removing
"kpathsea", # binary
"lacheck", # binary
@@ -624,7 +628,7 @@ sub normal_tlps {
}
-# Return 1 if package needs updating, 0 if ok.
+# Return 1 if package TLPN needs updating, 0 if ok.
#
sub do_tlp {
my ($tlpn) = @_;
@@ -674,7 +678,7 @@ sub do_tlp {
next if $basefile eq "readme";
# Wrong README gets compared.
- next if $basefile eq "README" && $file =~ m,/pmx/,;
+ next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,;
my $tl_file = "$Master/$file";
if (! -e $tl_file) {