diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-28 03:32:27 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-28 03:32:27 +0800 |
commit | a18bc34a0f04cd56a452cd376628e1abb34e4e06 (patch) | |
tree | c14a8238ce87bd221a151d0168ef6b7f2aeef8f6 /x11-fonts | |
parent | 993f739571b7a826314f9613468dc9fe399a7ab7 (diff) | |
download | freebsd-ports-gnome-a18bc34a0f04cd56a452cd376628e1abb34e4e06.tar.gz freebsd-ports-gnome-a18bc34a0f04cd56a452cd376628e1abb34e4e06.tar.zst freebsd-ports-gnome-a18bc34a0f04cd56a452cd376628e1abb34e4e06.zip |
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 <flo@snakeoilproductions.net>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/courier-prime/Makefile | 26 | ||||
-rw-r--r-- | x11-fonts/courier-prime/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/courier-prime/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/courier-prime/pkg-plist | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 3693f5d168d3..8b54a2ba22dd 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -28,6 +28,7 @@ SUBDIR += comfortaa-ttf SUBDIR += comic-neue SUBDIR += consolamono-ttf + SUBDIR += courier-prime SUBDIR += croscorefonts-fonts-ttf SUBDIR += crosextrafonts-caladea-ttf SUBDIR += crosextrafonts-carlito-ttf 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 <bsd.port.mk> 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 |