Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 16:50:01 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
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
Message-ID:  <201612131650.uBDGo1He020219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ehaupt@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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