texlive[51783] Master/tlpkg/bin/check-files-by-format: (main): don't

commits+karl at tug.org commits+karl at tug.org
Tue Jul 30 23:51:47 CEST 2019


Revision: 51783
          http://tug.org/svn/texlive?view=revision&revision=51783
Author:   karl
Date:     2019-07-30 23:51:47 +0200 (Tue, 30 Jul 2019)
Log Message:
-----------
(main): don't check_pfb any more, useless
OtherBlues warning from t1lint too prevalent.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/check-files-by-format

Modified: trunk/Master/tlpkg/bin/check-files-by-format
===================================================================
--- trunk/Master/tlpkg/bin/check-files-by-format	2019-07-30 21:49:06 UTC (rev 51782)
+++ trunk/Master/tlpkg/bin/check-files-by-format	2019-07-30 21:51:47 UTC (rev 51783)
@@ -2,9 +2,11 @@
 # $Id$
 # Copyright Manuel P\'egouri\'e-Gonnard, 2010-2016. WTFPL v2.
 #
-# Check that files in various formats are in good shape.
+# Check that files in various formats are somewhat valid.
 #
-# The following formats are checked currently: pdf, pfb, tfm, vf, otf.
+# The following formats are checked currently: pdf, tfm, vf, otf.
+# We no longer check pfb, since so many Type 1's now end up with:
+#   OtherBlues zone 0 too large in relation to BlueScale
 #
 # For each format, there is one routine &check_<format> and an exclusion
 # 'list' (hash reference) $exclude_<format>: the keys are either a
@@ -246,8 +248,9 @@
   for my $file (grep { /\.pdf$/ } @files) {
     check_pdf($file); }
 
-  for my $file (grep { /\.pfb$/ } @files) {
-    check_pfb($file); }
+  # see comments at top.
+  #for my $file (grep { /\.pfb$/ } @files) {
+  #  check_pfb($file); }
 
   for my $file (grep { /\.tfm$/ } @files) {
     check_tfm($file); }



More information about the tex-live-commits mailing list