diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 09:19:10 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-05-31 09:19:10 +0000 |
commit | d83170403eb0a9c168b8d20a0d37ce95ef451628 (patch) | |
tree | 94314b861ada07c1c8c5a9b7afeb74740c664509 /chinese/xpdf/Makefile | |
parent | 605c645403a0942e8cd24ba195e6810f900a5caf (diff) |
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.
Notes
Notes:
svn path=/head/; revision=234896
Diffstat (limited to 'chinese/xpdf/Makefile')
-rw-r--r-- | chinese/xpdf/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chinese/xpdf/Makefile b/chinese/xpdf/Makefile index 8f91d496a271..4419149415d9 100644 --- a/chinese/xpdf/Makefile +++ b/chinese/xpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpdf PORTVERSION= 3.02 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= chinese graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} \ @@ -22,7 +22,9 @@ COMMENT= Chinese font support for xpdf RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf \ ${ADOBECMAPDIR}/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps \ - ${FONTSDIR}/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf + ${FONTSDIR}/STHeiti-Regular:${PORTSDIR}/chinese/font-std \ + ${FONTSDIR}/STSong-Light:${PORTSDIR}/chinese/font-std \ + ${FONTSDIR}/MSung-Light:${PORTSDIR}/chinese/font-std NO_BUILD= yes NO_WRKSUBDIR= yes @@ -32,7 +34,7 @@ SUB_LIST= ADOBECMAPDIR=${ADOBECMAPDIR} \ PLIST_SUB= EXTRARC=${EXTRARC} DATADIR= ${PREFIX}/share/xpdf -FONTSDIR= ${LOCALBASE}/share/fonts/TrueType +FONTSDIR= ${LOCALBASE}/share/fonts/std.zh_CN EXTRARC= ${DATADIR}/chinese-traditional/dot.xpdfrc ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps SIMP_FILES= Adobe-GB1.cidToUnicode EUC-CN.unicodeMap GBK.unicodeMap \ |