texlive[61726] trunk: fontools (24jan22)

commits+karl at tug.org commits+karl at tug.org
Mon Jan 24 22:27:22 CET 2022


Revision: 61726
          http://tug.org/svn/texlive?view=revision&revision=61726
Author:   karl
Date:     2022-01-24 22:27:22 +0100 (Mon, 24 Jan 2022)
Log Message:
-----------
fontools (24jan22)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/fontools/afm2afm
    trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst
    trunk/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx
    trunk/Master/texmf-dist/doc/man/man1/afm2afm.1
    trunk/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
    trunk/Master/texmf-dist/doc/man/man1/autoinst.1
    trunk/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
    trunk/Master/texmf-dist/doc/man/man1/ot2kpx.1
    trunk/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
    trunk/Master/texmf-dist/doc/support/fontools/README
    trunk/Master/texmf-dist/doc/support/fontools/splitttc
    trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc
    trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc
    trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc
    trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc
    trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc
    trunk/Master/texmf-dist/scripts/fontools/afm2afm
    trunk/Master/texmf-dist/scripts/fontools/autoinst
    trunk/Master/texmf-dist/scripts/fontools/ot2kpx

Modified: trunk/Build/source/texk/texlive/linked_scripts/fontools/afm2afm
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/fontools/afm2afm	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Build/source/texk/texlive/linked_scripts/fontools/afm2afm	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2005-2021 Marc Penninga.
+    Copyright (C) 2005-2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -37,7 +37,7 @@
 use Getopt::Long;
 use Pod::Usage;
 
-my $VERSION = "20211115";
+my $VERSION = "20220124";
 
 parse_commandline();
 
@@ -398,7 +398,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2021 Marc Penninga.
+Copyright (C) 2005-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -421,7 +421,7 @@
 
 =head1 VERSION
 
-This document describes B<afm2afm> version 20211115.
+This document describes B<afm2afm> version 20220124.
 
 
 =head1 RECENT CHANGES

Modified: trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2005-2021 Marc Penninga.
+    Copyright (C) 2005-2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -41,7 +41,7 @@
 use Pod::Usage ();
 use POSIX ();
 
-my $VERSION = '20211115';
+my $VERSION = '20220124';
 
 my ($d, $m, $y) = (localtime time)[3 .. 5];
 my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d;
@@ -4016,7 +4016,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2021 Marc Penninga.
+Copyright (C) 2005-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -4039,7 +4039,7 @@
 
 =head1 VERSION
 
-This document describes B<autoinst> version 20211115.
+This document describes B<autoinst> version 20220124.
 
 
 =head1 RECENT CHANGES

Modified: trunk/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2005-2021 Marc Penninga.
+    Copyright (C) 2005-2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -38,7 +38,7 @@
 use List::Util @List::Util::EXPORT_OK;
 use Pod::Usage;
 
-my $VERSION = "20211115";
+my $VERSION = "20220124";
 
 our ($NUM_GLYPHS, $UNITS_PER_EM, %kern);
 
@@ -835,7 +835,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2021 Marc Penninga.
+Copyright (C) 2005-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -858,7 +858,7 @@
 
 =head1 VERSION
 
-This document describes B<ot2kpx> version 20211115.
+This document describes B<ot2kpx> version 20220124.
 
 
 =head1 RECENT CHANGES

Modified: trunk/Master/texmf-dist/doc/man/man1/afm2afm.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/afm2afm.1	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/doc/man/man1/afm2afm.1	2022-01-24 21:27:22 UTC (rev 61726)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "AFM2AFM 1"
-.TH AFM2AFM 1 "2021-11-15" "fontools" "Marc Penninga"
+.TH AFM2AFM 1 "2022-01-24" "fontools" "Marc Penninga"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -206,7 +206,7 @@
 Marc Penninga <marcpenninga at gmail.com>
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
-Copyright (C) 2005\-2021 Marc Penninga.
+Copyright (C) 2005\-2022 Marc Penninga.
 .SH "LICENSE"
 .IX Header "LICENSE"
 This program is free software; you can redistribute it and/or modify
@@ -223,7 +223,7 @@
 See the \s-1GNU\s0 General Public License for more details.
 .SH "VERSION"
 .IX Header "VERSION"
