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
This commit is contained in:
parent
d98eb75012
commit
cbecac9dda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459893
4 changed files with 44 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
SUBDIR += aleefonts-ttf
|
||||
SUBDIR += baekmukfonts-bdf
|
||||
SUBDIR += baekmukfonts-ttf
|
||||
SUBDIR += d2coding-ttf
|
||||
SUBDIR += engdic
|
||||
SUBDIR += fcitx-hangul
|
||||
SUBDIR += gimp-help
|
||||
|
|
36
korean/d2coding-ttf/Makefile
Normal file
36
korean/d2coding-ttf/Makefile
Normal file
|
@ -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>
|
3
korean/d2coding-ttf/distinfo
Normal file
3
korean/d2coding-ttf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1516826527
|
||||
SHA256 (D2Coding-Ver1.3.1-20180115.zip) = 06f3fdb7a5a02e695af47ae95bd246713745e191628fd9a1bea670a67528b82c
|
||||
SIZE (D2Coding-Ver1.3.1-20180115.zip) = 17019287
|
4
korean/d2coding-ttf/pkg-descr
Normal file
4
korean/d2coding-ttf/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue