Verified Commit 85a79e24 authored by sunpoet's avatar sunpoet
Browse files

x11-fonts/noto-sans-extra: Remove obsoleted port

Use x11-fonts/noto-sans instead.
parent cf032824
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3243,3 +3243,4 @@ www/py-dj42-djangorestframework-guardian|www/py-djangorestframework-guardian|202
www/py-dj42-drf-writable-nested|www/py-drf-writable-nested|2024-05-12|Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme
textproc/py-rss2gen|textproc/py-pyrss2gen|2024-05-13|Move textproc/py-rss2gen to textproc/py-pyrss2gen
x11-fonts/noto-sans-basic|x11-fonts/noto-sans|2024-05-13|Remove obsoleted port. Use x11-fonts/noto-sans instead
x11-fonts/noto-sans-extra|x11-fonts/noto-sans|2024-05-13|Remove obsoleted port. Use x11-fonts/noto-sans instead
+0 −1
Original line number Diff line number Diff line
@@ -204,7 +204,6 @@
    SUBDIR += noto-sans-cherokee
    SUBDIR += noto-sans-devanagari
    SUBDIR += noto-sans-ethiopic
    SUBDIR += noto-sans-extra
    SUBDIR += noto-sans-georgian
    SUBDIR += noto-sans-hebrew
    SUBDIR += noto-sans-hk
+0 −34
Original line number Diff line number Diff line
PORTNAME=	noto
PORTVERSION=	2.013
CATEGORIES=	x11-fonts
MASTER_SITES=	https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSans-v${PORTVERSION}/
PKGNAMESUFFIX=	-sans-extra
DISTNAME=	NotoSans-v${PORTVERSION}
DIST_SUBDIR=	Noto

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Google Noto Sans (Extra)
WWW=		https://fonts.google.com/noto \
		https://notofonts.github.io/ \
		https://github.com/notofonts/latin-greek-cyrillic

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

USES=		fonts zip

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

post-patch:
	@${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Bold.ttf
	@${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-BoldItalic.ttf
	@${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Italic.ttf
	@${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Regular.ttf

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

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1710676063
SHA256 (Noto/NotoSans-v2.013.zip) = 9fd595dd701d7ea103a9ba8a9cfdcf0c35c5574ef754fecabe718eadad8bccde
SIZE (Noto/NotoSans-v2.013.zip) = 124008613
+0 −12
Original line number Diff line number Diff line
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 extra fonts set of Noto Sans.
Loading