diff options
author | hrs <hrs@FreeBSD.org> | 2009-05-31 17:19:10 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-05-31 17:19:10 +0800 |
commit | 2d6c1c335f7da84184c928e71005108a81b7a49c (patch) | |
tree | 0b71f26548d713c59e615d22ca5e8eec7b2a1a50 /japanese/alias-fonts | |
parent | e108b1d688b6fbd6d4c5dab75af56f0d50d70156 (diff) | |
download | freebsd-ports-gnome-2d6c1c335f7da84184c928e71005108a81b7a49c.tar.gz freebsd-ports-gnome-2d6c1c335f7da84184c928e71005108a81b7a49c.tar.zst freebsd-ports-gnome-2d6c1c335f7da84184c928e71005108a81b7a49c.zip |
japanese/font-std, chinese/font-std, and dependency fixups due
to it have been added. These are to install standard fonts used in the
Ports Collection. Currently they contain:
std.ja_JP/Mincho
std.ja_JP/Gothic
std.ja_JP/Ryumin-Light
std.ja_JP/GothicBBB-Medium
std.zh_CN/STHeiti-Regular
std.zh_CN/STSong-Light
std.zh_CN/MSung-Light
std.zh_CN/MHei-Medium
under ${PREFIX}/share/fonts/. They are just symlinks to
corresponding font files. The symlink names are based on popular
PostScript font names.
Applications should refer the font files via XLFD or fontconfig
first. If they need a direct reference to the font file, please use
files in std.*/*. This is because direct reference to a specific
font name in an application configuration file makes the maintenance
difficult when the font file name is changed, for example.
Diffstat (limited to 'japanese/alias-fonts')
-rw-r--r-- | japanese/alias-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/alias-fonts/Makefile b/japanese/alias-fonts/Makefile index 6b8916fc32d9..95667cc53194 100644 --- a/japanese/alias-fonts/Makefile +++ b/japanese/alias-fonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= alias-fonts PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11-fonts DISTFILES= # empty @@ -17,7 +17,7 @@ COMMENT= A meta-port which setups Japanese fonts RUN_DEPENDS= \ ${FONTSDIR}/jpnhn4-iso.pcf.gz:${PORTSDIR}/japanese/elisa8x8 \ ${FONTSDIR}/5x10B.pcf.gz:${PORTSDIR}/japanese/k10 \ - ${FONTSDIR}/shnmk12.pcf.gz:${PORTSDIR}/japanese/shinonome \ + ${LOCALBASE}/share/font-shinonome/shnmk12.pcf.gz:${PORTSDIR}/japanese/font-shinonome \ ${FONTSDIR}/kanji18.pcf.gz:${PORTSDIR}/japanese/kanji18 \ ${FONTSDIR}/k20b.pcf.gz:${PORTSDIR}/japanese/kappa20 \ ${FONTSDIR}/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26 \ |