Path to this page:
./
print/cups,
Common UNIX Printing System
Branch: pkgsrc-2017Q1,
Version: 2.2.2nb2,
Package name: cups-2.2.2nb2,
Maintainer: sbdThe Common UNIX Printing System provides a portable printing layer for
UNIX operating systems. It has been developed by Easy Software Products
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.
CUPS uses the Internet Printing Protocol (IETF-IPP) as the basis for
managing print jobs and queues. The Line Printer Daemon (LPD, RFC1179)
and AppSocket protocols are also supported with reduced functionality.
CUPS adds network printer browsing and PostScript Printer Description
("PPD")-based printing options to support real world applications under
UNIX.
MESSAGE.libusb [+/-]===========================================================================
$NetBSD: MESSAGE.libusb,v 1.2 2010/06/10 10:28:35 gdt Exp $
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
libusb DeviceURIs start with "usb://".
ulpt(4)/usblp DeviceURIs start with "usb:/dev/" (e.g., "usb:/dev/ulpt0".)
===========================================================================
MESSAGE.pam [+/-]===========================================================================
$NetBSD: MESSAGE.pam,v 1.2 2002/09/24 12:30:32 wiz Exp $
To authenticate for CUPS using PAM, add the contents of the file:
${PREFIX}/share/examples/cups/cups.pam
to your PAM configuration file.
===========================================================================
Required to run:[
sysutils/dbus] [
devel/libusb1] [
textproc/libunistring] [
graphics/png] [
graphics/tiff] [
print/libpaper]
Required to build:[
pkgtools/cwrappers]
Package options: dbus, dnssd, kerberos, libusb
Master sites:
SHA1: e38d2847eceeb3a2d59172d3c5a58d817632fe44
RMD160: 407e150d67625f066cdc39afc7bf516f7f18c923
Filesize: 9270.895 KB
Version history: (Expand)
- (2017-04-04) Package added to pkgsrc.se, version cups-2.2.2nb2 (created)
CVS history: (Expand)
2017-05-01 11:18:12 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5375 - requested by sevan
print/cups: bugfix
Revisions pulled up:
- print/cups/Makefile 1.245
- print/cups/files/cupsd.sh 1.21
---
Module Name: pkgsrc
Committed By: prlw1
Date: Wed Apr 26 14:10:04 UTC 2017
Modified Files:
pkgsrc/print/cups: Makefile
pkgsrc/print/cups/files: cupsd.sh
Log message:
PROVIDE cups rather than cupsd, as that is what cups-browsed looks for.
http://mail-index.netbsd.org/pkgsrc-users/2017/03/23/msg024617.html
|