Skip to content

Commit

Permalink
x11-fonts/noto-sans-symbols: Add noto-sans-symbols 2.003
Browse files Browse the repository at this point in the history
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 is the meta port for Noto Sans Symbols.
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 28fc50c commit 8b58fb7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-fonts/Makefile
Expand Up @@ -217,6 +217,7 @@
SUBDIR += noto-sans-myanmar
SUBDIR += noto-sans-sc
SUBDIR += noto-sans-sinhala
SUBDIR += noto-sans-symbols
SUBDIR += noto-sans-tc
SUBDIR += noto-sc
SUBDIR += noto-serif-hk
Expand Down
17 changes: 17 additions & 0 deletions x11-fonts/noto-sans-symbols/Makefile
@@ -0,0 +1,17 @@
PORTNAME= noto
PORTVERSION= 2.003
CATEGORIES= x11-fonts
PKGNAMESUFFIX= -sans-symbols

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Noto Sans Symbols
WWW= https://fonts.google.com/noto \
https://notofonts.github.io/ \
https://github.com/notofonts/symbols

RUN_DEPENDS= noto-sans-symbols-basic>=0:x11-fonts/noto-sans-symbols-basic \
noto-sans-symbols-extra>=0:x11-fonts/noto-sans-symbols-extra

USES= metaport

.include <bsd.port.mk>
12 changes: 12 additions & 0 deletions x11-fonts/noto-sans-symbols/pkg-descr
@@ -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 is the meta port for Noto Sans Symbols.

0 comments on commit 8b58fb7

Please sign in to comment.