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-fonts/libXft | |
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-fonts/libXft')
-rw-r--r-- | x11-fonts/libXft/Makefile | 5 | ||||
-rw-r--r-- | x11-fonts/libXft/distinfo | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 1a26bff8d63e..20ddaac3aeff 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -31,4 +31,9 @@ MAN3= Xft.3 IGNORE= Xft requires Render extension headers/library to build. .endif +.if defined(WITH_CJK) +PATCH_SITES= http://bsdchat.com/dist/firefly-cjk-patchset/ +PATCHFILES+= cjk-patch-libXft-20041115.diff.gz +.endif + .include <bsd.port.post.mk> diff --git a/x11-fonts/libXft/distinfo b/x11-fonts/libXft/distinfo index 304108d7020b..7992569046ce 100644 --- a/x11-fonts/libXft/distinfo +++ b/x11-fonts/libXft/distinfo @@ -1,2 +1,4 @@ MD5 (libXft-2.1.6.tar.gz) = 1ba6d9b1aec9a237b508663c46d8a979 SIZE (libXft-2.1.6.tar.gz) = 334803 +MD5 (cjk-patch-libXft-20041115.diff.gz) = a642c3e2cd08ac738a1be0aa4ba4e38d +SIZE (cjk-patch-libXft-20041115.diff.gz) = 3261 |