summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-17 00:32:10 +0000
committerKarl Berry <karl@freefriends.org>2012-12-17 00:32:10 +0000
commit341b335064cabbae93928f5b129577ff74126f23 (patch)
treee5c72708524c4e035f6000352fa8725c4eae2347 /Master/tlpkg/bin
parentde9c3324abc72a20c297809807eca886e44e7426 (diff)
go non-update
git-svn-id: svn://tug.org/texlive/trunk@28556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 082b8f5e7a3..b82334ad019 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -196,7 +196,7 @@ my @TLP_working = qw(
gfsporson gfssolomos ghab
gillcm gincltex ginpenc gitinfo
gloss glossaries gmdoc gmdoc-enhance gmeometric
- gmiflink gmp gmutils gmverb gmverse gnuplottex gost
+ gmiflink gmp gmutils gmverb gmverse gnuplottex go gost
gradientframe grafcet graphics graphics-pln
graphicx-psmin greek-inputenc greekdates greektex greenpoint grfpaste
grid gridset grverb gtrcrd gu guitar guitlogo
@@ -420,6 +420,7 @@ my @TLP_working = qw(
titlefoot titlepages titlepic titleref titlesec titling
tkz-base tkz-berge tkz-doc tkz-euclide tkz-fct tkz-graph
tkz-kiviat tkz-linknodes tkz-orm tkz-tab
+ tlc2
tocbibind tocloft tocvsec2 todo todonotes
tokenizer toolbox tools topfloat totcount totpages toptesi
tpslifonts tqft
@@ -507,9 +508,11 @@ my @TLP_no_check = (
"fontname", # tl-update-auto
"fontware", # binary
"garuda-c90", # part of cjk
+ "glyphlist", # not on CTAN, handled in tlpkg/dev/srclist.txt
"gnu-freefont", # no files to compare, distributed as tarballs
"groff", # binary
"gsftopk", # binary
+ "hyperref-docsrc", # not on CTAN, awaiting hyperref doc volunteer
"ifluatex", # part of oberdiek
"kluwer", # not on CTAN, old LPPL, not worth pursuing or removing
"kpathsea", # binary
@@ -681,8 +684,7 @@ sub do_tlp {
chomp (my @ctan_files = `find $ctan_dir/ -name $basefile`);
#warn "ctan find $basefile: @ctan_files\n";
- # the trailing / is so if we happen to hit a symlink on CTAN, it'll
- # go through.
+ # the trailing / is so we dereference a symlink on CTAN.
next if @ctan_files > 1; # if more than one file by same name, skip
my $ctan_file = $ctan_files[0];