diff options
author | gdt <gdt> | 2010-06-10 10:28:35 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-06-10 10:28:35 +0000 |
commit | 4feb568d62c7179312f7c9e9aa5f4e552e870564 (patch) | |
tree | 9eeaf063218c16ff11f5f9d4674aefe07e790788 /print | |
parent | 725c516126c655c5121eb691159c459cf0147f0f (diff) | |
download | pkgsrc-4feb568d62c7179312f7c9e9aa5f4e552e870564.tar.gz |
Improve libusb-specific MESSAGE by pointing out the big picture about
the shift from traditional ulpt(4)/usblp to libusb. Clarify that the
backend, when run without arguments, also prints out DeviceURIs of
traditional printers. PKGREVISION++.
ok sbd@
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/MESSAGE.libusb | 11 | ||||
-rw-r--r-- | print/cups/Makefile | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/print/cups/MESSAGE.libusb b/print/cups/MESSAGE.libusb index d60492d7fcd..c64d773139d 100644 --- a/print/cups/MESSAGE.libusb +++ b/print/cups/MESSAGE.libusb @@ -1,11 +1,14 @@ =========================================================================== -$NetBSD: MESSAGE.libusb,v 1.1 2010/06/09 08:58:05 sbd Exp $ +$NetBSD: MESSAGE.libusb,v 1.2 2010/06/10 10:28:35 gdt Exp $ -To get the libusb DeviceURI's of attached printers run: +With cups 1.4 from pkgsrc, USB printing can use libusb in addition to +traditional USB printer devices. + +To see the DeviceURI of all attached printers run: ${PREFIX}/libexec/cups/backend/usb -The DeviceURI is the string starting with "usb://". +libusb DeviceURIs start with "usb://". -Note: ulpt(4)/usblp printer can be accessed with a "usb:/dev/" DeviceURI. +ulpt(4)/usblp DeviceURIs start with "usb:/dev/" (e.g., "usb:/dev/ulpt0".) =========================================================================== diff --git a/print/cups/Makefile b/print/cups/Makefile index 3e7573bd73f..8bb85ed54ce 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2010/06/09 09:01:43 sbd Exp $ +# $NetBSD: Makefile,v 1.165 2010/06/10 10:28:35 gdt Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -8,7 +8,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} BASE_VERS= 1.4.3 DIST_VERS= ${BASE_VERS} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ |