From owner-dev-commits-ports-main@freebsd.org Sun Aug 8 14:58:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBB876581DD; Sun, 8 Aug 2021 14:58:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GjMlf653Nz4jjD; Sun, 8 Aug 2021 14:58:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2EE9166BC; Sun, 8 Aug 2021 14:58:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 178Ew6Br023650; Sun, 8 Aug 2021 14:58:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 178Ew6Vx023649; Sun, 8 Aug 2021 14:58:06 GMT (envelope-from git) Date: Sun, 8 Aug 2021 14:58:06 GMT Message-Id: <202108081458.178Ew6Vx023649@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f3caf3258f7a - main - x11-fonts/genyo: Add genyo 1.501 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f3caf3258f7a59c4beb9020ba19d6f38bd941dc4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2021 14:58:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3caf3258f7a59c4beb9020ba19d6f38bd941dc4 commit f3caf3258f7a59c4beb9020ba19d6f38bd941dc4 Author: Po-Chuan Hsieh AuthorDate: 2021-08-08 14:32:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-08-08 14:53:53 +0000 x11-fonts/genyo: Add genyo 1.501 GenYo Ming (源樣明體) is a free font family derived from Adobe Source Han Serif. WWW: https://github.com/ButTaiwan/genyo-font --- x11-fonts/Makefile | 1 + x11-fonts/genyo/Makefile | 27 +++++++++++++++++++++++++++ x11-fonts/genyo/distinfo | 3 +++ x11-fonts/genyo/pkg-descr | 3 +++ x11-fonts/genyo/pkg-plist | 7 +++++++ 5 files changed, 41 insertions(+) diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index caad92e0472b..4375f1997135 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -120,6 +120,7 @@ SUBDIR += gentium-basic SUBDIR += gentium-plus SUBDIR += genwan + SUBDIR += genyo SUBDIR += gnu-unifont SUBDIR += gnu-unifont-ttf SUBDIR += gofont-ttf diff --git a/x11-fonts/genyo/Makefile b/x11-fonts/genyo/Makefile new file mode 100644 index 000000000000..da1c32f7cce7 --- /dev/null +++ b/x11-fonts/genyo/Makefile @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= genyo +PORTVERSION= 1.501 +DISTVERSIONPREFIX= v +CATEGORIES= x11-fonts + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Free Ming font family derived from Adobe Source Han Serif + +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= genyo-font +USE_GITHUB= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/ttc/*.ttc ${STAGEDIR}${FONTSDIR}/ + +.include diff --git a/x11-fonts/genyo/distinfo b/x11-fonts/genyo/distinfo new file mode 100644 index 000000000000..67e958515adb --- /dev/null +++ b/x11-fonts/genyo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1628103008 +SHA256 (ButTaiwan-genyo-font-v1.501_GH0.tar.gz) = aedaa3f63aff101eada1422290a886b0134c2dc23915fc57f1eecfc9b9ee8876 +SIZE (ButTaiwan-genyo-font-v1.501_GH0.tar.gz) = 56046923 diff --git a/x11-fonts/genyo/pkg-descr b/x11-fonts/genyo/pkg-descr new file mode 100644 index 000000000000..b037b7fea847 --- /dev/null +++ b/x11-fonts/genyo/pkg-descr @@ -0,0 +1,3 @@ +GenYo Ming (源樣明體) is a free font family derived from Adobe Source Han Serif. + +WWW: https://github.com/ButTaiwan/genyo-font diff --git a/x11-fonts/genyo/pkg-plist b/x11-fonts/genyo/pkg-plist new file mode 100644 index 000000000000..6387d860eb10 --- /dev/null +++ b/x11-fonts/genyo/pkg-plist @@ -0,0 +1,7 @@ +%%FONTSDIR%%/GenYoMin-B.ttc +%%FONTSDIR%%/GenYoMin-EL.ttc +%%FONTSDIR%%/GenYoMin-H.ttc +%%FONTSDIR%%/GenYoMin-L.ttc +%%FONTSDIR%%/GenYoMin-M.ttc +%%FONTSDIR%%/GenYoMin-R.ttc +%%FONTSDIR%%/GenYoMin-SB.ttc