From owner-svn-ports-all@freebsd.org Fri Jan 25 07:25:12 2019 Return-Path: Delivered-To: svn-ports-all@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 9B7DC14AAE17; Fri, 25 Jan 2019 07:25:12 +0000 (UTC) (envelope-from tobik@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 405EA6D598; Fri, 25 Jan 2019 07:25:12 +0000 (UTC) (envelope-from tobik@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 274974DE1; Fri, 25 Jan 2019 07:25:12 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0P7PB10089708; Fri, 25 Jan 2019 07:25:11 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0P7PBM7089704; Fri, 25 Jan 2019 07:25:11 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201901250725.x0P7PBM7089704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 25 Jan 2019 07:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491129 - in head/x11-fonts: . league-gothic X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-fonts: . league-gothic X-SVN-Commit-Revision: 491129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 405EA6D598 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_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 07:25:12 -0000 Author: tobik Date: Fri Jan 25 07:25:10 2019 New Revision: 491129 URL: https://svnweb.freebsd.org/changeset/ports/491129 Log: New port: x11-fonts/league-gothic League Gothic is a revival of an old classic, Alternate Gothic #1. It was originally designed by Morris Fuller Benton for the American Type Founders Company in 1903. The company went bankrupt in 1993, and since the original typeface was created before 1923, the typeface is in the public domain. WWW: https://www.theleagueofmoveabletype.com/league-gothic PR: 231304 Submitted by: Florian Limberger Added: head/x11-fonts/league-gothic/ head/x11-fonts/league-gothic/Makefile (contents, props changed) head/x11-fonts/league-gothic/distinfo (contents, props changed) head/x11-fonts/league-gothic/pkg-descr (contents, props changed) head/x11-fonts/league-gothic/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri Jan 25 07:21:20 2019 (r491128) +++ head/x11-fonts/Makefile Fri Jan 25 07:25:10 2019 (r491129) @@ -120,6 +120,7 @@ SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros + SUBDIR += league-gothic SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var SUBDIR += libFS Added: head/x11-fonts/league-gothic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/league-gothic/Makefile Fri Jan 25 07:25:10 2019 (r491129) @@ -0,0 +1,25 @@ +# Created by: Florian Limberger +# $FreeBSD$ + +PORTNAME= league-gothic +DISTVERSION= g20140319 +CATEGORIES= x11-fonts + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= Revival of an old classic, Alternate Gothic \#1 + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_TAGNAME= e6dce21 + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR} +.include Added: head/x11-fonts/league-gothic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/league-gothic/distinfo Fri Jan 25 07:25:10 2019 (r491129) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535660365 +SHA256 (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 82980efeda0ee3828d416a59a7dfb819db1c7d1214bcc05579f320e09c389230 +SIZE (theleagueof-league-gothic-g20140319-e6dce21_GH0.tar.gz) = 1985687 Added: head/x11-fonts/league-gothic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/league-gothic/pkg-descr Fri Jan 25 07:25:10 2019 (r491129) @@ -0,0 +1,6 @@ +League Gothic is a revival of an old classic, Alternate Gothic #1. It was +originally designed by Morris Fuller Benton for the American Type Founders +Company in 1903. The company went bankrupt in 1993, and since the original +typeface was created before 1923, the typeface is in the public domain. + +WWW: https://www.theleagueofmoveabletype.com/league-gothic Added: head/x11-fonts/league-gothic/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/league-gothic/pkg-plist Fri Jan 25 07:25:10 2019 (r491129) @@ -0,0 +1,4 @@ +%%FONTSDIR%%/LeagueGothic-CondensedItalic.otf +%%FONTSDIR%%/LeagueGothic-CondensedRegular.otf +%%FONTSDIR%%/LeagueGothic-Italic.otf +%%FONTSDIR%%/LeagueGothic-Regular.otf