diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-05 10:07:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-09-05 10:07:57 +0000 |
commit | 793561e2a161036d8ccd7a52b8e6038eb37e463f (patch) | |
tree | 32efd35837016422bebd59ed39d046888c56d279 /x11-fonts | |
parent | 544444a558bff20931d287169ffa491a9280f227 (diff) | |
download | freebsd-ports-793561e2a161036d8ccd7a52b8e6038eb37e463f.zip |
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
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/noto-emoji/Makefile | 28 | ||||
-rw-r--r-- | x11-fonts/noto-emoji/distinfo | 5 | ||||
-rw-r--r-- | x11-fonts/noto-emoji/pkg-descr | 15 | ||||
-rw-r--r-- | x11-fonts/noto-emoji/pkg-plist | 2 |
5 files changed, 51 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index dd150c7d49d8..22566f293159 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -168,6 +168,7 @@ SUBDIR += nexfontsel SUBDIR += noto SUBDIR += noto-basic + SUBDIR += noto-emoji SUBDIR += noto-extra SUBDIR += noto-jp SUBDIR += noto-kr diff --git a/x11-fonts/noto-emoji/Makefile b/x11-fonts/noto-emoji/Makefile new file mode 100644 index 000000000000..df9642ea6165 --- /dev/null +++ b/x11-fonts/noto-emoji/Makefile @@ -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> diff --git a/x11-fonts/noto-emoji/distinfo b/x11-fonts/noto-emoji/distinfo new file mode 100644 index 000000000000..854ce87c4534 --- /dev/null +++ b/x11-fonts/noto-emoji/distinfo @@ -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 diff --git a/x11-fonts/noto-emoji/pkg-descr b/x11-fonts/noto-emoji/pkg-descr new file mode 100644 index 000000000000..2d32d0516185 --- /dev/null +++ b/x11-fonts/noto-emoji/pkg-descr @@ -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 diff --git a/x11-fonts/noto-emoji/pkg-plist b/x11-fonts/noto-emoji/pkg-plist new file mode 100644 index 000000000000..b6adce576b8f --- /dev/null +++ b/x11-fonts/noto-emoji/pkg-plist @@ -0,0 +1,2 @@ +%%FONTSDIR%%/NotoColorEmoji.ttf +%%FONTSDIR%%/NotoEmoji-Regular.ttf |