-This document describes \fBafm2afm\fR version 20211115.
+This document describes \fBafm2afm\fR version 20220124.
 .SH "RECENT CHANGES"
 .IX Header "RECENT CHANGES"
 (See the source code for the rest of the story.)

Modified: trunk/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/autoinst.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/autoinst.1	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/doc/man/man1/autoinst.1	2022-01-24 21:27:22 UTC (rev 61726)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "AUTOINST 1"
-.TH AUTOINST 1 "2021-11-15" "fontools" "Marc Penninga"
+.TH AUTOINST 1 "2022-01-24" "fontools" "Marc Penninga"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -780,7 +780,7 @@
 don't paraphase.
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
-Copyright (C) 2005\-2021 Marc Penninga.
+Copyright (C) 2005\-2022 Marc Penninga.
 .SH "LICENSE"
 .IX Header "LICENSE"
 This program is free software; you can redistribute it and/or modify
@@ -797,7 +797,7 @@
 \&\s-1GNU\s0 General Public License for more details.
 .SH "VERSION"
 .IX Header "VERSION"
-This document describes \fBautoinst\fR version 20211115.
+This document describes \fBautoinst\fR version 20220124.
 .SH "RECENT CHANGES"
 .IX Header "RECENT CHANGES"
 (See the source for the full story, all the way back to 2005.)

Modified: trunk/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/ot2kpx.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/ot2kpx.1	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/doc/man/man1/ot2kpx.1	2022-01-24 21:27:22 UTC (rev 61726)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "OT2KPX 1"
-.TH OT2KPX 1 "2021-11-15" "fontools" "Marc Penninga"
+.TH OT2KPX 1 "2022-01-24" "fontools" "Marc Penninga"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -211,7 +211,7 @@
 Marc Penninga <marcpenninga at gmail.com>
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
-Copyright (C) 2005\-2021 Marc Penninga.
+Copyright (C) 2005\-2022 Marc Penninga.
 .SH "LICENSE"
 .IX Header "LICENSE"
 This program is free software; you can redistribute it and/or modify
@@ -228,7 +228,7 @@
 See the \s-1GNU\s0 General Public License for more details.
 .SH "VERSION"
 .IX Header "VERSION"
-This document describes \fBot2kpx\fR version 20211115.
+This document describes \fBot2kpx\fR version 20220124.
 .SH "RECENT CHANGES"
 .IX Header "RECENT CHANGES"
 (See the source code for the rest of the story.)

Modified: trunk/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/fontools/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/fontools/README	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/doc/support/fontools/README	2022-01-24 21:27:22 UTC (rev 61726)
@@ -79,6 +79,6 @@
 LICENSE & COPYRIGHT
 ===================
 
-This software is copyright (C) 2005-2021 Marc Penninga.
+This software is copyright (C) 2005-2022 Marc Penninga.
 It is released under the terms of the GNU General Public Licence;
 see the file GPLv2.txt for the license conditions.

Modified: trunk/Master/texmf-dist/doc/support/fontools/splitttc
===================================================================
--- trunk/Master/texmf-dist/doc/support/fontools/splitttc	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/doc/support/fontools/splitttc	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2021 Marc Penninga.
+    Copyright (C) 2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -38,7 +38,7 @@
 use Getopt::Long;
 use Pod::Usage;
 
-my $VERSION = "20211115";
+my $VERSION = "20220124";
 
 parse_commandline();
 
@@ -280,7 +280,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2019-2021 Marc Penninga.
+Copyright (C) 2019-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -303,7 +303,7 @@
 
 =head1 VERSION
 
-This document describes B<splitttc> version 20211115.
+This document describes B<splitttc> version 20220124.
 
 
 =head1 RECENT CHANGES

Modified: trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc
===================================================================
--- trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc	2022-01-24 21:27:22 UTC (rev 61726)
@@ -38,7 +38,7 @@
 /OE
 /Oslash
 % 0x20
-/space
+/uni2423
 /exclam
 /quotedblright
 /numbersign

Modified: trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc
===================================================================
--- trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc	2022-01-24 21:27:22 UTC (rev 61726)
@@ -38,7 +38,7 @@
 /ffi
 /ffl
 % 0x20
-/space
+/uni2423
 /exclam
 /quotedbl
 /numbersign
