From owner-svn-ports-all@freebsd.org Sat Nov 26 10:34:33 2016 Return-Path: Delivered-To: svn-ports-all@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 E990EC55DF4; Sat, 26 Nov 2016 10:34:33 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id 806C619ED; Sat, 26 Nov 2016 10:34:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQAYW8l046591; Sat, 26 Nov 2016 10:34:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQAYWLn046585; Sat, 26 Nov 2016 10:34:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611261034.uAQAYWLn046585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Nov 2016 10:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427151 - in head/x11-fonts: . sourceserifpro-ttf sourceserifpro-ttf/files X-SVN-Group: ports-head 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.23 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: Sat, 26 Nov 2016 10:34:34 -0000 Author: sunpoet Date: Sat Nov 26 10:34:31 2016 New Revision: 427151 URL: https://svnweb.freebsd.org/changeset/ports/427151 Log: - Add sourceserifpro-ttf 1.017 Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro family. WWW: https://github.com/adobe-fonts/source-serif-pro Added: head/x11-fonts/sourceserifpro-ttf/ head/x11-fonts/sourceserifpro-ttf/Makefile (contents, props changed) head/x11-fonts/sourceserifpro-ttf/distinfo (contents, props changed) head/x11-fonts/sourceserifpro-ttf/files/ head/x11-fonts/sourceserifpro-ttf/files/pkg-message.in (contents, props changed) head/x11-fonts/sourceserifpro-ttf/pkg-descr (contents, props changed) head/x11-fonts/sourceserifpro-ttf/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sat Nov 26 10:34:27 2016 (r427150) +++ head/x11-fonts/Makefile Sat Nov 26 10:34:31 2016 (r427151) @@ -165,6 +165,7 @@ SUBDIR += showfont SUBDIR += sourcecodepro-ttf SUBDIR += sourcesanspro-ttf + SUBDIR += sourceserifpro-ttf SUBDIR += stix-fonts SUBDIR += suxus SUBDIR += symbola Added: head/x11-fonts/sourceserifpro-ttf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/Makefile Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= sourceserifpro-ttf +PORTVERSION= 1.017 +DISTVERSIONSUFFIX= R +CATEGORIES= x11-fonts + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Set of fonts by Adobe designed for UI + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +NO_BUILD= yes +USES= fonts + +FONTNAME= SourceSerifPro +SUB_FILES= pkg-message + +GH_ACCOUNT= adobe-fonts +GH_PROJECT= source-serif-pro +USE_GITHUB= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/ + +.include Added: head/x11-fonts/sourceserifpro-ttf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/distinfo Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480144409 +SHA256 (adobe-fonts-source-serif-pro-1.017R_GH0.tar.gz) = 2f4f75b53983a399472e6972829de4e9a4aac76ad70bd111688e50c97d240212 +SIZE (adobe-fonts-source-serif-pro-1.017R_GH0.tar.gz) = 1528897 Added: head/x11-fonts/sourceserifpro-ttf/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/files/pkg-message.in Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,5 @@ +You can start using the fonts by following these instructions: + +Add the following line to the "Files" section of your x.org configuration file: + + FontPath "%%FONTSDIR%%/" Added: head/x11-fonts/sourceserifpro-ttf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/pkg-descr Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,4 @@ +Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro +family. + +WWW: https://github.com/adobe-fonts/source-serif-pro Added: head/x11-fonts/sourceserifpro-ttf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/sourceserifpro-ttf/pkg-plist Sat Nov 26 10:34:31 2016 (r427151) @@ -0,0 +1,6 @@ +%%FONTSDIR%%/SourceSerifPro-Black.ttf +%%FONTSDIR%%/SourceSerifPro-Bold.ttf +%%FONTSDIR%%/SourceSerifPro-ExtraLight.ttf +%%FONTSDIR%%/SourceSerifPro-Light.ttf +%%FONTSDIR%%/SourceSerifPro-Regular.ttf +%%FONTSDIR%%/SourceSerifPro-Semibold.ttf