Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 19:32:28 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491380 - in head/x11-fonts: . courier-prime
Message-ID:  <201901271932.x0RJWSmS001586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan 27 19:32:27 2019
New Revision: 491380
URL: https://svnweb.freebsd.org/changeset/ports/491380

Log:
  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>

Added:
  head/x11-fonts/courier-prime/
  head/x11-fonts/courier-prime/Makefile   (contents, props changed)
  head/x11-fonts/courier-prime/distinfo   (contents, props changed)
  head/x11-fonts/courier-prime/pkg-descr   (contents, props changed)
  head/x11-fonts/courier-prime/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile   (contents, props changed)

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jan 27 19:25:05 2019	(r491379)
+++ head/x11-fonts/Makefile	Sun Jan 27 19:32:27 2019	(r491380)
@@ -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

Added: head/x11-fonts/courier-prime/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/courier-prime/Makefile	Sun Jan 27 19:32:27 2019	(r491380)
@@ -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>

Added: head/x11-fonts/courier-prime/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/courier-prime/distinfo	Sun Jan 27 19:32:27 2019	(r491380)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548617263
+SHA256 (courier-prime-g20180831/courier-prime.zip) = d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73
+SIZE (courier-prime-g20180831/courier-prime.zip) = 193595

Added: head/x11-fonts/courier-prime/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/courier-prime/pkg-descr	Sun Jan 27 19:32:27 2019	(r491380)
@@ -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

Added: head/x11-fonts/courier-prime/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/courier-prime/pkg-plist	Sun Jan 27 19:32:27 2019	(r491380)
@@ -0,0 +1,4 @@
+%%FONTSDIR%%/Courier Prime Bold Italic.ttf
+%%FONTSDIR%%/Courier Prime Bold.ttf
+%%FONTSDIR%%/Courier Prime Italic.ttf
+%%FONTSDIR%%/Courier Prime.ttf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271932.x0RJWSmS001586>