diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-29 07:57:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-29 07:57:18 +0000 |
commit | 58c2545324e27efa1a04dd59c2fae4e22fbb868a (patch) | |
tree | 4ed7464bbbd3f3645fa4d25728753d1fbe4b9fdd /fonts | |
parent | 0f796f4e5b25665e6ae1b1c51f38b278982eeb72 (diff) | |
download | pkgsrc-58c2545324e27efa1a04dd59c2fae4e22fbb868a.tar.gz |
Import courier-prime-1.203 as fonts/courier-prime.
It's Courier, just better.
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.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/courier-prime/DESCR | 10 | ||||
-rw-r--r-- | fonts/courier-prime/Makefile | 33 | ||||
-rw-r--r-- | fonts/courier-prime/PLIST | 6 | ||||
-rw-r--r-- | fonts/courier-prime/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/fonts/courier-prime/DESCR b/fonts/courier-prime/DESCR new file mode 100644 index 00000000000..72dd222dbc0 --- /dev/null +++ b/fonts/courier-prime/DESCR @@ -0,0 +1,10 @@ +It's Courier, just better. + +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. diff --git a/fonts/courier-prime/Makefile b/fonts/courier-prime/Makefile new file mode 100644 index 00000000000..1edfb980c27 --- /dev/null +++ b/fonts/courier-prime/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2013/01/29 07:57:18 wiz Exp $ +# + +DISTNAME= courier-prime +# version number comes from include readme. +PKGNAME= ${DISTNAME}-1.203 +CATEGORIES= fonts +MASTER_SITES= http://quoteunquoteapps.com/downloads/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://quoteunquoteapps.com/courierprime/ +COMMENT= Fixed-width font designed for screenplays +LICENSE= open-font-license + +DIST_SUBDIR= ${PKGNAME_NOREV} + +USE_LANGUAGES= # none + +FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF +INSTALLATION_DIRS= ${FONTS_DIRS.ttf} +INSTALLATION_DIRS+= share/doc/courier-prime + +post-extract: + cd ${WRKDIR} && mv "Courier Prime" ${DISTNAME} + +do-configure: +do-build: +do-install: + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf} + ${INSTALL_DATA} ${WRKSRC}/*txt ${DESTDIR}${PREFIX}/share/doc/courier-prime + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/courier-prime/PLIST b/fonts/courier-prime/PLIST new file mode 100644 index 00000000000..fa72cd5f2a3 --- /dev/null +++ b/fonts/courier-prime/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/29 07:57:18 wiz Exp $ +lib/X11/fonts/TTF/Courier Prime Bold Italic.ttf +lib/X11/fonts/TTF/Courier Prime Bold.ttf +lib/X11/fonts/TTF/Courier Prime Italic.ttf +lib/X11/fonts/TTF/Courier Prime.ttf +share/doc/courier-prime/Read me.txt diff --git a/fonts/courier-prime/distinfo b/fonts/courier-prime/distinfo new file mode 100644 index 00000000000..b6309f46500 --- /dev/null +++ b/fonts/courier-prime/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/29 07:57:18 wiz Exp $ + +SHA1 (courier-prime-1.203/courier-prime.zip) = 05e3c5fb937d44f8b2dd9b5705df98812ed73711 +RMD160 (courier-prime-1.203/courier-prime.zip) = e02c8414efd407ee86c7339a10cdc704a0e965b8 +Size (courier-prime-1.203/courier-prime.zip) = 193595 bytes |