From owner-svn-ports-head@freebsd.org Sun Jan 27 19:32:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFACC14BA44A; Sun, 27 Jan 2019 19:32:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 557EC81208; Sun, 27 Jan 2019 19:32:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AECCCA8F; Sun, 27 Jan 2019 19:32:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0RJWTBk001594; Sun, 27 Jan 2019 19:32:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0RJWSmS001586; Sun, 27 Jan 2019 19:32:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901271932.x0RJWSmS001586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 27 Jan 2019 19:32:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/x11-fonts: . courier-prime X-SVN-Commit-Revision: 491380 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 557EC81208 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2019 19:32:30 -0000 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 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 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