1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-fonts/noto-sans-runic: Add noto-sans-runic 2.002

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 Runic.
This commit is contained in:
Po-Chuan Hsieh 2024-05-14 03:31:46 +08:00
parent a9837626b2
commit 41e3e817f0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 54 additions and 0 deletions

View File

@ -214,6 +214,7 @@
SUBDIR += noto-sans-math
SUBDIR += noto-sans-mono
SUBDIR += noto-sans-myanmar
SUBDIR += noto-sans-runic
SUBDIR += noto-sans-sc
SUBDIR += noto-sans-sinhala
SUBDIR += noto-sans-symbols

View File

@ -0,0 +1,36 @@
PORTNAME= noto
PORTVERSION= 2.002
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSansRunic-v${PORTVERSION}/fonts/ \
https://github.com/notofonts/notofonts.github.io/raw/NotoSansRunic-v${PORTVERSION}/fonts/NotoSansRunic/hinted/ttf/:fonts
PKGNAMESUFFIX= -sans-runic
DISTFILES= LICENSE \
${FONTS:S|$|:fonts|}
DIST_SUBDIR= Noto/SansRunic/${PORTVERSION}
EXTRACT_ONLY= # empty
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Noto Sans Runic
WWW= https://fonts.google.com/noto \
https://notofonts.github.io/ \
https://github.com/notofonts/runic \
https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansRunic
LICENSE= OFL11
LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE
USES= fonts
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= ${FONTSDIR}/NotoSansRunic-Regular.ttf
FONTS= NotoSansRunic-Regular.ttf
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1714280040
SHA256 (Noto/SansRunic/2.002/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8
SIZE (Noto/SansRunic/2.002/LICENSE) = 4374
SHA256 (Noto/SansRunic/2.002/NotoSansRunic-Regular.ttf) = c43f941ef6c8a4f8217e7ffb332fce74f760140a7fd5919f86347e5e2a10b5c9
SIZE (Noto/SansRunic/2.002/NotoSansRunic-Regular.ttf) = 9856

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 Runic.