summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/files
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gnu/files')
-rw-r--r--print/ghostscript-gnu/files/chp2200.contrib.mak25
-rw-r--r--print/ghostscript-gnu/files/patch-lib:gs_statd.ps23
-rw-r--r--print/ghostscript-gnu/files/patch-src:unix-gcc.mak4
3 files changed, 50 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/files/chp2200.contrib.mak b/print/ghostscript-gnu/files/chp2200.contrib.mak
new file mode 100644
index 000000000000..c71ea8ac3512
--- /dev/null
+++ b/print/ghostscript-gnu/files/chp2200.contrib.mak
@@ -0,0 +1,25 @@
+### --------------- The H-P Buisiness Inkjet 2200 devices --------------- ###
+
+cdeskjet8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
+
+$(DD)cdj670.dev : $(cdeskjet8_) $(DD)page.dev
+ $(SETPDEV2) $(DD)cdj670 $(cdeskjet8_)
+
+$(DD)cdj850.dev : $(cdeskjet8_) $(DD)page.dev
+ $(SETPDEV2) $(DD)cdj850 $(cdeskjet8_)
+
+$(DD)cdj880.dev : $(cdeskjet8_) $(DD)page.dev
+ $(SETPDEV2) $(DD)cdj880 $(cdeskjet8_)
+
+$(DD)cdj890.dev : $(cdeskjet8_) $(DD)page.dev
+ $(SETPDEV2) $(DD)cdj890 $(cdeskjet8_)
+
+$(DD)cdj1600.dev : $(cdeskjet8_) $(DD)page.dev
+ $(SETPDEV2) $(DD)cdj1600 $(cdeskjet8_)
+
+$(DD)chp2200.dev : $(cdeskjet8_) $(DD)page.dev
+ $(SETPDEV2) $(DD)chp2200 $(cdeskjet8_)
+
+$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(PDEVH) $(math__h)\
+ $(gsparam_h) $(gxlum_h) $(gdevpcl_h)
+ $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
diff --git a/print/ghostscript-gnu/files/patch-lib:gs_statd.ps b/print/ghostscript-gnu/files/patch-lib:gs_statd.ps
new file mode 100644
index 000000000000..e540215a0a70
--- /dev/null
+++ b/print/ghostscript-gnu/files/patch-lib:gs_statd.ps
@@ -0,0 +1,23 @@
+--- lib/gs_statd.ps.orig Thu Jul 18 19:43:42 2002
++++ lib/gs_statd.ps Fri Dec 6 05:32:56 2002
+@@ -105,6 +105,12 @@
+ /flsa {612 936 //.setpagesize exec} bind def % U.S. foolscap
+ /flse {612 936 //.setpagesize exec} bind def % European foolscap
+ /halfletter {396 612 //.setpagesize exec} bind def
++ /postcard {284 419 //.setpagesize exec} bind def
++ /dbl_postcard {419 568 //.setpagesize exec} bind def
++ /Executive {522 756 //.setpagesize exec} bind def
++ /jenv_you4 {298 666 //.setpagesize exec} bind def
++ /jenv_you2 {324 460 //.setpagesize exec} bind def
++ /jenv_kaku2 {682 942 //.setpagesize exec} bind def
+ % /tabloid {792 1224 //.setpagesize exec} bind def % 11x17 portrait
+ % /csheet {1224 1584 //.setpagesize exec} bind def % ANSI C 17x22
+ % /dsheet {1584 2448 //.setpagesize exec} bind def % ANSI D 22x34
+@@ -121,6 +127,7 @@
+ { /letter /note %do not change this line, needed by 'setpagetype'
+ /legal /lettersmall
+ /11x17 /ledger
++ /postcard /dbl_postcard /Executive /jenv_you4 /jenv_you2 /jenv_kaku2
+ /a4small /a3 /a4
+ STRICT { (%END SIZES) .skipeof } if
+ /a0 /a1 /a2 /a5 /a6 /a7 /a8 /a9 /a10
diff --git a/print/ghostscript-gnu/files/patch-src:unix-gcc.mak b/print/ghostscript-gnu/files/patch-src:unix-gcc.mak
index 7839a1bd59f8..22920fb1f675 100644
--- a/print/ghostscript-gnu/files/patch-src:unix-gcc.mak
+++ b/print/ghostscript-gnu/files/patch-src:unix-gcc.mak
@@ -1,5 +1,5 @@
---- src/unix-gcc.mak.orig Sat Apr 20 07:23:09 2002
-+++ src/unix-gcc.mak Fri Jun 7 05:10:20 2002
+--- src/unix-gcc.mak.orig Thu Oct 10 22:35:51 2002
++++ src/unix-gcc.mak Sun Nov 17 22:00:15 2002
@@ -24,14 +24,15 @@
# source, generated intermediate file, and object directories
# for the graphics library (GL) and the PostScript/PDF interpreter (PS).