diff options
author | wiz <wiz> | 2015-12-13 21:29:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-12-13 21:29:41 +0000 |
commit | 4edbeb314f8d87a3d17972f8acf058e21eb50a01 (patch) | |
tree | c1e3105e743522dcdb8d4e19a668d6e7c911fc76 /print/cups-filters | |
parent | 36b791acab6884e0bd5d746a4ebfc98e44f008ca (diff) | |
download | pkgsrc-4edbeb314f8d87a3d17972f8acf058e21eb50a01.tar.gz |
Update cups-filters to 1.3.0:
CHANGES IN V1.3.0
- cups-browsed: Added new BrowseFilter directive in
cups-browsed.conf. This directive allows filtering of the
remote printers to be accepted on most properties/metadata
supplied with the DNS-SD broadcasts. This allows, in
addition to BrowseAllow/BrowseDeny/BrowseOrder, to reduce
the amount of printers listed in print dialogs to a more
useful amount.
- cups-browsed: Added support for BrowseDeny and BrowseOrder
directives in cups-browsed.conf.
- cups-browsed: Let the BrowseAllow lines in cups-browsed.conf
also apply to remote printers discovered via DNS-SD.
- cups-browsed: Auto-create queues for PCL-5c/e printers but
not for HP inkjet printers (which also advertise themselves
as PCL printers).
- cups-browsed, sys5ippprinter: Recognize PCL-5c/e printers
not only by the application/vnd.hp-pcl MIME type but also by
application/pcl and application/x-pcl.
Diffstat (limited to 'print/cups-filters')
-rw-r--r-- | print/cups-filters/Makefile | 4 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index a84fafcba1a..09fe62c7897 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/11/29 12:42:15 leot Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/13 21:29:41 wiz Exp $ -DISTNAME= cups-filters-1.2.0 +DISTNAME= cups-filters-1.3.0 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 7c85b81ffbe..941078c0ed0 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2015/11/29 12:42:15 leot Exp $ +$NetBSD: distinfo,v 1.27 2015/12/13 21:29:41 wiz Exp $ -SHA1 (cups-filters-1.2.0.tar.xz) = a94c3b45e2a06aa67d2ebd61d2a60b56e573415f -RMD160 (cups-filters-1.2.0.tar.xz) = 8d844d29fa41e5b7a30daa74863f76292c1dc1e5 -SHA512 (cups-filters-1.2.0.tar.xz) = 1389d45607bee8376f23efc9b723df276002bf47292670e6cc872a8896ffe06d9eb0aa6f2be0c8c0ad86c8831bcc8f3779baa78d52224fb17dc2bf4ce9a97ca2 -Size (cups-filters-1.2.0.tar.xz) = 1357268 bytes +SHA1 (cups-filters-1.3.0.tar.xz) = 1bfa12694781acdd624270b34029c085ff7bbef5 +RMD160 (cups-filters-1.3.0.tar.xz) = 4e07f5dabbf9f47e67058ceec23d971aa0755f30 +SHA512 (cups-filters-1.3.0.tar.xz) = 3bff2a836be4f2722e2c06ea1ef8faf994c38eba244482cd1b84c33cef4d156e41470a4c7feda31c96ab01fc3872fcbba411ed4ce71fa4b57e817336d7e11888 +Size (cups-filters-1.3.0.tar.xz) = 1362904 bytes |