aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-std
Commit message (Collapse)AuthorAgeFilesLines
* Use RUN_DEPENDS instead of BUILD_DEPENDS.Hiroki Sato2009-06-021-2/+2
| | | | Notes: svn path=/head/; revision=235008
* Fix PLIST.Hiroki Sato2009-05-311-3/+3
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=234900
* japanese/font-std, chinese/font-std, and dependency fixups dueHiroki Sato2009-05-312-0/+45
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. Notes: svn path=/head/; revision=234896