From owner-svn-ports-head@freebsd.org Thu Jul 2 03:26:12 2015 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 09514992647; Thu, 2 Jul 2015 03:26:12 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CFAD8281C; Thu, 2 Jul 2015 03:26:11 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t623QBDq049150; Thu, 2 Jul 2015 03:26:11 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t623QBaq049147; Thu, 2 Jul 2015 03:26:11 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201507020326.t623QBaq049147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 2 Jul 2015 03:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391127 - head/x11-fonts/noto 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.20 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: Thu, 02 Jul 2015 03:26:12 -0000 Author: kevlo Date: Thu Jul 2 03:26:10 2015 New Revision: 391127 URL: https://svnweb.freebsd.org/changeset/ports/391127 Log: Include Noto emoji. PR: 201251 Submitted by: Sascha Brawer Modified: head/x11-fonts/noto/Makefile head/x11-fonts/noto/distinfo head/x11-fonts/noto/pkg-plist Modified: head/x11-fonts/noto/Makefile ============================================================================== --- head/x11-fonts/noto/Makefile Wed Jul 1 22:17:28 2015 (r391126) +++ head/x11-fonts/noto/Makefile Thu Jul 2 03:26:10 2015 (r391127) @@ -2,12 +2,15 @@ PORTNAME= noto PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ - +MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \ + https://github.com/googlei18n/noto-emoji/raw/master/:emoji DISTNAME= ${PORTNAME:S|n|N|}-hinted +DISTFILES= ${DISTNAME}.zip NotoEmoji-Regular.ttf:emoji +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= kevlo@FreeBSD.org +MAINTAINE= kevlo@FreeBSD.org COMMENT= Google font family LICENSE= APACHE20 OFL11 @@ -17,6 +20,9 @@ USES= fonts zip NO_BUILD= yes NO_WRKSUBDIR= yes +post-extract: + ${CP} ${DISTDIR}/NotoEmoji-Regular.ttf ${WRKDIR} + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/noto/distinfo ============================================================================== --- head/x11-fonts/noto/distinfo Wed Jul 1 22:17:28 2015 (r391126) +++ head/x11-fonts/noto/distinfo Thu Jul 2 03:26:10 2015 (r391127) @@ -1,2 +1,4 @@ SHA256 (Noto-hinted.zip) = 718d87249d90a5c1db9fcaef635bc4e98fbd112519703dece3c09ebb6c88624e SIZE (Noto-hinted.zip) = 380364279 +SHA256 (NotoEmoji-Regular.ttf) = a24fc856d48a3a1054ec0ed4511a4026f0381e8727fc4caa59fb8d3938a46637 +SIZE (NotoEmoji-Regular.ttf) = 441468 Modified: head/x11-fonts/noto/pkg-plist ============================================================================== --- head/x11-fonts/noto/pkg-plist Wed Jul 1 22:17:28 2015 (r391126) +++ head/x11-fonts/noto/pkg-plist Thu Jul 2 03:26:10 2015 (r391127) @@ -1,3 +1,4 @@ +%%FONTSDIR%%/NotoEmoji-Regular.ttf %%FONTSDIR%%/NotoKufiArabic-Bold.ttf %%FONTSDIR%%/NotoKufiArabic-Regular.ttf %%FONTSDIR%%/NotoNaskhArabic-Bold.ttf