Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 07/12/2000 13:09:41
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Jul 12 20:09:41 UTC 2000

Modified Files:
	pkgsrc/print/cups: Makefile
	pkgsrc/print/cups/files: md5 patch-sum
	pkgsrc/print/cups/patches: patch-aa patch-ab
	pkgsrc/print/cups/pkg: DEINSTALL PLIST
Added Files:
	pkgsrc/print/cups/patches: patch-bb patch-bc patch-bd
	pkgsrc/print/cups/pkg: INSTALL MESSAGE
Removed Files:
	pkgsrc/print/cups/patches: patch-ac patch-ad patch-ae patch-af patch-ag
	    patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an
	    patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au
	    patch-av patch-aw patch-ax patch-ay patch-az patch-ba

Log Message:
Update CUPS to 1.1.  Remove most of the patches; I worked closely with
the author to make this package compile more seamlessly on BSD systems,
and in particular with the NetBSD pkgsrc software collection.

CUPS 1.1 is the newest production (stable) release of CUPS.  It
provides many new features from the 1.0.x releases, including a
new Level 3 PostScript RIP, a new PDF filter, EPSON printer
drivers, IPP/1.1 support, banner page support, and LPD client
support.  Binaries for several platforms are also available.

Major changes in v1.1 include:

	- The text filter now embeds missing fonts.
	- Integrated Xpdf's pdftops filter into CUPS, which is a
	  lightweight and reliable replacement for Ghostscript's
	  PDF support.
	- The web administration interface now allows you to set
	  the default banner pages.
	- Images can now be positioned on the page using the new
	  "position" option.
	- Updated the serial, parallel, and usb backends to do
	  multiple writes and ignore ioctl() errors as needed;
	  this should fix problems with serial printing on old
	  serial drivers and with the UltraSPARC parallel port
	  driver under Solaris 2.7.
	- Now propagate LD_LIBRARY_PATH to child processes from
	  cupsd.
	- Queued remote jobs recreate remote printers as needed
	  when the scheduler is started.
	- Deleting a printer also purges all jobs on that
	  printer.
	- Old job and control files that don't belong to a
	  printer are automatically deleted.
	- cups-lpd now supports options set with lpoptions.
	- The IPP backend now switches to IPP/1.0 if a 1.1
	  request fails.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/print/cups/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/print/cups/files/md5
cvs rdiff -r1.3 -r1.4 pkgsrc/print/cups/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/print/cups/patches/patch-aa \
    pkgsrc/print/cups/patches/patch-ab
cvs rdiff -r1.1.1.1 -r0 pkgsrc/print/cups/patches/patch-ac \
    pkgsrc/print/cups/patches/patch-ad pkgsrc/print/cups/patches/patch-ae \
    pkgsrc/print/cups/patches/patch-af pkgsrc/print/cups/patches/patch-ag \
    pkgsrc/print/cups/patches/patch-ah pkgsrc/print/cups/patches/patch-ai \
    pkgsrc/print/cups/patches/patch-aj pkgsrc/print/cups/patches/patch-ak \
    pkgsrc/print/cups/patches/patch-am pkgsrc/print/cups/patches/patch-an \
    pkgsrc/print/cups/patches/patch-ap pkgsrc/print/cups/patches/patch-as \
    pkgsrc/print/cups/patches/patch-at pkgsrc/print/cups/patches/patch-au \
    pkgsrc/print/cups/patches/patch-av pkgsrc/print/cups/patches/patch-aw \
    pkgsrc/print/cups/patches/patch-ax pkgsrc/print/cups/patches/patch-ay \
    pkgsrc/print/cups/patches/patch-az pkgsrc/print/cups/patches/patch-ba
cvs rdiff -r1.2 -r0 pkgsrc/print/cups/patches/patch-al \
    pkgsrc/print/cups/patches/patch-ao pkgsrc/print/cups/patches/patch-aq \
    pkgsrc/print/cups/patches/patch-ar
cvs rdiff -r0 -r1.1 pkgsrc/print/cups/patches/patch-bb \
    pkgsrc/print/cups/patches/patch-bc pkgsrc/print/cups/patches/patch-bd
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/print/cups/pkg/DEINSTALL \
    pkgsrc/print/cups/pkg/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/print/cups/pkg/INSTALL \
    pkgsrc/print/cups/pkg/MESSAGE

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