Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2018 07:13:33 +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: r482328 - in head/x11-fonts: . twemoji-color-font-ttf
Message-ID:  <201810180713.w9I7DX1q092126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct 18 07:13:32 2018
New Revision: 482328
URL: https://svnweb.freebsd.org/changeset/ports/482328

Log:
  Add twemoji-color-font-ttf 1.4, color emoji font using Twitter Unicode
  10.
  
  PR:		230688 (based on)

Added:
  head/x11-fonts/twemoji-color-font-ttf/
  head/x11-fonts/twemoji-color-font-ttf/Makefile   (contents, props changed)
  head/x11-fonts/twemoji-color-font-ttf/distinfo   (contents, props changed)
  head/x11-fonts/twemoji-color-font-ttf/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Oct 18 06:24:37 2018	(r482327)
+++ head/x11-fonts/Makefile	Thu Oct 18 07:13:32 2018	(r482328)
@@ -189,6 +189,7 @@
     SUBDIR += tlwg-ttf
     SUBDIR += tmu
     SUBDIR += tv-fonts
+    SUBDIR += twemoji-color-font-ttf
     SUBDIR += ubuntu-font
     SUBDIR += urwfonts
     SUBDIR += urwfonts-ttf

Added: head/x11-fonts/twemoji-color-font-ttf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/twemoji-color-font-ttf/Makefile	Thu Oct 18 07:13:32 2018	(r482328)
@@ -0,0 +1,29 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	twemoji-color-font-ttf
+PORTVERSION=	1.4
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://github.com/eosrei/twemoji-color-font/releases/download/v${PORTVERSION}/
+DISTNAME=	TwitterColorEmoji-SVGinOT-Linux-${PORTVERSION}
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Color emoji font using Twitter Unicode 10
+
+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
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+PLIST_FILES=	${FONTSDIR}/TwitterColorEmoji-SVGinOT.ttf
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
+
+.include <bsd.port.mk>

Added: head/x11-fonts/twemoji-color-font-ttf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/twemoji-color-font-ttf/distinfo	Thu Oct 18 07:13:32 2018	(r482328)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539765716
+SHA256 (TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz) = 8f982e09a163372d85e653c8fe7b074c0267b0cc38f73f5c3bff6a6f1aa4c1dc
+SIZE (TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz) = 4428872

Added: head/x11-fonts/twemoji-color-font-ttf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/twemoji-color-font-ttf/pkg-descr	Thu Oct 18 07:13:32 2018	(r482328)
@@ -0,0 +1,4 @@
+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.
+
+WWW: https://github.com/eosrei/twemoji-color-font



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