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>
This commit is contained in:
parent
993f739571
commit
a18bc34a0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491380
@ -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
|
||||
|
26
x11-fonts/courier-prime/Makefile
Normal file
26
x11-fonts/courier-prime/Makefile
Normal file
@ -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>
|
3
x11-fonts/courier-prime/distinfo
Normal file
3
x11-fonts/courier-prime/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1548617263
|
||||
SHA256 (courier-prime-g20180831/courier-prime.zip) = d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73
|
||||
SIZE (courier-prime-g20180831/courier-prime.zip) = 193595
|
6
x11-fonts/courier-prime/pkg-descr
Normal file
6
x11-fonts/courier-prime/pkg-descr
Normal file
@ -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
|
4
x11-fonts/courier-prime/pkg-plist
Normal file
4
x11-fonts/courier-prime/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%FONTSDIR%%/Courier Prime Bold Italic.ttf
|
||||
%%FONTSDIR%%/Courier Prime Bold.ttf
|
||||
%%FONTSDIR%%/Courier Prime Italic.ttf
|
||||
%%FONTSDIR%%/Courier Prime.ttf
|
Loading…
Reference in New Issue
Block a user