summaryrefslogtreecommitdiff
path: root/korean/ghostscript55httf/files
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-09-03 17:52:40 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-09-03 17:52:40 +0000
commita6c7eb2f44fafd3872249d5905796cf6f78bf268 (patch)
treef901de667623e478fd45a582859fa8bebb44eba8 /korean/ghostscript55httf/files
parentadd more official patches (diff)
Unbroke.
PR: ports/13493 Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=21221
Diffstat (limited to 'korean/ghostscript55httf/files')
-rw-r--r--korean/ghostscript55httf/files/patch-aa346
-rw-r--r--korean/ghostscript55httf/files/patch-ab28
-rw-r--r--korean/ghostscript55httf/files/patch-ac19
3 files changed, 216 insertions, 177 deletions
diff --git a/korean/ghostscript55httf/files/patch-aa b/korean/ghostscript55httf/files/patch-aa
index 9fa96bf7d0d5..44f4b87fa5b3 100644
--- a/korean/ghostscript55httf/files/patch-aa
+++ b/korean/ghostscript55httf/files/patch-aa
@@ -1,174 +1,172 @@
---- unix-gcc.mak.orig Sun Oct 11 23:43:16 1998
-+++ unix-gcc.mak Sun Oct 11 23:46:51 1998
-@@ -135,7 +135,7 @@
- # You may need to change this if the IJG library version changes.
- # See jpeg.mak for more information.
-
--JSRCDIR=jpeg-6a
-+JSRCDIR=jpeg-6b
- JVERSION=6
-
- # Define the directory where the PNG library sources are stored,
-@@ -156,7 +156,7 @@
- # Define the directory where the zlib sources are stored.
- # See zlib.mak for more information.
-
--ZSRCDIR=zlib
-+ZSRCDIR=.
-
- # Choose whether to use a shared version of the zlib library, and if so,
- # what its name is (usually libz, but sometimes libgz).
-@@ -181,7 +181,7 @@
-
- # Define the name of the C compiler.
-
--CC=gcc
-+CC=cc
-
- # Define the name of the linker for the final link step.
- # Normally this is the same as the C compiler.
-@@ -206,14 +206,14 @@
- # We don't include -ansi, because this gets in the way of the platform-
- # specific stuff that <math.h> typically needs; nevertheless, we expect
- # gcc to accept ANSI-style function prototypes and function definitions.
--XCFLAGS=
-+XCFLAGS= -I$(prefix)/include
-
- CFLAGS=-O $(GCFLAGS) $(XCFLAGS)
-
- # Define platform flags for ld.
- # SunOS 4.n may need -Bstatic.
- # XLDFLAGS can be set from the command line.
--XLDFLAGS=
-+XLDFLAGS= -L$(prefix)/lib
-
- LDFLAGS=$(XLDFLAGS)
-
-@@ -223,7 +223,7 @@
- # SVR4 may need -lnsl.
- # (Libraries required by individual drivers are handled automatically.)
-
--EXTRALIBS=
-+EXTRALIBS=-lz
-
- # Define the include switch(es) for the X11 header files.
- # This can be null if handled in some other way (e.g., the files are
-@@ -233,7 +233,7 @@
- # Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
- # not in $(XINCLUDE).
-
--XINCLUDE=-I/usr/local/X/include
-+XINCLUDE=-I/usr/X11R6/include
-
- # Define the directory/ies and library names for the X11 library files.
- # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
-@@ -248,8 +248,8 @@
- #XLIBS=Xt SM ICE Xext X11
-
- #XLIBDIRS=-L/usr/local/X/lib
--XLIBDIRS=-L/usr/X11/lib
--XLIBDIR=
-+XLIBDIRS=-L/usr/X11R6/lib
-+XLIBDIR=/usr/X11R6/lib
- XLIBS=Xt Xext X11
-
- # Define whether this platform has floating point hardware:
-@@ -292,22 +292,22 @@
-
- # Choose the device(s) to include. See devs.mak for details.
-
--DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
--DEVICE_DEVS1=
--DEVICE_DEVS2=
--DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
--DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
--DEVICE_DEVS5=uniprint.dev
--DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
--DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
--DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev
--DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev
--DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev
--DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev
--DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev
--DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
--DEVICE_DEVS14=jpeg.dev jpeggray.dev
--DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev
-+#DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
-+#DEVICE_DEVS1=
-+#DEVICE_DEVS2=
-+#DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
-+#DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
-+#DEVICE_DEVS5=uniprint.dev
-+#DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
-+#DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
-+#DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev
-+#DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev
-+#DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev
-+#DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev
-+#DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev
-+#DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
-+#DEVICE_DEVS14=jpeg.dev jpeggray.dev
-+#DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev
-
- # ---------------------------- End of options --------------------------- #
-
-@@ -3681,8 +3681,8 @@
- libpng95.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
- $(SETMOD) libpng95 pngwio.$(OBJ) -include crc32
-
--libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
-- $(SETMOD) libpng96 pngwio.$(OBJ) -include crc32
-+libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ)
-+ $(SETMOD) libpng96 pngwio.$(OBJ)
- # Copyright (C) 1995, 1996, 1997 Aladdin Enterprises. All rights reserved.
- #
- # This file is part of Aladdin Ghostscript.
-@@ -3763,7 +3763,7 @@
- zlibe_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE)
- $(SETMOD) zlibe_1 -lib $(ZLIB_NAME)
-
--zlibe_=adler32.$(OBJ) deflate.$(OBJ) trees.$(OBJ)
-+zlibe_=
- zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_)
- $(SETMOD) zlibe_0 $(zlibe_)
- $(ADDMOD) zlibe_0 -include zlibc
-@@ -3810,11 +3810,11 @@
-
- zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ)
- zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ)
--zlibd_ = $(zlibd1_) $(zlibd2_)
--zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibd_)
-- $(SETMOD) zlibd_0 $(zlibd1_)
-- $(ADDMOD) zlibd_0 -obj $(zlibd2_)
-- $(ADDMOD) zlibd_0 -include zlibc
-+zlibd_ =
-+zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev
-+ $(SETMOD) zlibd_0
-+ $(ADDMOD) zlibd_0
-+ $(ADDMOD) zlibd_0
-
- infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h
- $(CP_) $(ZSRC)infblock.c .
-@@ -4589,8 +4589,22 @@
-
- cdeskjet_=gdevcdj.$(OBJ) $(HPPCL)
-
-+cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL)
-+
- cdeskjet.dev: $(cdeskjet_) page.dev
- $(SETPDEV) cdeskjet $(cdeskjet_)
-+
-+cdj670.dev: $(cdeskjet8_) page.dev
-+ $(SETPDEV) cdj670 $(cdeskjet8_)
-+
-+cdj850.dev: $(cdeskjet8_) page.dev
-+ $(SETPDEV) cdj850 $(cdeskjet8_)
-+
-+cdj890.dev: $(cdeskjet8_) page.dev
-+ $(SETPDEV) cdj890 $(cdeskjet8_)
-+
-+cdj1600.dev: $(cdeskjet8_) page.dev
-+ $(SETPDEV) cdj1600 $(cdeskjet8_)
-
- cdjcolor.dev: $(cdeskjet_) page.dev
- $(SETPDEV) cdjcolor $(cdeskjet_)
+*** gcc-head.mak.orig Thu Dec 17 19:56:19 1998
+--- gcc-head.mak Fri Dec 25 19:23:30 1998
+***************
+*** 41,50 ****
+
+ # If your system has installbsd, change install to installbsd in the next line.
+ INSTALL = install -c
+! INSTALL_PROGRAM = $(INSTALL) -m 755
+! INSTALL_DATA = $(INSTALL) -m 644
+
+! prefix = /usr/local
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ scriptdir = $(bindir)
+--- 41,50 ----
+
+ # If your system has installbsd, change install to installbsd in the next line.
+ INSTALL = install -c
+! INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT)
+! INSTALL_DATA = $(BSD_INSTALL_DATA)
+
+! prefix ?= /usr/local
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+ scriptdir = $(bindir)
+***************
+*** 101,107 ****
+ # You may need to change this if the IJG library version changes.
+ # See jpeg.mak for more information.
+
+! JSRCDIR=jpeg-6a
+ JVERSION=6
+
+ # Define the directory where the PNG library sources are stored,
+--- 101,107 ----
+ # You may need to change this if the IJG library version changes.
+ # See jpeg.mak for more information.
+
+! JSRCDIR=jpeg
+ JVERSION=6
+
+ # Define the directory where the PNG library sources are stored,
+***************
+*** 116,122 ****
+ # what its name is.
+ # See gs.mak and make.txt for more information.
+
+! SHARE_LIBPNG=0
+ LIBPNG_NAME=png
+
+ # Define the directory where the zlib sources are stored.
+--- 116,122 ----
+ # what its name is.
+ # See gs.mak and make.txt for more information.
+
+! SHARE_LIBPNG=1
+ LIBPNG_NAME=png
+
+ # Define the directory where the zlib sources are stored.
+***************
+*** 128,134 ****
+ # what its name is (usually libz, but sometimes libgz).
+ # See gs.mak and make.txt for more information.
+
+! SHARE_ZLIB=0
+ #ZLIB_NAME=gz
+ ZLIB_NAME=z
+
+--- 128,134 ----
+ # what its name is (usually libz, but sometimes libgz).
+ # See gs.mak and make.txt for more information.
+
+! SHARE_ZLIB=1
+ #ZLIB_NAME=gz
+ ZLIB_NAME=z
+
+***************
+*** 172,185 ****
+ # We don't include -ansi, because this gets in the way of the platform-
+ # specific stuff that <math.h> typically needs; nevertheless, we expect
+ # gcc to accept ANSI-style function prototypes and function definitions.
+! XCFLAGS=
+
+! CFLAGS=-O $(GCFLAGS) $(XCFLAGS)
+
+ # Define platform flags for ld.
+ # SunOS 4.n may need -Bstatic.
+ # XLDFLAGS can be set from the command line.
+! XLDFLAGS=
+
+ LDFLAGS=$(XLDFLAGS)
+
+--- 172,185 ----
+ # We don't include -ansi, because this gets in the way of the platform-
+ # specific stuff that <math.h> typically needs; nevertheless, we expect
+ # gcc to accept ANSI-style function prototypes and function definitions.
+! XCFLAGS=-I$(prefix)/include
+
+! CFLAGS+=-O $(GCFLAGS) $(XCFLAGS)
+
+ # Define platform flags for ld.
+ # SunOS 4.n may need -Bstatic.
+ # XLDFLAGS can be set from the command line.
+! XLDFLAGS=-L$(prefix)/lib
+
+ LDFLAGS=$(XLDFLAGS)
+
+***************
+*** 199,205 ****
+ # Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
+ # not in $(XINCLUDE).
+
+! XINCLUDE=-I/usr/local/X/include
+
+ # Define the directory/ies and library names for the X11 library files.
+ # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
+--- 199,205 ----
+ # Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
+ # not in $(XINCLUDE).
+
+! XINCLUDE=-I$(X11BASE)/include
+
+ # Define the directory/ies and library names for the X11 library files.
+ # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
+***************
+*** 211,222 ****
+ #XLIBDIRS=-L/usr/openwin/lib
+ #XLIBDIR=/usr/openwin/lib
+ # X11R6 (on any platform) may need
+! #XLIBS=Xt SM ICE Xext X11
+
+ #XLIBDIRS=-L/usr/local/X/lib
+! XLIBDIRS=-L/usr/X11/lib
+ XLIBDIR=
+! XLIBS=Xt Xext X11
+
+ # Define whether this platform has floating point hardware:
+ # FPU_TYPE=2 means floating point is faster than fixed point.
+--- 211,222 ----
+ #XLIBDIRS=-L/usr/openwin/lib
+ #XLIBDIR=/usr/openwin/lib
+ # X11R6 (on any platform) may need
+! XLIBS=Xt SM ICE Xext X11
+
+ #XLIBDIRS=-L/usr/local/X/lib
+! XLIBDIRS=-L$(X11BASE)/lib
+ XLIBDIR=
+! #XLIBS=Xt Xext X11
+
+ # Define whether this platform has floating point hardware:
+ # FPU_TYPE=2 means floating point is faster than fixed point.
+***************
+*** 260,268 ****
+
+ DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
+ DEVICE_DEVS1=
+! DEVICE_DEVS2=
+ DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
+! DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
+ DEVICE_DEVS5=uniprint.dev
+ DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
+ DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
+--- 260,268 ----
+
+ DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
+ DEVICE_DEVS1=
+! DEVICE_DEVS2=epson.dev eps9high.dev epsonc.dev ibmpro.dev
+ DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
+! DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev hpdj.dev
+ DEVICE_DEVS5=uniprint.dev
+ DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
+ DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
diff --git a/korean/ghostscript55httf/files/patch-ab b/korean/ghostscript55httf/files/patch-ab
index aee04b39d512..44f89b10475d 100644
--- a/korean/ghostscript55httf/files/patch-ab
+++ b/korean/ghostscript55httf/files/patch-ab
@@ -1,6 +1,15 @@
---- gs_init.ps.orig Thu Jan 2 19:23:13 1997
-+++ gs_init.ps Thu Jan 2 19:24:46 1997
-@@ -1363,3 +1363,7 @@
+--- gs_init.ps.orig Wed Jun 30 17:46:34 1999
++++ gs_init.ps Wed Jun 30 20:18:15 1999
+@@ -68,7 +68,7 @@
+ systemdict /.languagelevel known not { /.languagelevel 1 def } if
+
+ % Optionally choose a default paper size other than U.S. letter.
+-% (a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse
++(a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse
+
+ % Turn on array packing for the rest of initialization.
+ true setpacking
+@@ -1465,3 +1465,20 @@
(END GC) VMDEBUG
% The interpreter will run the initial procedure (start).
@@ -8,3 +17,16 @@
+% 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
diff --git a/korean/ghostscript55httf/files/patch-ac b/korean/ghostscript55httf/files/patch-ac
new file mode 100644
index 000000000000..3605dd2f2028
--- /dev/null
+++ b/korean/ghostscript55httf/files/patch-ac
@@ -0,0 +1,19 @@
+*** unix-end.mak.orig Fri Dec 25 10:45:04 1998
+--- unix-end.mak Fri Dec 25 10:47:40 1998
+***************
+*** 91,97 ****
+ do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\
+ done'
+
+! MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf
+ install-data: gs.1
+ -mkdir $(mandir)
+ -mkdir $(man1dir)
+--- 91,97 ----
+ do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\
+ done'
+
+! MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf gs-hpdj
+ install-data: gs.1
+ -mkdir $(mandir)
+ -mkdir $(man1dir)