Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 16:03:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
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
Message-ID:  <201805111603.w4BG3jTO011147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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