Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 07:25:11 +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: r491129 - in head/x11-fonts: . league-gothic
Message-ID:  <201901250725.x0P7PBM7089704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Jan 25 07:25:10 2019
New Revision: 491129
URL: https://svnweb.freebsd.org/changeset/ports/491129

Log:
  New port: x11-fonts/league-gothic
  
  League Gothic is a revival of an old classic, Alternate Gothic #1. It was
  originally designed by Morris Fuller Benton for the American Type Founders
  Company in 1903. The company went bankrupt in 1993, and since the original
  typeface was created before 1923, the typeface is in the public domain.
  
  WWW: https://www.theleagueofmoveabletype.com/league-gothic
  
  PR:		231304
  Submitted by:	Florian Limberger <flo@snakeoilproductions.net>

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Fri Jan 25 07:21:20 2019	(r491128)
+++ head/x11-fonts/Makefile	Fri Jan 25 07:25:10 2019	(r491129)
@@ -120,6 +120,7 @@
     SUBDIR += junicode
     SUBDIR += kaputa
     SUBDIR += khmeros
+    SUBDIR += league-gothic
     SUBDIR += lfpfonts-fix
     SUBDIR += lfpfonts-var
     SUBDIR += libFS

Added: head/x11-fonts/league-gothic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/league-gothic/Makefile	Fri Jan 25 07:25:10 2019	(r491129)
@@ -0,0 +1,25 @@
+# Created by: Florian Limberger <flo@snakeoilproductions.net>
+# $FreeBSD$
+
+PORTNAME=	league-gothic
+DISTVERSION=	g20140319
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	flo@snakeoilproductions.net
+COMMENT=	Revival of an old classic, Alternate Gothic \#1
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	theleagueof
+GH_TAGNAME=	e6dce21
+
+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/league-gothic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/league-gothic/distinfo	Fri Jan 25 07:25:10 2019	(r491129)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535660365
+SHA256 (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 82980efeda0ee3828d416a59a7dfb819db1c7d1214bcc05579f320e09c389230
+SIZE (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 1985687

Added: head/x11-fonts/league-gothic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/league-gothic/pkg-descr	Fri Jan 25 07:25:10 2019	(r491129)
@@ -0,0 +1,6 @@
+League Gothic is a revival of an old classic, Alternate Gothic #1. It was
+originally designed by Morris Fuller Benton for the American Type Founders
+Company in 1903. The company went bankrupt in 1993, and since the original
+typeface was created before 1923, the typeface is in the public domain.
+
+WWW: https://www.theleagueofmoveabletype.com/league-gothic

Added: head/x11-fonts/league-gothic/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/league-gothic/pkg-plist	Fri Jan 25 07:25:10 2019	(r491129)
@@ -0,0 +1,4 @@
+%%FONTSDIR%%/LeagueGothic-CondensedItalic.otf
+%%FONTSDIR%%/LeagueGothic-CondensedRegular.otf
+%%FONTSDIR%%/LeagueGothic-Italic.otf
+%%FONTSDIR%%/LeagueGothic-Regular.otf



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