texlive[57258]

commits+karl at tug.org commits+karl at tug.org
Tue Dec 29 23:11:05 CET 2020


Revision: 57258
          http://tug.org/svn/texlive?view=revision&revision=57258
Author:   karl
Date:     2020-12-29 23:11:05 +0100 (Tue, 29 Dec 2020)
Log Message:
-----------
sync

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap.pl
    trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-fontmap-creator.pl

Modified: trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap.pl	2020-12-29 22:01:58 UTC (rev 57257)
+++ trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-config-updmap.pl	2020-12-29 22:11:05 UTC (rev 57258)
@@ -1,18 +1,18 @@
 #!/usr/bin/env perl
 # kanji-config-updmap: setup Japanese font embedding
-# Version 20200217.0
+# Version 20201227.0
 #
 # formerly known as updmap-setup-kanji
 #
 # Copyright 2004-2006 by KOBAYASHI R. Taizo for the shell version (updmap-otf)
-# Copyright 2011-2019 by PREINING Norbert
-# Copyright 2016-2019 by Japanese TeX Development Community
+# Copyright 2011-2020 by PREINING Norbert
+# Copyright 2016-2020 by Japanese TeX Development Community
 #
 # This file is licensed under GPL version 3 or any later version.
 # For copyright statements see end of file.
 #
 # For development see
-#  https://github.com/texjporg/jfontmaps
+#  https://github.com/texjporg/ptex-fontmaps
 #
 # For a changelog see the git log
 #
@@ -22,7 +22,7 @@
 use strict;
 
 my $prg = "kanji-config-updmap";
-my $version = '20200217.0';
+my $version = '20201227.0';
 
 my $updmap_real = "updmap";
 my $updmap = $updmap_real;

Modified: trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-fontmap-creator.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-fontmap-creator.pl	2020-12-29 22:01:58 UTC (rev 57257)
+++ trunk/Build/source/texk/texlive/linked_scripts/ptex-fontmaps/kanji-fontmap-creator.pl	2020-12-29 22:11:05 UTC (rev 57258)
@@ -2,7 +2,7 @@
 #
 # kanji-fontmap-creator
 # (c) 2012-2014 Norbert Preining
-# Version: 20200217.0
+# Version: 20201227.0
 # Licenced under the GPLv2 or any higher version
 #
 # gui to create map files for (kanji-config-)updmap
@@ -41,7 +41,7 @@
 my $opt_version = 0;
 
 my $prg = "kanji-fontmap-creator";
-my $version = "20200217.0";
+my $version = "20201227.0";
 
 #
 # global vars configuring operation



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