svn commit: r395751 - head/textproc/docproj
Warren Block
wblock at FreeBSD.org
Tue Sep 1 13:41:40 UTC 2015
Author: wblock (doc committer)
Date: Tue Sep 1 13:41:39 2015
New Revision: 395751
URL: https://svnweb.freebsd.org/changeset/ports/395751
Log:
Add Korean font support to the CJK option.
PR: 202699
Submitted by: Hoyoung Kim <trig4800 at gmail.com>
Approved by: hrs, mat
Differential Revision: https://reviews.freebsd.org/D3509
Modified:
head/textproc/docproj/Makefile
Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile Tue Sep 1 07:48:35 2015 (r395750)
+++ head/textproc/docproj/Makefile Tue Sep 1 13:41:39 2015 (r395751)
@@ -3,7 +3,7 @@
PORTNAME= docproj
PORTVERSION= 2.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= textproc
MAINTAINER= doceng at FreeBSD.org
@@ -54,7 +54,8 @@ FONTS= ${LOCALBASE}/share/fonts/GentiumP
${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:${PORTSDIR}/x11-fonts/lohit \
${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:${PORTSDIR}/x11-fonts/dejavu
FONTS_CJK=${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \
- ${LOCALBASE}/share/fonts/OTF/ipam.otf:${PORTSDIR}/japanese/font-ipa
+ ${LOCALBASE}/share/fonts/OTF/ipam.otf:${PORTSDIR}/japanese/font-ipa \
+ ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:${PORTSDIR}/korean/nanumfonts-ttf
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list