diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-31 07:39:02 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-31 07:39:02 +0000 |
commit | f8ce3346ee1f81216e8d8e9e22a7a89973a62f41 (patch) | |
tree | 0e2fa93b59899cd8ae03794b2a98db60a2715e31 /japanese | |
parent | 16e36b05eae6d1d7f6c3b464fee3eb50773ba100 (diff) | |
download | ports-f8ce3346ee1f81216e8d8e9e22a7a89973a62f41.tar.gz ports-f8ce3346ee1f81216e8d8e9e22a7a89973a62f41.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/font-vlgothic/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-vlgothic/files/pkg-install.in | 10 | ||||
-rw-r--r-- | japanese/vlgothic/Makefile | 2 | ||||
-rw-r--r-- | japanese/vlgothic/files/pkg-install.in | 10 |
4 files changed, 14 insertions, 10 deletions
diff --git a/japanese/font-vlgothic/Makefile b/japanese/font-vlgothic/Makefile index 5179ec4938a3..333d4caef987 100644 --- a/japanese/font-vlgothic/Makefile +++ b/japanese/font-vlgothic/Makefile @@ -7,7 +7,7 @@ PORTNAME= vlgothic PORTVERSION= 20080429 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://vinelinux.org/~daisuke/vlgothic/ DISTNAME= VLGothic-${PORTVERSION} diff --git a/japanese/font-vlgothic/files/pkg-install.in b/japanese/font-vlgothic/files/pkg-install.in index d3a3e12482d1..1a3298463a08 100644 --- a/japanese/font-vlgothic/files/pkg-install.in +++ b/japanese/font-vlgothic/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,7 +59,9 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC VL-PGothic-Regular.ttf vlgothic "VL_PGothic" p + make_xlfd $ENC VL-PGothic-Regular.ttf vlgothic gothic p make_xlfd $ENC VL-Gothic-Regular.ttf vlgothic "VL_Gothic" c + make_xlfd $ENC VL-Gothic-Regular.ttf vlgothic gothic c done } diff --git a/japanese/vlgothic/Makefile b/japanese/vlgothic/Makefile index 5179ec4938a3..333d4caef987 100644 --- a/japanese/vlgothic/Makefile +++ b/japanese/vlgothic/Makefile @@ -7,7 +7,7 @@ PORTNAME= vlgothic PORTVERSION= 20080429 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://vinelinux.org/~daisuke/vlgothic/ DISTNAME= VLGothic-${PORTVERSION} diff --git a/japanese/vlgothic/files/pkg-install.in b/japanese/vlgothic/files/pkg-install.in index d3a3e12482d1..1a3298463a08 100644 --- a/japanese/vlgothic/files/pkg-install.in +++ b/japanese/vlgothic/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,7 +59,9 @@ addentries () for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 do make_xlfd $ENC VL-PGothic-Regular.ttf vlgothic "VL_PGothic" p + make_xlfd $ENC VL-PGothic-Regular.ttf vlgothic gothic p make_xlfd $ENC VL-Gothic-Regular.ttf vlgothic "VL_Gothic" c + make_xlfd $ENC VL-Gothic-Regular.ttf vlgothic gothic c done } |