Skip to content

Commit

Permalink
x11-fonts/noto-serif-myanmar: Add noto-serif-myanmar 2.106
Browse files Browse the repository at this point in the history
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 Serif Myanmar.
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 606499e commit 4aeaf08
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-fonts/Makefile
Expand Up @@ -240,6 +240,7 @@
SUBDIR += noto-serif-khmer
SUBDIR += noto-serif-kr
SUBDIR += noto-serif-lao
SUBDIR += noto-serif-myanmar
SUBDIR += noto-serif-sc
SUBDIR += noto-serif-tc
SUBDIR += noto-tc
Expand Down
28 changes: 28 additions & 0 deletions x11-fonts/noto-serif-myanmar/Makefile
@@ -0,0 +1,28 @@
PORTNAME= noto
PORTVERSION= 2.106
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/notofonts/myanmar/releases/download/NotoSerifMyanmar-v${PORTVERSION}/
PKGNAMESUFFIX= -serif-myanmar
DISTNAME= NotoSerifMyanmar-v${PORTVERSION}
DIST_SUBDIR= Noto

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Noto Serif Myanmar
WWW= https://fonts.google.com/noto \
https://notofonts.github.io/ \
https://github.com/notofonts/myanmar

LICENSE= OFL11
#LICENSE_FILE= ${WRKSRC}/OFL.txt

USES= fonts zip

NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes

do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/NotoSerifMyanmar/hinted/ttf/*.ttf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions x11-fonts/noto-serif-myanmar/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1710676119
SHA256 (Noto/NotoSerifMyanmar-v2.106.zip) = dc425f27d119c763c0f567c938f8f629effcb1f13df1e2661baec3e5a2d046e3
SIZE (Noto/NotoSerifMyanmar-v2.106.zip) = 22766074
12 changes: 12 additions & 0 deletions x11-fonts/noto-serif-myanmar/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 Serif Myanmar.
36 changes: 36 additions & 0 deletions x11-fonts/noto-serif-myanmar/pkg-plist
@@ -0,0 +1,36 @@
%%FONTSDIR%%/NotoSerifMyanmar-Black.ttf
%%FONTSDIR%%/NotoSerifMyanmar-Bold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-Condensed.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedBlack.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedExtraBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedExtraLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedMedium.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedSemiBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-CondensedThin.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensed.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedBlack.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedExtraBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedExtraLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedMedium.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedSemiBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraCondensedThin.ttf
%%FONTSDIR%%/NotoSerifMyanmar-ExtraLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-Light.ttf
%%FONTSDIR%%/NotoSerifMyanmar-Medium.ttf
%%FONTSDIR%%/NotoSerifMyanmar-Regular.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensed.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedBlack.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedExtraBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedExtraLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedLight.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedMedium.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedSemiBold.ttf
%%FONTSDIR%%/NotoSerifMyanmar-SemiCondensedThin.ttf
%%FONTSDIR%%/NotoSerifMyanmar-Thin.ttf

0 comments on commit 4aeaf08

Please sign in to comment.