From owner-svn-ports-all@freebsd.org Thu Mar 15 15:54:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC3BF5C73F; Thu, 15 Mar 2018 15:54:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EF3C68010; Thu, 15 Mar 2018 15:54:16 +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 58E4B1812D; Thu, 15 Mar 2018 15:54:16 +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 w2FFsGdZ057209; Thu, 15 Mar 2018 15:54:16 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2FFsFOA057196; Thu, 15 Mar 2018 15:54:15 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201803151554.w2FFsFOA057196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 15 Mar 2018 15:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464597 - in head/japanese: font-cica font-cica/files font-genjyuugothic font-genjyuugothic/files font-genshingothic font-genshingothic/files font-mgenplus font-mgenplus/files font-nasu... X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: in head/japanese: font-cica font-cica/files font-genjyuugothic font-genjyuugothic/files font-genshingothic font-genshingothic/files font-mgenplus font-mgenplus/files font-nasu font-nasu/files font-rou... X-SVN-Commit-Revision: 464597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 15:54:17 -0000 Author: ume Date: Thu Mar 15 15:54:14 2018 New Revision: 464597 URL: https://svnweb.freebsd.org/changeset/ports/464597 Log: Fix xlfd for the monospaced fonts. Modified: head/japanese/font-cica/Makefile head/japanese/font-cica/files/pkg-install.in head/japanese/font-genjyuugothic/Makefile head/japanese/font-genjyuugothic/files/pkg-install.in head/japanese/font-genshingothic/Makefile head/japanese/font-genshingothic/files/pkg-install.in head/japanese/font-mgenplus/Makefile head/japanese/font-mgenplus/files/pkg-install.in head/japanese/font-nasu/Makefile head/japanese/font-nasu/files/pkg-install.in head/japanese/font-rounded-mgenplus/Makefile head/japanese/font-rounded-mgenplus/files/pkg-install.in Modified: head/japanese/font-cica/Makefile ============================================================================== --- head/japanese/font-cica/Makefile Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-cica/Makefile Thu Mar 15 15:54:14 2018 (r464597) @@ -2,7 +2,7 @@ PORTNAME= cica PORTVERSION= 2.1.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/miiton/Cica/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-cica/files/pkg-install.in ============================================================================== --- head/japanese/font-cica/files/pkg-install.in Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-cica/files/pkg-install.in Thu Mar 15 15:54:14 2018 (r464597) @@ -58,8 +58,8 @@ addentries() { for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 jisx0208.1997-0 jisx0213.2004-1 do - make_xlfd $ENC Cica-Regular.ttf adobe "cica" c medium - make_xlfd $ENC Cica-Bold.ttf adobe "cica" c bold + make_xlfd $ENC Cica-Regular.ttf adobe "cica" m medium + make_xlfd $ENC Cica-Bold.ttf adobe "cica" m bold done } Modified: head/japanese/font-genjyuugothic/Makefile ============================================================================== --- head/japanese/font-genjyuugothic/Makefile Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-genjyuugothic/Makefile Thu Mar 15 15:54:14 2018 (r464597) @@ -2,7 +2,7 @@ PORTNAME= genjyuugothic PORTVERSION= 20150607 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP/users/8/8636 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-genjyuugothic/files/pkg-install.in ============================================================================== --- head/japanese/font-genjyuugothic/files/pkg-install.in Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-genjyuugothic/files/pkg-install.in Thu Mar 15 15:54:14 2018 (r464597) @@ -69,13 +69,13 @@ addentries() make_xlfd ${ENC} GenJyuuGothic-P-Bold.ttf adobe "gen jyuu gothic p" p bold make_xlfd ${ENC} GenJyuuGothic-P-Heavy.ttf adobe "gen jyuu gothic p" p black - make_xlfd ${ENC} GenJyuuGothic-Monospace-ExtraLight.ttf adobe "gen jyuu gothic monospace" c thin - make_xlfd ${ENC} GenJyuuGothic-Monospace-Light.ttf adobe "gen jyuu gothic monospace" c extralight - make_xlfd ${ENC} GenJyuuGothic-Monospace-Normal.ttf adobe "gen jyuu gothic monospace" c light - make_xlfd ${ENC} GenJyuuGothic-Monospace-Regular.ttf adobe "gen jyuu gothic monospace" c book - make_xlfd ${ENC} GenJyuuGothic-Monospace-Medium.ttf adobe "gen jyuu gothic monospace" c medium - make_xlfd ${ENC} GenJyuuGothic-Monospace-Bold.ttf adobe "gen jyuu gothic monospace" c bold - make_xlfd ${ENC} GenJyuuGothic-Monospace-Heavy.ttf adobe "gen jyuu gothic monospace" c black + make_xlfd ${ENC} GenJyuuGothic-Monospace-ExtraLight.ttf adobe "gen jyuu gothic monospace" m thin + make_xlfd ${ENC} GenJyuuGothic-Monospace-Light.ttf adobe "gen jyuu gothic monospace" m extralight + make_xlfd ${ENC} GenJyuuGothic-Monospace-Normal.ttf adobe "gen jyuu gothic monospace" m light + make_xlfd ${ENC} GenJyuuGothic-Monospace-Regular.ttf adobe "gen jyuu gothic monospace" m book + make_xlfd ${ENC} GenJyuuGothic-Monospace-Medium.ttf adobe "gen jyuu gothic monospace" m medium + make_xlfd ${ENC} GenJyuuGothic-Monospace-Bold.ttf adobe "gen jyuu gothic monospace" m bold + make_xlfd ${ENC} GenJyuuGothic-Monospace-Heavy.ttf adobe "gen jyuu gothic monospace" m black done } Modified: head/japanese/font-genshingothic/Makefile ============================================================================== --- head/japanese/font-genshingothic/Makefile Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-genshingothic/Makefile Thu Mar 15 15:54:14 2018 (r464597) @@ -2,7 +2,7 @@ PORTNAME= genshingothic PORTVERSION= 20150607 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP/users/8/8634 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-genshingothic/files/pkg-install.in ============================================================================== --- head/japanese/font-genshingothic/files/pkg-install.in Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-genshingothic/files/pkg-install.in Thu Mar 15 15:54:14 2018 (r464597) @@ -69,13 +69,13 @@ addentries() make_xlfd ${ENC} GenShinGothic-P-Bold.ttf adobe "gen shin gothic p" p bold make_xlfd ${ENC} GenShinGothic-P-Heavy.ttf adobe "gen shin gothic p" p black - make_xlfd ${ENC} GenShinGothic-Monospace-ExtraLight.ttf adobe "gen shin gothic monospace" c thin - make_xlfd ${ENC} GenShinGothic-Monospace-Light.ttf adobe "gen shin gothic monospace" c extralight - make_xlfd ${ENC} GenShinGothic-Monospace-Normal.ttf adobe "gen shin gothic monospace" c light - make_xlfd ${ENC} GenShinGothic-Monospace-Regular.ttf adobe "gen shin gothic monospace" c book - make_xlfd ${ENC} GenShinGothic-Monospace-Medium.ttf adobe "gen shin gothic monospace" c medium - make_xlfd ${ENC} GenShinGothic-Monospace-Bold.ttf adobe "gen shin gothic monospace" c bold - make_xlfd ${ENC} GenShinGothic-Monospace-Heavy.ttf adobe "gen shin gothic monospace" c black + make_xlfd ${ENC} GenShinGothic-Monospace-ExtraLight.ttf adobe "gen shin gothic monospace" m thin + make_xlfd ${ENC} GenShinGothic-Monospace-Light.ttf adobe "gen shin gothic monospace" m extralight + make_xlfd ${ENC} GenShinGothic-Monospace-Normal.ttf adobe "gen shin gothic monospace" m light + make_xlfd ${ENC} GenShinGothic-Monospace-Regular.ttf adobe "gen shin gothic monospace" m book + make_xlfd ${ENC} GenShinGothic-Monospace-Medium.ttf adobe "gen shin gothic monospace" m medium + make_xlfd ${ENC} GenShinGothic-Monospace-Bold.ttf adobe "gen shin gothic monospace" m bold + make_xlfd ${ENC} GenShinGothic-Monospace-Heavy.ttf adobe "gen shin gothic monospace" m black done } Modified: head/japanese/font-mgenplus/Makefile ============================================================================== --- head/japanese/font-mgenplus/Makefile Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-mgenplus/Makefile Thu Mar 15 15:54:14 2018 (r464597) @@ -2,7 +2,7 @@ PORTNAME= mgenplus PORTVERSION= 20150602 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP/users/8/8597 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-mgenplus/files/pkg-install.in ============================================================================== --- head/japanese/font-mgenplus/files/pkg-install.in Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-mgenplus/files/pkg-install.in Thu Mar 15 15:54:14 2018 (r464597) @@ -67,11 +67,11 @@ addentries() done for FAM in 1m 1mn 2m do - make_xlfd ${ENC} mgenplus-${FAM}-bold.ttf adobe "mgen+ ${FAM}" c bold - make_xlfd ${ENC} mgenplus-${FAM}-light.ttf adobe "mgen+ ${FAM}" c extralight - make_xlfd ${ENC} mgenplus-${FAM}-medium.ttf adobe "mgen+ ${FAM}" c medium - make_xlfd ${ENC} mgenplus-${FAM}-regular.ttf adobe "mgen+ ${FAM}" c book - make_xlfd ${ENC} mgenplus-${FAM}-thin.ttf adobe "mgen+ ${FAM}" c thin + make_xlfd ${ENC} mgenplus-${FAM}-bold.ttf adobe "mgen+ ${FAM}" m bold + make_xlfd ${ENC} mgenplus-${FAM}-light.ttf adobe "mgen+ ${FAM}" m extralight + make_xlfd ${ENC} mgenplus-${FAM}-medium.ttf adobe "mgen+ ${FAM}" m medium + make_xlfd ${ENC} mgenplus-${FAM}-regular.ttf adobe "mgen+ ${FAM}" m book + make_xlfd ${ENC} mgenplus-${FAM}-thin.ttf adobe "mgen+ ${FAM}" m thin done done } Modified: head/japanese/font-nasu/Makefile ============================================================================== --- head/japanese/font-nasu/Makefile Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-nasu/Makefile Thu Mar 15 15:54:14 2018 (r464597) @@ -2,7 +2,7 @@ PORTNAME= nasu PORTVERSION= 20141215 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP/users/7/7587 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-nasu/files/pkg-install.in ============================================================================== --- head/japanese/font-nasu/files/pkg-install.in Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-nasu/files/pkg-install.in Thu Mar 15 15:54:14 2018 (r464597) @@ -55,8 +55,8 @@ addentries() do make_xlfd $ENC Nasu-Regular-20141215.ttf adobe "nasu" p medium make_xlfd $ENC Nasu-Bold-20141215.ttf adobe "nasu" p bold - make_xlfd $ENC NasuM-Regular-20141215.ttf adobe "nasum" c medium - make_xlfd $ENC NasuM-Bold-20141215.ttf adobe "nasum" c bold + make_xlfd $ENC NasuM-Regular-20141215.ttf adobe "nasum" m medium + make_xlfd $ENC NasuM-Bold-20141215.ttf adobe "nasum" m bold done } Modified: head/japanese/font-rounded-mgenplus/Makefile ============================================================================== --- head/japanese/font-rounded-mgenplus/Makefile Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-rounded-mgenplus/Makefile Thu Mar 15 15:54:14 2018 (r464597) @@ -2,7 +2,7 @@ PORTNAME= rounded-mgenplus PORTVERSION= 20150602 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP/users/8/8598 PKGNAMEPREFIX= ja-font- Modified: head/japanese/font-rounded-mgenplus/files/pkg-install.in ============================================================================== --- head/japanese/font-rounded-mgenplus/files/pkg-install.in Thu Mar 15 15:51:20 2018 (r464596) +++ head/japanese/font-rounded-mgenplus/files/pkg-install.in Thu Mar 15 15:54:14 2018 (r464597) @@ -67,11 +67,11 @@ addentries() done for FAM in 1m 1mn 2m do - make_xlfd ${ENC} rounded-mgenplus-${FAM}-bold.ttf adobe "rounded mgen+ ${FAM}" c bold - make_xlfd ${ENC} rounded-mgenplus-${FAM}-light.ttf adobe "rounded mgen+ ${FAM}" c extralight - make_xlfd ${ENC} rounded-mgenplus-${FAM}-medium.ttf adobe "rounded mgen+ ${FAM}" c medium - make_xlfd ${ENC} rounded-mgenplus-${FAM}-regular.ttf adobe "rounded mgen+ ${FAM}" c book - make_xlfd ${ENC} rounded-mgenplus-${FAM}-thin.ttf adobe "rounded mgen+ ${FAM}" c thin + make_xlfd ${ENC} rounded-mgenplus-${FAM}-bold.ttf adobe "rounded mgen+ ${FAM}" m bold + make_xlfd ${ENC} rounded-mgenplus-${FAM}-light.ttf adobe "rounded mgen+ ${FAM}" m extralight + make_xlfd ${ENC} rounded-mgenplus-${FAM}-medium.ttf adobe "rounded mgen+ ${FAM}" m medium + make_xlfd ${ENC} rounded-mgenplus-${FAM}-regular.ttf adobe "rounded mgen+ ${FAM}" m book + make_xlfd ${ENC} rounded-mgenplus-${FAM}-thin.ttf adobe "rounded mgen+ ${FAM}" m thin done done }