From owner-svn-ports-all@freebsd.org Thu Oct 18 07:13:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66E8F10D1920; Thu, 18 Oct 2018 07:13:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB5B7FBED; Thu, 18 Oct 2018 07:13:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F29141C99B; Thu, 18 Oct 2018 07:13:33 +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 w9I7DXJY092130; Thu, 18 Oct 2018 07:13:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9I7DX1q092126; Thu, 18 Oct 2018 07:13:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810180713.w9I7DX1q092126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 18 Oct 2018 07:13:33 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/x11-fonts: . twemoji-color-font-ttf X-SVN-Commit-Revision: 482328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 07:13:34 -0000 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 +# $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 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