From owner-svn-ports-head@freebsd.org Wed Mar 3 15:42:11 2021 Return-Path: Delivered-To: svn-ports-head@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 09C1C56E529; Wed, 3 Mar 2021 15:42:11 +0000 (UTC) (envelope-from ume@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 4DrJCQ6wXkz4QvK; Wed, 3 Mar 2021 15:42:10 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE93F42C2; Wed, 3 Mar 2021 15:42:10 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 123FgAlK050805; Wed, 3 Mar 2021 15:42:10 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 123Fg90g050801; Wed, 3 Mar 2021 15:42:09 GMT (envelope-from ume@FreeBSD.org) Message-Id: <202103031542.123Fg90g050801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Wed, 3 Mar 2021 15:42:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567090 - in head/japanese/font-hackgen-nerd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: in head/japanese/font-hackgen-nerd: . files X-SVN-Commit-Revision: 567090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2021 15:42:11 -0000 Author: ume Date: Wed Mar 3 15:42:09 2021 New Revision: 567090 URL: https://svnweb.freebsd.org/changeset/ports/567090 Log: copy font-hackgen for preparing of font-hackgen-nerd. Added: head/japanese/font-hackgen-nerd/ - copied from r567086, head/japanese/font-hackgen/ Replaced: head/japanese/font-hackgen-nerd/Makefile - copied unchanged from r567089, head/japanese/font-hackgen/Makefile head/japanese/font-hackgen-nerd/distinfo - copied unchanged from r567087, head/japanese/font-hackgen/distinfo head/japanese/font-hackgen-nerd/files/20-unhint-hackgen.conf - copied unchanged from r567089, head/japanese/font-hackgen/files/20-unhint-hackgen.conf head/japanese/font-hackgen-nerd/files/62-fonts-hackgen.conf - copied unchanged from r567089, head/japanese/font-hackgen/files/62-fonts-hackgen.conf head/japanese/font-hackgen-nerd/pkg-plist - copied unchanged from r567089, head/japanese/font-hackgen/pkg-plist Copied: head/japanese/font-hackgen-nerd/Makefile (from r567089, head/japanese/font-hackgen/Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-hackgen-nerd/Makefile Wed Mar 3 15:42:09 2021 (r567090, copy of r567089, head/japanese/font-hackgen/Makefile) @@ -0,0 +1,64 @@ +# $FreeBSD$ + +PORTNAME= hackgen +PORTVERSION= 2.2.3 +#PORTREVISION= 0 +CATEGORIES= japanese x11-fonts +MASTER_SITES= https://github.com/yuru7/HackGen/releases/download/v${PORTVERSION}/ +PKGNAMEPREFIX= ja-font- +DISTNAME= HackGen_v${DISTVERSION} + +MAINTAINER= ume@FreeBSD.org +COMMENT= HackGen is a composite font of Hack and GenJyuu-Gothic + +LICENSE= OFL11 + +USES= fonts:fc zip +FONTPATHSPEC= ${FONTNAME}:pri=60 +NO_ARCH= yes +NO_BUILD= yes +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +SUB_FILES= pkg-install +WRKSRC= ${WRKDIR}/${DISTNAME} + +OPTIONS_MULTI= FONT_FAMILY +OPTIONS_MULTI_FONT_FAMILY= HACKGEN HACKGEN_CONS HACKGEN35 HACKGEN35_CONS +OPTIONS_DEFAULT= HACKGEN HACKGEN_CONS HACKGEN35 HACKGEN35_CONS +OPTIONS_SUB= yes +HACKGEN_DESC= HackGen +HACKGEN_CONS_DESC= HackGen Console +HACKGEN35_DESC= HackGen35 +HACKGEN35_CONS_DESC= HackGen35 Console + +.include + +.if ${PORT_OPTIONS:MHACKGEN} +HACKGEN_FONTS+= HackGen-Regular HackGen-Bold +.endif +.if ${PORT_OPTIONS:MHACKGEN_CONS} +HACKGEN_FONTS+= HackGenConsole-Regular HackGenConsole-Bold +.endif +.if ${PORT_OPTIONS:MHACKGEN35} +HACKGEN_FONTS+= HackGen35-Regular HackGen35-Bold +.endif +.if ${PORT_OPTIONS:MHACKGEN35_CONS} +HACKGEN_FONTS+= HackGen35Console-Regular HackGen35Console-Bold +.endif + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} +.for FONT in ${HACKGEN_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${FONT}.ttf ${STAGEDIR}${FONTSDIR} +.endfor + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d + ${INSTALL_DATA} ${FILESDIR}/20-unhint-${FONTNAME}.conf \ + ${FILESDIR}/62-fonts-${FONTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail + ${LN} -s -f ../conf.avail/20-unhint-${FONTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${FONTNAME}.conf + ${LN} -s -f ../conf.avail/62-fonts-${FONTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${FONTNAME}.conf + +.include Copied: head/japanese/font-hackgen-nerd/distinfo (from r567087, head/japanese/font-hackgen/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-hackgen-nerd/distinfo Wed Mar 3 15:42:09 2021 (r567090, copy of r567087, head/japanese/font-hackgen/distinfo) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614781003 +SHA256 (HackGen_v2.2.3.zip) = 81dc942372856d7d7d0e3f8a1ecef11471e23161dce25165f0cddc01bcef62f1 +SIZE (HackGen_v2.2.3.zip) = 40427167 Copied: head/japanese/font-hackgen-nerd/files/20-unhint-hackgen.conf (from r567089, head/japanese/font-hackgen/files/20-unhint-hackgen.conf) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-hackgen-nerd/files/20-unhint-hackgen.conf Wed Mar 3 15:42:09 2021 (r567090, copy of r567089, head/japanese/font-hackgen/files/20-unhint-hackgen.conf) @@ -0,0 +1,36 @@ + + + + + + + + HackGen-Regular + + + HackGen-Bold + + + HackGenConsole-Regular + + + HackGenConsole-Bold + + + HackGen35-Regular + + + HackGen35-Bold + + + HackGen35Console-Regular + + + HackGen35Console-Bold + + + + false + + + Copied: head/japanese/font-hackgen-nerd/files/62-fonts-hackgen.conf (from r567089, head/japanese/font-hackgen/files/62-fonts-hackgen.conf) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-hackgen-nerd/files/62-fonts-hackgen.conf Wed Mar 3 15:42:09 2021 (r567090, copy of r567089, head/japanese/font-hackgen/files/62-fonts-hackgen.conf) @@ -0,0 +1,18 @@ + + + + + + monospace + + HackGen-Regular + HackGen-Bold + HackGenConsole-Regular + HackGenConsole-Bold + HackGen35-Regular + HackGen35-Bold + HackGen35Console-Regular + HackGen35Console-Bold + + + Copied: head/japanese/font-hackgen-nerd/pkg-plist (from r567089, head/japanese/font-hackgen/pkg-plist) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/font-hackgen-nerd/pkg-plist Wed Mar 3 15:42:09 2021 (r567090, copy of r567089, head/japanese/font-hackgen/pkg-plist) @@ -0,0 +1,12 @@ +etc/fonts/conf.avail/20-unhint-hackgen.conf +etc/fonts/conf.avail/62-fonts-hackgen.conf +etc/fonts/conf.d/20-unhint-hackgen.conf +etc/fonts/conf.d/62-fonts-hackgen.conf +%%HACKGEN%%%%FONTSDIR%%/HackGen-Regular.ttf +%%HACKGEN%%%%FONTSDIR%%/HackGen-Bold.ttf +%%HACKGEN_CONS%%%%FONTSDIR%%/HackGenConsole-Regular.ttf +%%HACKGEN_CONS%%%%FONTSDIR%%/HackGenConsole-Bold.ttf +%%HACKGEN35%%%%FONTSDIR%%/HackGen35-Regular.ttf +%%HACKGEN35%%%%FONTSDIR%%/HackGen35-Bold.ttf +%%HACKGEN35_CONS%%%%FONTSDIR%%/HackGen35Console-Regular.ttf +%%HACKGEN35_CONS%%%%FONTSDIR%%/HackGen35Console-Bold.ttf