summaryrefslogtreecommitdiff
path: root/korean/ghostscript55httf/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-07-29 14:55:49 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-07-29 14:55:49 +0000
commit0dfe7ccfe354dc16523277de44eebd98b929f856 (patch)
tree14a4d7845bd4ffb1ac571aba9fc3a1208b3df568 /korean/ghostscript55httf/files
parentActivate ko-ftghostscript5. (diff)
Aladdin Postscript interpreter with Korean Truetype fonts support.
PR: ports/6207 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
Notes
Notes: svn path=/head/; revision=12200
Diffstat (limited to 'korean/ghostscript55httf/files')
-rw-r--r--korean/ghostscript55httf/files/patch-aa5
-rw-r--r--korean/ghostscript55httf/files/patch-ab17
-rw-r--r--korean/ghostscript55httf/files/patch-ac24
3 files changed, 46 insertions, 0 deletions
diff --git a/korean/ghostscript55httf/files/patch-aa b/korean/ghostscript55httf/files/patch-aa
new file mode 100644
index 000000000000..9a791f8de2bd
--- /dev/null
+++ b/korean/ghostscript55httf/files/patch-aa
@@ -0,0 +1,5 @@
+diff -uNr gs5.10-ori/cdj850.dev cdj850.dev
+--- gs5.10-ori/cdj850.dev Thu Jan 1 09:00:00 1970
++++ cdj850.dev Mon Mar 30 19:18:02 1998
+@@ -0,0 +1 @@
++-dev cdj850 -include page -obj gdevcd8.o gdevpcl.o
diff --git a/korean/ghostscript55httf/files/patch-ab b/korean/ghostscript55httf/files/patch-ab
new file mode 100644
index 000000000000..7724250d8dc4
--- /dev/null
+++ b/korean/ghostscript55httf/files/patch-ab
@@ -0,0 +1,17 @@
+diff -uNr gs5.10-ori/devs.mak devs.mak
+--- gs5.10-ori/devs.mak Mon Mar 30 19:08:35 1998
++++ devs.mak Mon Mar 30 19:18:43 1998
+@@ -742,8 +742,13 @@
+
+ cdeskjet_=gdevcdj.$(OBJ) $(HPPCL)
+
++cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL)
++
+ cdeskjet.dev: $(cdeskjet_) page.dev
+ $(SETPDEV) cdeskjet $(cdeskjet_)
++
++cdj850.dev: $(cdeskjet8_) page.dev
++ $(SETPDEV) cdj850 $(cdeskjet8_)
+
+ cdjcolor.dev: $(cdeskjet_) page.dev
+ $(SETPDEV) cdjcolor $(cdeskjet_)
diff --git a/korean/ghostscript55httf/files/patch-ac b/korean/ghostscript55httf/files/patch-ac
new file mode 100644
index 000000000000..5acce6e6fe8f
--- /dev/null
+++ b/korean/ghostscript55httf/files/patch-ac
@@ -0,0 +1,24 @@
+diff -uNr gs5.10-ori/gs_init.ps gs_init.ps
+--- gs5.10-ori/gs_init.ps Mon Mar 30 19:08:48 1998
++++ gs_init.ps Mon Mar 30 19:17:42 1998
+@@ -1465,3 +1465,20 @@
+ (END GC) VMDEBUG
+
+ % The interpreter will run the initial procedure (start).
++
++% unofficial patch:
++% make it possible to print from within acroread pdf viewer
++/Default currenthalftone /Halftone defineresource pop
++
++% load initial CID-keyed fonts(Korean. KSC-EUC-H).
++% It should be in Fontmap, but to avoid loading two or more time.
++% (it can stop the interpreter - /rangecheck error)
++%
++QUIET not { (Loading CID(Korean) Fonts: ) print } if
++% font loading start
++(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile
++QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if
++(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile
++QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if
++% end of font loading
++QUIET not { (\n) print } if