summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-files-by-format
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-03 00:07:00 +0000
committerKarl Berry <karl@freefriends.org>2016-01-03 00:07:00 +0000
commit1f633a949bb2a6cad63ffa64e0d3ebcf0bbbb33c (patch)
tree372c607e4976328e31d0da4766d1de20ae80fe7b /Master/tlpkg/bin/check-files-by-format
parentf1a73737fea00318ecf19afd2d3b672d5770c6d8 (diff)
new script tlcritical-diff; exclude mathdesign, eq2db from checks
git-svn-id: svn://tug.org/texlive/trunk@39258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-files-by-format')
-rwxr-xr-xMaster/tlpkg/bin/check-files-by-format28
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format
index fa2704d8fc2..116b5fc8011 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/check-files-by-format
@@ -52,7 +52,7 @@ my $exclude_pdf = {
# 15dec12 derekn says will be fixed in next xpdf after 3.03:
# (causes seg fault now):
'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => -1,
- # not a PDF file:
+ # not a PDF file:
'texmf-dist/dvips/tetex/config.pdf' => -1,
};
@@ -88,15 +88,14 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/carolmin-ps/' => 1,
'public/chemarrow/' => 1,
'public/cjhebrew/' => 1,
- 'public/cmcyr/' => 1,
'public/cm-super/' => 1,
- 'texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.pfb' => 1,
'public/cm-unicode/cmunobi.pfb' => 1,
+ 'public/cmcyr/' => 1,
'public/countriesofeurope/' => 1, # 22apr12 not reported
'public/cs/' => 1,
'public/doublestroke/' => 1,
- 'public/epiolmec/' => 1,
'public/ebgaramond/' => 1, # 9jul14 bug in fontforge/t1lint, not reported
+ 'public/epiolmec/' => 1,
'public/esstix/' => 1, # 12may11 author fixed some, others will remain
'public/ethiop-t1/' => 1,
'public/eurosym/' => 1,
@@ -123,16 +122,17 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/linearA/' => 1,
'public/lm/' => 1,
'public/lxfonts/' => 1,
- 'public/mathabx-type1/' => 1, # 14jan11 wrote bnb/preining --karl
'public/marvosym/' => 1,
+ 'public/mathabx-type1/' => 1, # 14jan11 wrote bnb/preining --karl
+ 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release
'public/mathpazo/' => 1,
'public/ocherokee/' => 1,
'public/oinuit/' => 1,
'public/old-arrows/' => 1, # 2015 author unable/unwilling
'public/omega/' => 1,
'public/phaistos/' => 1,
- 'public/playfair/' => 1, # 15mar14 known hinting issues
'public/pl/' => 1,
+ 'public/playfair/' => 1, # 15mar14 known hinting issues
'public/pxfonts/' => 1,
'public/rsfs/' => 1,
'public/starfont/' => 1, # 4oct10 reported to author
@@ -145,6 +145,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1',
'public/wasy2-ps/' => 1, # too old, will not be updated
'public/xypic/' => 1,
'public/yhmath/' => 1,
+ 'texmf-dist/doc/fonts/cm-unicode/Fontmap.CMU.pfb' => 1,
'uhc/umj/' => 1,
'urw/avantgar/' => 1,
'urw/bookman/' => 1,
@@ -177,9 +178,10 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm',
'public/cmcyr/' => 1,
'public/dozenal/' => 1, # wrote author 31oct12
'public/gfsbodoni/' => 1, # wrote author 12dec12
- 'public/malayalam/' => 1,
- 'public/japanese-otf/' => 1, # japanese tfm's
'public/japanese-otf-uptex/' => 1, # japanese tfm's
+ 'public/japanese-otf/' => 1, # japanese tfm's
+ 'public/malayalam/' => 1,
+ 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release
'public/wnri/' => 1,
'public/wsuipa/' => 1,
};
@@ -187,6 +189,7 @@ my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm',
# the value has no meaning here
my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf',
+ 'public/ae/' => 1,
'public/bgreek/' => 1,
'public/eco/' => 1,
'public/epigrafica/' => 1,
@@ -199,14 +202,11 @@ my $exclude_vf = { '*base*' => 'texmf-dist/fonts/vf',
'public/gfssolomos/' => 1,
'public/hfoldsty/' => 1,
'public/kerkis/' => 1,
+ 'public/mathdesign/' => 1, # 3jan16 author informed long ago, no release
'public/sansmathfonts/' => 2, # 20may13 ok with cmssbx12.tfm from sauter
- 'mathdesign/mdbch/' => 1,
- 'mathdesign/mdput/' => 1,
- 'mathdesign/mdugm/' => 1,
'public/txfontsb/' => 1,
- 'vntex/comicsansvn/' => 1,
'public/zefonts/' => 1,
- 'public/ae/' => 1,
+ 'vntex/comicsansvn/' => 1,
};
@@ -308,7 +308,7 @@ sub check_pfb {
my $errfile = "$tmpdir/pfberr";
unlink($errfile);
my $bad = system("t1lint -q $tlroot/$file");
- print "Bad PFB: $file\n" if $bad;
+ print "Bad pfb: $file\n" if $bad;
}
sub check_tfm {