summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2018-03-15 15:54:14 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2018-03-15 15:54:14 +0000
commit5d45dca8800c2d752059657e6b339e46985314cc (patch)
tree790b89bce1268a98492fc3801ec61c0e9b8c31ad /japanese
parentgames/anki: Update to 2.0.50 (diff)
Fix xlfd for the monospaced fonts.
Notes
Notes: svn path=/head/; revision=464597
Diffstat (limited to 'japanese')
-rw-r--r--japanese/font-cica/Makefile2
-rw-r--r--japanese/font-cica/files/pkg-install.in4
-rw-r--r--japanese/font-genjyuugothic/Makefile2
-rw-r--r--japanese/font-genjyuugothic/files/pkg-install.in14
-rw-r--r--japanese/font-genshingothic/Makefile2
-rw-r--r--japanese/font-genshingothic/files/pkg-install.in14
-rw-r--r--japanese/font-mgenplus/Makefile2
-rw-r--r--japanese/font-mgenplus/files/pkg-install.in10
-rw-r--r--japanese/font-nasu/Makefile2
-rw-r--r--japanese/font-nasu/files/pkg-install.in4
-rw-r--r--japanese/font-rounded-mgenplus/Makefile2
-rw-r--r--japanese/font-rounded-mgenplus/files/pkg-install.in10
12 files changed, 34 insertions, 34 deletions
diff --git a/japanese/font-cica/Makefile b/japanese/font-cica/Makefile
index 2d3a0e49c73a..9885be35a1f7 100644
--- a/japanese/font-cica/Makefile
+++ b/japanese/font-cica/Makefile
@@ -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-
diff --git a/japanese/font-cica/files/pkg-install.in b/japanese/font-cica/files/pkg-install.in
index 5f58fb18fc79..35b192426912 100644
--- a/japanese/font-cica/files/pkg-install.in
+++ b/japanese/font-cica/files/pkg-install.in
@@ -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
}
diff --git a/japanese/font-genjyuugothic/Makefile b/japanese/font-genjyuugothic/Makefile
index ed5323bb9928..89a15362666e 100644
--- a/japanese/font-genjyuugothic/Makefile
+++ b/japanese/font-genjyuugothic/Makefile
@@ -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-
diff --git a/japanese/font-genjyuugothic/files/pkg-install.in b/japanese/font-genjyuugothic/files/pkg-install.in
index e6eacd185417..9be8ddcfa624 100644
--- a/japanese/font-genjyuugothic/files/pkg-install.in
+++ b/japanese/font-genjyuugothic/files/pkg-install.in
@@ -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
}
diff --git a/japanese/font-genshingothic/Makefile b/japanese/font-genshingothic/Makefile
index 022440ca4287..cdff4f7a9b04 100644
--- a/japanese/font-genshingothic/Makefile
+++ b/japanese/font-genshingothic/Makefile
@@ -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-
diff --git a/japanese/font-genshingothic/files/pkg-install.in b/japanese/font-genshingothic/files/pkg-install.in
index 4abd8dc7ab4c..d0cc788cfc4b 100644
--- a/japanese/font-genshingothic/files/pkg-install.in
+++ b/japanese/font-genshingothic/files/pkg-install.in
@@ -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
}
diff --git a/japanese/font-mgenplus/Makefile b/japanese/font-mgenplus/Makefile
index c05706a582ed..52725774fcd4 100644
--- a/japanese/font-mgenplus/Makefile
+++ b/japanese/font-mgenplus/Makefile
@@ -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-
diff --git a/japanese/font-mgenplus/files/pkg-install.in b/japanese/font-mgenplus/files/pkg-install.in
index 0d094d50159c..4c80e956b04b 100644
--- a/japanese/font-mgenplus/files/pkg-install.in
+++ b/japanese/font-mgenplus/files/pkg-install.in
@@ -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
}
diff --git a/japanese/font-nasu/Makefile b/japanese/font-nasu/Makefile
index 488c3a960165..fdd349af9f89 100644
--- a/japanese/font-nasu/Makefile
+++ b/japanese/font-nasu/Makefile
@@ -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-
diff --git a/japanese/font-nasu/files/pkg-install.in b/japanese/font-nasu/files/pkg-install.in
index 5d1c3f4ee568..75d98fbb641e 100644
--- a/japanese/font-nasu/files/pkg-install.in
+++ b/japanese/font-nasu/files/pkg-install.in
@@ -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
}
diff --git a/japanese/font-rounded-mgenplus/Makefile b/japanese/font-rounded-mgenplus/Makefile
index c11254df05cf..2e8339938b92 100644
--- a/japanese/font-rounded-mgenplus/Makefile
+++ b/japanese/font-rounded-mgenplus/Makefile
@@ -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-
diff --git a/japanese/font-rounded-mgenplus/files/pkg-install.in b/japanese/font-rounded-mgenplus/files/pkg-install.in
index 907e3ee812ed..fe7759371910 100644
--- a/japanese/font-rounded-mgenplus/files/pkg-install.in
+++ b/japanese/font-rounded-mgenplus/files/pkg-install.in
@@ -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
}