diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-20 20:36:01 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-20 20:36:01 +0000 |
commit | e5744e5e01547456e5ddf9fb0c2f5b419e36017f (patch) | |
tree | 607ebe7ca4d8bf4283245d193bfb16f925353e83 /print/ghostscript-gnu-commfont/files | |
parent | Mention lang/perl5.8 update and briefly describe how to proceed with the (diff) |
- Create symlinks to CMap files instead of installing them.
- Use SUB_FILES for CIDFnmap.*.
- Some style fixes.
- Reset maintainership.
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=156529
Diffstat (limited to 'print/ghostscript-gnu-commfont/files')
-rw-r--r-- | print/ghostscript-gnu-commfont/files/CIDFnmap.jp | 22 | ||||
-rw-r--r-- | print/ghostscript-gnu-commfont/files/CIDFnmap.jp.in | 23 | ||||
-rw-r--r-- | print/ghostscript-gnu-commfont/files/CIDFnmap.ko.in (renamed from print/ghostscript-gnu-commfont/files/CIDFnmap.ko) | 5 |
3 files changed, 26 insertions, 24 deletions
diff --git a/print/ghostscript-gnu-commfont/files/CIDFnmap.jp b/print/ghostscript-gnu-commfont/files/CIDFnmap.jp deleted file mode 100644 index dd70213fb8d9..000000000000 --- a/print/ghostscript-gnu-commfont/files/CIDFnmap.jp +++ /dev/null @@ -1,22 +0,0 @@ -% 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 /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/ghostscript-gnu-commfont/files/CIDFnmap.jp.in b/print/ghostscript-gnu-commfont/files/CIDFnmap.jp.in new file mode 100644 index 000000000000..c658fc321e9b --- /dev/null +++ b/print/ghostscript-gnu-commfont/files/CIDFnmap.jp.in @@ -0,0 +1,23 @@ +% $FreeBSD$ +% Japanese Truetype Fonts +/Default-Mincho (%%LOCALBASE%%/share/fonts/TrueType/ipam.ttf) 1 ; +/Default-Gothic (%%LOCALBASE%%/share/fonts/TrueType/ipag.ttf) 1 ; + +% +% Convenient aliases for PS files on Japanese PostScript printer +% +/Adobe-Japan1 /Default-Mincho ; +/Ryumin-Light /Default-Mincho ; +/Ryumin-Light-H /Default-Mincho ; +/Ryumin-Light-V /Default-Mincho ; +/GothicBBB-Medium /Default-Gothic ; +/GothicBBB-Medium-H /Default-Gothic ; +/GothicBBB-Medium-V /Default-Gothic ; +/HeiseiMin-W3H /Default-Mincho ; +/HeiseiKakuGo-W5H /Default-Gothic ; +/FutoMinA101-Bold /Default-Mincho ; +/FutoMinA101-Bold-H /Default-Mincho ; +/FutoMinA101-Bold-V /Default-Mincho ; +/FutoGoB101-Bold /Default-Gothic ; +/FutoGoB101-Bold-H /Default-Gothic ; +/FutoGoB101-Bold-V /Default-Gothic ; diff --git a/print/ghostscript-gnu-commfont/files/CIDFnmap.ko b/print/ghostscript-gnu-commfont/files/CIDFnmap.ko.in index 5f72b7018bb6..699de172aac1 100644 --- a/print/ghostscript-gnu-commfont/files/CIDFnmap.ko +++ b/print/ghostscript-gnu-commfont/files/CIDFnmap.ko.in @@ -1,8 +1,9 @@ -/Adobe-Korea1 /Munhwa-Regular ; +% $FreeBSD$ +/Adobe-Korea1 /Munhwa-Regular ; % % Convenient aliases for PS files on Korean PostScript printer % /HYGoThic-Medium /MunhwaGothic-Regular ; /HYSMyeongJo-Medium /Munhwa-Regular ; -/HYRGoThic-Medium /MunhwaGothic-Bold ; +/HYRGoThic-Medium /MunhwaGothic-Bold ; |