pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups Improve libusb-specific MESSAGE by pointing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c5363192d76
branches:  trunk
changeset: 576404:1c5363192d76
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jun 10 10:28:35 2010 +0000

description:
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:

 print/cups/MESSAGE.libusb |  11 +++++++----
 print/cups/Makefile       |   4 ++--
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 37b0b60ce3f2 -r 1c5363192d76 print/cups/MESSAGE.libusb
--- a/print/cups/MESSAGE.libusb Thu Jun 10 10:17:23 2010 +0000
+++ b/print/cups/MESSAGE.libusb Thu Jun 10 10:28:35 2010 +0000
@@ -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 -r 37b0b60ce3f2 -r 1c5363192d76 print/cups/Makefile
--- a/print/cups/Makefile       Thu Jun 10 10:17:23 2010 +0000
+++ b/print/cups/Makefile       Thu Jun 10 10:28:35 2010 +0000
@@ -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 @@
 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}/ \



Home | Main Index | Thread Index | Old Index