Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 19:08:39 +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: r491377 - in head/x11-fonts: . fanwood
Message-ID:  <201901271908.x0RJ8dhO085589@repo.freebsd.org>

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

Log:
  x11-fonts/fanwood: create port
  
  A serif based on the work of a famous Czech-American type designer of
  yesteryear.
  
  WWW: https://www.theleagueofmoveabletype.com/fanwood
  
  PR:		231308
  Submitted by:	Florian Limberger <flo@snakeoilproductions.net>

Added:
  head/x11-fonts/fanwood/
  head/x11-fonts/fanwood/Makefile   (contents, props changed)
  head/x11-fonts/fanwood/distinfo   (contents, props changed)
  head/x11-fonts/fanwood/pkg-descr   (contents, props changed)
  head/x11-fonts/fanwood/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile   (contents, props changed)

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jan 27 18:30:27 2019	(r491376)
+++ head/x11-fonts/Makefile	Sun Jan 27 19:08:39 2019	(r491377)
@@ -42,6 +42,7 @@
     SUBDIR += encodings
     SUBDIR += exo
     SUBDIR += fantasque-sans-mono
+    SUBDIR += fanwood
     SUBDIR += farsifonts
     SUBDIR += fifteen
     SUBDIR += fira

Added: head/x11-fonts/fanwood/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fanwood/Makefile	Sun Jan 27 19:08:39 2019	(r491377)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	fanwood
+DISTVERSION=	g20110526
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	flo@snakeoilproductions.net
+COMMENT=	Serif based on the work of a famous Czech-American type designer
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	theleagueof
+GH_TAGNAME=	cbaaed9
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/fanwood/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fanwood/distinfo	Sun Jan 27 19:08:39 2019	(r491377)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535658890
+SHA256 (theleagueof-fanwood-g20110526-cbaaed9_GH0.tar.gz) = bf52ac2bd79df0ee7e43f7a4724a6f6b5d16cb21687a6b53ac0505a03b518248
+SIZE (theleagueof-fanwood-g20110526-cbaaed9_GH0.tar.gz) = 2678598

Added: head/x11-fonts/fanwood/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fanwood/pkg-descr	Sun Jan 27 19:08:39 2019	(r491377)
@@ -0,0 +1,4 @@
+A serif based on the work of a famous Czech-American type designer of
+yesteryear.
+
+WWW: https://www.theleagueofmoveabletype.com/fanwood

Added: head/x11-fonts/fanwood/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fanwood/pkg-plist	Sun Jan 27 19:08:39 2019	(r491377)
@@ -0,0 +1,4 @@
+%%FONTSDIR%%/Fanwood Italic.otf
+%%FONTSDIR%%/Fanwood Text Italic.otf
+%%FONTSDIR%%/Fanwood Text.otf
+%%FONTSDIR%%/Fanwood.otf



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