diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-03 21:27:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-03 21:27:20 +0000 |
commit | b1367505af42b88f2b45ce6c40b0839568fb765f (patch) | |
tree | 5fd424e5b08c6089e7c632beee216180ef71d1c1 /print/ghostscript-nox11 | |
parent | aa2e62b107f7d6f82cb88bc9a1be85d298fd30c2 (diff) | |
download | pkgsrc-b1367505af42b88f2b45ce6c40b0839568fb765f.tar.gz |
Update print/ghostscript{,-nox11} to 6.0.1nb2. Changes from version
6.0.1nb1 include updating the hpijs driver to the latest released version
1.0.2. The new HPIJS device is "ijs" and replaces several older devices:
AP21xx DJ630 DJ6xx DJ6xxP DJ8xx DJ9xx DJ9xxVIP
So if you are using any of the above devices, you must use the new gs IJS
interface documented in:
${PREFIX}/share/doc/html/ghostscript/hpijs/hpijs_readme.html
Changes to the HPIJS driver include:
* Fixed a problem printing Photo Full Bleed on the Photosmart 100.
* Meet the Debian Free Software Guidelines (DFSG).
* Fixed a setpagedevice problem with the IJS client. PageSize can now
be set from postscript.
* Fixed a off-by-one error in IJS server.
* Added support for the following printers:
Deskjet 656 Photosmart 100 Apollo P-22
Deskjet 825/845 Photosmart 1115 Apollo P2500
Deskjet 920 Photosmart 1215 Apollo P2600
Deskjet 940/948 Photosmart 1315
Deskjet 995 CP 1160
Deskjet 1125 CP 1700
Deskjet 1220
Deskjet 2250
* Added support for the IJS interface.
* Added support for Duplex. When Duplex mode is set, top and bottom
margins are set to 1/2 inch.
* Added support for the following paper sizes:
Photo, Photo Full Bleed, A6, B4, B5, Oufuku-Hagaki, Hagaki
* The PrintMode command has been replaced with separate commands:
Quality, ColorMode, MediaType and PenSet.
* Changed top margin from 1/3 to 1/8 inch. Also, changed the bottom
margin to 1/2 inch. Note, on the 6xx series the maximum bottom
margin is .46 inch for black and .587 for color. This means for
the 6xx series, color printing to within 1/2 inch bottom margin is
not guaranteed.
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/patches/patch-ax | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/ghostscript-nox11/patches/patch-ax b/print/ghostscript-nox11/patches/patch-ax deleted file mode 100644 index f0998e4856c..00000000000 --- a/print/ghostscript-nox11/patches/patch-ax +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ax,v 1.1 2001/12/20 22:31:10 jlam Exp $ - ---- ../hpijs0.97/makefile.orig Thu Jun 7 17:10:57 2001 -+++ ../hpijs0.97/makefile -@@ -1,4 +1,4 @@ --FLAGS = -D_LITTLE_ENDIAN -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ -+FLAGS = ${HPIJS_CFLAGS} -D_DJ660 -D_DJ6xx -D_DJ6xxPhoto -D_DJ8xx -D_DJ9xx \ - -D_DJ9xxVIP -D_DJ630 -D_APOLLO2100 -D_DJ600 -D_DJ350 - - VERSION=0.97 |