svn commit: r547600 - in head/x11-fonts: . noto-emoji

Piotr Kubaj pkubaj at anongoth.pl
Sat Sep 5 10:37:01 UTC 2020


It doesn't stage:
install  -m 0644 /portdistfiles/NotoColorEmoji.ttf /portdistfiles/NotoEmoji-Regular.ttf /wrkdirs/usr/ports/x11-fonts/noto-emoji/work/stage/usr/local/share/fonts/noto
install: /portdistfiles/NotoColorEmoji.ttf: No such file or directory

On 20-09-05 10:07:57, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Sat Sep  5 10:07:57 2020
> New Revision: 547600
> URL: https://svnweb.freebsd.org/changeset/ports/547600
> 
> Log:
>   Add noto-emoji 2.018
>   
>   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 emoji fonts set.
>   
>   WWW: https://www.google.com/get/noto/
>   WWW: https://github.com/googlefonts/noto-emoji
> 
> Added:
>   head/x11-fonts/noto-emoji/
>   head/x11-fonts/noto-emoji/Makefile   (contents, props changed)
>   head/x11-fonts/noto-emoji/distinfo   (contents, props changed)
>   head/x11-fonts/noto-emoji/pkg-descr   (contents, props changed)
>   head/x11-fonts/noto-emoji/pkg-plist   (contents, props changed)
> Modified:
>   head/x11-fonts/Makefile
> 
> Modified: head/x11-fonts/Makefile
> ==============================================================================
> --- head/x11-fonts/Makefile	Sat Sep  5 10:04:18 2020	(r547599)
> +++ head/x11-fonts/Makefile	Sat Sep  5 10:07:57 2020	(r547600)
> @@ -168,6 +168,7 @@
>      SUBDIR += nexfontsel
>      SUBDIR += noto
>      SUBDIR += noto-basic
> +    SUBDIR += noto-emoji
>      SUBDIR += noto-extra
>      SUBDIR += noto-jp
>      SUBDIR += noto-kr
> 
> Added: head/x11-fonts/noto-emoji/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-fonts/noto-emoji/Makefile	Sat Sep  5 10:07:57 2020	(r547600)
> @@ -0,0 +1,28 @@
> +# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=	noto
> +PORTVERSION=	2.018
> +CATEGORIES=	x11-fonts
> +MASTER_SITES=	https://github.com/googlefonts/noto-emoji/raw/v2020-07-22-unicode13_0/fonts/
> +PKGNAMESUFFIX=	-emoji
> +DISTFILES=	NotoColorEmoji.ttf \
> +		NotoEmoji-Regular.ttf
> +DIST_SUBDIR=	Noto
> +EXTRACT_ONLY=	# empty
> +
> +MAINTAINER=	sunpoet at FreeBSD.org
> +COMMENT=	Google Noto Fonts family (Emoji)
> +
> +LICENSE=	APACHE20
> +
> +USES=		fonts
> +
> +NO_ARCH=	yes
> +NO_BUILD=	yes
> +
> +do-install:
> +	${MKDIR} ${STAGEDIR}${FONTSDIR}
> +	${INSTALL_DATA} ${DISTDIR}/NotoColorEmoji.ttf ${DISTDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR}
> +
> +.include <bsd.port.mk>
> 
> Added: head/x11-fonts/noto-emoji/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-fonts/noto-emoji/distinfo	Sat Sep  5 10:07:57 2020	(r547600)
> @@ -0,0 +1,5 @@
> +TIMESTAMP = 1598970883
> +SHA256 (Noto/NotoColorEmoji.ttf) = 02dd5d288f404d51e12eae28e4b77ff7c705047c273e096d3f7fbe4efdd28321
> +SIZE (Noto/NotoColorEmoji.ttf) = 9723244
> +SHA256 (Noto/NotoEmoji-Regular.ttf) = 415dc6290378574135b64c808dc640c1df7531973290c4970c51fdeb849cb0c5
> +SIZE (Noto/NotoEmoji-Regular.ttf) = 418804
> 
> Added: head/x11-fonts/noto-emoji/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-fonts/noto-emoji/pkg-descr	Sat Sep  5 10:07:57 2020	(r547600)
> @@ -0,0 +1,15 @@
> +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 emoji fonts set.
> +
> +WWW: https://www.google.com/get/noto/
> +WWW: https://github.com/googlefonts/noto-emoji
> 
> Added: head/x11-fonts/noto-emoji/pkg-plist
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/x11-fonts/noto-emoji/pkg-plist	Sat Sep  5 10:07:57 2020	(r547600)
> @@ -0,0 +1,2 @@
> +%%FONTSDIR%%/NotoColorEmoji.ttf
> +%%FONTSDIR%%/NotoEmoji-Regular.ttf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200905/b78069ec/attachment.sig>


More information about the svn-ports-head mailing list