aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 15:10:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 15:10:33 +0000
commitea97f30b696d758d72c1ee3efbc453d46253ebd9 (patch)
treefad6dbfe8145bda7facf9362e7606f88b427c78d
parent7833592d29e3b4100e82c911a4601eaed1434f42 (diff)
downloadports-ea97f30b696d758d72c1ee3efbc453d46253ebd9.tar.gz
ports-ea97f30b696d758d72c1ee3efbc453d46253ebd9.zip
x11-fonts/noto-sans-mono: Add noto-sans-mono 2.014
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 Mono.
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/noto-sans-mono/Makefile17
-rw-r--r--x11-fonts/noto-sans-mono/pkg-descr12
3 files changed, 30 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index cfebc2d23a58..6e9f52df92dc 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -211,6 +211,7 @@
SUBDIR += noto-sans-khmer
SUBDIR += noto-sans-kr
SUBDIR += noto-sans-lao
+ SUBDIR += noto-sans-mono
SUBDIR += noto-sans-sc
SUBDIR += noto-sans-tc
SUBDIR += noto-sc
diff --git a/x11-fonts/noto-sans-mono/Makefile b/x11-fonts/noto-sans-mono/Makefile
new file mode 100644
index 000000000000..81cea383f09d
--- /dev/null
+++ b/x11-fonts/noto-sans-mono/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= noto
+PORTVERSION= 2.014
+CATEGORIES= x11-fonts
+PKGNAMESUFFIX= -sans-mono
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Google Noto Sans mono
+WWW= https://fonts.google.com/noto \
+ https://notofonts.github.io/ \
+ https://github.com/notofonts/latin-greek-cyrillic
+
+RUN_DEPENDS= noto-sans-mono-basic>=0:x11-fonts/noto-sans-mono-basic \
+ noto-sans-mono-extra>=0:x11-fonts/noto-sans-mono-extra
+
+USES= metaport
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/noto-sans-mono/pkg-descr b/x11-fonts/noto-sans-mono/pkg-descr
new file mode 100644
index 000000000000..169f7e053382
--- /dev/null
+++ b/x11-fonts/noto-sans-mono/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 Mono.