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

Collapse All | Expand All

(-)x11-fonts/fanwood/Makefile (+27 lines)
Line 0 Link Here
1
PORTNAME=	fanwood
2
DISTVERSION=	g20110526
3
CATEGORIES=	x11-fonts
4
5
MAINTAINER=	flo@snakeoilproductions.net
6
COMMENT=	A serif based on the work of a famous Czech-American type \
7
		designer of yesteryear. 
8
9
LICENSE=	OFL11
10
LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
11
12
USES=		fonts
13
NO_ARCH=	yes
14
NO_BUILD=	yes
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	theleagueof
18
GH_PROJECT=	fanwood
19
GH_TAGNAME=	cbaaed9
20
21
do-install:
22
	${MKDIR} ${STAGEDIR}${DOCSDIR}
23
	cd ${WRKSRC} && ${INSTALL_DATA} readme.markdown ${STAGEDIR}${DOCSDIR}
24
	${MKDIR} ${STAGEDIR}${FONTSDIR}
25
	cd ${WRKSRC} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
26
27
.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 (+1 lines)
Line 0 Link Here
1
 A serif based on the work of a famous Czech-American type designer of yesteryear.
(-)x11-fonts/fanwood/pkg-plist (+5 lines)
Line 0 Link Here
1
%%DOCSDIR%%/readme.markdown
2
%%FONTSDIR%%/Fanwood Italic.otf
3
%%FONTSDIR%%/Fanwood Text Italic.otf
4
%%FONTSDIR%%/Fanwood Text.otf
5
%%FONTSDIR%%/Fanwood.otf

Return to bug 231308