diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-14 00:50:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-14 00:50:01 +0800 |
commit | e4009b1356036239c5bb8c8f4e4165c537a27552 (patch) | |
tree | de9fdab11b1088b935f748f6d707b886909ca6aa | |
parent | eb0de4c9a07b7f92c692f24053a12c32c961e71c (diff) | |
download | freebsd-ports-gnome-e4009b1356036239c5bb8c8f4e4165c537a27552.tar.gz freebsd-ports-gnome-e4009b1356036239c5bb8c8f4e4165c537a27552.tar.zst freebsd-ports-gnome-e4009b1356036239c5bb8c8f4e4165c537a27552.zip |
Add emojione-color-font-ttf 1.3, color emoji font using EmojiOne Unicode
9.0.
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/emojione-color-font-ttf/Makefile | 28 | ||||
-rw-r--r-- | x11-fonts/emojione-color-font-ttf/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/emojione-color-font-ttf/pkg-descr | 9 |
4 files changed, 41 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 1be02c2f7ce5..04b9b6c2869e 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -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 diff --git a/x11-fonts/emojione-color-font-ttf/Makefile b/x11-fonts/emojione-color-font-ttf/Makefile new file mode 100644 index 000000000000..4dce5a418cb4 --- /dev/null +++ b/x11-fonts/emojione-color-font-ttf/Makefile @@ -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> diff --git a/x11-fonts/emojione-color-font-ttf/distinfo b/x11-fonts/emojione-color-font-ttf/distinfo new file mode 100644 index 000000000000..5bdbd7dfe84e --- /dev/null +++ b/x11-fonts/emojione-color-font-ttf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481646374 +SHA256 (EmojiOneColor-SVGinOT-1.3.zip) = 227145bc498aa9c8e5aa6a2b726340c0b611a24b10f09c9812cdf34d366976eb +SIZE (EmojiOneColor-SVGinOT-1.3.zip) = 2850541 diff --git a/x11-fonts/emojione-color-font-ttf/pkg-descr b/x11-fonts/emojione-color-font-ttf/pkg-descr new file mode 100644 index 000000000000..39343a466d35 --- /dev/null +++ b/x11-fonts/emojione-color-font-ttf/pkg-descr @@ -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 |