x11-fonts/gensen: Add gensen 1.501
GenSen Rounded (源泉圓體) is a free font family derived from Adobe Source Han Sans. WWW: https://github.com/ButTaiwan/gensen-font
This commit is contained in:
parent
95acd8773d
commit
95bcbd7347
5 changed files with 41 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
SUBDIR += geminifonts
|
||||
SUBDIR += genryu
|
||||
SUBDIR += genseki
|
||||
SUBDIR += gensen
|
||||
SUBDIR += gentium-basic
|
||||
SUBDIR += gentium-plus
|
||||
SUBDIR += gnu-unifont
|
||||
|
|
27
x11-fonts/gensen/Makefile
Normal file
27
x11-fonts/gensen/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= gensen
|
||||
PORTVERSION= 1.501
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Free Rounded 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= gensen-font
|
||||
USE_GITHUB= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/ttc/*.ttc ${STAGEDIR}${FONTSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/gensen/distinfo
Normal file
3
x11-fonts/gensen/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1628103004
|
||||
SHA256 (ButTaiwan-gensen-font-v1.501_GH0.tar.gz) = 219e2a3bd55d4af50e5cf79539b4d72527479485320fb673984b71da26736d16
|
||||
SIZE (ButTaiwan-gensen-font-v1.501_GH0.tar.gz) = 53422916
|
4
x11-fonts/gensen/pkg-descr
Normal file
4
x11-fonts/gensen/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
GenSen Rounded (源泉圓體) is a free font family derived from Adobe Source Han
|
||||
Sans.
|
||||
|
||||
WWW: https://github.com/ButTaiwan/gensen-font
|
6
x11-fonts/gensen/pkg-plist
Normal file
6
x11-fonts/gensen/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%FONTSDIR%%/GenSenRounded-B.ttc
|
||||
%%FONTSDIR%%/GenSenRounded-EL.ttc
|
||||
%%FONTSDIR%%/GenSenRounded-H.ttc
|
||||
%%FONTSDIR%%/GenSenRounded-L.ttc
|
||||
%%FONTSDIR%%/GenSenRounded-M.ttc
|
||||
%%FONTSDIR%%/GenSenRounded-R.ttc
|
Loading…
Reference in a new issue