From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Gp8XB-00080V-6d for garchives@archives.gentoo.org; Tue, 28 Nov 2006 19:22:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kASJMA6j032060; Tue, 28 Nov 2006 19:22:10 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kASJM9QR029202 for ; Tue, 28 Nov 2006 19:22:10 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 5DAF464971 for ; Tue, 28 Nov 2006 19:22:09 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Tue, 28 Nov 2006 19:21:12 +0000 From: "Josh Saddler" Date: Tue, 28 Nov 2006 19:21:12 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml Message-Id: <20061128192209.5DAF464971@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: cbe68bf6-a234-46da-83f2-adc921e9b2b7 X-Archives-Hash: 6f0d2a18c7ee37d6eae453141dc16e2f nightmorph 06/11/28 19:21:12 Modified: printing-howto.xml Log: Lots o' printing-howto updates for the new stabilized CUPS 1.2, thanks to genstef for answering a few questions on IRC Revision Changes Path 1.63 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.63&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.62&r2=1.63 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- printing-howto.xml 28 Nov 2006 18:10:50 -0000 1.62 +++ printing-howto.xml 28 Nov 2006 19:21:12 -0000 1.63 @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ Gentoo Printing Guide - Sven Vermeulen + Sven Vermeulen Joshua Saddler @@ -24,7 +24,7 @@ -2.94 +2.95 2006-11-28 @@ -236,6 +236,14 @@ Impact on CUPS + dbus + Adds support for the dbus system message bus. + + + jpeg + Adds support for printing JPEG images. + + nls Enable National Language Support. With nls in place, CUPS is able to deliver @@ -251,6 +259,21 @@ + php + Adds support for php scripting. + + + png + Adds support for printing PNG images. + + + ppds + + Adds support for automatically generated ppd (printing driver) files. See + Installing the Best Driver. + + + samba If you want to be able to share locally attached printers to Windows systems @@ -275,6 +298,17 @@ SSL must be available on all participating systems in your network. + + tiff + Adds support for printing TIFF images. + + + X + + Allows you to use your desktop menu to load the CUPS configuration webpage + into your preferred browser. + +

@@ -285,10 +319,10 @@

 # emerge -pv cups
-[ebuild N     ] net-print/cups-1.1.23-r1  +nls +pam -samba -slp +ssl 0 kB
+[ebuild N     ] net-print/cups-1.2.6  "X dbus jpeg nls pam png ppds ssl -php -samba -slp -tiff" 0 kB
 
 (For instance, to enable SAMBA support for CUPS)
-# vim /etc/portage/package.use
+# nano -w /etc/portage/package.use
 net-print/cups samba
 
@@ -398,6 +432,15 @@

+Listen *:631
+
+ + +If you are still using CUPS 1.1 (which is now deprecated), then you will need to +use a different syntax for remote printing requests: + + +
 Port 631
 (make sure the next two lines are commented out)
 #Listen 127.0.0.1:631
@@ -699,7 +742,7 @@
 
 
 
-
+
Installing the Best Driver -- gentoo-doc-cvs@gentoo.org mailing list