summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-06-10 10:28:35 +0000
committergdt <gdt@pkgsrc.org>2010-06-10 10:28:35 +0000
commit604140027553d49389bbdafbdd38093a4d2558fd (patch)
tree9eeaf063218c16ff11f5f9d4674aefe07e790788 /print/cups
parent4c7573de29ddf54cf1d7453ff9854c3537d8b1da (diff)
downloadpkgsrc-604140027553d49389bbdafbdd38093a4d2558fd.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/cups')
-rw-r--r--print/cups/MESSAGE.libusb11
-rw-r--r--print/cups/Makefile4
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}/ \