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

Collapse All | Expand All

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

Return to bug 231312