summaryrefslogtreecommitdiffstats
path: root/print/ghostscript8/files
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-06-04 20:11:39 +0000
committerandreas <andreas@FreeBSD.org>1998-06-04 20:11:39 +0000
commit585dfaac907d5bae0db9d46bfccc0d4501576981 (patch)
tree42cc3598c8ca81703b23a4a1ce357c7bb65e1785 /print/ghostscript8/files
parent9c20fd35a1b810b729e8dd5cb70963971ef6de2a (diff)
downloadFreeBSD-ports-585dfaac907d5bae0db9d46bfccc0d4501576981.zip
FreeBSD-ports-585dfaac907d5bae0db9d46bfccc0d4501576981.tar.gz
- Update the additional hp850 driver to newest release 1.3
- Since the author decided to put a version number into his archive, we can now safely fetch the file from his site. - patch-ad is useless now - updated the configure and configure.batch script, to show all possible drivers - install hp850 drivers license and readme file in the gs doc dir - update the DESCR file, mention the two add on packages in this port - The new driver supports the following additional printers: Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, See announcement on http://bonk.ethz.ch/hp850/hp850.html Please note, that some of the drivers have certain restrictions and produce huge output files ... Please read the release notes !!! The author makes suggestions on his website, what driver to choose if you need a fast printout, see http://bonk.ethz.ch/hp850/hp850-readme.1.3.html
Diffstat (limited to 'print/ghostscript8/files')
-rw-r--r--print/ghostscript8/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/print/ghostscript8/files/patch-aa b/print/ghostscript8/files/patch-aa
index a85c443..475af97 100644
--- a/print/ghostscript8/files/patch-aa
+++ b/print/ghostscript8/files/patch-aa
@@ -1,5 +1,5 @@
--- unix-gcc.mak.orig Tue Nov 25 03:29:01 1997
-+++ unix-gcc.mak Sun Apr 19 19:34:18 1998
++++ unix-gcc.mak Thu Jun 4 21:44:45 1998
@@ -130,7 +130,7 @@
# You may need to change this if the IJG library version changes.
# See jpeg.mak for more information.
@@ -130,7 +130,7 @@
infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h
$(CP_) $(ZSRC)infblock.c .
-@@ -4584,8 +4584,13 @@
+@@ -4584,8 +4584,22 @@
cdeskjet_=gdevcdj.$(OBJ) $(HPPCL)
@@ -139,8 +139,17 @@
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_)
OpenPOWER on IntegriCloud