x11-fonts/noto-sans-symbols2: Add noto-sans-symbols2 2.008

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 fonts set of Noto Sans Symbols 2.
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 23:10:39 +08:00
parent e784532155
commit eba15ff334
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 46 additions and 0 deletions

View File

@ -220,6 +220,7 @@
SUBDIR += noto-sans-symbols
SUBDIR += noto-sans-symbols-basic
SUBDIR += noto-sans-symbols-extra
SUBDIR += noto-sans-symbols2
SUBDIR += noto-sans-tc
SUBDIR += noto-sc
SUBDIR += noto-serif-hk

View File

@ -0,0 +1,30 @@
PORTNAME= noto
PORTVERSION= 2.008
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/notofonts/symbols/releases/download/NotoSansSymbols2-v${PORTVERSION}/
PKGNAMESUFFIX= -sans-symbols2
DISTNAME= NotoSansSymbols2-v${PORTVERSION}
DIST_SUBDIR= Noto
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Noto Sans Symbols 2
WWW= https://fonts.google.com/noto \
https://notofonts.github.io/ \
https://github.com/notofonts/symbols
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/OFL.txt
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= ${FONTSDIR}/NotoSansSymbols2-Regular.ttf
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols2/hinted/ttf/NotoSansSymbols2-Regular.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1710676091
SHA256 (Noto/NotoSansSymbols2-v2.008.zip) = 346c930bbe8eb946701a05c54e9c11a2094dee1d93c387bf1771c0a3e335688f
SIZE (Noto/NotoSansSymbols2-v2.008.zip) = 2331441

View File

@ -0,0 +1,12 @@
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 fonts set of Noto Sans Symbols 2.