From a68e623d31b1fcb177cdd5ef3478eb805f67979a Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sat, 1 Mar 2008 11:07:52 +0000 Subject: - Add full support for Japanese fonts and ijs driver - Fix FT_BRIDGE issue - Use OPTIONS (not for driver selection) PR: ports/119566 Submitted by: Koji Yokota --- print/ghostscript-gpl/files/patch-lib-FAPIcidfmap | 9 +++++++++ print/ghostscript-gpl/files/patch-src-int.mak | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 print/ghostscript-gpl/files/patch-lib-FAPIcidfmap create mode 100644 print/ghostscript-gpl/files/patch-src-int.mak (limited to 'print/ghostscript-gpl/files') diff --git a/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap b/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap new file mode 100644 index 000000000000..8c8f937ca0b3 --- /dev/null +++ b/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap @@ -0,0 +1,9 @@ +--- lib/FAPIcidfmap.orig 2006-06-01 00:29:52.000000000 +0900 ++++ lib/FAPIcidfmap 2008-01-11 08:49:20.000000000 +0900 +@@ -29,4 +29,5 @@ + % + % /Ryumin-Medium << /Path (msgothic.ttc) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; + % /HeiseiKakuGo-W5 << /Path (F:/WIN2000/Fonts/BATANG.TTC) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; +- ++/Ryumin-Medium << /Path (/usr/local/share/ghostscript/fonts/Ryumin-Light.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; ++/HeiseiKakuGo-W5 << /Path (/usr/local/share/ghostscript/fonts/GothicBBB-Medium.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; diff --git a/print/ghostscript-gpl/files/patch-src-int.mak b/print/ghostscript-gpl/files/patch-src-int.mak new file mode 100644 index 000000000000..5e8904378d43 --- /dev/null +++ b/print/ghostscript-gpl/files/patch-src-int.mak @@ -0,0 +1,11 @@ +--- src/int.mak.orig 2007-07-02 02:18:18.000000000 +0900 ++++ src/int.mak 2008-01-11 08:28:14.000000000 +0900 +@@ -988,7 +988,7 @@ + # unix-inst.mak uses this macro, problems should surface when testing installed + # versions. + # Note: gs_cet.ps is only needed to match Adobe CPSI defaults +-EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps ++EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps FAPIcidfmap FAPIconfig FAPIfontmap + + # The init files are put in the lib/ directory (gs_init.ps + EXTRA_INIT_FILES) + # Resource files go into Resource/... -- cgit v1.2.3