Date: Wed, 6 Apr 2016 01:51:23 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412594 - in head/x11-fonts: . noto-lite Message-ID: <201604060151.u361pNs2034690@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Wed Apr 6 01:51:23 2016 New Revision: 412594 URL: https://svnweb.freebsd.org/changeset/ports/412594 Log: Add port x11-fonts/noto-lite slave port. PR: 206085 Submitted by: Axel Gonzalez <loox at e-shell.net> Added: head/x11-fonts/noto-lite/ head/x11-fonts/noto-lite/Makefile (contents, props changed) head/x11-fonts/noto-lite/distinfo (contents, props changed) head/x11-fonts/noto-lite/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Wed Apr 6 01:50:02 2016 (r412593) +++ head/x11-fonts/Makefile Wed Apr 6 01:51:23 2016 (r412594) @@ -139,6 +139,7 @@ SUBDIR += moveable-type-fonts SUBDIR += nexfontsel SUBDIR += noto + SUBDIR += noto-lite SUBDIR += nucleus SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF Added: head/x11-fonts/noto-lite/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-lite/Makefile Wed Apr 6 01:51:23 2016 (r412594) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= noto +PORTVERSION= 1.0.4 +CATEGORIES= x11-fonts +MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \ + https://github.com/googlei18n/noto-emoji/raw/master/:emoji +PKGNAMESUFFIX= -lite +DISTNAME= ${PORTNAME:S|n|N|}-hinted +DISTFILES= ${DISTNAME}.zip NotoEmoji-Regular.ttf:emoji +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Google font family - lite version + +LICENSE= APACHE20 OFL11 +LICENSE_COMB= multi + +USES= fonts zip +NO_BUILD= yes +NO_WRKSUBDIR= yes + +CONFLICTS_INSTALL= noto* + +LIST= NotoEmoji-Regular.ttf NotoSans-Bold.ttf NotoSans-BoldItalic.ttf NotoSans-Italic.ttf NotoSans-Regular.ttf NotoSansLinearB-Regular.ttf NotoSansSymbols-Regular.ttf NotoSerif-Bold.ttf NotoSerif-BoldItalic.ttf NotoSerif-Italic.ttf NotoSerif-Regular.ttf + +.for f in ${LIST} +PLIST_FILES+= ${FONTSDIR}/${f} +.endfor + +post-extract: + ${CP} ${DISTDIR}/NotoEmoji-Regular.ttf ${WRKSRC} + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} +.for f in ${LIST} + cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${STAGEDIR}${FONTSDIR} +.endfor + +.include <bsd.port.mk> Added: head/x11-fonts/noto-lite/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-lite/distinfo Wed Apr 6 01:51:23 2016 (r412594) @@ -0,0 +1,4 @@ +SHA256 (Noto-hinted.zip) = 718d87249d90a5c1db9fcaef635bc4e98fbd112519703dece3c09ebb6c88624e +SIZE (Noto-hinted.zip) = 380364279 +SHA256 (NotoEmoji-Regular.ttf) = a24fc856d48a3a1054ec0ed4511a4026f0381e8727fc4caa59fb8d3938a46637 +SIZE (NotoEmoji-Regular.ttf) = 441468 Added: head/x11-fonts/noto-lite/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/noto-lite/pkg-descr Wed Apr 6 01:51:23 2016 (r412594) @@ -0,0 +1,5 @@ +Noto is Google's font family that aims to support all the world's languages. +Its design goal is to achieve visual harmonization across languages. +This is the light version. + +WWW: http://www.google.com/get/noto/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604060151.u361pNs2034690>