git: ebb4d51b9524 - main - x11-fonts/noto-sans-sinhala: Convert from upstream tarball to individual font files

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:30:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ebb4d51b9524c360eb17bd109833b57fb81afcf4

commit ebb4d51b9524c360eb17bd109833b57fb81afcf4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:17:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:01 +0000

    x11-fonts/noto-sans-sinhala: Convert from upstream tarball to individual font files
---
 x11-fonts/noto-sans-sinhala/Makefile |  93 ++++++++++++++++++++--
 x11-fonts/noto-sans-sinhala/distinfo | 150 ++++++++++++++++++++++++++++++++++-
 2 files changed, 233 insertions(+), 10 deletions(-)

diff --git a/x11-fonts/noto-sans-sinhala/Makefile b/x11-fonts/noto-sans-sinhala/Makefile
index 3d0a01ecb089..9589ce0bff50 100644
--- a/x11-fonts/noto-sans-sinhala/Makefile
+++ b/x11-fonts/noto-sans-sinhala/Makefile
@@ -1,28 +1,107 @@
 PORTNAME=	noto
 PORTVERSION=	2.006
 CATEGORIES=	x11-fonts
-MASTER_SITES=	https://github.com/notofonts/sinhala/releases/download/NotoSansSinhala-v${PORTVERSION}/
+#MASTER_SITES=	https://github.com/notofonts/notofonts.github.io/raw/NotoSansSinhala-v${PORTVERSION}/fonts/ \
+#		https://github.com/notofonts/notofonts.github.io/raw/NotoSansSinhala-v${PORTVERSION}/fonts/NotoSansSinhala/hinted/ttf/:fonts
+MASTER_SITES=	https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.2.1/fonts/ \
+		https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.2.1/fonts/NotoSansSinhala/hinted/ttf/:fonts
 PKGNAMESUFFIX=	-sans-sinhala
-DISTNAME=	NotoSansSinhala-v${PORTVERSION}
-DIST_SUBDIR=	Noto
+DISTFILES=	LICENSE \
+		${FONTS:S|$|:fonts|}
+DIST_SUBDIR=	Noto/SansSinhala/${PORTVERSION}
+EXTRACT_ONLY=	# empty
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Google Noto Sans Sinhala
 WWW=		https://fonts.google.com/noto \
 		https://notofonts.github.io/ \
-		https://github.com/notofonts/sinhala
+		https://github.com/notofonts/sinhala \
+		https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansSinhala
 
 LICENSE=	OFL11
-#LICENSE_FILE=	${WRKSRC}/OFL.txt
+LICENSE_FILE=	${DISTDIR}/${DIST_SUBDIR}/LICENSE
 
