texlive[54784] Master: haranoaji (18apr20)
commits+karl at tug.org
commits+karl at tug.org
Sat Apr 18 22:55:46 CEST 2020
Revision: 54784
http://tug.org/svn/texlive?view=revision&revision=54784
Author: karl
Date: 2020-04-18 22:55:45 +0200 (Sat, 18 Apr 2020)
Log Message:
-----------
haranoaji (18apr20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/fonts/haranoaji/README
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Bold.otf
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Heavy.otf
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Regular.otf
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Bold.otf
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Light.otf
trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Regular.otf
trunk/Master/tlpkg/libexec/ctan2tds
Added Paths:
-----------
trunk/Master/texmf-dist/tex/latex/haranoaji/
trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec
trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec
Modified: trunk/Master/texmf-dist/doc/fonts/haranoaji/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/haranoaji/README 2020-04-18 20:53:27 UTC (rev 54783)
+++ trunk/Master/texmf-dist/doc/fonts/haranoaji/README 2020-04-18 20:55:45 UTC (rev 54784)
@@ -1,4 +1,4 @@
-# Harano Aji Fonts ver. 20200215
+# Harano Aji Fonts ver. 20200418
https://github.com/trueroad/HaranoAjiFonts
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Bold.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Heavy.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Regular.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Bold.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Light.otf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Regular.otf
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec
===================================================================
--- trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec 2020-04-18 20:55:45 UTC (rev 54784)
@@ -0,0 +1,8 @@
+\defaultfontfeatures[HaranoAjiGothic]
+ {
+ Extension = .otf,
+ UprightFont = *-Regular,
+ BoldFont = *-Bold,
+ FontFace = {l}{\shapedefault}{ *-Regular },
+ FontFace = {eb}{\shapedefault}{ *-Heavy }
+ }
Added: trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec
===================================================================
--- trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec 2020-04-18 20:55:45 UTC (rev 54784)
@@ -0,0 +1,8 @@
+\defaultfontfeatures[HaranoAjiMincho]
+ {
+ Extension = .otf,
+ UprightFont = *-Regular,
+ BoldFont = *-Bold,
+ FontFace = {l}{\shapedefault}{ *-Light },
+ FontFace = {eb}{\shapedefault}{ *-Bold }
+ }
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2020-04-18 20:53:27 UTC (rev 54783)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2020-04-18 20:55:45 UTC (rev 54784)
@@ -1509,6 +1509,7 @@
'grotesq' => '&POSTgrotesq',
'grverb' => '&POSTgrverb',
'guide-latex-fr' => '&POST_rmsymlink',
+ 'haranoaji' => 'POST_preserve_postcode',
'hmtrump' => '&POSThmtrump',
'hustthesis' => '&POSThustthesis',
'ibygrk' => '&POSTibygrk',
@@ -1560,7 +1561,7 @@
'pst-cox' => '&POSTpstcox',
'pst-geo' => '&POSTpstgeo',
'ptex-fontmaps' => '&POSTptex_fontmaps',
- 'ptex2pdf' => '&POSTptex2pdf',
+ 'ptex2pdf' => '&POST_preserve_postcode',
'pxbase' => '&POSTpxbase',
'pxchfon' => '&POSTpxchfon',
'recipebook' => '&POST_rmsymlink',
@@ -6438,14 +6439,6 @@
&SYSTEM ("$MV database $fmiscdest/$package");
}
-sub POSTptex2pdf {
- print "POST$package - preserve tlpostcode/ptex2pdf-tlpost.pl\n";
- my $dirpath = "tlpkg/tlpostcode";
- my $dest = "$TOPDEST/$dirpath";
- &xmkdir ($dest);
- &SYSTEM ("$CP $Master/$dirpath/ptex2pdf-tlpost.pl $dest/");
-}
-
sub POSTknitting {
print "POST$package - move generic .tex file\n";
my $dest = "$DEST/tex/plain/$package";
@@ -6914,6 +6907,14 @@
&SYSTEM ("$MV $DEST/tex/$package/$package/* $DEST/tex/$package/");
}
+sub POST_preserve_postcode {
+ print "POST$package - preserve tlpostcode/$package-tlpost.pl\n";
+ my $dirpath = "tlpkg/tlpostcode";
+ my $dest = "$TOPDEST/$dirpath";
+ &xmkdir ($dest);
+ &SYSTEM ("$CP $Master/$dirpath/$package-tlpost.pl $dest/");
+}
+
sub POST_preserve_man {
print "POST$package - preserve man pages\n";
&preserve_man_pages ($package);
More information about the tex-live-commits
mailing list.