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

Collapse All | Expand All

(-)x11-fonts/linden-hill/Makefile (+31 lines)
Line 0 Link Here
1
# Created by: Florian Limberger <flo@snakeoilproductions.net>
2
# $FreeBSD$
3
4
PORTNAME=	linden-hill
5
DISTVERSION=	g20110526
6
CATEGORIES=	x11-fonts
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	Digital version of Frederic Goudy’s Deepdene
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=	a3f7ae6
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
22
PLIST_FILES=	${FONTSDIR}/"Linden Hill Italic.otf" \
23
		${FONTSDIR}/"Linden Hill.otf"
24
25
do-install:
26
	${MKDIR} ${STAGEDIR}${FONTSDIR}
27
	${INSTALL_DATA} ${WRKSRC}/"Linden Hill Italic.otf".otf \
28
		"Linden Hill.otf" \
29
		${STAGEDIR}${FONTSDIR}
30
31
.include <bsd.port.mk>
(-)x11-fonts/linden-hill/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535659680
2
SHA256 (theleagueof-linden-hill-g20110526-a3f7ae6_GH0.tar.gz) = c650611b0b9a7e9ed0026fc045d9830c44beb5522973343a988cb90c2c61b30c
3
SIZE (theleagueof-linden-hill-g20110526-a3f7ae6_GH0.tar.gz) = 813411
(-)x11-fonts/linden-hill/pkg-descr (+4 lines)
Line 0 Link Here
1
Linden Hill is a digital version of Frederic Goudy's Deepdene. The package
2
includes roman and italic.
3
4
WWW: https://www.theleagueofmoveabletype.com/linden-hill

Return to bug 231305