diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-02 21:19:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-02 21:19:34 +0000 |
commit | 23bc17ba86d7b1f301070865a2af8f628ee8c34c (patch) | |
tree | b2d90d687c6bdb9106f41ba406410b9cabe35d11 /x11-fonts | |
parent | 9c329d2d6567d4131690bc456743eca4fb7b8c3a (diff) | |
download | freebsd-ports-23bc17ba86d7b1f301070865a2af8f628ee8c34c.zip |
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
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/jf-openhuninn/Makefile | 30 | ||||
-rw-r--r-- | x11-fonts/jf-openhuninn/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/jf-openhuninn/pkg-descr | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 58069d502d70..42779c6e20d1 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -124,6 +124,7 @@ SUBDIR += iosevka SUBDIR += isabella SUBDIR += jetbrains-mono + SUBDIR += jf-openhuninn SUBDIR += jmk-x11-fonts SUBDIR += junction SUBDIR += junicode 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 <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> 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 |