Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2015 19:11:44 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404584 - in head/x11-fonts: . junction
Message-ID:  <201512271911.tBRJBieX061659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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