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

Collapse All | Expand All

(-)x11-fonts/fanwood/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: Florian Limberger <flo@snakeoilproductions.net>
2
# $FreeBSD$
3
4
PORTNAME=	fanwood
5
DISTVERSION=	g20110526
6
CATEGORIES=	x11-fonts
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	Serif based on the work of a famous Czech-American type designer
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=	cbaaed9
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
26
.include <bsd.port.mk>
(-)x11-fonts/fanwood/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535658890
2
SHA256 (theleagueof-fanwood-g20110526-cbaaed9_GH0.tar.gz) = bf52ac2bd79df0ee7e43f7a4724a6f6b5d16cb21687a6b53ac0505a03b518248
3
SIZE (theleagueof-fanwood-g20110526-cbaaed9_GH0.tar.gz) = 2678598
(-)x11-fonts/fanwood/pkg-descr (+4 lines)
Line 0 Link Here
1
 A serif based on the work of a famous Czech-American type designer of
2
 yesteryear.
3
4
 WWW: https://www.theleagueofmoveabletype.com/fanwood
(-)x11-fonts/fanwood/pkg-plist (+4 lines)
Line 0 Link Here
1
%%FONTSDIR%%/Fanwood Italic.otf
2
%%FONTSDIR%%/Fanwood Text Italic.otf
3
%%FONTSDIR%%/Fanwood Text.otf
4
%%FONTSDIR%%/Fanwood.otf

Return to bug 231308