Date: Thu, 16 May 2024 06:29:20 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e9ea4819f647 - main - x11-fonts/noto-sans-sign-writing: Add noto-sans-sign-writing 2.005 Message-ID: <202405160629.44G6TKBw031886@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9ea4819f6475bacb1bf186639e7ab3ef87af847 commit e9ea4819f6475bacb1bf186639e7ab3ef87af847 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:13:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:21:47 +0000 x11-fonts/noto-sans-sign-writing: Add noto-sans-sign-writing 2.005 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 SignWriting. --- x11-fonts/Makefile | 1 + x11-fonts/noto-sans-sign-writing/Makefile | 36 ++++++++++++++++++++++++++++++ x11-fonts/noto-sans-sign-writing/distinfo | 5 +++++ x11-fonts/noto-sans-sign-writing/pkg-descr | 12 ++++++++++ 4 files changed, 54 insertions(+) diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 0a2451691945..f2d7e4bb92bb 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -217,6 +217,7 @@ SUBDIR += noto-sans-myanmar SUBDIR += noto-sans-runic SUBDIR += noto-sans-sc + SUBDIR += noto-sans-sign-writing SUBDIR += noto-sans-sinhala SUBDIR += noto-sans-symbols SUBDIR += noto-sans-symbols2 diff --git a/x11-fonts/noto-sans-sign-writing/Makefile b/x11-fonts/noto-sans-sign-writing/Makefile new file mode 100644 index 000000000000..e25f1e242e03 --- /dev/null +++ b/x11-fonts/noto-sans-sign-writing/Makefile @@ -0,0 +1,36 @@ +PORTNAME= noto +PORTVERSION= 2.005 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSansSignWriting-v${PORTVERSION}/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/NotoSansSignWriting-v${PORTVERSION}/fonts/NotoSansSignWriting/hinted/ttf/:fonts +PKGNAMESUFFIX= -sans-sign-writing +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/SansSignWriting/${PORTVERSION} +EXTRACT_ONLY= # empty + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Sans SignWriting +WWW= https://fonts.google.com/noto \ + https://notofonts.github.io/ \ + https://github.com/notofonts/sign-writing \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansSignWriting + +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE + +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= ${FONTSDIR}/NotoSansSignWriting-Regular.ttf + +FONTS= NotoSansSignWriting-Regular.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/noto-sans-sign-writing/distinfo b/x11-fonts/noto-sans-sign-writing/distinfo new file mode 100644 index 000000000000..433787617d0b --- /dev/null +++ b/x11-fonts/noto-sans-sign-writing/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1715677652 +SHA256 (Noto/SansSignWriting/2.005/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SansSignWriting/2.005/LICENSE) = 4374 +SHA256 (Noto/SansSignWriting/2.005/NotoSansSignWriting-Regular.ttf) = 3c18f0954681566082860d468c1232dacbdf59d22f061a019095772e3d7cfdd2 +SIZE (Noto/SansSignWriting/2.005/NotoSansSignWriting-Regular.ttf) = 5214924 diff --git a/x11-fonts/noto-sans-sign-writing/pkg-descr b/x11-fonts/noto-sans-sign-writing/pkg-descr new file mode 100644 index 000000000000..070b88330f35 --- /dev/null +++ b/x11-fonts/noto-sans-sign-writing/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 fonts set of Noto Sans SignWriting.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160629.44G6TKBw031886>