From owner-svn-ports-head@freebsd.org Tue Dec 13 16:50:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC210C7526C; Tue, 13 Dec 2016 16:50:02 +0000 (UTC) (envelope-from ehaupt@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 mx1.freebsd.org (Postfix) with ESMTPS id B677DA7C; Tue, 13 Dec 2016 16:50:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBDGo1f9020222; Tue, 13 Dec 2016 16:50:01 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBDGo1He020219; Tue, 13 Dec 2016 16:50:01 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612131650.uBDGo1He020219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 13 Dec 2016 16:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428510 - in head/x11-fonts: . emojione-color-font-ttf X-SVN-Group: ports-head 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.23 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: Tue, 13 Dec 2016 16:50:03 -0000 Author: ehaupt Date: Tue Dec 13 16:50:01 2016 New Revision: 428510 URL: https://svnweb.freebsd.org/changeset/ports/428510 Log: Add emojione-color-font-ttf 1.3, color emoji font using EmojiOne Unicode 9.0. Added: head/x11-fonts/emojione-color-font-ttf/ head/x11-fonts/emojione-color-font-ttf/Makefile (contents, props changed) head/x11-fonts/emojione-color-font-ttf/distinfo (contents, props changed) head/x11-fonts/emojione-color-font-ttf/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue Dec 13 16:34:08 2016 (r428509) +++ head/x11-fonts/Makefile Tue Dec 13 16:50:01 2016 (r428510) @@ -37,6 +37,7 @@ SUBDIR += doulos-compact SUBDIR += droid-fonts-ttf SUBDIR += ecofont + SUBDIR += emojione-color-font-ttf SUBDIR += encodings SUBDIR += exo SUBDIR += fantasque-sans-mono Added: head/x11-fonts/emojione-color-font-ttf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/emojione-color-font-ttf/Makefile Tue Dec 13 16:50:01 2016 (r428510) @@ -0,0 +1,28 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= emojione-color-font-ttf +PORTVERSION= 1.3 +CATEGORIES= x11-fonts +MASTER_SITES= http://github.com/eosrei/emojione-color-font/releases/download/v${PORTVERSION}/ +DISTNAME= EmojiOneColor-SVGinOT-${PORTVERSION} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Color emoji font using EmojiOne Unicode 9.0 + +LICENSE= CC-BY-4.0 MIT +LICENSE_COMB= multi +LICENSE_FILE_CC-BY-4.0+= ${WRKSRC}/LICENSE-CC-BY.txt +LICENSE_FILE_MIT+= ${WRKSRC}/LICENSE-MIT.txt + +USES= fonts zip +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= %%FONTSDIR%%/EmojiOneColor-SVGinOT.ttf + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/ + +.include Added: head/x11-fonts/emojione-color-font-ttf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/emojione-color-font-ttf/distinfo Tue Dec 13 16:50:01 2016 (r428510) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481646374 +SHA256 (EmojiOneColor-SVGinOT-1.3.zip) = 227145bc498aa9c8e5aa6a2b726340c0b611a24b10f09c9812cdf34d366976eb +SIZE (EmojiOneColor-SVGinOT-1.3.zip) = 2850541 Added: head/x11-fonts/emojione-color-font-ttf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/emojione-color-font-ttf/pkg-descr Tue Dec 13 16:50:01 2016 (r428510) @@ -0,0 +1,9 @@ +A color and B&W emoji SVGinOT font built from EmojiOne 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, Thunderbird and other Mozilla Gecko-based applications. 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. + +WWW: https://github.com/eosrei/emojione-color-font