View | Details | Raw Unified | Return to bug 231304 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fonts/league-gothic/Makefile (+25 lines)
Line 0 Link Here
1
# Created by: Florian Limberger <flo@snakeoilproductions.net>
2
# $FreeBSD$
3
4
PORTNAME=	league-gothic
5
DISTVERSION=	g20140319
6
CATEGORIES=	x11-fonts
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	Revival of an old classic, Alternate Gothic \#1
10
11
LICENSE=	OFL11
12
LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
13
14
USES=		fonts
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	theleagueof
17
GH_TAGNAME=	e6dce21
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
22
do-install:
23
	${MKDIR} ${STAGEDIR}${FONTSDIR}
24
	${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
25
.include <bsd.port.mk>
(-)x11-fonts/league-gothic/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535660365
2
SHA256 (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 82980efeda0ee3828d416a59a7dfb819db1c7d1214bcc05579f320e09c389230
3
SIZE (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 1985687
(-)x11-fonts/league-gothic/pkg-descr (+6 lines)
Line 0 Link Here
1
League Gothic is a revival of an old classic, Alternate Gothic #1. It was
2
originally designed by Morris Fuller Benton for the American Type Founders
3
Company in 1903. The company went bankrupt in 1993, and since the original
4
typeface was created before 1923, the typeface is in the public domain.
5
6
WWW: https://www.theleagueofmoveabletype.com/league-gothic
(-)x11-fonts/league-gothic/pkg-plist (+4 lines)
Line 0 Link Here
1
%%FONTSDIR%%/LeagueGothic-CondensedItalic.otf
2
%%FONTSDIR%%/LeagueGothic-CondensedRegular.otf
3
%%FONTSDIR%%/LeagueGothic-Italic.otf
4
%%FONTSDIR%%/LeagueGothic-Regular.otf

Return to bug 231304