summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-03-01 11:07:52 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-03-01 11:07:52 +0000
commita68e623d31b1fcb177cdd5ef3478eb805f67979a (patch)
treec93d88afd521ae1f30e55d11955490b7ceeba3b4 /print/ghostscript-gpl/files
parent- Add MASTER_SITES. (diff)
- 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 <yokota at res.otaru-uc.ac.jp>
Notes
Notes: svn path=/head/; revision=208254
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-lib-FAPIcidfmap9
-rw-r--r--print/ghostscript-gpl/files/patch-src-int.mak11
2 files changed, 20 insertions, 0 deletions
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/...