From owner-cvs-all Mon Dec 3 17:11: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A267C37B433; Mon, 3 Dec 2001 17:10:42 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB41Agr93631; Mon, 3 Dec 2001 17:10:42 -0800 (PST) (envelope-from will) Message-Id: <200112040110.fB41Agr93631@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Dec 2001 17:10:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/cups Makefile pkg-plist ports/print/cups/files patch-cups.sh.in patch-data-Makefile patch-man-Makefile ports/print/cups-base Makefile pkg-message pkg-plist ports/print/cups-base/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/12/03 17:10:42 PST Modified files: print Makefile print/cups Makefile pkg-plist print/cups-base Makefile pkg-message pkg-plist print/cups-lpr Makefile pkg-comment pkg-descr pkg-message pkg-plist . modules Added files: print/cups-base/files patch-Makefile print/cups-lpr/files patch-Makefile Removed files: print/cups/files patch-cups.sh.in patch-data-Makefile patch-man-Makefile print/cups-lpr/files patch-cups.sh.in patch-data-Makefile Log: Break out the CUPS port into two parts: cups-base (libraries only) and cups-lpr (LP* replacement). This is done to avoid clashing LPR systems but still allow programs to compile with CUPS support. This is essential for the upcoming KDE 2.2.2 upgrade. Note that ports/print/cups is now a meta-port for the two subports, to preserve POLA. Hence, this commit starts the new life for cups packages. Bump PORTREVISION on all three accordingly. PR: 32321 Reported by: gad Submitted by: maintainer Revision Changes Path 1.4235 +2 -0 CVSROOT/modules 1.188 +2 -0 ports/print/Makefile 1.7 +10 -13 ports/print/cups-base/Makefile 1.1 +13 -0 ports/print/cups-base/files/patch-Makefile (new) 1.5 +4 -9 ports/print/cups-base/pkg-message 1.5 +0 -17 ports/print/cups-base/pkg-plist 1.7 +14 -26 ports/print/cups-lpr/Makefile 1.1 +118 -0 ports/print/cups-lpr/files/patch-Makefile (new) 1.2 +0 -42 ports/print/cups-lpr/files/patch-cups.sh.in (dead) 1.2 +0 -25 ports/print/cups-lpr/files/patch-data-Makefile (dead) 1.2 +1 -1 ports/print/cups-lpr/pkg-comment 1.2 +4 -18 ports/print/cups-lpr/pkg-descr 1.5 +13 -12 ports/print/cups-lpr/pkg-message 1.5 +0 -331 ports/print/cups-lpr/pkg-plist 1.7 +9 -35 ports/print/cups/Makefile 1.2 +0 -42 ports/print/cups/files/patch-cups.sh.in (dead) 1.2 +0 -25 ports/print/cups/files/patch-data-Makefile (dead) 1.2 +0 -62 ports/print/cups/files/patch-man-Makefile (dead) 1.5 +1 -348 ports/print/cups/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message