aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libXft
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-21 22:03:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-11-21 22:03:48 +0000
commit5cc3a06e8976d635e650ab49deebb33ba97999ad (patch)
tree436c076f5b96d15579ee1969ae8def54b1851b89 /x11-fonts/libXft
parent0cc10aba9ddbbe95272624a8846af246927ae35f (diff)
downloadports-5cc3a06e8976d635e650ab49deebb33ba97999ad.tar.gz
ports-5cc3a06e8976d635e650ab49deebb33ba97999ad.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)
Notes
Notes: svn path=/head/; revision=122105
Diffstat (limited to 'x11-fonts/libXft')
-rw-r--r--x11-fonts/libXft/Makefile5
-rw-r--r--x11-fonts/libXft/distinfo2
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