Date: Thu, 25 Jan 2018 00:39:45 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459893 - in head/korean: . d2coding-ttf Message-ID: <201801250039.w0P0djZ1067563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Thu Jan 25 00:39:44 2018 New Revision: 459893 URL: https://svnweb.freebsd.org/changeset/ports/459893 Log: 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 Added: head/korean/d2coding-ttf/ head/korean/d2coding-ttf/Makefile (contents, props changed) head/korean/d2coding-ttf/distinfo (contents, props changed) head/korean/d2coding-ttf/pkg-descr (contents, props changed) Modified: head/korean/Makefile Modified: head/korean/Makefile ============================================================================== --- head/korean/Makefile Wed Jan 24 21:45:29 2018 (r459892) +++ head/korean/Makefile Thu Jan 25 00:39:44 2018 (r459893) @@ -8,6 +8,7 @@ SUBDIR += aleefonts-ttf SUBDIR += baekmukfonts-bdf SUBDIR += baekmukfonts-ttf + SUBDIR += d2coding-ttf SUBDIR += engdic SUBDIR += fcitx-hangul SUBDIR += gimp-help Added: head/korean/d2coding-ttf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/korean/d2coding-ttf/Makefile Thu Jan 25 00:39:44 2018 (r459893) @@ -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 <bsd.port.mk> Added: head/korean/d2coding-ttf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/korean/d2coding-ttf/distinfo Thu Jan 25 00:39:44 2018 (r459893) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516826527 +SHA256 (D2Coding-Ver1.3.1-20180115.zip) = 06f3fdb7a5a02e695af47ae95bd246713745e191628fd9a1bea670a67528b82c +SIZE (D2Coding-Ver1.3.1-20180115.zip) = 17019287 Added: head/korean/d2coding-ttf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/korean/d2coding-ttf/pkg-descr Thu Jan 25 00:39:44 2018 (r459893) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801250039.w0P0djZ1067563>