Add missing marker for print/cups.
Remove ldap FLAVOR description from DESCR.
This commit is contained in:
parent
1663a22640
commit
b0c2996700
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.136 2012/08/04 18:01:28 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.137 2012/08/05 06:19:40 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Common Unix Printing System
|
||||
COMMENT-libs= CUPS libraries and headers
|
||||
@ -7,8 +7,8 @@ VERSION= 1.6.1
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-libs= 0
|
||||
REVISION-main= 1
|
||||
REVISION-libs= 1
|
||||
|
||||
PKGNAME-main= cups-${VERSION}
|
||||
PKGNAME-libs= cups-libs-${VERSION}
|
||||
|
@ -1,15 +1,5 @@
|
||||
CUPS provides a portable printing layer for UNIX(r)-based
|
||||
operating systems. CUPS provides the System V and Berkeley
|
||||
command-line interfaces.
|
||||
CUPS provides a portable printing layer for UNIX(r)-based operating
|
||||
systems. CUPS provides the System V and Berkeley command-line
|
||||
interfaces.
|
||||
|
||||
CUPS uses the Internet Printing Protocol ("IPP") as the basis
|
||||
for managing print jobs and queues. The Line Printer Daemon
|
||||
("LPD") Server Message Block ("SMB"), and AppSocket (a.k.a.
|
||||
JetDirect) protocols are also supported with reduced
|
||||
functionality. CUPS adds network printer browsing and
|
||||
PostScript Printer Description ("PPD") based printing options to
|
||||
support real-world printing under UNIX.
|
||||
|
||||
Available flavors:
|
||||
|
||||
ldap Enable printer sharing via LDAP
|
||||
This package provides the core CUPS libraries.
|
||||
|
@ -1,15 +1,10 @@
|
||||
CUPS provides a portable printing layer for UNIX(r)-based
|
||||
operating systems. CUPS provides the System V and Berkeley
|
||||
command-line interfaces.
|
||||
CUPS provides a portable printing layer for UNIX(r)-based operating
|
||||
systems. CUPS provides the System V and Berkeley command-line
|
||||
interfaces.
|
||||
|
||||
CUPS uses the Internet Printing Protocol ("IPP") as the basis
|
||||
for managing print jobs and queues. The Line Printer Daemon
|
||||
("LPD") Server Message Block ("SMB"), and AppSocket (a.k.a.
|
||||
JetDirect) protocols are also supported with reduced
|
||||
functionality. CUPS adds network printer browsing and
|
||||
PostScript Printer Description ("PPD") based printing options to
|
||||
support real-world printing under UNIX.
|
||||
|
||||
Available flavors:
|
||||
|
||||
ldap Enable printer sharing via LDAP
|
||||
CUPS uses the Internet Printing Protocol ("IPP") as the basis for
|
||||
managing print jobs and queues. The Line Printer Daemon ("LPD") Server
|
||||
Message Block ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are
|
||||
also supported with reduced functionality. CUPS adds network printer
|
||||
browsing and PostScript Printer Description ("PPD") based printing
|
||||
options to support real-world printing under UNIX.
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2012/08/04 14:37:04 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2012/08/05 06:19:40 ajacoutot Exp $
|
||||
@conflict LPRng-*
|
||||
@pkgpath print/cups
|
||||
@pkgpath print/cups,ldap
|
||||
@newuser _cups:541:541:daemon:CUPS printer spooler daemon:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/cups/*.conf.O /var/log/cups/*
|
||||
|
Loading…
Reference in New Issue
Block a user