diff options
author | hrs <hrs@FreeBSD.org> | 2013-09-05 05:15:21 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-09-05 05:15:21 +0800 |
commit | 63ba9febfa002cd557c020ccedab7396ac671e84 (patch) | |
tree | 50783d2a432030563550cbc1eb312bc5333bf86b /japanese/font-ume | |
parent | 09148ad2edbc12f68de084005ba1c102f41bbede (diff) | |
download | freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.tar.gz freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.tar.zst freebsd-ports-gnome-63ba9febfa002cd557c020ccedab7396ac671e84.zip |
- Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig [*].
- Update to the latest version (font-migu, font-ume, font-vlgothic).
- Style clean-ups.
PR: ports/181701 [*]
Diffstat (limited to 'japanese/font-ume')
-rw-r--r-- | japanese/font-ume/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-ume/distinfo | 4 | ||||
-rw-r--r-- | japanese/font-ume/files/20-unhint-ume.conf | 76 |
3 files changed, 59 insertions, 23 deletions
diff --git a/japanese/font-ume/Makefile b/japanese/font-ume/Makefile index dcc809d9d54d..ab3545970527 100644 --- a/japanese/font-ume/Makefile +++ b/japanese/font-ume/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ume -PORTVERSION= 0.0.452 +PORTVERSION= 0.0.455 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}-font/22212 diff --git a/japanese/font-ume/distinfo b/japanese/font-ume/distinfo index 542d08fff4a4..2c0801ee79ac 100644 --- a/japanese/font-ume/distinfo +++ b/japanese/font-ume/distinfo @@ -1,2 +1,2 @@ -SHA256 (umefont_452.tar.xz) = c9d0acabbf57340b3aa614ce73b19b69dc6a2fb24c6f52d4eae37fcccee3a1c8 -SIZE (umefont_452.tar.xz) = 5649568 +SHA256 (umefont_455.tar.xz) = 73f9adb3c56188f28590f6f986c8ce2ad31d80dbe78ba8db2efe88cd7e7103ed +SIZE (umefont_455.tar.xz) = 5615972 diff --git a/japanese/font-ume/files/20-unhint-ume.conf b/japanese/font-ume/files/20-unhint-ume.conf index 3798f990290c..aac8ccf667ec 100644 --- a/japanese/font-ume/files/20-unhint-ume.conf +++ b/japanese/font-ume/files/20-unhint-ume.conf @@ -3,26 +3,62 @@ <!-- $FreeBSD$ --> <fontconfig> <match target="font"> - <test name="family"> - <string>Ume Mincho</string> - <string>Ume Mincho S3</string> - <string>Ume P Mincho</string> - <string>Ume P Mincho S3</string> - <string>Ume Gothic</string> - <string>Ume Gothic C4</string> - <string>Ume Gothic C5</string> - <string>Ume Gothic O5</string> - <string>Ume Gothic S4</string> - <string>Ume Gothic S5</string> - <string>Ume P Gothic</string> - <string>Ume P Gothic C4</string> - <string>Ume P Gothic C5</string> - <string>Ume P Gothic O5</string> - <string>Ume P Gothic S4</string> - <string>Ume P Gothic S5</string> - <string>Ume UI Gothic</string> - <string>Ume UI Gothic O5</string> - </test> + <or> + <test name="family"> + <string>Ume Mincho</string> + </test> + <test name="family"> + <string>Ume Mincho S3</string> + </test> + <test name="family"> + <string>Ume P Mincho</string> + </test> + <test name="family"> + <string>Ume P Mincho S3</string> + </test> + <test name="family"> + <string>Ume Gothic</string> + </test> + <test name="family"> + <string>Ume Gothic C4</string> + </test> + <test name="family"> + <string>Ume Gothic C5</string> + </test> + <test name="family"> + <string>Ume Gothic O5</string> + </test> + <test name="family"> + <string>Ume Gothic S4</string> + </test> + <test name="family"> + <string>Ume Gothic S5</string> + </test> + <test name="family"> + <string>Ume P Gothic</string> + </test> + <test name="family"> + <string>Ume P Gothic C4</string> + </test> + <test name="family"> + <string>Ume P Gothic C5</string> + </test> + <test name="family"> + <string>Ume P Gothic O5</string> + </test> + <test name="family"> + <string>Ume P Gothic S4</string> + </test> + <test name="family"> + <string>Ume P Gothic S5</string> + </test> + <test name="family"> + <string>Ume UI Gothic</string> + </test> + <test name="family"> + <string>Ume UI Gothic O5</string> + </test> + </or> <edit name="autohint"> <bool>false</bool> </edit> |