Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 15:54:15 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
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...
Message-ID:  <201803151554.w2FFsFOA057196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803151554.w2FFsFOA057196>