diff options
author | hrs <hrs@FreeBSD.org> | 2008-05-31 15:22:09 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-05-31 15:22:09 +0800 |
commit | c2c1037b2651249683e4a3c051b8003d55cbacd9 (patch) | |
tree | f5717a52023e5de5430d6ef5dfbeb020d88e816b /japanese | |
parent | 1a6e74401d37050e81f4148ba69d413d84c00a52 (diff) | |
download | freebsd-ports-gnome-c2c1037b2651249683e4a3c051b8003d55cbacd9.tar.gz freebsd-ports-gnome-c2c1037b2651249683e4a3c051b8003d55cbacd9.tar.zst freebsd-ports-gnome-c2c1037b2651249683e4a3c051b8003d55cbacd9.zip |
- Remove obsolete fp=[y|n] modifier in fonts.dir.
- Add "mincho" and "gothic" as font family.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/font-ipa/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-ipa/files/pkg-install.in | 13 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/files/pkg-install.in | 13 | ||||
-rw-r--r-- | japanese/ipa-ttfonts/Makefile | 2 | ||||
-rw-r--r-- | japanese/ipa-ttfonts/files/pkg-install.in | 13 |
6 files changed, 30 insertions, 15 deletions
diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile index fa693a7bde20..6b7aea5a8407 100644 --- a/japanese/font-ipa/Makefile +++ b/japanese/font-ipa/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipa-ttfonts PORTVERSION= 1.0.20060520.p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/japanese/font-ipa/files/pkg-install.in b/japanese/font-ipa/files/pkg-install.in index 9f586c670775..6a1cdc6f8554 100644 --- a/japanese/font-ipa/files/pkg-install.in +++ b/japanese/font-ipa/files/pkg-install.in @@ -30,10 +30,10 @@ make_xlfd() _poc=$5 case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="fp=y:bw=0.5" ;; - c:jisx0201.1976-*) PFIX="fp=n:bw=0.5" ;; - p:*) PFIX="fp=y" ;; - c:*) PFIX="fp=n" ;; + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; esac set -- "${ROMA}" medium-r \ @@ -59,10 +59,15 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC ipag.ttf ipa IPAGothic c + make_xlfd $ENC ipag.ttf ipa gothic c make_xlfd $ENC ipagp.ttf ipa IPAPGothic p + make_xlfd $ENC ipagp.ttf ipa gothic p make_xlfd $ENC ipagui.ttf ipa IPAUIGothic c + make_xlfd $ENC ipagui.ttf ipa UIGothic c make_xlfd $ENC ipam.ttf ipa IPAMincho c + make_xlfd $ENC ipam.ttf ipa mincho c make_xlfd $ENC ipamp.ttf ipa IPAPMincho p + make_xlfd $ENC ipamp.ttf ipa mincho p make_xlfd $ENC M+2VM+IPAG-circle.ttf ipa M+2VM+IPAG_circle c make_xlfd $ENC M+1VM+IPAG-circle.ttf ipa M+1VM+IPAG_circle c make_xlfd $ENC M+1P+IPAG.ttf ipa M+1P+IPAG p diff --git a/japanese/font-mplus-ipa/Makefile b/japanese/font-mplus-ipa/Makefile index fa693a7bde20..6b7aea5a8407 100644 --- a/japanese/font-mplus-ipa/Makefile +++ b/japanese/font-mplus-ipa/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipa-ttfonts PORTVERSION= 1.0.20060520.p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/japanese/font-mplus-ipa/files/pkg-install.in b/japanese/font-mplus-ipa/files/pkg-install.in index 9f586c670775..6a1cdc6f8554 100644 --- a/japanese/font-mplus-ipa/files/pkg-install.in +++ b/japanese/font-mplus-ipa/files/pkg-install.in @@ -30,10 +30,10 @@ make_xlfd() _poc=$5 case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="fp=y:bw=0.5" ;; - c:jisx0201.1976-*) PFIX="fp=n:bw=0.5" ;; - p:*) PFIX="fp=y" ;; - c:*) PFIX="fp=n" ;; + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; esac set -- "${ROMA}" medium-r \ @@ -59,10 +59,15 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC ipag.ttf ipa IPAGothic c + make_xlfd $ENC ipag.ttf ipa gothic c make_xlfd $ENC ipagp.ttf ipa IPAPGothic p + make_xlfd $ENC ipagp.ttf ipa gothic p make_xlfd $ENC ipagui.ttf ipa IPAUIGothic c + make_xlfd $ENC ipagui.ttf ipa UIGothic c make_xlfd $ENC ipam.ttf ipa IPAMincho c + make_xlfd $ENC ipam.ttf ipa mincho c make_xlfd $ENC ipamp.ttf ipa IPAPMincho p + make_xlfd $ENC ipamp.ttf ipa mincho p make_xlfd $ENC M+2VM+IPAG-circle.ttf ipa M+2VM+IPAG_circle c make_xlfd $ENC M+1VM+IPAG-circle.ttf ipa M+1VM+IPAG_circle c make_xlfd $ENC M+1P+IPAG.ttf ipa M+1P+IPAG p diff --git a/japanese/ipa-ttfonts/Makefile b/japanese/ipa-ttfonts/Makefile index fa693a7bde20..6b7aea5a8407 100644 --- a/japanese/ipa-ttfonts/Makefile +++ b/japanese/ipa-ttfonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipa-ttfonts PORTVERSION= 1.0.20060520.p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/japanese/ipa-ttfonts/files/pkg-install.in b/japanese/ipa-ttfonts/files/pkg-install.in index 9f586c670775..6a1cdc6f8554 100644 --- a/japanese/ipa-ttfonts/files/pkg-install.in +++ b/japanese/ipa-ttfonts/files/pkg-install.in @@ -30,10 +30,10 @@ make_xlfd() _poc=$5 case "${_poc}:${_enc}" in - p:jisx0201.1976-*) PFIX="fp=y:bw=0.5" ;; - c:jisx0201.1976-*) PFIX="fp=n:bw=0.5" ;; - p:*) PFIX="fp=y" ;; - c:*) PFIX="fp=n" ;; + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; esac set -- "${ROMA}" medium-r \ @@ -59,10 +59,15 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC ipag.ttf ipa IPAGothic c + make_xlfd $ENC ipag.ttf ipa gothic c make_xlfd $ENC ipagp.ttf ipa IPAPGothic p + make_xlfd $ENC ipagp.ttf ipa gothic p make_xlfd $ENC ipagui.ttf ipa IPAUIGothic c + make_xlfd $ENC ipagui.ttf ipa UIGothic c make_xlfd $ENC ipam.ttf ipa IPAMincho c + make_xlfd $ENC ipam.ttf ipa mincho c make_xlfd $ENC ipamp.ttf ipa IPAPMincho p + make_xlfd $ENC ipamp.ttf ipa mincho p make_xlfd $ENC M+2VM+IPAG-circle.ttf ipa M+2VM+IPAG_circle c make_xlfd $ENC M+1VM+IPAG-circle.ttf ipa M+1VM+IPAG_circle c make_xlfd $ENC M+1P+IPAG.ttf ipa M+1P+IPAG p |