Subject: CVS commit: pkgsrc/print
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/03/2002 23:27:21
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Feb  3 21:27:20 UTC 2002

Modified Files:
	pkgsrc/print/ghostscript: Makefile
	pkgsrc/print/ghostscript-nox11: Makefile Makefile.common PLIST distinfo
	pkgsrc/print/ghostscript-nox11/files: devs.nox11
Removed Files:
	pkgsrc/print/ghostscript-nox11/patches: patch-ax

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/print/ghostscript/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/print/ghostscript-nox11/Makefile \
    pkgsrc/print/ghostscript-nox11/PLIST
cvs rdiff -r1.28 -r1.29 pkgsrc/print/ghostscript-nox11/Makefile.common
cvs rdiff -r1.7 -r1.8 pkgsrc/print/ghostscript-nox11/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/print/ghostscript-nox11/files/devs.nox11
cvs rdiff -r1.1 -r0 pkgsrc/print/ghostscript-nox11/patches/patch-ax

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.