git: c7e177a5a6eb - main - x11-fonts/noto-sans-mono-basic: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 18:21:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7e177a5a6eb4280732530fed29f347b8b67c12d commit c7e177a5a6eb4280732530fed29f347b8b67c12d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 18:19:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 18:19:13 +0000 x11-fonts/noto-sans-mono-basic: Remove obsoleted port Use x11-fonts/noto-sans-mono instead. --- MOVED | 1 + x11-fonts/Makefile | 1 - x11-fonts/noto-sans-mono-basic/Makefile | 32 -------------------------------- x11-fonts/noto-sans-mono-basic/distinfo | 3 --- x11-fonts/noto-sans-mono-basic/pkg-descr | 12 ------------ 5 files changed, 1 insertion(+), 48 deletions(-) diff --git a/MOVED b/MOVED index 4be6ac344351..0282160095fd 100644 --- a/MOVED +++ b/MOVED @@ -3244,3 +3244,4 @@ www/py-dj42-drf-writable-nested|www/py-drf-writable-nested|2024-05-12|Renamed af 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 +x11-fonts/noto-sans-mono-basic|x11-fonts/noto-sans-mono|2024-05-13|Remove obsoleted port. Use x11-fonts/noto-sans-mono instead diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index b52867425bb2..06a4d6a6bde3 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -212,7 +212,6 @@ SUBDIR += noto-sans-kr SUBDIR += noto-sans-lao SUBDIR += noto-sans-mono - SUBDIR += noto-sans-mono-basic SUBDIR += noto-sans-mono-extra SUBDIR += noto-sans-myanmar SUBDIR += noto-sans-sc diff --git a/x11-fonts/noto-sans-mono-basic/Makefile b/x11-fonts/noto-sans-mono-basic/Makefile deleted file mode 100644 index 70ea7da621e2..000000000000 --- a/x11-fonts/noto-sans-mono-basic/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.014 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSansMono-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-mono-basic -DISTNAME= NotoSansMono-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans Mono (Basic) -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 - -PLIST_FILES= ${FONTSDIR}/NotoSansMono-Bold.ttf \ - ${FONTSDIR}/NotoSansMono-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansMono/hinted/ttf/NotoSansMono-Bold.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansMono/hinted/ttf/NotoSansMono-Regular.ttf ${STAGEDIR}${FONTSDIR} - -.include <bsd.port.mk> diff --git a/x11-fonts/noto-sans-mono-basic/distinfo b/x11-fonts/noto-sans-mono-basic/distinfo deleted file mode 100644 index 38cea560f37e..000000000000 --- a/x11-fonts/noto-sans-mono-basic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676083 -SHA256 (Noto/NotoSansMono-v2.014.zip) = 090cf6c5e03f337a755630ca888b1fef463e64ae7b33ee134e9309c05f978732 -SIZE (Noto/NotoSansMono-v2.014.zip) = 31592998 diff --git a/x11-fonts/noto-sans-mono-basic/pkg-descr b/x11-fonts/noto-sans-mono-basic/pkg-descr deleted file mode 100644 index 0361f789fd43..000000000000 --- a/x11-fonts/noto-sans-mono-basic/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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 basic fonts set of Noto Sans Mono.