Extend README, after a discussion with oga@

This commit is contained in:
ajacoutot 2011-04-16 14:59:54 +00:00
parent 401fb1fcb0
commit 2ab0365009
2 changed files with 15 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.100 2011/04/06 16:50:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.101 2011/04/16 14:59:54 ajacoutot Exp $
COMMENT= Common Unix Printing System
@ -6,7 +6,7 @@ VERSION= 1.4.6
DISTNAME= cups-${VERSION}-source
PKGNAME= cups-${VERSION}
REVISION= 5
REVISION= 6
# Allow both ulpt(4) and libusb based backends to work together.
# See http://www.cups.org/str.php?L3357

View File

@ -1,15 +1,23 @@
$OpenBSD: README,v 1.6 2011/03/09 13:05:20 ajacoutot Exp $
$OpenBSD: README,v 1.7 2011/04/16 14:59:54 ajacoutot Exp $
Using CUPS under OpenBSD
========================
Adding and/or configuring CUPS printers can be done with lpadmin(8), but
for a quick and easy (graphical) setup, after starting the CUPS daemon,
point your browser to:
http://localhost:631
If you want to print to non-Postscript printers or use CUPS bundled PPD
files (i.e. drivers), you'll need to install ghostscript. You will also
most probably want to install the foomatic-filters package which
provides a universal filter script.
most probably want to install foomatic-filters which provides a
universal filter script along with the foomatic-db-engine package which
will allow you to generate a PPD (Printer Postscript Description) file
for your printer.
Depending on your printer model you may need to install some driver
package like (non-exhaustive list): hplip, gutenprint, foo2zjs, splix...
Depending on your printer model you may also need to install some driver
package like (non-exhaustive list): hplip/hpijs, gutenprint, foo2zjs,
splix...
To be able to use CUPS printers from gtk+2 applications, the gtk+2-cups
package needs to be installed.