Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 21:19:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530409 - in head/x11-fonts: . jf-openhuninn
Message-ID:  <202004022119.032LJYhR085776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr  2 21:19:34 2020
New Revision: 530409
URL: https://svnweb.freebsd.org/changeset/ports/530409

Log:
  Add jf-openhuninn 1.0
  
  jf Open Huninn is an opensource font by justfont. It is based on Kosugi Maru (by
  Motoya) and Varela Round (by Joe Prince and Avraham Cornfeld).
  
  WWW: https://justfont.com/huninn/
  WWW: https://github.com/justfont/open-huninn-font

Added:
  head/x11-fonts/jf-openhuninn/
  head/x11-fonts/jf-openhuninn/Makefile   (contents, props changed)
  head/x11-fonts/jf-openhuninn/distinfo   (contents, props changed)
  head/x11-fonts/jf-openhuninn/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Apr  2 21:17:00 2020	(r530408)
+++ head/x11-fonts/Makefile	Thu Apr  2 21:19:34 2020	(r530409)
@@ -124,6 +124,7 @@
     SUBDIR += iosevka
     SUBDIR += isabella
     SUBDIR += jetbrains-mono
+    SUBDIR += jf-openhuninn
     SUBDIR += jmk-x11-fonts
     SUBDIR += junction
     SUBDIR += junicode

Added: head/x11-fonts/jf-openhuninn/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/jf-openhuninn/Makefile	Thu Apr  2 21:19:34 2020	(r530409)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jf-openhuninn
+PORTVERSION=	1.0
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	jf Open Huninn by justfont
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/SIL_Open_Font_License_1.1.txt
+
+USES=		fonts
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${FONTSDIR}/jf-openhuninn-${PORTVERSION}.ttf
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	justfont
+GH_PROJECT=	open-huninn-font
+GH_TAGNAME=	4b186c5
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/font/jf-openhuninn-${PORTVERSION}.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/jf-openhuninn/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/jf-openhuninn/distinfo	Thu Apr  2 21:19:34 2020	(r530409)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585833183
+SHA256 (justfont-open-huninn-font-1.0-4b186c5_GH0.tar.gz) = 261e25ba13e797f039039d3144a9b5b1ca005a797ca40d47bc93e6ce27b6f8b6
+SIZE (justfont-open-huninn-font-1.0-4b186c5_GH0.tar.gz) = 20919537

Added: head/x11-fonts/jf-openhuninn/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/jf-openhuninn/pkg-descr	Thu Apr  2 21:19:34 2020	(r530409)
@@ -0,0 +1,5 @@
+jf Open Huninn is an opensource font by justfont. It is based on Kosugi Maru (by
+Motoya) and Varela Round (by Joe Prince and Avraham Cornfeld).
+
+WWW: https://justfont.com/huninn/
+WWW: https://github.com/justfont/open-huninn-font



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