diff options
author | andreas <andreas@FreeBSD.org> | 1998-06-05 04:11:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-06-05 04:11:39 +0800 |
commit | 585dfaac907d5bae0db9d46bfccc0d4501576981 (patch) | |
tree | 42cc3598c8ca81703b23a4a1ce357c7bb65e1785 /print/ghostscript7/scripts/configure | |
parent | 9c20fd35a1b810b729e8dd5cb70963971ef6de2a (diff) | |
download | freebsd-ports-graphics-585dfaac907d5bae0db9d46bfccc0d4501576981.tar.gz freebsd-ports-graphics-585dfaac907d5bae0db9d46bfccc0d4501576981.tar.zst freebsd-ports-graphics-585dfaac907d5bae0db9d46bfccc0d4501576981.zip |
- 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/ghostscript7/scripts/configure')
-rw-r--r-- | print/ghostscript7/scripts/configure | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript7/scripts/configure b/print/ghostscript7/scripts/configure index a099d996f39..2bddd0ff966 100644 --- a/print/ghostscript7/scripts/configure +++ b/print/ghostscript7/scripts/configure @@ -30,7 +30,10 @@ Have fun with this new configuration style ! -andreas \n\n\ "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ "cdj500" "HP DeskJet 500C (same as cdjcolor)" ON \ "cdj550" "HP DeskJet 550C/560C" ON \ - "cdj850" "HP DeskJet 850/855/870/890" ON \ + "cdj670" "HP DeskJet 670/690" ON \ + "cdj850" "HP DeskJet 850/855/870/1100" ON \ + "cdj890" "HP DeskJet 890" ON \ + "cdj1600" "HP DeskJet 1600" ON \ "cp50" "Mitsubishi CP50 color" ON \ "declj250" "alternate DEC LJ250 driver" ON \ "deskjet" "HP DeskJet and DeskJet Plus" ON \ |