605c645403
japanese/ipa-ttfonts -> japanese/font-mplus-ipa japanese/ipa-ttfonts -> japanese/font-ipa japanese/kochi-ttfonts -> japanese/font-kochi japanese/mplusfonts -> japanese/font-mplus japanese/sazanami-ttf -> japanese/font-sazanami japanese/shinonome -> japanese/font-shinonome japanese/umefont -> japanese/font-ume japanese/vlgothic -> japanese/font-vlgothic While basically these are port name changes for consistency, installation directories are also changed: font files -> ${PREFIX}/share/${PORTNAME}/* symlinks -> ${PREFIX}/share/fonts/{TTF,OTF,fontname,...}/* symlinks -> ${PREFIX}/lib/X11/fonts/{TTF,OTF,misc,fontname,...}/* A user-visible one is that the directory name "TrueType" is replaced with "TTF".
19 lines
415 B
XML
19 lines
415 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<!-- $FreeBSD$ -->
|
|
<fontconfig>
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>M+ 1c</string>
|
|
<string>M+ 1m</string>
|
|
<string>M+ 1mn</string>
|
|
<string>M+ 1p</string>
|
|
<string>M+ 2c</string>
|
|
<string>M+ 2m</string>
|
|
<string>M+ 2p</string>
|
|
</test>
|
|
<edit name="autohint">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|