git: 5567b0e5a36b - main - x11-fonts/genyog: Add genyog 1.501
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 8 14:58:08 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5567b0e5a36be17a236fb55f40e7edf4c605ea85
commit 5567b0e5a36be17a236fb55f40e7edf4c605ea85
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-08-08 14:32:12 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-08-08 14:53:53 +0000
x11-fonts/genyog: Add genyog 1.501
GenYo Gothic (源樣黑體) is a free font family derived from Adobe Source Han
Sans.
WWW: https://github.com/ButTaiwan/genyog-font
---
x11-fonts/Makefile | 1 +
x11-fonts/genyog/Makefile | 27 +++++++++++++++++++++++++++
x11-fonts/genyog/distinfo | 3 +++
x11-fonts/genyog/pkg-descr | 4 ++++
x11-fonts/genyog/pkg-plist | 7 +++++++
5 files changed, 42 insertions(+)
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 4375f1997135..39ef8f235bca 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -121,6 +121,7 @@
SUBDIR += gentium-plus
SUBDIR += genwan
SUBDIR += genyo
+ SUBDIR += genyog
SUBDIR += gnu-unifont
SUBDIR += gnu-unifont-ttf
SUBDIR += gofont-ttf
diff --git a/x11-fonts/genyog/Makefile b/x11-fonts/genyog/Makefile
new file mode 100644
index 000000000000..28e46213e5df
--- /dev/null
+++ b/x11-fonts/genyog/Makefile
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= genyog
+PORTVERSION= 1.501
+DISTVERSIONPREFIX= v
+CATEGORIES= x11-fonts
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Free Gothic font family derived from Adobe Source Han Sans
+
+LICENSE= OFL11
+LICENSE_FILE= ${WRKSRC}/SIL_Open_Font_License_1.1.txt
+
+USES= fonts
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+GH_ACCOUNT= ButTaiwan
+GH_PROJECT= genyog-font
+USE_GITHUB= yes
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/ttc/*.ttc ${STAGEDIR}${FONTSDIR}/
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/genyog/distinfo b/x11-fonts/genyog/distinfo
new file mode 100644
index 000000000000..ee65c102f2ca
--- /dev/null
+++ b/x11-fonts/genyog/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1628103010
+SHA256 (ButTaiwan-genyog-font-v1.501_GH0.tar.gz) = b467897daecf74ecb299a3b274f51d07410c664e6f67c50d0e06e541d4588b17
+SIZE (ButTaiwan-genyog-font-v1.501_GH0.tar.gz) = 43265298
diff --git a/x11-fonts/genyog/pkg-descr b/x11-fonts/genyog/pkg-descr
new file mode 100644
index 000000000000..168fb241e1d9
--- /dev/null
+++ b/x11-fonts/genyog/pkg-descr
@@ -0,0 +1,4 @@
+GenYo Gothic (源樣黑體) is a free font family derived from Adobe Source Han
+Sans.
+
+WWW: https://github.com/ButTaiwan/genyog-font
diff --git a/x11-fonts/genyog/pkg-plist b/x11-fonts/genyog/pkg-plist
new file mode 100644
index 000000000000..6d7f3565a301
--- /dev/null
+++ b/x11-fonts/genyog/pkg-plist
@@ -0,0 +1,7 @@
+%%FONTSDIR%%/GenYoGothic-B.ttc
+%%FONTSDIR%%/GenYoGothic-EL.ttc
+%%FONTSDIR%%/GenYoGothic-H.ttc
+%%FONTSDIR%%/GenYoGothic-L.ttc
+%%FONTSDIR%%/GenYoGothic-M.ttc
+%%FONTSDIR%%/GenYoGothic-N.ttc
+%%FONTSDIR%%/GenYoGothic-R.ttc
More information about the dev-commits-ports-all
mailing list