diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-21 22:03:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-21 22:03:48 +0000 |
commit | 5cc3a06e8976d635e650ab49deebb33ba97999ad (patch) | |
tree | 436c076f5b96d15579ee1969ae8def54b1851b89 /x11-toolkits/pango | |
parent | Upgrade to 1.0-RC3. (diff) |
Add the Firefly font patchset. This patchset is mainly used to make
CJK TrueType fonts look prettier. Various enhancements like bold, italic,
readability, and embedded bitmap font help a CJK X desktop a great deal.
To enable this patchset, define WITH_CJK while building these ports (pango,
fontconfig, libXft, and freetype2).
PR: 73083
Submitted by: clive
Obtained from: Hamigua <hamigua at cuc.cn> (I think)
Notes
Notes:
svn path=/head/; revision=122105
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 0e6f18b3d510..1005ad867179 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -59,4 +59,9 @@ post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif +.if defined(WITH_CJK) +PATCH_SITES+= http://bsdchat.com/dist/firefly-cjk-patchset/ +PATCHFILES+= cjk-patch-pango-20041115.diff.gz +.endif + .include <bsd.port.mk> diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index f588247d893d..8f3ef561d1b3 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,2 +1,4 @@ MD5 (gnome2/pango-1.6.0.tar.bz2) = 6c732bbc5fba5a0f1f8086e8aa4f490d SIZE (gnome2/pango-1.6.0.tar.bz2) = 951911 +MD5 (gnome2/cjk-patch-pango-20041115.diff.gz) = 76e545d0bda595aced674ecf397eab63 +SIZE (gnome2/cjk-patch-pango-20041115.diff.gz) = 1930 |