aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 15:10:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 15:10:37 +0000
commit8b58fb7c518159dd73ee9003c04914cd1c367587 (patch)
tree3c444a0cb9f04e0a345b6a948fb55642e6ac401e
parent28fc50c49a7ee0ac1d92f262d22a9f0dc4005f59 (diff)
downloadports-8b58fb7c518159dd73ee9003c04914cd1c367587.tar.gz
ports-8b58fb7c518159dd73ee9003c04914cd1c367587.zip
x11-fonts/noto-sans-symbols: Add noto-sans-symbols 2.003
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.
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/noto-sans-symbols/Makefile17
-rw-r--r--x11-fonts/noto-sans-symbols/pkg-descr12
3 files changed, 30 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 33f0a7ac5503..88b6ef4fdce6 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -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
diff --git a/x11-fonts/noto-sans-symbols/Makefile b/x11-fonts/noto-sans-symbols/Makefile
new file mode 100644
index 000000000000..dfaa2640382f
--- /dev/null
+++ b/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>
diff --git a/x11-fonts/noto-sans-symbols/pkg-descr b/x11-fonts/noto-sans-symbols/pkg-descr
new file mode 100644
index 000000000000..5740f14d488b
--- /dev/null
+++ b/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.