-USES=		fonts zip
+USES=		fonts
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
+FONTS=		NotoSansSinhala-Black.ttf \
+		NotoSansSinhala-Bold.ttf \
+		NotoSansSinhala-Condensed.ttf \
+		NotoSansSinhala-CondensedBlack.ttf \
+		NotoSansSinhala-CondensedBold.ttf \
+		NotoSansSinhala-CondensedExtraBold.ttf \
+		NotoSansSinhala-CondensedExtraLight.ttf \
+		NotoSansSinhala-CondensedLight.ttf \
+		NotoSansSinhala-CondensedMedium.ttf \
+		NotoSansSinhala-CondensedSemiBold.ttf \
+		NotoSansSinhala-CondensedThin.ttf \
+		NotoSansSinhala-ExtraBold.ttf \
+		NotoSansSinhala-ExtraCondensed.ttf \
+		NotoSansSinhala-ExtraCondensedBlack.ttf \
+		NotoSansSinhala-ExtraCondensedBold.ttf \
+		NotoSansSinhala-ExtraCondensedExtraBold.ttf \
+		NotoSansSinhala-ExtraCondensedExtraLight.ttf \
+		NotoSansSinhala-ExtraCondensedLight.ttf \
+		NotoSansSinhala-ExtraCondensedMedium.ttf \
+		NotoSansSinhala-ExtraCondensedSemiBold.ttf \
+		NotoSansSinhala-ExtraCondensedThin.ttf \
+		NotoSansSinhala-ExtraLight.ttf \
+		NotoSansSinhala-Light.ttf \
+		NotoSansSinhala-Medium.ttf \
+		NotoSansSinhala-Regular.ttf \
+		NotoSansSinhala-SemiBold.ttf \
+		NotoSansSinhala-SemiCondensed.ttf \
+		NotoSansSinhala-SemiCondensedBlack.ttf \
+		NotoSansSinhala-SemiCondensedBold.ttf \
+		NotoSansSinhala-SemiCondensedExtraBold.ttf \
+		NotoSansSinhala-SemiCondensedExtraLight.ttf \
+		NotoSansSinhala-SemiCondensedLight.ttf \
+		NotoSansSinhala-SemiCondensedMedium.ttf \
+		NotoSansSinhala-SemiCondensedSemiBold.ttf \
+		NotoSansSinhala-SemiCondensedThin.ttf \
+		NotoSansSinhala-Thin.ttf \
+		NotoSansSinhalaUI-Black.ttf \
+		NotoSansSinhalaUI-Bold.ttf \
+		NotoSansSinhalaUI-Condensed.ttf \
+		NotoSansSinhalaUI-CondensedBlack.ttf \
+		NotoSansSinhalaUI-CondensedBold.ttf \
+		NotoSansSinhalaUI-CondensedExtraBold.ttf \
+		NotoSansSinhalaUI-CondensedExtraLight.ttf \
+		NotoSansSinhalaUI-CondensedLight.ttf \
+		NotoSansSinhalaUI-CondensedMedium.ttf \
+		NotoSansSinhalaUI-CondensedSemiBold.ttf \
+		NotoSansSinhalaUI-CondensedThin.ttf \
+		NotoSansSinhalaUI-ExtraBold.ttf \
+		NotoSansSinhalaUI-ExtraCondensed.ttf \
+		NotoSansSinhalaUI-ExtraCondensedBlack.ttf \
+		NotoSansSinhalaUI-ExtraCondensedBold.ttf \
+		NotoSansSinhalaUI-ExtraCondensedExtraBold.ttf \
+		NotoSansSinhalaUI-ExtraCondensedExtraLight.ttf \
+		NotoSansSinhalaUI-ExtraCondensedLight.ttf \
+		NotoSansSinhalaUI-ExtraCondensedMedium.ttf \
+		NotoSansSinhalaUI-ExtraCondensedSemiBold.ttf \
+		NotoSansSinhalaUI-ExtraCondensedThin.ttf \
+		NotoSansSinhalaUI-ExtraLight.ttf \
+		NotoSansSinhalaUI-Light.ttf \
+		NotoSansSinhalaUI-Medium.ttf \
+		NotoSansSinhalaUI-Regular.ttf \
+		NotoSansSinhalaUI-SemiBold.ttf \
+		NotoSansSinhalaUI-SemiCondensed.ttf \
+		NotoSansSinhalaUI-SemiCondensedBlack.ttf \
+		NotoSansSinhalaUI-SemiCondensedBold.ttf \
+		NotoSansSinhalaUI-SemiCondensedExtraBold.ttf \
+		NotoSansSinhalaUI-SemiCondensedExtraLight.ttf \
+		NotoSansSinhalaUI-SemiCondensedLight.ttf \
+		NotoSansSinhalaUI-SemiCondensedMedium.ttf \
+		NotoSansSinhalaUI-SemiCondensedSemiBold.ttf \
+		NotoSansSinhalaUI-SemiCondensedThin.ttf \
+		NotoSansSinhalaUI-Thin.ttf
+
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	${INSTALL_DATA} ${WRKSRC}/NotoSansSinhala/hinted/ttf/*.ttf ${STAGEDIR}${FONTSDIR}
+	cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>
diff --git a/x11-fonts/noto-sans-sinhala/distinfo b/x11-fonts/noto-sans-sinhala/distinfo
index fc3cae92114a..1f3467898a84 100644
--- a/x11-fonts/noto-sans-sinhala/distinfo
+++ b/x11-fonts/noto-sans-sinhala/distinfo
@@ -1,3 +1,147 @@
-TIMESTAMP = 1710676087
-SHA256 (Noto/NotoSansSinhala-v2.006.zip) = d7b37c4474c7d4d46e268b482a786a7fa1dc1add773654a8499fd4e1cf276148
-SIZE (Noto/NotoSansSinhala-v2.006.zip) = 39960320
+TIMESTAMP = 1715677682
+SHA256 (Noto/SansSinhala/2.006/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8
+SIZE (Noto/SansSinhala/2.006/LICENSE) = 4374
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Black.ttf) = 6d700037b7322a139c94944b0596d5f2614ae44a375e48ea0d74c1e826f66beb
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Black.ttf) = 358336
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Bold.ttf) = 98d23b9226a4fd7accfa45283e85dec942374d0b118b991a7e6cfc87123f2c18
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Bold.ttf) = 341216
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Condensed.ttf) = 7aacd9be0d4f4dc48e9759be581e8fdc4330856d7b2c34d5068d2ae2b8b17a0c
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Condensed.ttf) = 313748
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedBlack.ttf) = 82972ebb981addce43b54a116c3745fce55e669692de8d63859f6d41d6a2dce2
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedBlack.ttf) = 349220
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedBold.ttf) = 73ae9cfa4b5162687eb58a257b1f1fae0d8cc0fc5217329a5fe0c689005b322a
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedBold.ttf) = 351956
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedExtraBold.ttf) = 0f386a87791ae193400a5d8f87cb6abd6e54cf936d5e2354589a4e22fc9c6d70
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedExtraBold.ttf) = 350960
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedExtraLight.ttf) = 298d0ae36972c925222a1fbe5de3e05423021eb6462d1722f3a302e66005e813
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedExtraLight.ttf) = 279608
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedLight.ttf) = f86ec9b65b50a391a0ba3d572d8b6a1de2f3bb45e8c54a915f78cf250cb99d81
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedLight.ttf) = 323288
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedMedium.ttf) = 8a53997f6c0ab517f4dfa853ae535d5fa4499627f6df5e6437c3f99915e59efe
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedMedium.ttf) = 309320
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedSemiBold.ttf) = 825e87948d8482be00cb1db2f14f36a5ec1b75d8d2e4b30bf47e9bae7e59df0a
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedSemiBold.ttf) = 346652
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedThin.ttf) = 8f529e96ea5d68d788dd4a5f907609c6c02d068b0a91353cba76ce39a6f3d051
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-CondensedThin.ttf) = 283384
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraBold.ttf) = 6f80d5515ed57020bf6363607d1cca3cea194b67c39c0bf994d89c09d8d938fd
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraBold.ttf) = 346008
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensed.ttf) = 9e4c5ce95ef5fc65ee3cbb36413ad96faea09b8a263dbe083cb23d7989e2e100
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensed.ttf) = 320364
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedBlack.ttf) = e81ac0f70c718d0f77d56fbe5b54ce0dd7eabb4f820016aea7f1c10fc9077306
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedBlack.ttf) = 337040
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedBold.ttf) = 17ad1c90dbe26a20dca823b6e086be1cf3d3dff84e0eb1a012780b3527f13551
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedBold.ttf) = 360588
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedExtraBold.ttf) = fdd8a4edaa4b33be386a13a870690627a9e8ef7cb22d58b07d0df48cc75f39a3
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedExtraBold.ttf) = 340600
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedExtraLight.ttf) = 1cda319cacdeac41aa399daabe162b3e05ef2d128d27213cf1f73b92175bc912
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedExtraLight.ttf) = 278840
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedLight.ttf) = bdad60ee91b8f2e4456f9671d9683801efbeb4ff00cb095272e91b3f651a7122
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedLight.ttf) = 316840
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedMedium.ttf) = 4836366e0d8a69eec2492d0402dd9801ca6ef74971e262730f937ad8f07145eb
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedMedium.ttf) = 316608
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedSemiBold.ttf) = 21d41f0f2c1c41d91558205bca6698eaf1a073a867fce2f5ab4189f282e15aca
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedSemiBold.ttf) = 346376
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedThin.ttf) = 27a09fce50a09870ef9fad4e0c4c69088bf8bf8617a6ea50102d937274e8f827
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraCondensedThin.ttf) = 280852
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraLight.ttf) = ea6a8f011c5790c4019cd40d0338be20dbfb6099cd9f4222ff9617beb2e1f8b8
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-ExtraLight.ttf) = 293208
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Light.ttf) = 484b61b1bbb37cc3320409d48e7789eb4b2ef816969c61785242afd05229459f
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Light.ttf) = 324780
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Medium.ttf) = de4e898b9a4009b3b3a9f29943ed83555e2877bf81f46d605a30c92fc6c760ec
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Medium.ttf) = 314240
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Regular.ttf) = 493a1c9cb7151783dac21456e45ad1bec554b3361b830734dcdaf6304421dfe6
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Regular.ttf) = 308964
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiBold.ttf) = 9720e10af84bc41a2fefc4bac90e7c325e861f4465b499ebd812471e198ba359
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiBold.ttf) = 336988
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensed.ttf) = 3e5345d2257310478ee5ca84301f418961b12855f7b549b1dc2c7c7397e221c4
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensed.ttf) = 309532
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedBlack.ttf) = 06ac2c8bd350ff289a8911a90700422afd925f257c935eb40cc23b2c7cd73c63
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedBlack.ttf) = 353744
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedBold.ttf) = bedd5e2899fc576b0a1f5d361db2489230925260246a447e36dbb8a1aa86c6cf
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedBold.ttf) = 347008
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedExtraBold.ttf) = 198c220016bdf6f22b8cbf9012d76959857bbbe3846b2fc03da233422df7c59e
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedExtraBold.ttf) = 340704
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedExtraLight.ttf) = 5e3dbab7860d8ab32ef7ecc6bc1103b9f44a9c324df98e6a974ada95c95c734c
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedExtraLight.ttf) = 293496
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedLight.ttf) = 7704841b855d0991a3bbf447322127601f6223199b60001bd7f303aa7deeb953
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedLight.ttf) = 324528
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedMedium.ttf) = 5b49f4bac87a79e280620c4224d44100fd22667568424c4ffdaba93eaae23cd6
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedMedium.ttf) = 316044
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedSemiBold.ttf) = a0f27cb427b2be14c8182697387e73d23e4fa42619d3719b2027df25b83ba2d7
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedSemiBold.ttf) = 343376
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedThin.ttf) = b332cbedecd2b4b6ae74d2e294739f88460d9d102ad7981726260e0636d67e2c
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-SemiCondensedThin.ttf) = 284204
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhala-Thin.ttf) = 5ab2d21b210a3b41506385f0e1bcb7600d446a9d9ba2c38427858c5881261582
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhala-Thin.ttf) = 287384
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Black.ttf) = c04c49c75083474549538ef45624cdb1d06072d43e3d9ed5d7cf308acbcb0f85
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Black.ttf) = 358356
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Bold.ttf) = 733398c404b111232d1e36b5f83c1887ba999461dbae6d1eb86b9050bc3955cf
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Bold.ttf) = 341236
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Condensed.ttf) = bc1d82b6b3da8b140b6323ae4f16e84d4e211e85b7f8742785af8c9c232c70d3
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Condensed.ttf) = 313768
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedBlack.ttf) = 796bd4f3b94cd612a88490d61d1e4e1b6e49a95ef678b8f8012d56f0cfe02330
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedBlack.ttf) = 349240
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedBold.ttf) = 0c46412c9135c8beceafd5ca93eac10d6417d2f3771e7d55e05b0fd0c171ba82
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedBold.ttf) = 351976
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedExtraBold.ttf) = 8b143aae50524d75e397116567e57bf493d74ac39ad3295bb51d0f96022dcc19
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedExtraBold.ttf) = 350980
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedExtraLight.ttf) = cf6b67ef64d065107f8d1e53886e002b40cf8717d6e1d6d71947de5788c6c5e0
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedExtraLight.ttf) = 279628
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedLight.ttf) = d6db77c88862456b43c53158c2e0de46f003834ba6124327cc8024d8d80010ff
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedLight.ttf) = 323308
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedMedium.ttf) = f8306110974c22e263e3a19075b4b71b3f13a2d70851b23d5f0e479861b90d78
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedMedium.ttf) = 309340
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedSemiBold.ttf) = a7a4167fc94f1c51c9a3ffa4de410ec726fe5983f26f5041d7f0f9b1fb3b861d
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedSemiBold.ttf) = 346672
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedThin.ttf) = df6aa71c87d747cdfec27b175efa94f3d9d03fbc0bce7cb4ebc9b5b90f9e51c6
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-CondensedThin.ttf) = 283404
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraBold.ttf) = b06a0bd2a242c6f40434c171f79fcc909f4018586e3fb82d02625032d011cc53
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraBold.ttf) = 346028
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensed.ttf) = 906f907702e542af8d6f7589cad0e4ba52bd56cbaafbceb30ccf9c6ace25e7b2
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensed.ttf) = 320384
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedBlack.ttf) = 2f0c8a18af917a4cd8fd94a0a20b7b9ff1e48a3ddd0d8dfe832670d40b195614
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedBlack.ttf) = 337060
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedBold.ttf) = 83eb96fa74863e54bc4187978b3983215dc5b84bbccde607cb3bd924c3cf25e1
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedBold.ttf) = 360608
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedExtraBold.ttf) = 027db92158e2e8cf47c5dc806896433181d254710ecf6f10ad707cec6fb609f6
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedExtraBold.ttf) = 340620
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedExtraLight.ttf) = 26c80089ed8cf8c458b29efc8c1a4e41680941f00fc822fa70fb8bc1ca93832d
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedExtraLight.ttf) = 278860
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedLight.ttf) = 1c2415edff67e799b363056b2e06e0691b7e8e1db6e1a1026c211562cbf98b49
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedLight.ttf) = 316860
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedMedium.ttf) = 4f945ab766a43821d34f1fb8a41b7fc7ad4fe3df70b74ac52664f1856d7b064c
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedMedium.ttf) = 316628
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedSemiBold.ttf) = e8c2f5a6565baa3a6bd784198bb7485322363c4dc008aa6198800abec19c234e
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedSemiBold.ttf) = 346396
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedThin.ttf) = bb35b73a17c2ddd0639ae5a056335f2d8c8462e0c3e373a33a543afa0ddeb7d4
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraCondensedThin.ttf) = 280872
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraLight.ttf) = 524a10373729d462ef258f26570fae5528d0acc2bfdcc5107d764c03ed1940cc
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-ExtraLight.ttf) = 293228
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Light.ttf) = 08426b28d16ef0f7884bd2c6d3df9473a0f4fec9af9306e3daea84b5f86caf56
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Light.ttf) = 324800
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Medium.ttf) = 0d793f61deb4d484f37e6e3191ec6f8154c25225fd6fd66fc0668159926edb64
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Medium.ttf) = 314260
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Regular.ttf) = 2ac18d3ccaf1971f8c7c3e57397ac2996fb5ccc0b3bb64e3a73bb794d0d931f4
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Regular.ttf) = 308984
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiBold.ttf) = 5965d4758b7b8db0554fa284321317c1e3c27e9a28d51e3e6334c53680c04a4b
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiBold.ttf) = 337008
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensed.ttf) = f1126912f0c38a23718d298cf95a9f227b7880432e3061b9333381ccfb63989d
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensed.ttf) = 309552
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedBlack.ttf) = 87c7eb22e3c202abfaf2f3fcf7536c72834266dc189cc889563573249c7f1e52
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedBlack.ttf) = 353764
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedBold.ttf) = efd7f7e3af1de25eaaa1d2dc9f5222e58b983c7aae285538b970f369ef6b6874
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedBold.ttf) = 347028
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedExtraBold.ttf) = 5638303c7fad8d7b57ae0c220121db1e367e54ad17e3f4e2fa03a260cca4d6b7
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedExtraBold.ttf) = 340724
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedExtraLight.ttf) = 913183ad18ed20ac7a8b954c4f12ae92c71801d483cd201478f966dfa2fe3464
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedExtraLight.ttf) = 293516
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedLight.ttf) = c94caa340f483c09eda2f3e4aff74c7a75be357c193a7485b1b3623a87da23c0
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedLight.ttf) = 324548
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedMedium.ttf) = 6ddaca106c729b558f4b7f95f1f94a710f7f7bd403aea9ade93b9e01ebd496aa
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedMedium.ttf) = 316064
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedSemiBold.ttf) = a0d03db38e2c00fa1f12fc6fe5b74f417687591b72641469811360913a1182e1
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedSemiBold.ttf) = 343396
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedThin.ttf) = 262672d831239274d507f6950048ba40dc19f22690956a3ebafca6e2e2d16f4e
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-SemiCondensedThin.ttf) = 284224
+SHA256 (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Thin.ttf) = a557221446b77843f6864632b1f3833d90f1c0f1fe937378a8c74e4f13ff0271
+SIZE (Noto/SansSinhala/2.006/NotoSansSinhalaUI-Thin.ttf) = 287404