From a18bc34a0f04cd56a452cd376628e1abb34e4e06 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 27 Jan 2019 19:32:27 +0000 Subject: x11-fonts/courier-prime: create port 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. But there's no reason Courier has to look terrible. We set out to make the best damn Courier ever. We call it Courier Prime. WWW: https://quoteunquoteapps.com/courierprime PR: 231312 Submitted by: Florian Limberger --- x11-fonts/courier-prime/Makefile | 26 ++++++++++++++++++++++++++ x11-fonts/courier-prime/distinfo | 3 +++ x11-fonts/courier-prime/pkg-descr | 6 ++++++ x11-fonts/courier-prime/pkg-plist | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 x11-fonts/courier-prime/Makefile create mode 100644 x11-fonts/courier-prime/distinfo create mode 100644 x11-fonts/courier-prime/pkg-descr create mode 100644 x11-fonts/courier-prime/pkg-plist (limited to 'x11-fonts/courier-prime') diff --git a/x11-fonts/courier-prime/Makefile b/x11-fonts/courier-prime/Makefile new file mode 100644 index 000000000000..072676a229fb --- /dev/null +++ b/x11-fonts/courier-prime/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= courier-prime +PORTVERSION= g20180831 +CATEGORIES= x11-fonts +MASTER_SITES= http://quoteunquoteapps.com/downloads/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= It\'s Courier, just better + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/"Courier Prime/LICENSE/OFL.txt" + +USES= fonts zip + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/"Courier Prime"/*.ttf ${STAGEDIR}${FONTSDIR} + +.include diff --git a/x11-fonts/courier-prime/distinfo b/x11-fonts/courier-prime/distinfo new file mode 100644 index 000000000000..41c2e5ece7e3 --- /dev/null +++ b/x11-fonts/courier-prime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1548617263 +SHA256 (courier-prime-g20180831/courier-prime.zip) = d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73 +SIZE (courier-prime-g20180831/courier-prime.zip) = 193595 diff --git a/x11-fonts/courier-prime/pkg-descr b/x11-fonts/courier-prime/pkg-descr new file mode 100644 index 000000000000..76970a2c63eb --- /dev/null +++ b/x11-fonts/courier-prime/pkg-descr @@ -0,0 +1,6 @@ +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. But there's no reason Courier has to look terrible. We +set out to make the best damn Courier ever. We call it Courier Prime. + +WWW: https://quoteunquoteapps.com/courierprime diff --git a/x11-fonts/courier-prime/pkg-plist b/x11-fonts/courier-prime/pkg-plist new file mode 100644 index 000000000000..61e79f802749 --- /dev/null +++ b/x11-fonts/courier-prime/pkg-plist @@ -0,0 +1,4 @@ +%%FONTSDIR%%/Courier Prime Bold Italic.ttf +%%FONTSDIR%%/Courier Prime Bold.ttf +%%FONTSDIR%%/Courier Prime Italic.ttf +%%FONTSDIR%%/Courier Prime.ttf -- cgit v1.2.3