From owner-svn-ports-head@freebsd.org Sun Dec 27 19:11:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06BDAA530DD; Sun, 27 Dec 2015 19:11:46 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id B8A161617; Sun, 27 Dec 2015 19:11:45 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBRJBiim061664; Sun, 27 Dec 2015 19:11:44 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBRJBieX061659; Sun, 27 Dec 2015 19:11:44 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512271911.tBRJBieX061659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 27 Dec 2015 19:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404584 - in head/x11-fonts: . junction X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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 Dec 2015 19:11:46 -0000 Author: rakuco Date: Sun Dec 27 19:11:44 2015 New Revision: 404584 URL: https://svnweb.freebsd.org/changeset/ports/404584 Log: Add x11-fonts/junction. Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type. WWW: https://www.theleagueofmoveabletype.com/junction Added: head/x11-fonts/junction/ head/x11-fonts/junction/Makefile (contents, props changed) head/x11-fonts/junction/distinfo (contents, props changed) head/x11-fonts/junction/pkg-descr (contents, props changed) head/x11-fonts/junction/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Dec 27 17:58:17 2015 (r404583) +++ head/x11-fonts/Makefile Sun Dec 27 19:11:44 2015 (r404584) @@ -108,6 +108,7 @@ SUBDIR += intlfonts SUBDIR += isabella SUBDIR += jmk-x11-fonts + SUBDIR += junction SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros Added: head/x11-fonts/junction/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/junction/Makefile Sun Dec 27 19:11:44 2015 (r404584) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= junction +PORTVERSION= 20140329 # GH_TAGNAME's commit date. +CATEGORIES= x11-fonts + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Humanist sans-serif font + +LICENSE= OFL11 +LICENSE_FILE= "${WRKSRC}/Open Font License.markdown" + +USES= fonts + +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_PROJECT= junction +GH_TAGNAME= fb73260 + +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/junction/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/junction/distinfo Sun Dec 27 19:11:44 2015 (r404584) @@ -0,0 +1,2 @@ +SHA256 (theleagueof-junction-20140329-fb73260_GH0.tar.gz) = 87658a05346f4f62a7cac6fdd7df8151d3731b9e771a3e7404e9b5d4af8a1c90 +SIZE (theleagueof-junction-20140329-fb73260_GH0.tar.gz) = 1407189 Added: head/x11-fonts/junction/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/junction/pkg-descr Sun Dec 27 19:11:44 2015 (r404584) @@ -0,0 +1,4 @@ +Junction is a a humanist sans-serif, and the first open-source type project +started by The League of Moveable Type. + +WWW: https://www.theleagueofmoveabletype.com/junction Added: head/x11-fonts/junction/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/junction/pkg-plist Sun Dec 27 19:11:44 2015 (r404584) @@ -0,0 +1,3 @@ +%%FONTSDIR%%/Junction-bold.otf +%%FONTSDIR%%/Junction-light.otf +%%FONTSDIR%%/Junction-regular.otf