diff options
author | daichi <daichi@FreeBSD.org> | 2005-02-15 16:01:46 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2005-02-15 16:01:46 +0800 |
commit | 51fb72d67e8bff209315df561c5683b068f831bc (patch) | |
tree | 48a59e8fc0ca3ba02c76932185aee94888d41c7f | |
parent | f71389f88f894181b3003dca790500180c62e0b7 (diff) | |
download | freebsd-ports-gnome-51fb72d67e8bff209315df561c5683b068f831bc.tar.gz freebsd-ports-gnome-51fb72d67e8bff209315df561c5683b068f831bc.tar.zst freebsd-ports-gnome-51fb72d67e8bff209315df561c5683b068f831bc.zip |
Change dependency for default Japanese font from Kochi to Sazanami
Approved by: mita
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu-commfont/files/CIDFnmap.jp | 36 | ||||
-rw-r--r-- | print/ghostscript7-commfont/Makefile.common | 2 | ||||
-rw-r--r-- | print/ghostscript7-commfont/files/CIDFnmap.jp | 36 |
4 files changed, 38 insertions, 38 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common index 2a2be5c30d03..8b58ec2fd2ff 100644 --- a/print/ghostscript-gnu-commfont/Makefile.common +++ b/print/ghostscript-gnu-commfont/Makefile.common @@ -29,7 +29,7 @@ CATEGORIES:= japanese ${CATEGORIES} COMMENT= GNU ghostscript with Japanese font support PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/sazanami-mincho.ttf:${PORTSDIR}/japanese/sazanami-ttf CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} diff --git a/print/ghostscript-gnu-commfont/files/CIDFnmap.jp b/print/ghostscript-gnu-commfont/files/CIDFnmap.jp index cb907672c326..dd70213fb8d9 100644 --- a/print/ghostscript-gnu-commfont/files/CIDFnmap.jp +++ b/print/ghostscript-gnu-commfont/files/CIDFnmap.jp @@ -1,22 +1,22 @@ -% Japanese Truetype Fonts (Kochi) -/Kochi-Mincho (%%X11BASE%%/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf) 1 ; -/Kochi-Gothic (%%X11BASE%%/lib/X11/fonts/TrueType/kochi-gothic-subst.ttf) 1 ; +% Japanese Truetype Fonts (Sazanami) +/Sazanami-Mincho (%%X11BASE%%/lib/X11/fonts/TrueType/sazanami-mincho.ttf) 1 ; +/Sazanami-Gothic (%%X11BASE%%/lib/X11/fonts/TrueType/sazanami-gothic.ttf) 1 ; % % Convenient aliases for PS files on Japanese PostScript printer % -/Adobe-Japan1 /Kochi-Mincho ; -/Ryumin-Light /Kochi-Mincho ; -/Ryumin-Light-H /Kochi-Mincho ; -/Ryumin-Light-V /Kochi-Mincho ; -/GothicBBB-Medium /Kochi-Gothic ; -/GothicBBB-Medium-H /Kochi-Gothic ; -/GothicBBB-Medium-V /Kochi-Gothic ; -/HeiseiMin-W3H /Kochi-Mincho ; -/HeiseiKakuGo-W5H /Kochi-Gothic ; -/FutoMinA101-Bold /Kochi-Mincho ; -/FutoMinA101-Bold-H /Kochi-Mincho ; -/FutoMinA101-Bold-V /Kochi-Mincho ; -/FutoGoB101-Bold /Kochi-Gothic ; -/FutoGoB101-Bold-H /Kochi-Gothic ; -/FutoGoB101-Bold-V /Kochi-Gothic ; +/Adobe-Japan1 /Sazanami-Mincho ; +/Ryumin-Light /Sazanami-Mincho ; +/Ryumin-Light-H /Sazanami-Mincho ; +/Ryumin-Light-V /Sazanami-Mincho ; +/GothicBBB-Medium /Sazanami-Gothic ; +/GothicBBB-Medium-H /Sazanami-Gothic ; +/GothicBBB-Medium-V /Sazanami-Gothic ; +/HeiseiMin-W3H /Sazanami-Mincho ; +/HeiseiKakuGo-W5H /Sazanami-Gothic ; +/FutoMinA101-Bold /Sazanami-Mincho ; +/FutoMinA101-Bold-H /Sazanami-Mincho ; +/FutoMinA101-Bold-V /Sazanami-Mincho ; +/FutoGoB101-Bold /Sazanami-Gothic ; +/FutoGoB101-Bold-H /Sazanami-Gothic ; +/FutoGoB101-Bold-V /Sazanami-Gothic ; diff --git a/print/ghostscript7-commfont/Makefile.common b/print/ghostscript7-commfont/Makefile.common index 2a2be5c30d03..8b58ec2fd2ff 100644 --- a/print/ghostscript7-commfont/Makefile.common +++ b/print/ghostscript7-commfont/Makefile.common @@ -29,7 +29,7 @@ CATEGORIES:= japanese ${CATEGORIES} COMMENT= GNU ghostscript with Japanese font support PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/sazanami-mincho.ttf:${PORTSDIR}/japanese/sazanami-ttf CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} diff --git a/print/ghostscript7-commfont/files/CIDFnmap.jp b/print/ghostscript7-commfont/files/CIDFnmap.jp index cb907672c326..dd70213fb8d9 100644 --- a/print/ghostscript7-commfont/files/CIDFnmap.jp +++ b/print/ghostscript7-commfont/files/CIDFnmap.jp @@ -1,22 +1,22 @@ -% Japanese Truetype Fonts (Kochi) -/Kochi-Mincho (%%X11BASE%%/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf) 1 ; -/Kochi-Gothic (%%X11BASE%%/lib/X11/fonts/TrueType/kochi-gothic-subst.ttf) 1 ; +% Japanese Truetype Fonts (Sazanami) +/Sazanami-Mincho (%%X11BASE%%/lib/X11/fonts/TrueType/sazanami-mincho.ttf) 1 ; +/Sazanami-Gothic (%%X11BASE%%/lib/X11/fonts/TrueType/sazanami-gothic.ttf) 1 ; % % Convenient aliases for PS files on Japanese PostScript printer % -/Adobe-Japan1 /Kochi-Mincho ; -/Ryumin-Light /Kochi-Mincho ; -/Ryumin-Light-H /Kochi-Mincho ; -/Ryumin-Light-V /Kochi-Mincho ; -/GothicBBB-Medium /Kochi-Gothic ; -/GothicBBB-Medium-H /Kochi-Gothic ; -/GothicBBB-Medium-V /Kochi-Gothic ; -/HeiseiMin-W3H /Kochi-Mincho ; -/HeiseiKakuGo-W5H /Kochi-Gothic ; -/FutoMinA101-Bold /Kochi-Mincho ; -/FutoMinA101-Bold-H /Kochi-Mincho ; -/FutoMinA101-Bold-V /Kochi-Mincho ; -/FutoGoB101-Bold /Kochi-Gothic ; -/FutoGoB101-Bold-H /Kochi-Gothic ; -/FutoGoB101-Bold-V /Kochi-Gothic ; +/Adobe-Japan1 /Sazanami-Mincho ; +/Ryumin-Light /Sazanami-Mincho ; +/Ryumin-Light-H /Sazanami-Mincho ; +/Ryumin-Light-V /Sazanami-Mincho ; +/GothicBBB-Medium /Sazanami-Gothic ; +/GothicBBB-Medium-H /Sazanami-Gothic ; +/GothicBBB-Medium-V /Sazanami-Gothic ; +/HeiseiMin-W3H /Sazanami-Mincho ; +/HeiseiKakuGo-W5H /Sazanami-Gothic ; +/FutoMinA101-Bold /Sazanami-Mincho ; +/FutoMinA101-Bold-H /Sazanami-Mincho ; +/FutoMinA101-Bold-V /Sazanami-Mincho ; +/FutoGoB101-Bold /Sazanami-Gothic ; +/FutoGoB101-Bold-H /Sazanami-Gothic ; +/FutoGoB101-Bold-V /Sazanami-Gothic ; |