From 23bc17ba86d7b1f301070865a2af8f628ee8c34c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Apr 2020 21:19:34 +0000 Subject: 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 --- x11-fonts/jf-openhuninn/Makefile | 30 ++++++++++++++++++++++++++++++ x11-fonts/jf-openhuninn/distinfo | 3 +++ x11-fonts/jf-openhuninn/pkg-descr | 5 +++++ 3 files changed, 38 insertions(+) create mode 100644 x11-fonts/jf-openhuninn/Makefile create mode 100644 x11-fonts/jf-openhuninn/distinfo create mode 100644 x11-fonts/jf-openhuninn/pkg-descr (limited to 'x11-fonts/jf-openhuninn') diff --git a/x11-fonts/jf-openhuninn/Makefile b/x11-fonts/jf-openhuninn/Makefile new file mode 100644 index 000000000000..400a21ad9615 --- /dev/null +++ b/x11-fonts/jf-openhuninn/Makefile @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/x11-fonts/jf-openhuninn/distinfo b/x11-fonts/jf-openhuninn/distinfo new file mode 100644 index 000000000000..d686370079f4 --- /dev/null +++ b/x11-fonts/jf-openhuninn/distinfo @@ -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 diff --git a/x11-fonts/jf-openhuninn/pkg-descr b/x11-fonts/jf-openhuninn/pkg-descr new file mode 100644 index 000000000000..fc1fbfe5169c --- /dev/null +++ b/x11-fonts/jf-openhuninn/pkg-descr @@ -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 -- cgit v1.2.3