@@ -297,7 +297,7 @@
 % LIGKERN endash hyphen =: emdash;
 % LIGKERN quoteleft quoteleft =: quotedblleft;
 % LIGKERN quoteright quoteright =: quotedblright;
-% LIGKERN comma comma =: quotedblbase; 
+% LIGKERN comma comma =: quotedblbase;
 % LIGKERN less less =: guillemotleft;
 % LIGKERN greater greater =: guillemotright;
 %

Modified: trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc
===================================================================
--- trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc	2022-01-24 21:27:22 UTC (rev 61726)
@@ -38,7 +38,7 @@
 /ffi
 /ffl
 % 0x20
-/space
+/uni2423
 /exclam
 /quotedbl
 /numbersign

Modified: trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc
===================================================================
--- trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc	2022-01-24 21:27:22 UTC (rev 61726)
@@ -38,7 +38,7 @@
 /ffi
 /ffl
 % 0x20
-/space
+/uni2423
 /exclam
 /quotedbl
 /numbersign

Modified: trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc
===================================================================
--- trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc	2022-01-24 21:27:22 UTC (rev 61726)
@@ -38,7 +38,7 @@
 /ffi
 /ffl
 % 0x20
-/space
+/uni2423
 /exclam
 /quotedbl
 /numbersign

Modified: trunk/Master/texmf-dist/scripts/fontools/afm2afm
===================================================================
--- trunk/Master/texmf-dist/scripts/fontools/afm2afm	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/scripts/fontools/afm2afm	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2005-2021 Marc Penninga.
+    Copyright (C) 2005-2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -37,7 +37,7 @@
 use Getopt::Long;
 use Pod::Usage;
 
-my $VERSION = "20211115";
+my $VERSION = "20220124";
 
 parse_commandline();
 
@@ -398,7 +398,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2021 Marc Penninga.
+Copyright (C) 2005-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -421,7 +421,7 @@
 
 =head1 VERSION
 
-This document describes B<afm2afm> version 20211115.
+This document describes B<afm2afm> version 20220124.
 
 
 =head1 RECENT CHANGES

Modified: trunk/Master/texmf-dist/scripts/fontools/autoinst
===================================================================
--- trunk/Master/texmf-dist/scripts/fontools/autoinst	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/scripts/fontools/autoinst	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2005-2021 Marc Penninga.
+    Copyright (C) 2005-2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -41,7 +41,7 @@
 use Pod::Usage ();
 use POSIX ();
 
-my $VERSION = '20211115';
+my $VERSION = '20220124';
 
 my ($d, $m, $y) = (localtime time)[3 .. 5];
 my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d;
@@ -4016,7 +4016,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2021 Marc Penninga.
+Copyright (C) 2005-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -4039,7 +4039,7 @@
 
 =head1 VERSION
 
-This document describes B<autoinst> version 20211115.
+This document describes B<autoinst> version 20220124.
 
 
 =head1 RECENT CHANGES

Modified: trunk/Master/texmf-dist/scripts/fontools/ot2kpx
===================================================================
--- trunk/Master/texmf-dist/scripts/fontools/ot2kpx	2022-01-24 16:31:16 UTC (rev 61725)
+++ trunk/Master/texmf-dist/scripts/fontools/ot2kpx	2022-01-24 21:27:22 UTC (rev 61726)
@@ -4,7 +4,7 @@
 
 ----------------------------------------------------------------------------
 
-    Copyright (C) 2005-2021 Marc Penninga.
+    Copyright (C) 2005-2022 Marc Penninga.
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License
@@ -38,7 +38,7 @@
 use List::Util @List::Util::EXPORT_OK;
 use Pod::Usage;
 
-my $VERSION = "20211115";
+my $VERSION = "20220124";
 
 our ($NUM_GLYPHS, $UNITS_PER_EM, %kern);
 
@@ -835,7 +835,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2021 Marc Penninga.
+Copyright (C) 2005-2022 Marc Penninga.
 
 
 =head1 LICENSE
@@ -858,7 +858,7 @@
 
 =head1 VERSION
 
-This document describes B<ot2kpx> version 20211115.
+This document describes B<ot2kpx> version 20220124.
 
 
 =head1 RECENT CHANGES



More information about the tex-live-commits mailing list.