aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2022-02-10 20:09:30 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2022-02-10 20:19:01 +0000
commitabdd7226767fe7c8eb29799bb7eb58f127ab7b8a (patch)
treefaf0236343c6e54e479a6c7e611c21bf372c1808 /korean
parent69fb05d4ba4f7dc10ecbc5fda9c88d4435deffa0 (diff)
downloadports-abdd7226767fe7c8eb29799bb7eb58f127ab7b8a.tar.gz
ports-abdd7226767fe7c8eb29799bb7eb58f127ab7b8a.zip
korean/nanum-gothic-coding: Rename korean/nanumcoding-ttf and update to 2.5
Diffstat (limited to 'korean')
-rw-r--r--korean/Makefile2
-rw-r--r--korean/nanum-gothic-coding/Makefile27
-rw-r--r--korean/nanum-gothic-coding/distinfo3
-rw-r--r--korean/nanum-gothic-coding/files/LICENSE (renamed from korean/nanumcoding-ttf/files/LICENSE)4
-rw-r--r--korean/nanum-gothic-coding/pkg-descr5
-rw-r--r--korean/nanumcoding-ttf/Makefile35
-rw-r--r--korean/nanumcoding-ttf/distinfo2
-rw-r--r--korean/nanumcoding-ttf/pkg-descr5
8 files changed, 38 insertions, 45 deletions
diff --git a/korean/Makefile b/korean/Makefile
index 8ff4705942d7..512c32fe5a9a 100644
--- a/korean/Makefile
+++ b/korean/Makefile
@@ -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
diff --git a/korean/nanum-gothic-coding/Makefile b/korean/nanum-gothic-coding/Makefile
new file mode 100644
index 000000000000..a43096c2469f
--- /dev/null
+++ b/korean/nanum-gothic-coding/Makefile
@@ -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>
diff --git a/korean/nanum-gothic-coding/distinfo b/korean/nanum-gothic-coding/distinfo
new file mode 100644
index 000000000000..f091c2b21135
--- /dev/null
+++ b/korean/nanum-gothic-coding/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1644519725
+SHA256 (NanumGothicCoding-2.5.zip) = f4c9b1082cb36d793ccf75a331316c880ef9e4bc229408c22f9d2703b7619a3f
+SIZE (NanumGothicCoding-2.5.zip) = 1707449
diff --git a/korean/nanumcoding-ttf/files/LICENSE b/korean/nanum-gothic-coding/files/LICENSE
index 8ddd827330fc..15045b654e5c 100644
--- a/korean/nanumcoding-ttf/files/LICENSE
+++ b/korean/nanum-gothic-coding/files/LICENSE
@@ -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.
diff --git a/korean/nanum-gothic-coding/pkg-descr b/korean/nanum-gothic-coding/pkg-descr
new file mode 100644
index 000000000000..18e011a6d778
--- /dev/null
+++ b/korean/nanum-gothic-coding/pkg-descr
@@ -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
diff --git a/korean/nanumcoding-ttf/Makefile b/korean/nanumcoding-ttf/Makefile
deleted file mode 100644
index cd2e05a94255..000000000000
--- a/korean/nanumcoding-ttf/Makefile
+++ /dev/null
@@ -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>
diff --git a/korean/nanumcoding-ttf/distinfo b/korean/nanumcoding-ttf/distinfo
deleted file mode 100644
index cbdd58f08111..000000000000
--- a/korean/nanumcoding-ttf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (NanumGothicCoding-2.0.zip) = 177317f060e305fa1dca079d453584d9ca7880153c992b188128c6b3b75ece2a
-SIZE (NanumGothicCoding-2.0.zip) = 2038498
diff --git a/korean/nanumcoding-ttf/pkg-descr b/korean/nanumcoding-ttf/pkg-descr
deleted file mode 100644
index 0468c11c91a9..000000000000
--- a/korean/nanumcoding-ttf/pkg-descr
+++ /dev/null
@@ -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