Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 19:25:05 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491379 - in head/x11-fonts: . material-icons-ttf material-icons-ttf/files
Message-ID:  <201901271925.x0RJP5pr096491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan 27 19:25:05 2019
New Revision: 491379
URL: https://svnweb.freebsd.org/changeset/ports/491379

Log:
  x11-fonts/material-icons-ttf: create port
  
  Official Material Design icon set from Google.
  The icons are designed according to the official Material Design
  guidelines at https://material.io/design
  
  WWW: https://jossef.github.io/material-design-icons-iconfont
  
  PR:		235198
  Submitted by:	voidanix <voidanix@420blaze.it>
  Differential Revision:	https://reviews.freebsd.org/D18862

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jan 27 19:15:31 2019	(r491378)
+++ head/x11-fonts/Makefile	Sun Jan 27 19:25:05 2019	(r491379)
@@ -143,6 +143,7 @@
     SUBDIR += lohit
     SUBDIR += manu-gothica
     SUBDIR += materialdesign-ttf
+    SUBDIR += material-icons-ttf
     SUBDIR += meslo
     SUBDIR += mgopen
     SUBDIR += mkbold

Added: head/x11-fonts/material-icons-ttf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/material-icons-ttf/Makefile	Sun Jan 27 19:25:05 2019	(r491379)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	material-icons
+DISTVERSION=	4.0.4
+CATEGORIES=	x11-fonts
+PKGNAMESUFFIX=	-ttf
+
+MAINTAINER=	voidanix@420blaze.it
+COMMENT=	Material Design icon set from Google
+
+LICENSE=	CC-BY-4.0
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=	fonts
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${FONTSDIR}/MaterialIcons-Regular.ttf
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	jossef
+GH_PROJECT=	material-design-icons-iconfont
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/dist/fonts/*.ttf ${STAGEDIR}${FONTSDIR}/
+
+.include <bsd.port.mk>

Added: head/x11-fonts/material-icons-ttf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/material-icons-ttf/distinfo	Sun Jan 27 19:25:05 2019	(r491379)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547679303
+SHA256 (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 91d4e65155f6bdc45434e0212f6dc8b78977702764b4958295f4141fc09b7f76
+SIZE (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 289893

Added: head/x11-fonts/material-icons-ttf/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/material-icons-ttf/files/pkg-message.in	Sun Jan 27 19:25:05 2019	(r491379)
@@ -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/material-icons-ttf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/material-icons-ttf/pkg-descr	Sun Jan 27 19:25:05 2019	(r491379)
@@ -0,0 +1,5 @@
+Official Material Design icon set from Google.
+The icons are designed according to the official Material Design
+guidelines at https://material.io/design
+
+WWW: https://jossef.github.io/material-design-icons-iconfont



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