From owner-svn-ports-head@freebsd.org Sat Sep 5 10:07:58 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0DC23E6A64; Sat, 5 Sep 2020 10:07:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bk9GQ4V8Vz4DmW; Sat, 5 Sep 2020 10:07:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 795BC1C219; Sat, 5 Sep 2020 10:07:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 085A7wmT079428; Sat, 5 Sep 2020 10:07:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 085A7vbt079424; Sat, 5 Sep 2020 10:07:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009051007.085A7vbt079424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Sep 2020 10:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547600 - in head/x11-fonts: . noto-emoji X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/x11-fonts: . noto-emoji X-SVN-Commit-Revision: 547600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2020 10:07:58 -0000 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 +# $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@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 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