diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-31 07:22:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-31 07:22:09 +0000 |
commit | 63962bcf391ce060cda83d522349fe8eabdfb277 (patch) | |
tree | 8863828ecf092ddc9b5e47730fbce4ec851dfa97 /japanese/ipa-ttfonts/files/pkg-install.in | |
parent | d75c040be39e1e839da9663e8f9b01615f4199da (diff) | |
download | ports-63962bcf391ce060cda83d522349fe8eabdfb277.tar.gz ports-63962bcf391ce060cda83d522349fe8eabdfb277.zip |
Notes
Diffstat (limited to 'japanese/ipa-ttfonts/files/pkg-install.in')
-rw-r--r-- | japanese/ipa-ttfonts/files/pkg-install.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/japanese/ipa-ttfonts/files/pkg-install.in b/japanese/ipa-ttfonts/files/pkg-install.in index 9f586c670775..6a1cdc6f8554 100644 --- a/japanese/ipa-ttfonts/files/pkg-install.in +++ b/japanese/ipa-ttfonts/files/pkg-install.in @@ -30,10 +30,10 @@ make_xlfd() _poc=$5 case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="fp=y:bw=0.5" ;; - c:jisx0201.1976-*) PFIX="fp=n:bw=0.5" ;; - p:*) PFIX="fp=y" ;; - c:*) PFIX="fp=n" ;; + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; esac set -- "${ROMA}" medium-r \ @@ -59,10 +59,15 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC ipag.ttf ipa IPAGothic c + make_xlfd $ENC ipag.ttf ipa gothic c make_xlfd $ENC ipagp.ttf ipa IPAPGothic p + make_xlfd $ENC ipagp.ttf ipa gothic p make_xlfd $ENC ipagui.ttf ipa IPAUIGothic c + make_xlfd $ENC ipagui.ttf ipa UIGothic c make_xlfd $ENC ipam.ttf ipa IPAMincho c + make_xlfd $ENC ipam.ttf ipa mincho c make_xlfd $ENC ipamp.ttf ipa IPAPMincho p + make_xlfd $ENC ipamp.ttf ipa mincho p make_xlfd $ENC M+2VM+IPAG-circle.ttf ipa M+2VM+IPAG_circle c make_xlfd $ENC M+1VM+IPAG-circle.ttf ipa M+1VM+IPAG_circle c make_xlfd $ENC M+1P+IPAG.ttf ipa M+1P+IPAG p |