diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-09-04 21:15:21 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-09-04 21:15:21 +0000 |
commit | 9edc5c1eb237b00e56a50e5ca865cfa4ae290688 (patch) | |
tree | 50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-mplus-ipa | |
parent | d8b0e5a7d7d78b28b099311555abbf220adff5d7 (diff) |
Notes
Diffstat (limited to 'japanese/font-mplus-ipa')
-rw-r--r-- | japanese/font-mplus-ipa/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf | 28 |
2 files changed, 21 insertions, 9 deletions
diff --git a/japanese/font-mplus-ipa/Makefile b/japanese/font-mplus-ipa/Makefile index 2eeb60928516..2a30af706e9a 100644 --- a/japanese/font-mplus-ipa/Makefile +++ b/japanese/font-mplus-ipa/Makefile @@ -2,7 +2,7 @@ PORTNAME= mplus-ipa PORTVERSION= 1.0.20060520.p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hrs diff --git a/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf b/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf index 26a7fa4c3fe2..0f36d995dd36 100644 --- a/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf +++ b/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf @@ -3,14 +3,26 @@ <!-- $FreeBSD$ --> <fontconfig> <match target="font"> - <test name="family"> - <string>M+1P+IPAG</string> - <string>M+2P+IPAG</string> - <string>M+1P+IPAG circle</string> - <string>M+2P+IPAG circle</string> - <string>M+1VM+IPAG circle</string> - <string>M+2VM+IPAG circle</string> - </test> + <or> + <test name="family"> + <string>M+1P+IPAG</string> + </test> + <test name="family"> + <string>M+2P+IPAG</string> + </test> + <test name="family"> + <string>M+1P+IPAG circle</string> + </test> + <test name="family"> + <string>M+2P+IPAG circle</string> + </test> + <test name="family"> + <string>M+1VM+IPAG circle</string> + </test> + <test name="family"> + <string>M+2VM+IPAG circle</string> + </test> + </or> <edit name="autohint"> <bool>false</bool> </edit> |