Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2022 20:21:05 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abdd7226767f - main - korean/nanum-gothic-coding: Rename korean/nanumcoding-ttf and update to 2.5
Message-ID:  <202202102021.21AKL5T4084884@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkim:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abdd7226767fe7c8eb29799bb7eb58f127ab7b8a

commit abdd7226767fe7c8eb29799bb7eb58f127ab7b8a
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2022-02-10 20:09:30 +0000
Commit:     Jung-uk Kim <jkim@FreeBSD.org>
CommitDate: 2022-02-10 20:19:01 +0000

    korean/nanum-gothic-coding: Rename korean/nanumcoding-ttf and update to 2.5
---
 MOVED                                              |  1 +
 korean/Makefile                                    |  2 +-
 korean/nanum-gothic-coding/Makefile                | 27 +++++++++++++++++
 korean/nanum-gothic-coding/distinfo                |  3 ++
 .../files/LICENSE                                  |  4 +--
 korean/nanum-gothic-coding/pkg-descr               |  5 ++++
 korean/nanumcoding-ttf/Makefile                    | 35 ----------------------
 korean/nanumcoding-ttf/distinfo                    |  2 --
 korean/nanumcoding-ttf/pkg-descr                   |  5 ----
 9 files changed, 39 insertions(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index b5f60948a56b..38de7581954e 100644
--- a/MOVED
+++ b/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
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
similarity index 97%
rename from korean/nanumcoding-ttf/files/LICENSE
rename to 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202102021.21AKL5T4084884>