mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
korean/nanum-gothic-coding: Rename korean/nanumcoding-ttf and update to 2.5
This commit is contained in:
parent
69fb05d4ba
commit
abdd722676
1
MOVED
1
MOVED
@ -16887,3 +16887,4 @@ security/krb5-117|security/krb5|2022-02-01|Has expired: EOL one year after the r
|
||||
www/annie|www/lux|2022-02-03|Project renamed
|
||||
devel/rubygem-gettext_i18n_rails_js-rails60|devel/rubygem-gettext_i18n_rails_js-rails61|2022-02-07|Obsolete use devel/rubygem-gettext_i18n_rails_js-rails61 instead
|
||||
security/rubygem-devise-two-factor-rails60|security/rubygem-devise-two-factor-rails61|2022-02-07|Obsolete use security/rubygem-devise-two-factor-rails61 instead
|
||||
korean/nanumcoding-ttf|korean/nanum-gothic-coding|2022-02-10|Renamed to match upstream naming
|
||||
|
@ -26,7 +26,7 @@
|
||||
SUBDIR += libreoffice
|
||||
SUBDIR += munhwafonts-cid
|
||||
SUBDIR += nabi
|
||||
SUBDIR += nanumcoding-ttf
|
||||
SUBDIR += nanum-gothic-coding
|
||||
SUBDIR += nanumfonts-otf
|
||||
SUBDIR += nanumfonts-ttf
|
||||
SUBDIR += nhpf
|
||||
|
27
korean/nanum-gothic-coding/Makefile
Normal file
27
korean/nanum-gothic-coding/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
PORTNAME= nanum-gothic-coding
|
||||
DISTVERSION= 2.5
|
||||
CATEGORIES= korean x11-fonts
|
||||
MASTER_SITES= https://github.com/naver/nanumfont/releases/download/VER${DISTVERSION}/ \
|
||||
LOCAL/jkim
|
||||
DISTNAME= NanumGothicCoding-${DISTVERSION}
|
||||
|
||||
MAINTAINER= jkim@FreeBSD.org
|
||||
COMMENT= NanumGothicCoding Hangul font (TrueType)
|
||||
|
||||
LICENSE= OFL11
|
||||
LICENSE_FILE= ${FILESDIR}/LICENSE
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USES= fonts zip
|
||||
FONTLIST= NanumGothicCoding \
|
||||
NanumGothicCoding-Bold
|
||||
FONTFILES= ${FONTLIST:S/$/.ttf/}
|
||||
|
||||
PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${FONTFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
korean/nanum-gothic-coding/distinfo
Normal file
3
korean/nanum-gothic-coding/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1644519725
|
||||
SHA256 (NanumGothicCoding-2.5.zip) = f4c9b1082cb36d793ccf75a331316c880ef9e4bc229408c22f9d2703b7619a3f
|
||||
SIZE (NanumGothicCoding-2.5.zip) = 1707449
|
@ -1,6 +1,6 @@
|
||||
Copyright (c) 2009, NHN Corporation (http://www.nhncorp.com),
|
||||
Copyright (c) 2009, NAVER Corporation (http://www.navercorp.com),
|
||||
with Reserved Font Name NanumGothicCoding.
|
||||
Copyright (c) 2009, NHN Corporation (http://www.nhncorp.com),
|
||||
Copyright (c) 2009, NAVER Corporation (http://www.navercorp.com),
|
||||
with Reserved Font Name NanumGothicCoding-Bold.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
5
korean/nanum-gothic-coding/pkg-descr
Normal file
5
korean/nanum-gothic-coding/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
NanumGothicCoding font family is free Hangul fonts developed by
|
||||
NAVER Corporation and distributed under SIL Open Font License (OFL).
|
||||
This font was specifically designed for Hangul terminals.
|
||||
|
||||
WWW: https://github.com/naver/nanumfont
|
@ -1,35 +0,0 @@
|
||||
PORTNAME= nanumcoding
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= korean
|
||||
MASTER_SITES= http://dev.naver.com/frs/download.php/441/ \
|
||||
LOCAL/jkim
|
||||
PKGNAMESUFFIX= -ttf
|
||||
DISTNAME= NanumGothicCoding-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jkim@FreeBSD.org
|
||||
COMMENT= NanumGothic Coding Hangul font (TrueType)
|
||||
|
||||
LICENSE= OFL11
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USES= fonts zip
|
||||
FONTNAME= nanum-coding${PKGNAMESUFFIX}
|
||||
FONTLIST= NanumGothicCoding \
|
||||
NanumGothicCoding-Bold
|
||||
FONTFILES= ${FONTLIST:S/$/.ttf/}
|
||||
|
||||
PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|}
|
||||
|
||||
post-extract:
|
||||
@# XXX File names are encoded in EUC-KR.
|
||||
${MV} ${WRKSRC}/*-Bold.ttf ${WRKSRC}/NanumGothicCoding-Bold.tmp
|
||||
${MV} ${WRKSRC}/*.ttf ${WRKSRC}/NanumGothicCoding.ttf
|
||||
${MV} ${WRKSRC}/*-Bold.tmp ${WRKSRC}/NanumGothicCoding-Bold.ttf
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${FONTFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (NanumGothicCoding-2.0.zip) = 177317f060e305fa1dca079d453584d9ca7880153c992b188128c6b3b75ece2a
|
||||
SIZE (NanumGothicCoding-2.0.zip) = 2038498
|
@ -1,5 +0,0 @@
|
||||
NanumGothic Coding font family is free Hangul fonts developed by
|
||||
NHN Corporation and distributed under SIL Open Font License (OFL).
|
||||
This font was specifically designed for Hangul terminals.
|
||||
|
||||
WWW: http://dev.naver.com/projects/nanumfont
|
Loading…
Reference in New Issue
Block a user