From owner-svn-ports-all@freebsd.org Fri May 11 16:03:46 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 7B826FDCD14; Fri, 11 May 2018 16:03:46 +0000 (UTC) (envelope-from tobik@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 2D22F6A995; Fri, 11 May 2018 16:03:46 +0000 (UTC) (envelope-from tobik@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 0E3C511C91; Fri, 11 May 2018 16:03:46 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4BG3jtq011151; Fri, 11 May 2018 16:03:45 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BG3jTO011147; Fri, 11 May 2018 16:03:45 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805111603.w4BG3jTO011147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 11 May 2018 16:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469647 - in head/x11-fonts: . gofont-ttf X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-fonts: . gofont-ttf X-SVN-Commit-Revision: 469647 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.25 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: Fri, 11 May 2018 16:03:46 -0000 Author: tobik Date: Fri May 11 16:03:44 2018 New Revision: 469647 URL: https://svnweb.freebsd.org/changeset/ports/469647 Log: New port: x11-fonts/gofont-ttf The Go font family includes proportional- and fixed-width faces in normal, bold, and italic renderings. The fonts have been tested for technical uses, particularly programming. Go source code looks particularly good when displayed in Go fonts, as its name implies, with things like punctuation characters easily distinguishable and operators lined up and placed consistently. WWW: https://blog.golang.org/go-fonts Added: head/x11-fonts/gofont-ttf/ head/x11-fonts/gofont-ttf/Makefile (contents, props changed) head/x11-fonts/gofont-ttf/distinfo (contents, props changed) head/x11-fonts/gofont-ttf/pkg-descr (contents, props changed) head/x11-fonts/gofont-ttf/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri May 11 15:45:57 2018 (r469646) +++ head/x11-fonts/Makefile Fri May 11 16:03:44 2018 (r469647) @@ -108,6 +108,7 @@ SUBDIR += gfe SUBDIR += gnu-unifont SUBDIR += gnu-unifont-ttf + SUBDIR += gofont-ttf SUBDIR += gohufont SUBDIR += google-fonts SUBDIR += hack-font Added: head/x11-fonts/gofont-ttf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/gofont-ttf/Makefile Fri May 11 16:03:44 2018 (r469647) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= gofont-ttf +DISTVERSION= g20180511 +CATEGORIES= x11-fonts + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Go font family + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/font/gofont/ttfs/README + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= golang +GH_PROJECT= image +GH_TAGNAME= f315e440302883054d0c2bd85486878cb4f8572c + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/font/gofont/ttfs/*.ttf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/gofont-ttf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/gofont-ttf/distinfo Fri May 11 16:03:44 2018 (r469647) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526053840 +SHA256 (golang-image-g20180511-f315e440302883054d0c2bd85486878cb4f8572c_GH0.tar.gz) = d769a0fe33e4a6a88d8a3507cd7ae653cd2f8a420faeb9ddfd9c970a3acf69a6 +SIZE (golang-image-g20180511-f315e440302883054d0c2bd85486878cb4f8572c_GH0.tar.gz) = 4817487 Added: head/x11-fonts/gofont-ttf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/gofont-ttf/pkg-descr Fri May 11 16:03:44 2018 (r469647) @@ -0,0 +1,8 @@ +The Go font family includes proportional- and fixed-width faces in +normal, bold, and italic renderings. The fonts have been tested +for technical uses, particularly programming. Go source code looks +particularly good when displayed in Go fonts, as its name implies, with +things like punctuation characters easily distinguishable and operators +lined up and placed consistently. + +WWW: https://blog.golang.org/go-fonts Added: head/x11-fonts/gofont-ttf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/gofont-ttf/pkg-plist Fri May 11 16:03:44 2018 (r469647) @@ -0,0 +1,12 @@ +%%FONTSDIR%%/Go-Bold-Italic.ttf +%%FONTSDIR%%/Go-Bold.ttf +%%FONTSDIR%%/Go-Italic.ttf +%%FONTSDIR%%/Go-Medium-Italic.ttf +%%FONTSDIR%%/Go-Medium.ttf +%%FONTSDIR%%/Go-Mono-Bold-Italic.ttf +%%FONTSDIR%%/Go-Mono-Bold.ttf +%%FONTSDIR%%/Go-Mono-Italic.ttf +%%FONTSDIR%%/Go-Mono.ttf +%%FONTSDIR%%/Go-Regular.ttf +%%FONTSDIR%%/Go-Smallcaps-Italic.ttf +%%FONTSDIR%%/Go-Smallcaps.ttf