From owner-svn-ports-all@freebsd.org Tue Oct 9 08:50:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7F810C6027; Tue, 9 Oct 2018 08:50:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FE887DA7A; Tue, 9 Oct 2018 08:50:14 +0000 (UTC) (envelope-from miwi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CE157CAE; Tue, 9 Oct 2018 08:50:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w998oD28039775; Tue, 9 Oct 2018 08:50:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w998oC3n039767; Tue, 9 Oct 2018 08:50:12 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201810090850.w998oC3n039767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 9 Oct 2018 08:50:12 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/x11-fonts: . materialdesign-ttf materialdesign-ttf/files X-SVN-Commit-Revision: 481613 X-SVN-Commit-Repository: ports 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.27 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: Tue, 09 Oct 2018 08:50:14 -0000 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 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