Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 09:27:46 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fc3cfad6027 - main - Add x11-fonts/iansui: Open source Chinese font derived from Klee One (Fontworks)
Message-ID:  <202201180927.20I9RkSB083460@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fc3cfad6027bb766a03989bb0c85c48128ba916

commit 3fc3cfad6027bb766a03989bb0c85c48128ba916
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-01-18 09:27:03 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-01-18 09:27:03 +0000

    Add x11-fonts/iansui: Open source Chinese font derived from Klee One (Fontworks)
---
 x11-fonts/Makefile         |  1 +
 x11-fonts/iansui/Makefile  | 28 ++++++++++++++++++++++++++++
 x11-fonts/iansui/distinfo  |  3 +++
 x11-fonts/iansui/pkg-descr |  4 ++++
 4 files changed, 36 insertions(+)

diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 3150648388ab..d115b6985765 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -131,6 +131,7 @@
     SUBDIR += hack-font
     SUBDIR += hanazono-fonts-ttf
     SUBDIR += hermit
+    SUBDIR += iansui
     SUBDIR += inconsolata-lgc-ttf
     SUBDIR += inconsolata-ttf
     SUBDIR += intlfonts
diff --git a/x11-fonts/iansui/Makefile b/x11-fonts/iansui/Makefile
new file mode 100644
index 000000000000..82caa0e9e45d
--- /dev/null
+++ b/x11-fonts/iansui/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	iansui
+PORTVERSION=	0.910
+DISTVERSIONPREFIX=	v
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	lwhsu@FreeBSD.org
+COMMENT=	Open source Chinese font derived from Klee One (Fontworks)
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/OFL.txt
+
+USES=		fonts
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ButTaiwan
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+FONT_FILE=	Iansui${PORTVERSION:C/0+$//}-Regular.ttf
+
+PLIST_FILES=	${FONTSDIR}/${FONT_FILE}
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${FONT_FILE} ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/iansui/distinfo b/x11-fonts/iansui/distinfo
new file mode 100644
index 000000000000..789ac4140046
--- /dev/null
+++ b/x11-fonts/iansui/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1642496888
+SHA256 (ButTaiwan-iansui-v0.910_GH0.tar.gz) = 4694f9b4fa477c0e51d41abe1f88d04371fc98670721576abe3c6ee33554ce75
+SIZE (ButTaiwan-iansui-v0.910_GH0.tar.gz) = 5360237
diff --git a/x11-fonts/iansui/pkg-descr b/x11-fonts/iansui/pkg-descr
new file mode 100644
index 000000000000..795bbc676d2c
--- /dev/null
+++ b/x11-fonts/iansui/pkg-descr
@@ -0,0 +1,4 @@
+iansui (芫荽, iân-sui) is an open source Chinese font derived from
+Klee One (Fontworks).
+
+WWW: https://github.com/ButTaiwan/iansui



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