summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-11-21 22:03:48 +0000
committermarcus <marcus@FreeBSD.org>2004-11-21 22:03:48 +0000
commit62b9eb911cd9824cb435c7064b8feb42995d63ea (patch)
treeab69ff50b94e50d5eb1d6325ce0a498a346fb524 /print
parent8be59db98c722f767a834687d79d6114cdaa3de6 (diff)
downloadFreeBSD-ports-62b9eb911cd9824cb435c7064b8feb42995d63ea.zip
FreeBSD-ports-62b9eb911cd9824cb435c7064b8feb42995d63ea.tar.gz
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 'print')
-rw-r--r--print/freetype2/Makefile5
-rw-r--r--print/freetype2/distinfo2
2 files changed, 7 insertions, 0 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
index edbc2c3..994cf66 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -36,6 +36,11 @@ CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.endif
+.if defined(WITH_CJK)
+PATCH_SITES+= http://bsdchat.com/dist/firefly-cjk-patchset/
+PATCHFILES+= cjk-patch-freetype2-20041115.diff.gz
+.endif
+
pre-everything::
.if !defined(WITHOUT_TTF_BYTECODE_ENABLED)
@${ECHO_MSG}
diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo
index 2b46b98..4acbc1f 100644
--- a/print/freetype2/distinfo
+++ b/print/freetype2/distinfo
@@ -1,2 +1,4 @@
MD5 (freetype-2.1.7.tar.bz2) = d71723948d7c0e44c401b5733c50857e
SIZE (freetype-2.1.7.tar.bz2) = 930766
+MD5 (cjk-patch-freetype2-20041115.diff.gz) = c1e52458b877a78636a4cdbb97badb11
+SIZE (cjk-patch-freetype2-20041115.diff.gz) = 16052
OpenPOWER on IntegriCloud