summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 23:10:37 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 23:10:37 +0800
commited1b024eccefa8a22442494216c3d8537aa30f67 (patch)
tree7fc6b5e4c99b769d28860724c61a932d7c582c7f /x11-fonts
parentx11-fonts/noto-sans-symbols: Add noto-sans-symbols 2.003 (diff)
x11-fonts/noto-sans-symbols-basic: Add noto-sans-symbols-basic 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 provides the basic fonts set of Noto Sans Symbols.
Diffstat (limited to '')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/noto-sans-symbols-basic/Makefile32
-rw-r--r--x11-fonts/noto-sans-symbols-basic/distinfo3
-rw-r--r--x11-fonts/noto-sans-symbols-basic/pkg-descr12
4 files changed, 48 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 88b6ef4fdce6..d5a287bad589 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -218,6 +218,7 @@
SUBDIR += noto-sans-sc
SUBDIR += noto-sans-sinhala
SUBDIR += noto-sans-symbols
+ SUBDIR += noto-sans-symbols-basic
SUBDIR += noto-sans-tc
SUBDIR += noto-sc
SUBDIR += noto-serif-hk
diff --git a/x11-fonts/noto-sans-symbols-basic/Makefile b/x11-fonts/noto-sans-symbols-basic/Makefile
new file mode 100644
index 000000000000..40b46b73aa34
--- /dev/null
+++ b/x11-fonts/noto-sans-symbols-basic/Makefile
@@ -0,0 +1,32 @@
+PORTNAME= noto
+PORTVERSION= 2.003
+CATEGORIES= x11-fonts
+MASTER_SITES= https://github.com/notofonts/symbols/releases/download/NotoSansSymbols-v${PORTVERSION}/
+PKGNAMESUFFIX= -sans-symbols-basic
+DISTNAME= NotoSansSymbols-v${PORTVERSION}
+DIST_SUBDIR= Noto
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Google Noto Sans Symbols (Basic)
+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}/NotoSansSymbols-Bold.ttf \
+ ${FONTSDIR}/NotoSansSymbols-Regular.ttf
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Bold.ttf ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Regular.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/noto-sans-symbols-basic/distinfo b/x11-fonts/noto-sans-symbols-basic/distinfo
new file mode 100644
index 000000000000..beb307bafa5f
--- /dev/null
+++ b/x11-fonts/noto-sans-symbols-basic/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1710676089
+SHA256 (Noto/NotoSansSymbols-v2.003.zip) = 0c113cdcf6c31d050b80dac39fba2d804a6985281012e76e9220c0a00da007f3
+SIZE (Noto/NotoSansSymbols-v2.003.zip) = 6607022
diff --git a/x11-fonts/noto-sans-symbols-basic/pkg-descr b/x11-fonts/noto-sans-symbols-basic/pkg-descr
new file mode 100644
index 000000000000..7fd5bf684db3
--- /dev/null
+++ b/x11-fonts/noto-sans-symbols-basic/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 provides the basic fonts set of Noto Sans Symbols.