Received: by mail.netbsd.org (Postfix, from userid 605) id 2AAB284D2A; Fri, 30 Nov 2018 15:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 31C5C84CD6 for ; Fri, 30 Nov 2018 15:46:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Hq-ufhMPjRPW for ; Fri, 30 Nov 2018 15:46:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3DFF084CD0 for ; Fri, 30 Nov 2018 15:46:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 371ABFB1F; Fri, 30 Nov 2018 15:46:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154359280868050" MIME-Version: 1.0 Date: Fri, 30 Nov 2018 15:46:48 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181130154648.371ABFB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154359280868050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Nov 30 15:46:48 UTC 2018 Modified Files: pkgsrc/fonts: Makefile Added Files: pkgsrc/fonts/twemoji-color-font-ttf: DESCR Makefile PLIST distinfo Log Message: twemoji-color-font-ttf: Import version 11.2.0 A color and B&W emoji SVGinOT font built from the Twitter Emoji for Everyone artwork with support for ZWJ, skin tone diversity and country flags. The font works in all operating systems, but will currently only show color emoji in Firefox and Thunderbird. This is not a limitation of the font, but of the operating systems and applications. Regular B&W outline emoji are included for backwards/fallback compatibility. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 pkgsrc/fonts/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/twemoji-color-font-ttf/DESCR \ pkgsrc/fonts/twemoji-color-font-ttf/Makefile \ pkgsrc/fonts/twemoji-color-font-ttf/PLIST \ pkgsrc/fonts/twemoji-color-font-ttf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154359280868050 Content-Disposition: inline Content-Length: 3303 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/Makefile diff -u pkgsrc/fonts/Makefile:1.319 pkgsrc/fonts/Makefile:1.320 --- pkgsrc/fonts/Makefile:1.319 Tue Jul 3 06:00:25 2018 +++ pkgsrc/fonts/Makefile Fri Nov 30 15:46:47 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.319 2018/07/03 06:00:25 maya Exp $ +# $NetBSD: Makefile,v 1.320 2018/11/30 15:46:47 nia Exp $ # COMMENT= Fonts @@ -816,6 +816,7 @@ SUBDIR+= ttf2pt1 SUBDIR+= ttfdump SUBDIR+= ttftot42 SUBDIR+= ttmkfdir2 +SUBDIR+= twemoji-color-font-ttf SUBDIR+= type1inst SUBDIR+= ubuntu-fonts SUBDIR+= umefont-ttf Added files: Index: pkgsrc/fonts/twemoji-color-font-ttf/DESCR diff -u /dev/null pkgsrc/fonts/twemoji-color-font-ttf/DESCR:1.1 --- /dev/null Fri Nov 30 15:46:48 2018 +++ pkgsrc/fonts/twemoji-color-font-ttf/DESCR Fri Nov 30 15:46:48 2018 @@ -0,0 +1,8 @@ +A color and B&W emoji SVGinOT font built from the Twitter Emoji +for Everyone artwork with support for ZWJ, skin tone diversity and +country flags. + +The font works in all operating systems, but will currently only +show color emoji in Firefox and Thunderbird. This is not a limitation +of the font, but of the operating systems and applications. Regular +B&W outline emoji are included for backwards/fallback compatibility. Index: pkgsrc/fonts/twemoji-color-font-ttf/Makefile diff -u /dev/null pkgsrc/fonts/twemoji-color-font-ttf/Makefile:1.1 --- /dev/null Fri Nov 30 15:46:48 2018 +++ pkgsrc/fonts/twemoji-color-font-ttf/Makefile Fri Nov 30 15:46:48 2018 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2018/11/30 15:46:48 nia Exp $ + +PKGNAME= twemoji-color-font-ttf-11.2.0 +DISTNAME= TwitterColorEmoji-SVGinOT-Linux-${PKGVERSION_NOREV} +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_GITHUB:=eosrei/} +GITHUB_PROJECT= twemoji-color-font +GITHUB_RELEASE= v${PKGVERSION_NOREV} + +MAINTAINER= nia@NetBSD.org +HOMEPAGE= https://github.com/eosrei/twemoji-color-font +COMMENT= Twitter color emoji SVGinOT font +LICENSE= cc-by-v4.0 AND mit + +USE_LANGUAGES= # none +NO_BUILD= yes + +INSTALLATION_DIRS+= share/fonts/X11/TTF + +do-install: + ${INSTALL_DATA} ${WRKSRC}/TwitterColorEmoji-SVGinOT.ttf \ + ${DESTDIR}${PREFIX}/share/fonts/X11/TTF + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/twemoji-color-font-ttf/PLIST diff -u /dev/null pkgsrc/fonts/twemoji-color-font-ttf/PLIST:1.1 --- /dev/null Fri Nov 30 15:46:48 2018 +++ pkgsrc/fonts/twemoji-color-font-ttf/PLIST Fri Nov 30 15:46:48 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/11/30 15:46:48 nia Exp $ +share/fonts/X11/TTF/TwitterColorEmoji-SVGinOT.ttf Index: pkgsrc/fonts/twemoji-color-font-ttf/distinfo diff -u /dev/null pkgsrc/fonts/twemoji-color-font-ttf/distinfo:1.1 --- /dev/null Fri Nov 30 15:46:48 2018 +++ pkgsrc/fonts/twemoji-color-font-ttf/distinfo Fri Nov 30 15:46:48 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/11/30 15:46:48 nia Exp $ + +SHA1 (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 12b9e7fd78c2204988d0dff2efd60e37445fea08 +RMD160 (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 41587f81efaaaef05129bffaed719d614b95e17e +SHA512 (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 552f68fe531dd3003c11825075712d98c2d38b617006d76b8ee2866163bc4c29db11f1ddb97eb0630ceb5f3a69478b3ef1389e5004d7bba26d0bb252292b487b +Size (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 4711875 bytes --_----------=_154359280868050--