Date: Sat, 5 Sep 2020 10:07:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547600 - in head/x11-fonts: . noto-emoji Message-ID: <202009051007.085A7vbt079424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 5 10:07:57 2020 New Revision: 547600 URL: https://svnweb.freebsd.org/changeset/ports/547600 Log: Add noto-emoji 2.018 When text is rendered by a computer, sometimes characters are displayed as "tofu". They are little boxes to indicate your device doesn't have a font to display the text. Google has been developing a font family called Noto, which aims to support all languages with a harmonious look and feel. Noto is Google's answer to tofu. The name noto is to convey the idea that Google's goal is to see no more "tofu". Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. This port provides the emoji fonts set. WWW: https://www.google.com/get/noto/ WWW: https://github.com/googlefonts/noto-emoji Added: head/x11-fonts/noto-emoji/ head/x11-fonts/noto-emoji/Makefile (contents, props changed) head/x11-fonts/noto-emoji/distinfo (contents, props changed) head/x11-fonts/noto-emoji/pkg-descr (contents, props changed) head/x11-fonts/noto-emoji/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sat Sep 5 10:04:18 2020 (r547599) +++ head/x11-fonts/Makefile Sat Sep 5 10:07:57 2020 (r547600) @@ -168,6 +168,7 @@ SUBDIR += nexfontsel SUBDIR += noto SUBDIR += noto-basic + SUBDIR += noto-emoji SUBDIR += noto-extra SUBDIR += noto-jp SUBDIR += noto-kr Added: head/x11-fonts/noto-emoji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-emoji/Makefile Sat Sep 5 10:07:57 2020 (r547600) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= noto +PORTVERSION= 2.018 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/googlefonts/noto-emoji/raw/v2020-07-22-unicode13_0/fonts/ +PKGNAMESUFFIX= -emoji +DISTFILES= NotoColorEmoji.ttf \ + NotoEmoji-Regular.ttf +DIST_SUBDIR= Noto +EXTRACT_ONLY= # empty + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Fonts family (Emoji) + +LICENSE= APACHE20 + +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${DISTDIR}/NotoColorEmoji.ttf ${DISTDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> Added: head/x11-fonts/noto-emoji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-emoji/distinfo Sat Sep 5 10:07:57 2020 (r547600) @@ -0,0 +1,5 @@ +TIMESTAMP = 1598970883 +SHA256 (Noto/NotoColorEmoji.ttf) = 02dd5d288f404d51e12eae28e4b77ff7c705047c273e096d3f7fbe4efdd28321 +SIZE (Noto/NotoColorEmoji.ttf) = 9723244 +SHA256 (Noto/NotoEmoji-Regular.ttf) = 415dc6290378574135b64c808dc640c1df7531973290c4970c51fdeb849cb0c5 +SIZE (Noto/NotoEmoji-Regular.ttf) = 418804 Added: head/x11-fonts/noto-emoji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-emoji/pkg-descr Sat Sep 5 10:07:57 2020 (r547600) @@ -0,0 +1,15 @@ +When text is rendered by a computer, sometimes characters are displayed as +"tofu". They are little boxes to indicate your device doesn't have a font to +display the text. + +Google has been developing a font family called Noto, which aims to support all +languages with a harmonious look and feel. Noto is Google's answer to tofu. The +name noto is to convey the idea that Google's goal is to see no more "tofu". +Noto has multiple styles and weights, and is freely available to all. The +comprehensive set of fonts and tools used in our development is available in our +GitHub repositories. + +This port provides the emoji fonts set. + +WWW: https://www.google.com/get/noto/ +WWW: https://github.com/googlefonts/noto-emoji Added: head/x11-fonts/noto-emoji/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-emoji/pkg-plist Sat Sep 5 10:07:57 2020 (r547600) @@ -0,0 +1,2 @@ +%%FONTSDIR%%/NotoColorEmoji.ttf +%%FONTSDIR%%/NotoEmoji-Regular.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009051007.085A7vbt079424>