svn commit: r427151 - in head/x11-fonts: . sourceserifpro-ttf sourceserifpro-ttf/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 26 10:34:34 UTC 2016


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sourceserifpro-ttf
+PORTVERSION=	1.017
+DISTVERSIONSUFFIX=	R
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list