Index: head/korean/Makefile =================================================================== --- head/korean/Makefile (revision 459892) +++ head/korean/Makefile (revision 459893) @@ -1,46 +1,47 @@ # $FreeBSD$ # COMMENT = Korean support SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += aleefonts-ttf SUBDIR += baekmukfonts-bdf SUBDIR += baekmukfonts-ttf + SUBDIR += d2coding-ttf SUBDIR += engdic SUBDIR += fcitx-hangul SUBDIR += gimp-help SUBDIR += gtkcomm SUBDIR += h2ps SUBDIR += hanyangfonts SUBDIR += hcode SUBDIR += hmconv SUBDIR += hpscat SUBDIR += hunspell SUBDIR += ibus-hangul SUBDIR += imhangul-gtk2 SUBDIR += imhangul-gtk3 SUBDIR += kaistfonts SUBDIR += kde4-l10n SUBDIR += ko.TeX SUBDIR += ko.TeX-fonts-base SUBDIR += ko.TeX-fonts-extra SUBDIR += libhangul SUBDIR += libreoffice SUBDIR += man-doc SUBDIR += munhwafonts-cid SUBDIR += nabi SUBDIR += nanumcoding-ttf SUBDIR += nanumfonts-otf SUBDIR += nanumfonts-ttf SUBDIR += nhpf SUBDIR += qt4-codecs-kr SUBDIR += scim-hangul SUBDIR += scim-tables SUBDIR += unfonts-core SUBDIR += unfonts-extra SUBDIR += uniksc SUBDIR += xpdf .include Index: head/korean/d2coding-ttf/Makefile =================================================================== --- head/korean/d2coding-ttf/Makefile (nonexistent) +++ head/korean/d2coding-ttf/Makefile (revision 459893) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= d2coding +PORTVERSION= 1.3.1 +CATEGORIES= korean x11-fonts +MASTER_SITES= https://github.com/naver/d2codingfont/releases/download/VER${PORTVERSION}/ +PKGNAMESUFFIX= -ttf +DISTNAME= D2Coding-Ver${PORTVERSION}-${PORTRELEASE} + +MAINTAINER= jkim@FreeBSD.org +COMMENT= D2Coding Hangul font + +LICENSE= OFL11 + +NO_ARCH= yes +NO_BUILD= yes +USES= fonts zip + +FONTLIST= D2Coding D2CodingLigature +FONTFILES= ${FONTLIST:S|$|.ttf|} ${FONTLIST:S|$|Bold.ttf|} +PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|} + +PORTRELEASE= 20180115 + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/D2Coding/${DISTNAME}.ttf \ + ${STAGEDIR}${FONTSDIR}/D2Coding.ttf + ${INSTALL_DATA} ${WRKSRC}/D2Coding/${DISTNAME:S|^D2Coding|D2CodingBold|}.ttf \ + ${STAGEDIR}${FONTSDIR}/D2CodingBold.ttf + ${INSTALL_DATA} ${WRKSRC}/D2CodingLigature/${DISTNAME}-ligature.ttf \ + ${STAGEDIR}${FONTSDIR}/D2CodingLigature.ttf + ${INSTALL_DATA} ${WRKSRC}/D2CodingLigature/${DISTNAME:S|^D2Coding|D2CodingBold|}-ligature.ttf \ + ${STAGEDIR}${FONTSDIR}/D2CodingLigatureBold.ttf + +.include Property changes on: head/korean/d2coding-ttf/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/korean/d2coding-ttf/distinfo =================================================================== --- head/korean/d2coding-ttf/distinfo (nonexistent) +++ head/korean/d2coding-ttf/distinfo (revision 459893) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516826527 +SHA256 (D2Coding-Ver1.3.1-20180115.zip) = 06f3fdb7a5a02e695af47ae95bd246713745e191628fd9a1bea670a67528b82c +SIZE (D2Coding-Ver1.3.1-20180115.zip) = 17019287 Property changes on: head/korean/d2coding-ttf/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/korean/d2coding-ttf/pkg-descr =================================================================== --- head/korean/d2coding-ttf/pkg-descr (nonexistent) +++ head/korean/d2coding-ttf/pkg-descr (revision 459893) @@ -0,0 +1,4 @@ +D2Coding is a free fixed-width Hangul font, based on Nanum BarunGothic. +This font was specifically designed for Hangul terminals. + +WWW: https://github.com/naver/d2codingfont Property changes on: head/korean/d2coding-ttf/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property