Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2018 08:50:12 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481613 - in head/x11-fonts: . materialdesign-ttf materialdesign-ttf/files
Message-ID:  <201810090850.w998oC3n039767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Oct  9 08:50:12 2018
New Revision: 481613
URL: https://svnweb.freebsd.org/changeset/ports/481613

Log:
  - Added new port x11-fonts/materialdesign-ttf
  
  Webfont distribution for the Material Design Icons.
  
  WWW: https://materialdesignicons.com/
  
  Sponsored by:	iXsystems Inc.

Added:
  head/x11-fonts/materialdesign-ttf/
  head/x11-fonts/materialdesign-ttf/Makefile   (contents, props changed)
  head/x11-fonts/materialdesign-ttf/distinfo   (contents, props changed)
  head/x11-fonts/materialdesign-ttf/files/
  head/x11-fonts/materialdesign-ttf/files/pkg-message.in   (contents, props changed)
  head/x11-fonts/materialdesign-ttf/pkg-descr   (contents, props changed)
  head/x11-fonts/materialdesign-ttf/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Tue Oct  9 08:46:28 2018	(r481612)
+++ head/x11-fonts/Makefile	Tue Oct  9 08:50:12 2018	(r481613)
@@ -137,6 +137,7 @@
     SUBDIR += linuxlibertine-g
     SUBDIR += lohit
     SUBDIR += manu-gothica
+    SUBDIR += materialdesign-ttf
     SUBDIR += meslo
     SUBDIR += mgopen
     SUBDIR += mkbold

Added: head/x11-fonts/materialdesign-ttf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/materialdesign-ttf/Makefile	Tue Oct  9 08:50:12 2018	(r481613)
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME=	materialdesign
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.8.94
+CATEGORIES=	x11-fonts
+PKGNAMESUFFIX=	-ttf
+
+MAINTAINER=	miwi@FreeBSD.org
+COMMENT=	Material Design Webfont
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/license.md
+
+USES=	fonts
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Templarian
+GH_PROJECT=	MaterialDesign-Webfont
+
+PORTSCOUT=	skipv:variable-fonts
+
+FONTNAME=	MaterialDesign-Webfont
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${STAGEDIR}${FONTSDIR}/
+
+.include <bsd.port.mk>

Added: head/x11-fonts/materialdesign-ttf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/materialdesign-ttf/distinfo	Tue Oct  9 08:50:12 2018	(r481613)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539073077
+SHA256 (Templarian-MaterialDesign-Webfont-v2.8.94_GH0.tar.gz) = e1c222c916b3e23618c35efcae2898dfefc7975281e426968f0375f7fe73346e
+SIZE (Templarian-MaterialDesign-Webfont-v2.8.94_GH0.tar.gz) = 1360487

Added: head/x11-fonts/materialdesign-ttf/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/materialdesign-ttf/files/pkg-message.in	Tue Oct  9 08:50:12 2018	(r481613)
@@ -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/materialdesign-ttf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/materialdesign-ttf/pkg-descr	Tue Oct  9 08:50:12 2018	(r481613)
@@ -0,0 +1,3 @@
+Webfont distribution for the Material Design Icons.
+
+WWW: https://materialdesignicons.com/

Added: head/x11-fonts/materialdesign-ttf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/materialdesign-ttf/pkg-plist	Tue Oct  9 08:50:12 2018	(r481613)
@@ -0,0 +1 @@
+%%FONTSDIR%%/materialdesignicons-webfont.ttf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810090850.w998oC3n039767>