diff options
author | hrs <hrs@FreeBSD.org> | 2008-05-31 15:39:02 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-05-31 15:39:02 +0800 |
commit | 85795aa215d846c5eba41cb085080618fcecdc3f (patch) | |
tree | c5e1288cd0d4babe4043d33e63502a87ab0a7c86 /japanese/font-vlgothic | |
parent | 4c27dbd102a3e86862e7530bf038e3c6551769e5 (diff) | |
download | freebsd-ports-gnome-85795aa215d846c5eba41cb085080618fcecdc3f.tar.gz freebsd-ports-gnome-85795aa215d846c5eba41cb085080618fcecdc3f.tar.zst freebsd-ports-gnome-85795aa215d846c5eba41cb085080618fcecdc3f.zip |
- Remove obsolete fp=[y|n] modifier in fonts.dir.
- Add "gothic" as font family.
Diffstat (limited to 'japanese/font-vlgothic')
-rw-r--r-- | japanese/font-vlgothic/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-vlgothic/files/pkg-install.in | 10 |
2 files changed, 7 insertions, 5 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 } |