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

Collapse All | Expand All

(-)x11-fonts/courier-prime/Makefile (+25 lines)
Line 0 Link Here
1
PORTNAME=	courier-prime
2
PORTVERSION=	20180831
3
CATEGORIES=	x11-fonts
4
MASTER_SITES=	http://quoteunquoteapps.com/downloads/
5
DISTNAME=	${PORTNAME}
6
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	It’s Courier, just better.
10
11
LICENSE=	OFL11
12
LICENSE_FILE=	${WRKSRC}/Courier\ Prime/LICENSE/OFL.txt
13
14
USES=		fonts zip
15
NO_ARCH=	yes
16
NO_BUILD=	yes
17
NO_WRKSUBDIR=	yes
18
19
do-install:
20
	${MKDIR} ${STAGEDIR}${DOCSDIR}
21
	cd ${WRKSRC} && ${INSTALL_DATA} Courier\ Prime/Read\ me.txt ${STAGEDIR}${DOCSDIR}
22
	${MKDIR} ${STAGEDIR}${FONTSDIR}
23
	cd ${WRKSRC} && ${INSTALL_DATA} Courier\ Prime/*.ttf ${STAGEDIR}${FONTSDIR}
24
25
.include <bsd.port.mk>
(-)x11-fonts/courier-prime/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535739612
2
SHA256 (courier-prime-20180831/courier-prime.zip) = d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73
3
SIZE (courier-prime-20180831/courier-prime.zip) = 193595
(-)x11-fonts/courier-prime/pkg-descr (+5 lines)
Line 0 Link Here
1
Since the beginning, screenplays have been written in Courier. Its uniformity allows filmmakers to make handy comparisons and estimates, such as 1 page = 1 minute of screen time.
2
But there’s no reason Courier has to look terrible. We set out to make the best damn Courier ever.
3
We call it Courier Prime.
4
5
WWW: https://quoteunquoteapps.com/courierprime
(-)x11-fonts/courier-prime/pkg-plist (+5 lines)
Line 0 Link Here
1
%%DOCSDIR%%/Read me.txt
2
%%FONTSDIR%%/Courier Prime Bold Italic.ttf
3
%%FONTSDIR%%/Courier Prime Bold.ttf
4
%%FONTSDIR%%/Courier Prime Italic.ttf
5
%%FONTSDIR%%/Courier Prime.ttf

Return to bug 231312