Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 12:36:55 +0200
From:      Piotr Kubaj <pkubaj@anongoth.pl>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r547600 - in head/x11-fonts: . noto-emoji
Message-ID:  <20200905103655.GA48850@KGPE-D16>
In-Reply-To: <202009051007.085A7vbt079424@repo.freebsd.org>
References:  <202009051007.085A7vbt079424@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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/s=
hare/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
>=20
> Log:
>   Add noto-emoji 2.018
>  =20
>   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 fo=
nt to
>   display the text.
>  =20
>   Google has been developing a font family called Noto, which aims to sup=
port all
>   languages with a harmonious look and feel. Noto is Google's answer to t=
ofu. The
>   name noto is to convey the idea that Google's goal is to see no more "t=
ofu".
>   Noto has multiple styles and weights, and is freely available to all. T=
he
>   comprehensive set of fonts and tools used in our development is availab=
le in our
>   GitHub repositories.
>  =20
>   This port provides the emoji fonts set.
>  =20
>   WWW: https://www.google.com/get/noto/
>   WWW: https://github.com/googlefonts/noto-emoji
>=20
> 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
>=20
> Modified: head/x11-fonts/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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 +=3D nexfontsel
>      SUBDIR +=3D noto
>      SUBDIR +=3D noto-basic
> +    SUBDIR +=3D noto-emoji
>      SUBDIR +=3D noto-extra
>      SUBDIR +=3D noto-jp
>      SUBDIR +=3D noto-kr
>=20
> Added: head/x11-fonts/noto-emoji/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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@FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=3D	noto
> +PORTVERSION=3D	2.018
> +CATEGORIES=3D	x11-fonts
> +MASTER_SITES=3D	https://github.com/googlefonts/noto-emoji/raw/v2020-07-2=
2-unicode13_0/fonts/
> +PKGNAMESUFFIX=3D	-emoji
> +DISTFILES=3D	NotoColorEmoji.ttf \
> +		NotoEmoji-Regular.ttf
> +DIST_SUBDIR=3D	Noto
> +EXTRACT_ONLY=3D	# empty
> +
> +MAINTAINER=3D	sunpoet@FreeBSD.org
> +COMMENT=3D	Google Noto Fonts family (Emoji)
> +
> +LICENSE=3D	APACHE20
> +
> +USES=3D		fonts
> +
> +NO_ARCH=3D	yes
> +NO_BUILD=3D	yes
> +
> +do-install:
> +	${MKDIR} ${STAGEDIR}${FONTSDIR}
> +	${INSTALL_DATA} ${DISTDIR}/NotoColorEmoji.ttf ${DISTDIR}/NotoEmoji-Regu=
lar.ttf ${STAGEDIR}${FONTSDIR}
> +
> +.include <bsd.port.mk>
>=20
> Added: head/x11-fonts/noto-emoji/distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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 =3D 1598970883
> +SHA256 (Noto/NotoColorEmoji.ttf) =3D 02dd5d288f404d51e12eae28e4b77ff7c70=
5047c273e096d3f7fbe4efdd28321
> +SIZE (Noto/NotoColorEmoji.ttf) =3D 9723244
> +SHA256 (Noto/NotoEmoji-Regular.ttf) =3D 415dc6290378574135b64c808dc640c1=
df7531973290c4970c51fdeb849cb0c5
> +SIZE (Noto/NotoEmoji-Regular.ttf) =3D 418804
>=20
> Added: head/x11-fonts/noto-emoji/pkg-descr
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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 fon=
t to
> +display the text.
> +
> +Google has been developing a font family called Noto, which aims to supp=
ort all
> +languages with a harmonious look and feel. Noto is Google's answer to to=
fu. The
> +name noto is to convey the idea that Google's goal is to see no more "to=
fu".
> +Noto has multiple styles and weights, and is freely available to all. The
> +comprehensive set of fonts and tools used in our development is availabl=
e 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
>=20
> Added: head/x11-fonts/noto-emoji/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- /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

--vkogqOf2sHV7VnPd
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl9TakcACgkQelmbhSCD
nJ0viA//SHZqgm6baniNgCXDupoL5eeNa52BKJv1WfGtmZf8Anlrd9EWwN8PRsu0
Tok+BMbVwG2FGtxkiFNu0fNcttsuLtfbvJqveHsvt8dhfxKoGrrS0qlf36wFz/j2
pjie5u9TATxDkS8ZpHp744hXQnKzieH0MV7s668ar0bCZOKcv/lgZiwlPzBjnBeV
4Iux6HeSWU0w/zha1DyI2lXmx/xv1Hn5iSqEpkvoJ8CRgdpEIO0Fz3lE2Hpp7cPR
v2LYFU7qSVMT+lStxx9gMr9a3AuE/02HGQBHdtvW/Iy3P6YhBBvkh58p8/RF7x5h
eT4vHm+1Yrx7cUpILLaOytSQ9DqpQnRwPqUBIBLs9moArmMCtEiT3YjbepTjQJiI
f0mN+zl6vpXD8Y84tvqwTTNiUYFswM3ZdB6CEXhPRGZXPjnydVNOS3TQHlmOustm
9gYgEBGgQIbPB7bn2xHxQ5zNvaLxu8SYTCFdXF0udR6bZIMlojyLYNQO/Th0E6DF
lpYs+OFKYbWiCy1EiX/2L2EF6g7KlB3uHo+TZpjoMAzoBlHWQgx27oaBOmDl9PaS
bolvGVa7FwQ3cvPCSmFSd4BUaf6J7UXmrHjSBFnXwxO3G9508dVXQSq9va70lb7B
cmsDE/hbNSUyA95iIJpFALiPOevoKedLeVgsOvl2VRSsBXiiCKk=
=elUb
-----END PGP SIGNATURE-----

--vkogqOf2sHV7VnPd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200905103655.GA48850>