Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 09:31:48 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532749 - in head/chinese: . open-huninn-font
Message-ID:  <202004240931.03O9VmUx034463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Apr 24 09:31:47 2020
New Revision: 532749
URL: https://svnweb.freebsd.org/changeset/ports/532749

Log:
  Add chinese/open-huninn-font
  
  jf open huninn font is an open source font based on Kosugi Maru and
  optimized by justfont designers for common usage in Taiwan.

Added:
  head/chinese/open-huninn-font/
  head/chinese/open-huninn-font/Makefile   (contents, props changed)
  head/chinese/open-huninn-font/distinfo   (contents, props changed)
  head/chinese/open-huninn-font/pkg-descr   (contents, props changed)
Modified:
  head/chinese/Makefile

Modified: head/chinese/Makefile
==============================================================================
--- head/chinese/Makefile	Fri Apr 24 09:30:21 2020	(r532748)
+++ head/chinese/Makefile	Fri Apr 24 09:31:47 2020	(r532749)
@@ -66,6 +66,7 @@
     SUBDIR += moettf
     SUBDIR += muni
     SUBDIR += oicq
+    SUBDIR += open-huninn-font
     SUBDIR += opencc
     SUBDIR += opendesktop-fonts
     SUBDIR += oto

Added: head/chinese/open-huninn-font/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/open-huninn-font/Makefile	Fri Apr 24 09:31:47 2020	(r532749)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	open-huninn-font
+PORTVERSION=	1.1
+CATEGORIES=	chinese x11-fonts
+MASTER_SITES=	https://github.com/justfont/${PORTNAME}/releases/download/v${DISTVERSION}/
+DISTNAME=	jf-openhuninn-${DISTVERSION}
+
+MAINTAINER=	lwhsu@FreeBSD.org
+COMMENT=	Font based on Kosugi Maru and optimized for common usage in Taiwan
+
+LICENSE=	OFL11
+
+USES=		fonts zip
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+	${LS} ${STAGEDIR}${FONTSDIR}/*.ttf | ${SED} -e's,^${STAGEDIR},,' >> ${TMPPLIST}
+
+.include <bsd.port.mk>

Added: head/chinese/open-huninn-font/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/open-huninn-font/distinfo	Fri Apr 24 09:31:47 2020	(r532749)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587720061
+SHA256 (jf-openhuninn-1.1.zip) = 1b5a8d0204f5763408609d5e8182455d23a2ebc7450730aed19cc13c619bca37
+SIZE (jf-openhuninn-1.1.zip) = 4039902

Added: head/chinese/open-huninn-font/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/open-huninn-font/pkg-descr	Fri Apr 24 09:31:47 2020	(r532749)
@@ -0,0 +1,4 @@
+jf open huninn font is an open source font based on Kosugi Maru and
+optimized by justfont designers for common usage in Taiwan.
+
+WWW: https://justfont.com/huninn/



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