Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 098807ABF3 for ; Sun, 24 Jan 2016 11:18:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 784C685EEC; Sun, 24 Jan 2016 11:18:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0787785E85 for ; Sun, 24 Jan 2016 11:18:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wolNOJDmESZJ for ; Sun, 24 Jan 2016 11:18:48 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 92A5F85DFF for ; Sun, 24 Jan 2016 11:18:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A76BFBB7; Sun, 24 Jan 2016 11:18:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 24 Jan 2016 11:18:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/cups-filters To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160124111848.8A76BFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jan 24 11:18:48 UTC 2016 Modified Files: pkgsrc/print/cups-filters: Makefile PLIST distinfo Log Message: Update cups-filters to 1.8.1: CHANGES IN V1.8.1 - cups-browsed: Do not disable queues which still have jobs (and therefore cannot be removed) when avahi-daemon goes away, the print server is most probably still available and printing can be continued. Especially important on mobile devices where avahi-daemon is shut down when the print dialog is closed (and the job(s) still printing). CHANGES IN V1.8.0 - COPYING: Replaced the COPYING file by a file in Debian format, derived from Debian's file but updated and corrected. - braille: Added info about additional packages needed for Braille printing to the README file. - braille: Let the Braille filters use lou_translate of liblouis if the more sophisticated file2brl of liblouisutdml is not installed. This is decided on at run time, so later installation of liblouisutdml will let the filters automatically switch to file2brl. - braille: Allow to build with Braille support also if liblouis is not installed at build time. - braille: Added checks for the presence of helper tools, to get clear messages in the CUPS error_log if something is missing. - Fixed copyright headers of files inherited from CUPS or derived from CUPS, pointing to COPYING as license info file, removing Apple exceptions, removing hints that a missing license info file can be found at www.cups.org, and removing "$Id" SVN file ID placeholders. - Updated COPYING file for missing implicitclass and beh backends. CHANGES IN V1.7.0 - cups-browsed: Added possibility to trigger the auto shutdown by the queues of cups-browsed being without jobs. Before auto shutdown was only possible when all queues have gone away. This allows auto shutdown on mobile devices where avahi-daemon is also used for other things than printing. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/cups-filters/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/cups-filters/PLIST cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/cups-filters/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.