diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-22 06:03:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-22 06:03:48 +0800 |
commit | 62b9eb911cd9824cb435c7064b8feb42995d63ea (patch) | |
tree | ab69ff50b94e50d5eb1d6325ce0a498a346fb524 /x11-toolkits/pango | |
parent | 8be59db98c722f767a834687d79d6114cdaa3de6 (diff) | |
download | freebsd-ports-gnome-62b9eb911cd9824cb435c7064b8feb42995d63ea.tar.gz freebsd-ports-gnome-62b9eb911cd9824cb435c7064b8feb42995d63ea.tar.zst freebsd-ports-gnome-62b9eb911cd9824cb435c7064b8feb42995d63ea.zip |
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)
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 |