1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/print/hplip/pkg-plist

1868 lines
81 KiB
Plaintext
Raw Normal View History

bin/hp-align
bin/hp-check
bin/hp-clean
bin/hp-colorcal
bin/hp-config_usb_printer
bin/hp-devicesettings
2012-01-16 12:30:50 +00:00
bin/hp-diagnose_plugin
bin/hp-diagnose_queues
bin/hp-doctor
bin/hp-fab
bin/hp-faxsetup
bin/hp-firmware
bin/hp-info
bin/hp-levels
bin/hp-linefeedcal
bin/hp-logcapture
bin/hp-makecopies
bin/hp-makeuri
bin/hp-pkservice
bin/hp-plugin
bin/hp-pqdiag
bin/hp-print
bin/hp-printsettings
bin/hp-probe
bin/hp-query
bin/hp-scan
bin/hp-sendfax
bin/hp-setup
bin/hp-systray
bin/hp-testpage
bin/hp-timedate
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%bin/hp-toolbox
bin/hp-uiscan
bin/hp-uninstall
bin/hp-unload
bin/hp-upgrade
bin/hp-wificonfig
@sample etc/hp/hplip.conf.sample
%%SCAN%%etc/sane.d/dll.d/hpaio
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%etc/xdg/autostart/hplip-systray.desktop
%%SNMP%%lib/libhpdiscovery.so
%%SNMP%%lib/libhpdiscovery.so.0
%%SNMP%%lib/libhpdiscovery.so.0.0.1
lib/libhpip.so
lib/libhpip.so.0
lib/libhpip.so.0.0.1
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
lib/libhpipp.so
lib/libhpipp.so.0
lib/libhpipp.so.0.0.1
lib/libhpmud.so
lib/libhpmud.so.0
lib/libhpmud.so.0.0.6
%%PYTHON_SITELIBDIR%%/cupsext.so
%%PYTHON_SITELIBDIR%%/hpmudext.so
%%PYTHON_SITELIBDIR%%/pcardext.so
%%SCAN%%%%PYTHON_SITELIBDIR%%/scanext.so
%%SCAN%%lib/sane/libsane-hpaio.so
%%SCAN%%lib/sane/libsane-hpaio.so.1
%%SCAN%%lib/sane/libsane-hpaio.so.1.0.0
libexec/cups/backend/hp
%%FAX%%libexec/cups/backend/hpfax
libexec/cups/filter/hpcups
%%FAX%%libexec/cups/filter/hpcupsfax
libexec/cups/filter/hpps
libexec/cups/filter/pstotiff
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%share/applications/hplip.desktop
%%X11%%share/applications/hp-uiscan.desktop
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/cups/drv/hpcups.drv
2016-03-17 09:24:24 +00:00
%%FAX%%share/cups/mime/pstotiff.convs
%%FAX%%share/cups/mime/pstotiff.types
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/README_LIBJPG
%%PORTDOCS%%%%DOCSDIR%%/commandline.html
%%PORTDOCS%%%%DOCSDIR%%/copying.html
%%PORTDOCS%%%%DOCSDIR%%/copyright
%%PORTDOCS%%%%DOCSDIR%%/devicemanager.html
%%PORTDOCS%%%%DOCSDIR%%/faxtrouble.html
%%PORTDOCS%%%%DOCSDIR%%/gettinghelp.html
%%PORTDOCS%%%%DOCSDIR%%/hpscan.html
%%PORTDOCS%%%%DOCSDIR%%/images/favicon.ico
%%PORTDOCS%%%%DOCSDIR%%/images/print.png
%%PORTDOCS%%%%DOCSDIR%%/images/toolbox_actions.png
%%PORTDOCS%%%%DOCSDIR%%/images/toolbox_fax.png
%%PORTDOCS%%%%DOCSDIR%%/images/toolbox_print_control.png
%%PORTDOCS%%%%DOCSDIR%%/images/toolbox_print_settings.png
%%PORTDOCS%%%%DOCSDIR%%/images/toolbox_status.png
%%PORTDOCS%%%%DOCSDIR%%/images/toolbox_supplies.png
%%PORTDOCS%%%%DOCSDIR%%/images/xsane.png
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/mainttask.html
%%PORTDOCS%%%%DOCSDIR%%/plugins.html
%%PORTDOCS%%%%DOCSDIR%%/print.html
%%PORTDOCS%%%%DOCSDIR%%/printing.html
%%PORTDOCS%%%%DOCSDIR%%/printoptions.html
%%PORTDOCS%%%%DOCSDIR%%/printtroubleshooting.html
%%PORTDOCS%%%%DOCSDIR%%/scanning.html
%%PORTDOCS%%%%DOCSDIR%%/scantrouble.html
%%PORTDOCS%%%%DOCSDIR%%/sendfax.html
%%PORTDOCS%%%%DOCSDIR%%/setup.html
%%PORTDOCS%%%%DOCSDIR%%/styles/css.css
%%PORTDOCS%%%%DOCSDIR%%/systray.html
%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.html
%%PORTDOCS%%%%DOCSDIR%%/uninstalling.html
%%PORTDOCS%%%%DOCSDIR%%/upgrading.html
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi
%%DATADIR%%/__init__.py
%%DATADIR%%/align.py
%%DATADIR%%/base/LedmWifi.py
%%DATADIR%%/base/__init__.py
2014-01-23 08:39:00 +00:00
%%DATADIR%%/base/avahi.py
%%DATADIR%%/base/codes.py
%%DATADIR%%/base/device.py
%%DATADIR%%/base/dime.py
%%DATADIR%%/base/exif.py
%%DATADIR%%/base/g.py
%%DATADIR%%/base/imageprocessing.py
%%DATADIR%%/base/imagesize.py
%%DATADIR%%/base/ldif.py
%%DATADIR%%/base/logger.py
%%DATADIR%%/base/magic.py
%%DATADIR%%/base/maint.py
%%DATADIR%%/base/mdns.py
%%DATADIR%%/base/mfpdtf.py
%%DATADIR%%/base/models.py
%%DATADIR%%/base/module.py
%%DATADIR%%/base/os_utils.py
%%DATADIR%%/base/password.py
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%DATADIR%%/base/pexpect/__init__.py
%%DATADIR%%/base/pkit.py
%%DATADIR%%/base/pml.py
%%DATADIR%%/base/queues.py
%%DATADIR%%/base/services.py
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%DATADIR%%/base/six.py
%%DATADIR%%/base/sixext.py
%%DATADIR%%/base/slp.py
%%DATADIR%%/base/smart_install.py
%%DATADIR%%/base/status.py
%%DATADIR%%/base/strings.py
%%DATADIR%%/base/tui.py
%%DATADIR%%/base/utils.py
2014-01-23 08:39:00 +00:00
%%DATADIR%%/base/validation.py
%%DATADIR%%/base/vcard.py
%%DATADIR%%/base/wifi.py
2012-01-16 12:30:50 +00:00
%%DATADIR%%/check-plugin.py
%%DATADIR%%/check.py
%%DATADIR%%/clean.py
%%DATADIR%%/colorcal.py
%%DATADIR%%/config_usb_printer.py
%%DATADIR%%/copier/__init__.py
%%DATADIR%%/copier/copier.py
%%DATADIR%%/dat2drv
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%%%DATADIR%%/data/images/128x128/audio.png
%%X11%%%%DATADIR%%/data/images/128x128/bmp.png
%%X11%%%%DATADIR%%/data/images/128x128/gif.png
%%X11%%%%DATADIR%%/data/images/128x128/hp_logo.png
%%X11%%%%DATADIR%%/data/images/128x128/jpg.png
%%X11%%%%DATADIR%%/data/images/128x128/movie.png
%%X11%%%%DATADIR%%/data/images/128x128/mpg.png
%%X11%%%%DATADIR%%/data/images/128x128/png.png
%%X11%%%%DATADIR%%/data/images/128x128/tif.png
%%X11%%%%DATADIR%%/data/images/128x128/unknown.png
%%X11%%%%DATADIR%%/data/images/16x16/active.png
%%X11%%%%DATADIR%%/data/images/16x16/add_user.png
%%X11%%%%DATADIR%%/data/images/16x16/add_user_quick.png
%%X11%%%%DATADIR%%/data/images/16x16/add_users.png
%%X11%%%%DATADIR%%/data/images/16x16/battery.png
%%X11%%%%DATADIR%%/data/images/16x16/busy.png
%%X11%%%%DATADIR%%/data/images/16x16/cancel.png
%%X11%%%%DATADIR%%/data/images/16x16/close.png
%%X11%%%%DATADIR%%/data/images/16x16/down.png
%%X11%%%%DATADIR%%/data/images/16x16/down_user.png
%%X11%%%%DATADIR%%/data/images/16x16/download.png
%%X11%%%%DATADIR%%/data/images/16x16/edit.png
%%X11%%%%DATADIR%%/data/images/16x16/error.png
%%X11%%%%DATADIR%%/data/images/16x16/fab.png
%%X11%%%%DATADIR%%/data/images/16x16/fax.png
%%X11%%%%DATADIR%%/data/images/16x16/folder_open.png
%%X11%%%%DATADIR%%/data/images/16x16/folder_remove.png
%%X11%%%%DATADIR%%/data/images/16x16/help.png
%%X11%%%%DATADIR%%/data/images/16x16/hp_logo.png
%%X11%%%%DATADIR%%/data/images/16x16/idle.png
%%X11%%%%DATADIR%%/data/images/16x16/info.png
%%X11%%%%DATADIR%%/data/images/16x16/inkdrop.png
%%X11%%%%DATADIR%%/data/images/16x16/list_add.png
%%X11%%%%DATADIR%%/data/images/16x16/list_remove.png
%%X11%%%%DATADIR%%/data/images/16x16/makecopies.png
%%X11%%%%DATADIR%%/data/images/16x16/mimetypes.png
%%X11%%%%DATADIR%%/data/images/16x16/minus.png
%%X11%%%%DATADIR%%/data/images/16x16/next.png
%%X11%%%%DATADIR%%/data/images/16x16/ok.png
%%X11%%%%DATADIR%%/data/images/16x16/paper.png
%%X11%%%%DATADIR%%/data/images/16x16/pcard.png
%%X11%%%%DATADIR%%/data/images/16x16/plus.png
%%X11%%%%DATADIR%%/data/images/16x16/prev.png
%%X11%%%%DATADIR%%/data/images/16x16/print.png
%%X11%%%%DATADIR%%/data/images/16x16/quit.png
%%X11%%%%DATADIR%%/data/images/16x16/refresh.png
%%X11%%%%DATADIR%%/data/images/16x16/refresh1.png
%%X11%%%%DATADIR%%/data/images/16x16/remove_user.png
%%X11%%%%DATADIR%%/data/images/16x16/scan.png
%%X11%%%%DATADIR%%/data/images/16x16/settings.png
%%X11%%%%DATADIR%%/data/images/16x16/status_refresh.png
%%X11%%%%DATADIR%%/data/images/16x16/thumbnail.png
%%X11%%%%DATADIR%%/data/images/16x16/toner.png
%%X11%%%%DATADIR%%/data/images/16x16/troubleshoot.png
%%X11%%%%DATADIR%%/data/images/16x16/up.png
%%X11%%%%DATADIR%%/data/images/16x16/up_user.png
%%X11%%%%DATADIR%%/data/images/16x16/warning.png
%%X11%%%%DATADIR%%/data/images/24x24/add_to_group.png
%%X11%%%%DATADIR%%/data/images/24x24/new_group.png
%%X11%%%%DATADIR%%/data/images/24x24/new_group_from_selection.png
%%X11%%%%DATADIR%%/data/images/24x24/new_user.png
%%X11%%%%DATADIR%%/data/images/24x24/remove_from_group.png
%%X11%%%%DATADIR%%/data/images/24x24/remove_group.png
%%X11%%%%DATADIR%%/data/images/24x24/remove_user.png
%%X11%%%%DATADIR%%/data/images/24x24/rename_group.png
%%X11%%%%DATADIR%%/data/images/256x256/hp_logo.png
%%X11%%%%DATADIR%%/data/images/256x256/logo.png
%%X11%%%%DATADIR%%/data/images/32x32/align.png
%%X11%%%%DATADIR%%/data/images/32x32/battery.png
%%X11%%%%DATADIR%%/data/images/32x32/busy.png
%%X11%%%%DATADIR%%/data/images/32x32/clean.png
%%X11%%%%DATADIR%%/data/images/32x32/colorcal.png
%%X11%%%%DATADIR%%/data/images/32x32/cups.png
%%X11%%%%DATADIR%%/data/images/32x32/download.png
%%X11%%%%DATADIR%%/data/images/32x32/error.png
%%X11%%%%DATADIR%%/data/images/32x32/ews.png
%%X11%%%%DATADIR%%/data/images/32x32/fab.png
%%X11%%%%DATADIR%%/data/images/32x32/fax-disabled.png
%%X11%%%%DATADIR%%/data/images/32x32/fax.png
%%X11%%%%DATADIR%%/data/images/32x32/fax_machine.png
%%X11%%%%DATADIR%%/data/images/32x32/fax_setup.png
%%X11%%%%DATADIR%%/data/images/32x32/firmware.png
%%X11%%%%DATADIR%%/data/images/32x32/help.png
%%X11%%%%DATADIR%%/data/images/32x32/hp_logo.png
%%X11%%%%DATADIR%%/data/images/32x32/idle.png
%%X11%%%%DATADIR%%/data/images/32x32/info.png
%%X11%%%%DATADIR%%/data/images/32x32/inkdrop.png
%%X11%%%%DATADIR%%/data/images/32x32/keys.png
%%X11%%%%DATADIR%%/data/images/32x32/linefeed_cal.png
%%X11%%%%DATADIR%%/data/images/32x32/lock.png
%%X11%%%%DATADIR%%/data/images/32x32/lporg.png
%%X11%%%%DATADIR%%/data/images/32x32/makecopies-disabled.png
%%X11%%%%DATADIR%%/data/images/32x32/makecopies.png
%%X11%%%%DATADIR%%/data/images/32x32/ok.png
%%X11%%%%DATADIR%%/data/images/32x32/paper.png
%%X11%%%%DATADIR%%/data/images/32x32/pcard-disabled.png
%%X11%%%%DATADIR%%/data/images/32x32/pcard.png
%%X11%%%%DATADIR%%/data/images/32x32/plugin.png
%%X11%%%%DATADIR%%/data/images/32x32/pq_diag.png
%%X11%%%%DATADIR%%/data/images/32x32/print-disabled.png
%%X11%%%%DATADIR%%/data/images/32x32/print.png
%%X11%%%%DATADIR%%/data/images/32x32/scan-disabled.png
%%X11%%%%DATADIR%%/data/images/32x32/scan.png
%%X11%%%%DATADIR%%/data/images/32x32/settings.png
%%X11%%%%DATADIR%%/data/images/32x32/testpage.png
%%X11%%%%DATADIR%%/data/images/32x32/toner.png
%%X11%%%%DATADIR%%/data/images/32x32/toner_cartridge.png
%%X11%%%%DATADIR%%/data/images/32x32/troubleshoot.png
%%X11%%%%DATADIR%%/data/images/32x32/warning.png
%%X11%%%%DATADIR%%/data/images/32x32/wireless.png
%%X11%%%%DATADIR%%/data/images/64x64/hp_logo.png
%%X11%%%%DATADIR%%/data/images/devices/120.png
%%X11%%%%DATADIR%%/data/images/devices/COLOR_INKJET_PRINTER_CP1700.png
%%X11%%%%DATADIR%%/data/images/devices/CP_1700.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_1120C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_1220C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_2500C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_3820.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_5740.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_610.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_630C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_650C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_840C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_916C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_9600.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_960C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_970C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_990C.png
%%X11%%%%DATADIR%%/data/images/devices/DESKJET_995C.png
%%X11%%%%DATADIR%%/data/images/devices/Deskjet_3740.png
%%X11%%%%DATADIR%%/data/images/devices/Deskjet_5400_series.png
%%X11%%%%DATADIR%%/data/images/devices/Deskjet_5700.png
%%X11%%%%DATADIR%%/data/images/devices/Deskjet_5900_series.png
%%X11%%%%DATADIR%%/data/images/devices/Deskjet_6500.png
%%X11%%%%DATADIR%%/data/images/devices/Deskjet_6800.png
%%X11%%%%DATADIR%%/data/images/devices/HP_2000C.png
%%X11%%%%DATADIR%%/data/images/devices/HP_2500C.png
%%X11%%%%DATADIR%%/data/images/devices/HP_BI_3000.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Business_Inkjet_1200.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Color_LaserJet_1500.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Color_LaserJet_2840.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Color_LaserJet_4500.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Color_LaserJet_4730mfp.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Color_LaserJet_8550.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LJ1xxx.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_1012.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_1220.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_3200M.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_3300_3310_3320.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_4000.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_4100_MFP.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_4M.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_5Si.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_6MP.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_8100_Series.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_9000_MFP.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_9040_MFP.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_9500dn.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_m1005.png
%%X11%%%%DATADIR%%/data/images/devices/HP_LaserJet_m1522.png
%%X11%%%%DATADIR%%/data/images/devices/HP_Officejet_Pro_L7700.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_3500.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_4650.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_4650dtn.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_5500.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_5500dtn.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_5550.png
%%X11%%%%DATADIR%%/data/images/devices/LASERJET_5550DTN.png
%%X11%%%%DATADIR%%/data/images/devices/OFFICEJET_PRO_1150C.png
%%X11%%%%DATADIR%%/data/images/devices/OfficeJet_5105.png
%%X11%%%%DATADIR%%/data/images/devices/OfficeJet_6100_Series.png
%%X11%%%%DATADIR%%/data/images/devices/OfficeJet_8500_a910.png
%%X11%%%%DATADIR%%/data/images/devices/OfficeJet_G85.png
%%X11%%%%DATADIR%%/data/images/devices/OfficeJet_Series_300.png
%%X11%%%%DATADIR%%/data/images/devices/Officejet_6150_Series.png
%%X11%%%%DATADIR%%/data/images/devices/Officejet_6200_series.png
%%X11%%%%DATADIR%%/data/images/devices/Officejet_7200_series.png
%%X11%%%%DATADIR%%/data/images/devices/Officejet_9100_series.png
%%X11%%%%DATADIR%%/data/images/devices/PHOTOSMART_100.png
%%X11%%%%DATADIR%%/data/images/devices/PHOTOSMART_1218.png
%%X11%%%%DATADIR%%/data/images/devices/PHOTOSMART_1315.png
%%X11%%%%DATADIR%%/data/images/devices/PHOTOSMART_P1100.png
%%X11%%%%DATADIR%%/data/images/devices/PSC_900_Series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_2600_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_2700_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_3300_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_370_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_7400_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_8050.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_8100_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_8250.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_8400_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_8750_series.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_C3100.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_C4100.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_C5100.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_C6100.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_D5060.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_D5100.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_D6160.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_D7100.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_D7300.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_Pro_B8300.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_Pro_B9180.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_a310.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_a510.png
%%X11%%%%DATADIR%%/data/images/devices/Photosmart_a710.png
%%X11%%%%DATADIR%%/data/images/devices/cp1160.png
%%X11%%%%DATADIR%%/data/images/devices/default_business_inkjet.png
%%X11%%%%DATADIR%%/data/images/devices/default_designjet.png
%%X11%%%%DATADIR%%/data/images/devices/default_deskjet.png
%%X11%%%%DATADIR%%/data/images/devices/default_laserjet.png
%%X11%%%%DATADIR%%/data/images/devices/default_officejet.png
%%X11%%%%DATADIR%%/data/images/devices/default_photosmart.png
%%X11%%%%DATADIR%%/data/images/devices/default_printer.png
%%X11%%%%DATADIR%%/data/images/devices/default_psc.png
%%X11%%%%DATADIR%%/data/images/devices/desket_5650.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_1280.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3200.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3320.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3325.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3420.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3425.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3500.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3600.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_3840.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_5100.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_5550.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_5552.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_5600.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_6120.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_6980.png
%%X11%%%%DATADIR%%/data/images/devices/deskjet_D2360.png
%%X11%%%%DATADIR%%/data/images/devices/dj350.png
%%X11%%%%DATADIR%%/data/images/devices/dj450.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_1200.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_2100.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_3015.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_3020.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_4345_mfp.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_5000.png
%%X11%%%%DATADIR%%/data/images/devices/hp_LaserJet_8000.png
%%X11%%%%DATADIR%%/data/images/devices/hp_business_inkjet_1100.png
%%X11%%%%DATADIR%%/data/images/devices/hp_business_inkjet_2200.png
%%X11%%%%DATADIR%%/data/images/devices/hp_business_inkjet_2600.png
%%X11%%%%DATADIR%%/data/images/devices/hp_business_inkjet_3000.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_LaserJet_2550.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_LaserJet_3700.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_LaserJet_4600.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_LaserJet_9500.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cm1015_mfp.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cm1312_mfp.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cp2025.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cp3505.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cp3525.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cp4005.png
%%X11%%%%DATADIR%%/data/images/devices/hp_color_laserjet_cp6015.png
%%X11%%%%DATADIR%%/data/images/devices/hp_deskjet_9300.png
%%X11%%%%DATADIR%%/data/images/devices/hp_deskjet_f4200.png
%%X11%%%%DATADIR%%/data/images/devices/hp_laserjet_3050.png
%%X11%%%%DATADIR%%/data/images/devices/hp_laserjet_m2727_mfp.png
%%X11%%%%DATADIR%%/data/images/devices/hp_laserjet_p2015.png
%%X11%%%%DATADIR%%/data/images/devices/hp_photosmart_b8500_series.png
%%X11%%%%DATADIR%%/data/images/devices/laserjet_2410.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_4200_series.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_500.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_5500_series.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_5600.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_j3600_series.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_j5500_series.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_k550.png
%%X11%%%%DATADIR%%/data/images/devices/officejet_k80.png
%%X11%%%%DATADIR%%/data/images/devices/photosmart_7150.png
%%X11%%%%DATADIR%%/data/images/devices/photosmart_7900_series.png
%%X11%%%%DATADIR%%/data/images/devices/photosmart_a610.png
%%X11%%%%DATADIR%%/data/images/devices/photosmart_a820_series.png
%%X11%%%%DATADIR%%/data/images/devices/psc_1100_series.png
%%X11%%%%DATADIR%%/data/images/devices/psc_1610.png
%%X11%%%%DATADIR%%/data/images/devices/psc_2300_series.png
%%X11%%%%DATADIR%%/data/images/other/aio_align.png
%%X11%%%%DATADIR%%/data/images/other/align10.png
%%X11%%%%DATADIR%%/data/images/other/clean.png
%%X11%%%%DATADIR%%/data/images/other/color_adj.png
%%X11%%%%DATADIR%%/data/images/other/confidential_coverpage.png
%%X11%%%%DATADIR%%/data/images/other/confidential_title.png
%%X11%%%%DATADIR%%/data/images/other/fax.png
%%X11%%%%DATADIR%%/data/images/other/fax2.png
%%X11%%%%DATADIR%%/data/images/other/flat1.png
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%%%DATADIR%%/data/images/other/generic_coverpage.png
%%X11%%%%DATADIR%%/data/images/other/generic_title.png
%%X11%%%%DATADIR%%/data/images/other/h-k-2.png
%%X11%%%%DATADIR%%/data/images/other/h-k-3.png
%%X11%%%%DATADIR%%/data/images/other/h-kc-2.png
%%X11%%%%DATADIR%%/data/images/other/h-kc-3.png
%%X11%%%%DATADIR%%/data/images/other/hp-tux-printer.png
%%X11%%%%DATADIR%%/data/images/other/load_paper.png
%%X11%%%%DATADIR%%/data/images/other/opensource-75x65.png
%%X11%%%%DATADIR%%/data/images/other/panel_lcd.png
%%X11%%%%DATADIR%%/data/images/other/pens.png
%%X11%%%%DATADIR%%/data/images/other/powered_by_python.png
%%X11%%%%DATADIR%%/data/images/other/resolution.png
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%%%DATADIR%%/data/images/other/signal0.png
%%X11%%%%DATADIR%%/data/images/other/signal1.png
%%X11%%%%DATADIR%%/data/images/other/signal2.png
%%X11%%%%DATADIR%%/data/images/other/signal3.png
%%X11%%%%DATADIR%%/data/images/other/signal4.png
%%X11%%%%DATADIR%%/data/images/other/signal5.png
%%X11%%%%DATADIR%%/data/images/other/standard_coverpage.png
%%X11%%%%DATADIR%%/data/images/other/type4_color_patch.png
%%X11%%%%DATADIR%%/data/images/other/type4_gray_patch.png
%%X11%%%%DATADIR%%/data/images/other/urgent_coverpage.png
%%X11%%%%DATADIR%%/data/images/other/urgent_title.png
%%X11%%%%DATADIR%%/data/images/other/usb_connection.png
%%X11%%%%DATADIR%%/data/images/other/v-c-2.png
%%X11%%%%DATADIR%%/data/images/other/v-c-3.png
%%X11%%%%DATADIR%%/data/images/other/v-k-2.png
%%X11%%%%DATADIR%%/data/images/other/v-k-3.png
%%X11%%%%DATADIR%%/data/images/other/v-kc-2.png
%%X11%%%%DATADIR%%/data/images/other/v-kc-3.png
%%X11%%%%DATADIR%%/data/images/other/viewer.png
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
%%X11%%%%DATADIR%%/data/images/other/zca.png
%%DATADIR%%/data/ldl/cb2pcal.ldl.gz
%%DATADIR%%/data/ldl/cb2pcal_done.ldl.gz
%%DATADIR%%/data/ldl/cbbcal.ldl.gz
%%DATADIR%%/data/ldl/cbccal.ldl.gz
%%DATADIR%%/data/ldl/cbccal_done.ldl.gz
%%DATADIR%%/data/ldl/cbcpcal.ldl.gz
%%DATADIR%%/data/ldl/cbpcal.ldl.gz
%%DATADIR%%/data/localization/hplip_de.qm
%%DATADIR%%/data/localization/hplip_es.qm
%%DATADIR%%/data/localization/hplip_fr.qm
%%DATADIR%%/data/localization/hplip_it.qm
%%DATADIR%%/data/localization/hplip_pt.qm
%%DATADIR%%/data/localization/hplip_ru.qm
%%DATADIR%%/data/localization/hplip_zh.qm
%%DATADIR%%/data/models/models.dat
%%DATADIR%%/data/pcl/align1_8xx.pcl.gz
%%DATADIR%%/data/pcl/align1_9xx.pcl.gz
%%DATADIR%%/data/pcl/align2_8xx.pcl.gz
%%DATADIR%%/data/pcl/align2_9xx.pcl.gz
%%DATADIR%%/data/pcl/align3_8xx.pcl.gz
%%DATADIR%%/data/pcl/align3_9xx.pcl.gz
%%DATADIR%%/data/pcl/align4_450.pcl.gz
%%DATADIR%%/data/pcl/align4_8xx.pcl.gz
%%DATADIR%%/data/pcl/align5_8xx.pcl.gz
%%DATADIR%%/data/pcl/align6_450.pcl.gz
%%DATADIR%%/data/pcl/colorcal1_450.pcl.gz
%%DATADIR%%/data/pcl/colorcal2_450.pcl.gz
%%DATADIR%%/data/pcl/crbcal.pcl.gz
%%DATADIR%%/data/pcl/crcaldone.pcl.gz
%%DATADIR%%/data/pcl/crcbcal.pcl.gz
%%DATADIR%%/data/pcl/crccal.pcl.gz
%%DATADIR%%/data/pcl/crcpcal.pcl.gz
%%DATADIR%%/data/pcl/crpcal.pcl.gz
%%DATADIR%%/data/ps/clean_page.pdf.gz
%%DATADIR%%/data/ps/testpage.ps.gz
%%DATADIR%%/devicesettings.py
2012-01-16 12:30:50 +00:00
%%DATADIR%%/diagnose_plugin.py
%%DATADIR%%/diagnose_queues.py
%%DATADIR%%/doctor.py
%%DATADIR%%/fab.py
%%FAX%%%%DATADIR%%/fax/__init__.py
%%FAX%%%%DATADIR%%/fax/coverpages.py
%%FAX%%%%DATADIR%%/fax/fax.py
%%FAX%%%%DATADIR%%/fax/faxdevice.py
2011-01-31 17:52:22 +00:00
%%FAX%%%%DATADIR%%/fax/ledmfax.py
%%FAX%%%%DATADIR%%/fax/ledmsoapfax.py
%%FAX%%%%DATADIR%%/fax/marvellfax.py
%%FAX%%%%DATADIR%%/fax/pmlfax.py
%%FAX%%%%DATADIR%%/fax/pstotiff
%%FAX%%%%DATADIR%%/fax/pstotiff.convs
%%FAX%%%%DATADIR%%/fax/pstotiff.types
%%FAX%%%%DATADIR%%/fax/soapfax.py
%%DATADIR%%/faxsetup.py
%%DATADIR%%/firmware.py
%%DATADIR%%/hpdio.py
2013-07-13 17:50:03 +00:00
%%DATADIR%%/hplip_clean.sh
%%DATADIR%%/hpssd.py
%%DATADIR%%/info.py
%%DATADIR%%/installer/__init__.py
%%DATADIR%%/installer/core_install.py
%%DATADIR%%/installer/dcheck.py
%%DATADIR%%/installer/distros.dat
%%DATADIR%%/installer/pluginhandler.py
%%DATADIR%%/levels.py
%%DATADIR%%/linefeedcal.py
%%DATADIR%%/locatedriver
%%DATADIR%%/logcapture.py
%%DATADIR%%/makecopies.py
%%DATADIR%%/makeuri.py
%%DATADIR%%/pcard/__init__.py
%%DATADIR%%/pcard/photocard.py
%%DATADIR%%/pkservice.py
%%DATADIR%%/plugin.py
%%DATADIR%%/pqdiag.py
%%DATADIR%%/print.py
%%DATADIR%%/printsettings.py
%%DATADIR%%/prnt/__init__.py
%%DATADIR%%/prnt/colorcal.py
%%DATADIR%%/prnt/cups.py
%%DATADIR%%/prnt/ldl.py
%%DATADIR%%/prnt/pcl.py
%%DATADIR%%/probe.py
%%DATADIR%%/query.py
%%DATADIR%%/scan.py
%%SCAN%%%%DATADIR%%/scan/__init__.py
%%SCAN%%%%DATADIR%%/scan/sane.py
%%DATADIR%%/sendfax.py
%%DATADIR%%/setup.py
%%DATADIR%%/systray.py
%%DATADIR%%/testpage.py
%%DATADIR%%/timedate.py
%%DATADIR%%/toolbox.py
%%X11%%%%DATADIR%%/ui5/__init__.py
%%X11%%%%DATADIR%%/ui5/aboutdialog.py
%%X11%%%%DATADIR%%/ui5/aboutdialog_base.py
%%X11%%%%DATADIR%%/ui5/aligndialog.py
%%X11%%%%DATADIR%%/ui5/aligndialog_base.py
%%X11%%%%DATADIR%%/ui5/cleandialog.py
%%X11%%%%DATADIR%%/ui5/cleandialog_base.py
%%X11%%%%DATADIR%%/ui5/colorcaldialog.py
%%X11%%%%DATADIR%%/ui5/colorcaldialog_base.py
%%X11%%%%DATADIR%%/ui5/devicesetupdialog.py
%%X11%%%%DATADIR%%/ui5/devicesetupdialog_base.py
%%X11%%%%DATADIR%%/ui5/deviceuricombobox.py
%%X11%%%%DATADIR%%/ui5/devmgr5.py
%%X11%%%%DATADIR%%/ui5/devmgr5_base.py
%%X11%%%%DATADIR%%/ui5/devmgr_ext.py
%%X11%%%%DATADIR%%/ui5/fabgrouptable.py
%%X11%%%%DATADIR%%/ui5/fabnametable.py
%%X11%%%%DATADIR%%/ui5/fabwindow.py
%%X11%%%%DATADIR%%/ui5/fabwindow_base.py
%%X11%%%%DATADIR%%/ui5/faxsetupdialog.py
%%X11%%%%DATADIR%%/ui5/faxsetupdialog_base.py
%%X11%%%%DATADIR%%/ui5/filetable.py
%%X11%%%%DATADIR%%/ui5/firmwaredialog.py
%%X11%%%%DATADIR%%/ui5/firmwaredialog_base.py
%%X11%%%%DATADIR%%/ui5/infodialog.py
%%X11%%%%DATADIR%%/ui5/infodialog_base.py
%%X11%%%%DATADIR%%/ui5/linefeedcaldialog.py
%%X11%%%%DATADIR%%/ui5/linefeedcaldialog_base.py
%%X11%%%%DATADIR%%/ui5/loadpapergroupbox.py
%%X11%%%%DATADIR%%/ui5/makecopiesdialog.py
%%X11%%%%DATADIR%%/ui5/makecopiesdialog_base.py
%%X11%%%%DATADIR%%/ui5/mimetypesdialog.py
%%X11%%%%DATADIR%%/ui5/mimetypesdialog_base.py
%%X11%%%%DATADIR%%/ui5/nodevicesdialog.py
%%X11%%%%DATADIR%%/ui5/nodevicesdialog_base.py
%%X11%%%%DATADIR%%/ui5/plugindiagnose.py
%%X11%%%%DATADIR%%/ui5/plugindiagnose_base.py
%%X11%%%%DATADIR%%/ui5/plugindialog.py
%%X11%%%%DATADIR%%/ui5/plugindialog_base.py
%%X11%%%%DATADIR%%/ui5/pluginlicensedialog.py
%%X11%%%%DATADIR%%/ui5/pluginlicensedialog_base.py
%%X11%%%%DATADIR%%/ui5/pqdiagdialog.py
%%X11%%%%DATADIR%%/ui5/pqdiagdialog_base.py
%%X11%%%%DATADIR%%/ui5/printdialog.py
%%X11%%%%DATADIR%%/ui5/printdialog_base.py
%%X11%%%%DATADIR%%/ui5/printernamecombobox.py
%%X11%%%%DATADIR%%/ui5/printsettings_base.py
%%X11%%%%DATADIR%%/ui5/printsettingsdialog.py
%%X11%%%%DATADIR%%/ui5/printsettingsdialog_base.py
%%X11%%%%DATADIR%%/ui5/printsettingstoolbox.py
%%X11%%%%DATADIR%%/ui5/printtestpagedialog.py
%%X11%%%%DATADIR%%/ui5/printtestpagedialog_base.py
%%X11%%%%DATADIR%%/ui5/queuesconf.py
%%X11%%%%DATADIR%%/ui5/readonlyradiobutton.py
%%X11%%%%DATADIR%%/ui5/scandialog.py
%%X11%%%%DATADIR%%/ui5/sendfaxdialog.py
%%X11%%%%DATADIR%%/ui5/sendfaxdialog_base.py
%%X11%%%%DATADIR%%/ui5/settingsdialog.py
%%X11%%%%DATADIR%%/ui5/settingsdialog_base.py
%%X11%%%%DATADIR%%/ui5/setupdialog.py
%%X11%%%%DATADIR%%/ui5/setupdialog_base.py
%%X11%%%%DATADIR%%/ui5/setupdialog_base5.py
%%X11%%%%DATADIR%%/ui5/systemtray.py
%%X11%%%%DATADIR%%/ui5/systrayframe.py
%%X11%%%%DATADIR%%/ui5/systrayframe_base.py
%%X11%%%%DATADIR%%/ui5/ui_utils.py
%%X11%%%%DATADIR%%/ui5/upgradedialog.py
%%X11%%%%DATADIR%%/ui5/upgradedialog_base.py
%%X11%%%%DATADIR%%/ui5/wifisetupdialog.py
%%X11%%%%DATADIR%%/ui5/wifisetupdialog_base.py
%%DATADIR%%/uiscan.py
%%DATADIR%%/uninstall.py
%%DATADIR%%/unload.py
%%DATADIR%%/upgrade.py
%%DATADIR%%/wificonfig.py
%%FAX%%share/ppd/HP/HP-Fax-hpcups.ppd.gz
%%FAX%%share/ppd/HP/HP-Fax2-hpcups.ppd.gz
%%FAX%%share/ppd/HP/HP-Fax3-hpcups.ppd.gz
2011-01-31 17:52:22 +00:00
%%FAX%%share/ppd/HP/HP-Fax4-hpcups.ppd.gz
share/ppd/HP/apollo-2100.ppd.gz
share/ppd/HP/apollo-2150.ppd.gz
share/ppd/HP/apollo-2200.ppd.gz
share/ppd/HP/apollo-2500.ppd.gz
share/ppd/HP/apollo-2600.ppd.gz
share/ppd/HP/apollo-2650.ppd.gz
share/ppd/HP/apollo-p2000-u.ppd.gz
share/ppd/HP/apollo-p2250.ppd.gz
share/ppd/HP/hp-2000c.ppd.gz
share/ppd/HP/hp-2500c.ppd.gz
share/ppd/HP/hp-910.ppd.gz
share/ppd/HP/hp-915.ppd.gz
share/ppd/HP/hp-amp.ppd.gz
share/ppd/HP/hp-business_inkjet_1000.ppd.gz
share/ppd/HP/hp-business_inkjet_1100.ppd.gz
share/ppd/HP/hp-business_inkjet_1200.ppd.gz
share/ppd/HP/hp-business_inkjet_2200.ppd.gz
share/ppd/HP/hp-business_inkjet_2230.ppd.gz
share/ppd/HP/hp-business_inkjet_2250-pcl3.ppd.gz
share/ppd/HP/hp-business_inkjet_2250-ps.ppd.gz
share/ppd/HP/hp-business_inkjet_2280-pcl3.ppd.gz
share/ppd/HP/hp-business_inkjet_2280-ps.ppd.gz
share/ppd/HP/hp-business_inkjet_2300-pcl3.ppd.gz
share/ppd/HP/hp-business_inkjet_2300-ps.ppd.gz
share/ppd/HP/hp-business_inkjet_2600-pcl3.ppd.gz
share/ppd/HP/hp-business_inkjet_2600-ps.ppd.gz
share/ppd/HP/hp-business_inkjet_2800-pcl3.ppd.gz
share/ppd/HP/hp-business_inkjet_2800-ps.ppd.gz
share/ppd/HP/hp-business_inkjet_3000-pcl3.ppd.gz
share/ppd/HP/hp-business_inkjet_3000-ps.ppd.gz
share/ppd/HP/hp-cm8050_mfp_with_edgeline-ps.ppd.gz
share/ppd/HP/hp-cm8060_mfp_with_edgeline-ps.ppd.gz
share/ppd/HP/hp-color_designjet_xl_3600-ps.ppd.gz
share/ppd/HP/hp-color_inkjet_printer_cp1700.ppd.gz
share/ppd/HP/hp-color_laserjet-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_1600.ppd.gz
share/ppd/HP/hp-color_laserjet_2500-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2500_series-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2500_series.ppd.gz
share/ppd/HP/hp-color_laserjet_2550_series-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2600n.ppd.gz
share/ppd/HP/hp-color_laserjet_2605-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2605dn-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2605dtn-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2700-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2700n-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2800-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2820-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2830-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_2840-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_3000-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_3000-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_3500.ppd.gz
share/ppd/HP/hp-color_laserjet_3500n.ppd.gz
share/ppd/HP/hp-color_laserjet_3550.ppd.gz
share/ppd/HP/hp-color_laserjet_3550n.ppd.gz
share/ppd/HP/hp-color_laserjet_3600.ppd.gz
share/ppd/HP/hp-color_laserjet_3700-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_3700-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_3700n-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_3700n.ppd.gz
share/ppd/HP/hp-color_laserjet_3800-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_3800-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4500-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4500-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4550-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4550-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4600-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4600-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4600_series-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4610-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4610-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4650-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4650-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4700-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4700-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_4730mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_4730mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_5.ppd.gz
share/ppd/HP/hp-color_laserjet_5500-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_5500-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_5550-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_5550-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_5m-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_5m-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_8500-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_8500-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_8550-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_8550-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_9500-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_9500-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_9500_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_E65150_E65160-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm1015-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm1017-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm1312_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm1312_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm1312nfi_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320fxi_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320n_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320nf_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm3530_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm3530_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm4540_mfp-pcl3.ppd.gz
2011-01-31 17:52:22 +00:00
share/ppd/HP/hp-color_laserjet_cm4540_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm4730_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm4730_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm6030_mfp-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cm6030_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm6040_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm6040_mfp.ppd.gz
share/ppd/HP/hp-color_laserjet_cm6049_mfp-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cm6049_mfp.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1215.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1217.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1514n-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1514n-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1515n-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1515n-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1518ni-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp1518ni-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025dn-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025dn-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025n-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025n-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025x-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp2025x-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp3505-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp3505-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp3525-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp3525-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp4005-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp4005-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp4020_series-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp4020_series-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp4520_series-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp4520_series-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5225-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5225-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5225dn-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5225dn-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5225n-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5225n-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp5520_series-pcl3.ppd.gz
2011-01-31 17:52:22 +00:00
share/ppd/HP/hp-color_laserjet_cp5520_series-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_cp6015-pcl3.ppd.gz
share/ppd/HP/hp-color_laserjet_cp6015-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_e65050_e65060-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_e67550_e67560-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_e67650_e67660-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_e75245-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_e85055-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_flow_mfp_m680-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-color_laserjet_flow_mfp_m880-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_flowmfp_m776-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m153-m154-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m155-m156-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m182-m185-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m253-m254-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m255-m256-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m282-m285-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-color_laserjet_m452-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m452d-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m552-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m553-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m651-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m652_m653-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-color_laserjet_m750-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m751-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-color_laserjet_m855-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_m856-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_e77422-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_e77428-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_e78223-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_e78228-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_e78323-25-30-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_m178-m181-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-color_laserjet_mfp_m274-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_m278-m281-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-color_laserjet_mfp_m577-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_m680-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_m681_m682-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_mfp_m776-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-color_laserjet_pro_m252-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_m453-4-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_m478f-9f-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_m479-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_mfp_m176n.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_mfp_m177fw.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-color_laserjet_pro_mfp_m277-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_mfp_m377-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_mfp_m476-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-color_laserjet_pro_mfp_m477-ps.ppd.gz
share/ppd/HP/hp-color_laserjet_pro_mfp_m477d-ps.ppd.gz
share/ppd/HP/hp-cp1160.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-designjet_4000ps.ppd.gz
share/ppd/HP/hp-designjet_4020ps-ps.ppd.gz
share/ppd/HP/hp-designjet_4500mfp.ppd.gz
share/ppd/HP/hp-designjet_4500ps.ppd.gz
share/ppd/HP/hp-designjet_4520mfp-ps.ppd.gz
share/ppd/HP/hp-designjet_4520ps-ps.ppd.gz
share/ppd/HP/hp-designjet_Z6_24in-ps.ppd.gz
share/ppd/HP/hp-designjet_Z6_44in-ps.ppd.gz
share/ppd/HP/hp-designjet_Z6dr_44in-ps.ppd.gz
share/ppd/HP/hp-designjet_Z9_24in-ps.ppd.gz
share/ppd/HP/hp-designjet_Z9_44in-ps.ppd.gz
share/ppd/HP/hp-designjet_Z9dr_44in-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-designjet_d5800-ps.ppd.gz
share/ppd/HP/hp-designjet_t1100ps_24in-ps.ppd.gz
share/ppd/HP/hp-designjet_t1100ps_44in-ps.ppd.gz
share/ppd/HP/hp-designjet_t1120ps_24in-ps.ppd.gz
share/ppd/HP/hp-designjet_t1120ps_44in-ps.ppd.gz
share/ppd/HP/hp-designjet_t1200_postscript-ps.ppd.gz
share/ppd/HP/hp-designjet_t1300_postscript-ps.ppd.gz
2013-07-13 17:50:03 +00:00
share/ppd/HP/hp-designjet_t1500-postscript.ppd.gz
share/ppd/HP/hp-designjet_t1530-postscript.ppd.gz
share/ppd/HP/hp-designjet_t1600_printer-ps.ppd.gz
share/ppd/HP/hp-designjet_t1600dr-ps.ppd.gz
share/ppd/HP/hp-designjet_t1700_postscript-ps.ppd.gz
share/ppd/HP/hp-designjet_t1700dr_postscript-ps.ppd.gz
share/ppd/HP/hp-designjet_t1708_postscript-ps.ppd.gz
share/ppd/HP/hp-designjet_t1708dr_postscript-ps.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-designjet_t2300_postscript-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-designjet_t2500-postscript.ppd.gz
share/ppd/HP/hp-designjet_t2530-postscript.ppd.gz
share/ppd/HP/hp-designjet_t2600-ps.ppd.gz
share/ppd/HP/hp-designjet_t2600dr-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-designjet_t3500-ps.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-designjet_t7100ps-ps.ppd.gz
share/ppd/HP/hp-designjet_t7100ps_monochrome-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-designjet_t7200-ps.ppd.gz
share/ppd/HP/hp-designjet_t770_postscript-ps.ppd.gz
share/ppd/HP/hp-designjet_t770ps_24in-ps.ppd.gz
share/ppd/HP/hp-designjet_t790ps_24in-ps.ppd.gz
share/ppd/HP/hp-designjet_t790ps_44in-ps.ppd.gz
share/ppd/HP/hp-designjet_t795ps_44in-ps.ppd.gz
2013-07-13 17:50:03 +00:00
share/ppd/HP/hp-designjet_t920-postscript.ppd.gz
share/ppd/HP/hp-designjet_t930-postscript.ppd.gz
share/ppd/HP/hp-designjet_z2600_postscript-ps.ppd.gz
2013-07-13 17:50:03 +00:00
share/ppd/HP/hp-designjet_z5200_postscript-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-designjet_z5400-postscript.ppd.gz
share/ppd/HP/hp-designjet_z5600_postscript-ps.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
share/ppd/HP/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
share/ppd/HP/hp-designjet_z6200_42in_photo-ps.ppd.gz
share/ppd/HP/hp-designjet_z6200_60in_photo-ps.ppd.gz
share/ppd/HP/hp-designjet_z6600-postscript.ppd.gz
share/ppd/HP/hp-designjet_z6610ps_60in-ps.ppd.gz
share/ppd/HP/hp-designjet_z6800_photo-postscript.ppd.gz
share/ppd/HP/hp-designjet_z6810ps_42in-ps.ppd.gz
share/ppd/HP/hp-designjet_z6810ps_60in-ps.ppd.gz
share/ppd/HP/hp-deskjet_1000_j110_series.ppd.gz
share/ppd/HP/hp-deskjet_1010_series.ppd.gz
share/ppd/HP/hp-deskjet_1050_j410_series.ppd.gz
share/ppd/HP/hp-deskjet_1100.ppd.gz
share/ppd/HP/hp-deskjet_1110_series.ppd.gz
share/ppd/HP/hp-deskjet_1120.ppd.gz
share/ppd/HP/hp-deskjet_1125.ppd.gz
share/ppd/HP/hp-deskjet_1200_series.ppd.gz
share/ppd/HP/hp-deskjet_1200c.ppd.gz
share/ppd/HP/hp-deskjet_1220c.ppd.gz
share/ppd/HP/hp-deskjet_1280.ppd.gz
share/ppd/HP/hp-deskjet_1510_series.ppd.gz
share/ppd/HP/hp-deskjet_1600c.ppd.gz
share/ppd/HP/hp-deskjet_1600cm.ppd.gz
share/ppd/HP/hp-deskjet_1600cn.ppd.gz
share/ppd/HP/hp-deskjet_2000_j210_series.ppd.gz
share/ppd/HP/hp-deskjet_2020_series.ppd.gz
share/ppd/HP/hp-deskjet_2050_j510_series.ppd.gz
share/ppd/HP/hp-deskjet_2130_series.ppd.gz
share/ppd/HP/hp-deskjet_2200_series.ppd.gz
share/ppd/HP/hp-deskjet_2300_series.ppd.gz
share/ppd/HP/hp-deskjet_2510_series.ppd.gz
share/ppd/HP/hp-deskjet_2520_series.ppd.gz
share/ppd/HP/hp-deskjet_2540_series.ppd.gz
share/ppd/HP/hp-deskjet_2600_series.ppd.gz
share/ppd/HP/hp-deskjet_2640_series.ppd.gz
share/ppd/HP/hp-deskjet_2700_series.ppd.gz
share/ppd/HP/hp-deskjet_3000_j310_series.ppd.gz
share/ppd/HP/hp-deskjet_3050_j610_series.ppd.gz
share/ppd/HP/hp-deskjet_3050a_j611_series.ppd.gz
share/ppd/HP/hp-deskjet_3070_b611_series.ppd.gz
share/ppd/HP/hp-deskjet_3320.ppd.gz
share/ppd/HP/hp-deskjet_3325.ppd.gz
share/ppd/HP/hp-deskjet_3420.ppd.gz
share/ppd/HP/hp-deskjet_3425.ppd.gz
share/ppd/HP/hp-deskjet_3450.ppd.gz
share/ppd/HP/hp-deskjet_350.ppd.gz
share/ppd/HP/hp-deskjet_3500.ppd.gz
share/ppd/HP/hp-deskjet_3510_series.ppd.gz
share/ppd/HP/hp-deskjet_3520_series.ppd.gz
share/ppd/HP/hp-deskjet_3540_series.ppd.gz
share/ppd/HP/hp-deskjet_3550.ppd.gz
share/ppd/HP/hp-deskjet_3600.ppd.gz
share/ppd/HP/hp-deskjet_3630_series.ppd.gz
share/ppd/HP/hp-deskjet_3650.ppd.gz
share/ppd/HP/hp-deskjet_3700_series.ppd.gz
share/ppd/HP/hp-deskjet_3740.ppd.gz
share/ppd/HP/hp-deskjet_3810.ppd.gz
share/ppd/HP/hp-deskjet_3816.ppd.gz
share/ppd/HP/hp-deskjet_3819.ppd.gz
share/ppd/HP/hp-deskjet_3820.ppd.gz
share/ppd/HP/hp-deskjet_3822.ppd.gz
share/ppd/HP/hp-deskjet_3830_series.ppd.gz
share/ppd/HP/hp-deskjet_3840.ppd.gz
share/ppd/HP/hp-deskjet_3870.ppd.gz
share/ppd/HP/hp-deskjet_3900.ppd.gz
share/ppd/HP/hp-deskjet_3910.ppd.gz
share/ppd/HP/hp-deskjet_3920.ppd.gz
share/ppd/HP/hp-deskjet_3940.ppd.gz
share/ppd/HP/hp-deskjet_400.ppd.gz
share/ppd/HP/hp-deskjet_400l.ppd.gz
share/ppd/HP/hp-deskjet_4100_series.ppd.gz
share/ppd/HP/hp-deskjet_450.ppd.gz
share/ppd/HP/hp-deskjet_4510_series.ppd.gz
share/ppd/HP/hp-deskjet_4530_series.ppd.gz
share/ppd/HP/hp-deskjet_460.ppd.gz
share/ppd/HP/hp-deskjet_4610_series.ppd.gz
share/ppd/HP/hp-deskjet_4620_series.ppd.gz
share/ppd/HP/hp-deskjet_4640_series.ppd.gz
share/ppd/HP/hp-deskjet_4670_series.ppd.gz
share/ppd/HP/hp-deskjet_4720_series.ppd.gz
share/ppd/HP/hp-deskjet_500.ppd.gz
share/ppd/HP/hp-deskjet_5000_series.ppd.gz
share/ppd/HP/hp-deskjet_500c.ppd.gz
share/ppd/HP/hp-deskjet_505j.ppd.gz
share/ppd/HP/hp-deskjet_510.ppd.gz
share/ppd/HP/hp-deskjet_5100.ppd.gz
share/ppd/HP/hp-deskjet_520.ppd.gz
share/ppd/HP/hp-deskjet_5200_series.ppd.gz
share/ppd/HP/hp-deskjet_540.ppd.gz
share/ppd/HP/hp-deskjet_5400_series.ppd.gz
share/ppd/HP/hp-deskjet_550c.ppd.gz
share/ppd/HP/hp-deskjet_5520_series.ppd.gz
share/ppd/HP/hp-deskjet_5550.ppd.gz
share/ppd/HP/hp-deskjet_5551.ppd.gz
share/ppd/HP/hp-deskjet_5552.ppd.gz
share/ppd/HP/hp-deskjet_5570_series.ppd.gz
share/ppd/HP/hp-deskjet_5600.ppd.gz
share/ppd/HP/hp-deskjet_5640_series.ppd.gz
share/ppd/HP/hp-deskjet_5650.ppd.gz
share/ppd/HP/hp-deskjet_5652.ppd.gz
share/ppd/HP/hp-deskjet_5700.ppd.gz
share/ppd/HP/hp-deskjet_5730_series.ppd.gz
share/ppd/HP/hp-deskjet_5800.ppd.gz
share/ppd/HP/hp-deskjet_5810_series.ppd.gz
share/ppd/HP/hp-deskjet_5820_series.ppd.gz
share/ppd/HP/hp-deskjet_5850.ppd.gz
share/ppd/HP/hp-deskjet_5900_series.ppd.gz
share/ppd/HP/hp-deskjet_600.ppd.gz
share/ppd/HP/hp-deskjet_610c.ppd.gz
share/ppd/HP/hp-deskjet_610cl.ppd.gz
share/ppd/HP/hp-deskjet_6120.ppd.gz
share/ppd/HP/hp-deskjet_6122.ppd.gz
share/ppd/HP/hp-deskjet_6127.ppd.gz
share/ppd/HP/hp-deskjet_612c.ppd.gz
share/ppd/HP/hp-deskjet_630c.ppd.gz
share/ppd/HP/hp-deskjet_632c.ppd.gz
share/ppd/HP/hp-deskjet_640c.ppd.gz
share/ppd/HP/hp-deskjet_648c.ppd.gz
share/ppd/HP/hp-deskjet_6500.ppd.gz
share/ppd/HP/hp-deskjet_6520_series.ppd.gz
share/ppd/HP/hp-deskjet_656c.ppd.gz
share/ppd/HP/hp-deskjet_660.ppd.gz
share/ppd/HP/hp-deskjet_6600.ppd.gz
share/ppd/HP/hp-deskjet_670.ppd.gz
share/ppd/HP/hp-deskjet_670c.ppd.gz
share/ppd/HP/hp-deskjet_670tv.ppd.gz
share/ppd/HP/hp-deskjet_672c.ppd.gz
share/ppd/HP/hp-deskjet_680.ppd.gz
share/ppd/HP/hp-deskjet_6800.ppd.gz
share/ppd/HP/hp-deskjet_682.ppd.gz
share/ppd/HP/hp-deskjet_690c.ppd.gz
share/ppd/HP/hp-deskjet_692.ppd.gz
share/ppd/HP/hp-deskjet_693.ppd.gz
share/ppd/HP/hp-deskjet_694.ppd.gz
share/ppd/HP/hp-deskjet_6940_series.ppd.gz
share/ppd/HP/hp-deskjet_695.ppd.gz
share/ppd/HP/hp-deskjet_697.ppd.gz
share/ppd/HP/hp-deskjet_6980_series.ppd.gz
share/ppd/HP/hp-deskjet_810c.ppd.gz
share/ppd/HP/hp-deskjet_812c.ppd.gz
share/ppd/HP/hp-deskjet_815c.ppd.gz
share/ppd/HP/hp-deskjet_816c.ppd.gz
share/ppd/HP/hp-deskjet_825c.ppd.gz
share/ppd/HP/hp-deskjet_830c.ppd.gz
share/ppd/HP/hp-deskjet_832c.ppd.gz
share/ppd/HP/hp-deskjet_840c.ppd.gz
share/ppd/HP/hp-deskjet_841c.ppd.gz
share/ppd/HP/hp-deskjet_842c.ppd.gz
share/ppd/HP/hp-deskjet_843c.ppd.gz
share/ppd/HP/hp-deskjet_845c.ppd.gz
share/ppd/HP/hp-deskjet_850c.ppd.gz
share/ppd/HP/hp-deskjet_855c.ppd.gz
share/ppd/HP/hp-deskjet_870c.ppd.gz
share/ppd/HP/hp-deskjet_880c.ppd.gz
share/ppd/HP/hp-deskjet_882c.ppd.gz
share/ppd/HP/hp-deskjet_890c.ppd.gz
share/ppd/HP/hp-deskjet_895c.ppd.gz
share/ppd/HP/hp-deskjet_916c.ppd.gz
share/ppd/HP/hp-deskjet_920c.ppd.gz
share/ppd/HP/hp-deskjet_9300.ppd.gz
share/ppd/HP/hp-deskjet_930c.ppd.gz
share/ppd/HP/hp-deskjet_932c.ppd.gz
share/ppd/HP/hp-deskjet_933c.ppd.gz
share/ppd/HP/hp-deskjet_934c.ppd.gz
share/ppd/HP/hp-deskjet_935c.ppd.gz
share/ppd/HP/hp-deskjet_940c.ppd.gz
share/ppd/HP/hp-deskjet_948c.ppd.gz
share/ppd/HP/hp-deskjet_950c.ppd.gz
share/ppd/HP/hp-deskjet_952c.ppd.gz
share/ppd/HP/hp-deskjet_955c.ppd.gz
share/ppd/HP/hp-deskjet_957c.ppd.gz
share/ppd/HP/hp-deskjet_959c.ppd.gz
share/ppd/HP/hp-deskjet_9600.ppd.gz
share/ppd/HP/hp-deskjet_960c.ppd.gz
share/ppd/HP/hp-deskjet_970c.ppd.gz
share/ppd/HP/hp-deskjet_975c.ppd.gz
share/ppd/HP/hp-deskjet_9800.ppd.gz
share/ppd/HP/hp-deskjet_980c.ppd.gz
share/ppd/HP/hp-deskjet_990c.ppd.gz
share/ppd/HP/hp-deskjet_995c.ppd.gz
share/ppd/HP/hp-deskjet_d1300_series.ppd.gz
share/ppd/HP/hp-deskjet_d1400_series.ppd.gz
share/ppd/HP/hp-deskjet_d1500_series.ppd.gz
share/ppd/HP/hp-deskjet_d1600_series.ppd.gz
share/ppd/HP/hp-deskjet_d2300_series.ppd.gz
share/ppd/HP/hp-deskjet_d2400_series.ppd.gz
share/ppd/HP/hp-deskjet_d2500_series.ppd.gz
share/ppd/HP/hp-deskjet_d2600_series.ppd.gz
share/ppd/HP/hp-deskjet_d4100_series.ppd.gz
share/ppd/HP/hp-deskjet_d4200_series.ppd.gz
share/ppd/HP/hp-deskjet_d4300_series.ppd.gz
share/ppd/HP/hp-deskjet_d5500_series.ppd.gz
share/ppd/HP/hp-deskjet_d730.ppd.gz
share/ppd/HP/hp-deskjet_f2100_series.ppd.gz
share/ppd/HP/hp-deskjet_f2200_series.ppd.gz
share/ppd/HP/hp-deskjet_f2400_series.ppd.gz
share/ppd/HP/hp-deskjet_f300_series.ppd.gz
share/ppd/HP/hp-deskjet_f4100_series.ppd.gz
share/ppd/HP/hp-deskjet_f4200_series.ppd.gz
share/ppd/HP/hp-deskjet_f4400_series.ppd.gz
share/ppd/HP/hp-deskjet_f4500_series.ppd.gz
share/ppd/HP/hp-deskjet_f735.ppd.gz
share/ppd/HP/hp-deskjet_ink_adv_2010_k010.ppd.gz
share/ppd/HP/hp-deskjet_ink_adv_2060_k110.ppd.gz
share/ppd/HP/hp-deskjet_ink_advant_k109a-z.ppd.gz
share/ppd/HP/hp-deskjet_ink_advant_k209a-z.ppd.gz
share/ppd/HP/hp-deskjet_plus_4100_series.ppd.gz
share/ppd/HP/hp-deskjet_plus_6000_series.ppd.gz
share/ppd/HP/hp-deskjet_plus_6400_series.ppd.gz
share/ppd/HP/hp-envy_100_d410_series.ppd.gz
share/ppd/HP/hp-envy_110_series.ppd.gz
share/ppd/HP/hp-envy_120_series.ppd.gz
share/ppd/HP/hp-envy_4500_series.ppd.gz
share/ppd/HP/hp-envy_4510_series.ppd.gz
share/ppd/HP/hp-envy_4520_series.ppd.gz
share/ppd/HP/hp-envy_5000_series.ppd.gz
share/ppd/HP/hp-envy_5530_series.ppd.gz
share/ppd/HP/hp-envy_5540_series.ppd.gz
share/ppd/HP/hp-envy_5640_series.ppd.gz
share/ppd/HP/hp-envy_5660_series.ppd.gz
share/ppd/HP/hp-envy_6000_series.ppd.gz
share/ppd/HP/hp-envy_7640_series.ppd.gz
share/ppd/HP/hp-envy_8000_series.ppd.gz
share/ppd/HP/hp-envy_photo_6200_series.ppd.gz
share/ppd/HP/hp-envy_photo_7100_series.ppd.gz
share/ppd/HP/hp-envy_photo_7800_series.ppd.gz
share/ppd/HP/hp-envy_pro_6400_series.ppd.gz
share/ppd/HP/hp-ink_tank_110_series.ppd.gz
share/ppd/HP/hp-ink_tank_310_series.ppd.gz
share/ppd/HP/hp-ink_tank_wireless_410_series.ppd.gz
share/ppd/HP/hp-laserJet_m610_m611_m612-ps.ppd.gz
share/ppd/HP/hp-laser_ns_1020.ppd.gz
share/ppd/HP/hp-laser_ns_mfp_1005.ppd.gz
share/ppd/HP/hp-laserjet_1000.ppd.gz
share/ppd/HP/hp-laserjet_1005_series.ppd.gz
share/ppd/HP/hp-laserjet_100_color_mfp_m175-ps.ppd.gz
share/ppd/HP/hp-laserjet_1010.ppd.gz
share/ppd/HP/hp-laserjet_1012.ppd.gz
share/ppd/HP/hp-laserjet_1015.ppd.gz
share/ppd/HP/hp-laserjet_1018.ppd.gz
share/ppd/HP/hp-laserjet_1020.ppd.gz
share/ppd/HP/hp-laserjet_1022-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1022n-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1022nw-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1100.ppd.gz
share/ppd/HP/hp-laserjet_1100a.ppd.gz
share/ppd/HP/hp-laserjet_1100xi.ppd.gz
share/ppd/HP/hp-laserjet_1150.ppd.gz
share/ppd/HP/hp-laserjet_1160_series.ppd.gz
share/ppd/HP/hp-laserjet_1200-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1200-ps.ppd.gz
share/ppd/HP/hp-laserjet_1200n-ps.ppd.gz
share/ppd/HP/hp-laserjet_1200n.ppd.gz
share/ppd/HP/hp-laserjet_1220-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1220-ps.ppd.gz
share/ppd/HP/hp-laserjet_1220se-ps.ppd.gz
share/ppd/HP/hp-laserjet_1220se.ppd.gz
share/ppd/HP/hp-laserjet_1300-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1300-ps.ppd.gz
share/ppd/HP/hp-laserjet_1300n-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1300n-ps.ppd.gz
share/ppd/HP/hp-laserjet_1300xi-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1300xi-ps.ppd.gz
share/ppd/HP/hp-laserjet_1320-ps.ppd.gz
share/ppd/HP/hp-laserjet_1320.ppd.gz
share/ppd/HP/hp-laserjet_1320_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_1320_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_1320n-ps.ppd.gz
share/ppd/HP/hp-laserjet_1320n.ppd.gz
share/ppd/HP/hp-laserjet_1320nw-ps.ppd.gz
share/ppd/HP/hp-laserjet_1320nw.ppd.gz
share/ppd/HP/hp-laserjet_1320tn-ps.ppd.gz
share/ppd/HP/hp-laserjet_1320tn.ppd.gz
share/ppd/HP/hp-laserjet_200_color_m251-ps.ppd.gz
2012-01-16 12:30:50 +00:00
share/ppd/HP/hp-laserjet_200_colormfp_m275-ps.ppd.gz
share/ppd/HP/hp-laserjet_200_colormfp_m276-ps.ppd.gz
share/ppd/HP/hp-laserjet_2100-ps.ppd.gz
share/ppd/HP/hp-laserjet_2100_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_2100_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_2200-ps.ppd.gz
share/ppd/HP/hp-laserjet_2200_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_2200_series.ppd.gz
share/ppd/HP/hp-laserjet_2300-ps.ppd.gz
share/ppd/HP/hp-laserjet_2300_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_2300_series.ppd.gz
share/ppd/HP/hp-laserjet_2410-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_2410-ps.ppd.gz
share/ppd/HP/hp-laserjet_2420-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_2420-ps.ppd.gz
share/ppd/HP/hp-laserjet_2430-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_2430-ps.ppd.gz
share/ppd/HP/hp-laserjet_3015-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3015-ps.ppd.gz
share/ppd/HP/hp-laserjet_3020-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3020-ps.ppd.gz
share/ppd/HP/hp-laserjet_3030-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3030-ps.ppd.gz
share/ppd/HP/hp-laserjet_3050-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3050-ps.ppd.gz
share/ppd/HP/hp-laserjet_3052-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3052-ps.ppd.gz
share/ppd/HP/hp-laserjet_3055.ppd.gz
share/ppd/HP/hp-laserjet_3100.ppd.gz
share/ppd/HP/hp-laserjet_3150.ppd.gz
share/ppd/HP/hp-laserjet_3200.ppd.gz
share/ppd/HP/hp-laserjet_3200m-ps.ppd.gz
share/ppd/HP/hp-laserjet_3300_3310_3320-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3300_3310_3320-ps.ppd.gz
share/ppd/HP/hp-laserjet_3330.ppd.gz
share/ppd/HP/hp-laserjet_3380-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3380-ps.ppd.gz
share/ppd/HP/hp-laserjet_3390-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_3390-ps.ppd.gz
share/ppd/HP/hp-laserjet_3392.ppd.gz
share/ppd/HP/hp-laserjet_4-ps.ppd.gz
share/ppd/HP/hp-laserjet_4000_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4000_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_400_m401-ps.ppd.gz
share/ppd/HP/hp-laserjet_400_m401dne-ps.ppd.gz
share/ppd/HP/hp-laserjet_400_mfp_m425-ps.ppd.gz
share/ppd/HP/hp-laserjet_4050_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4050_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_4100_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4100_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_4100_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4100_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_4150_series.ppd.gz
share/ppd/HP/hp-laserjet_4200-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4200-ps.ppd.gz
share/ppd/HP/hp-laserjet_4240-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4240-ps.ppd.gz
share/ppd/HP/hp-laserjet_4250-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4250-ps.ppd.gz
share/ppd/HP/hp-laserjet_4300-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4300-ps.ppd.gz
share/ppd/HP/hp-laserjet_4345_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4345_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_4350-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4350-ps.ppd.gz
share/ppd/HP/hp-laserjet_4_plus-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4_plus-ps.ppd.gz
share/ppd/HP/hp-laserjet_4l.ppd.gz
share/ppd/HP/hp-laserjet_4ml-ps.ppd.gz
share/ppd/HP/hp-laserjet_4ml.ppd.gz
share/ppd/HP/hp-laserjet_4mp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4mp-ps.ppd.gz
share/ppd/HP/hp-laserjet_4si-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4si-ps.ppd.gz
share/ppd/HP/hp-laserjet_4v-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_4v-ps.ppd.gz
share/ppd/HP/hp-laserjet_5000-ps.ppd.gz
share/ppd/HP/hp-laserjet_5000_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5000_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_500_color_m551-ps.ppd.gz
share/ppd/HP/hp-laserjet_500_color_mfp_m570-ps.ppd.gz
share/ppd/HP/hp-laserjet_500_color_mfp_m575-ps.ppd.gz
share/ppd/HP/hp-laserjet_500_mfp_m525-ps.ppd.gz
share/ppd/HP/hp-laserjet_5100_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5100_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_5200-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5200-ps.ppd.gz
share/ppd/HP/hp-laserjet_5200l-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5200l-ps.ppd.gz
share/ppd/HP/hp-laserjet_5200lx-ps.ppd.gz
share/ppd/HP/hp-laserjet_5200lx.ppd.gz
share/ppd/HP/hp-laserjet_5l.ppd.gz
share/ppd/HP/hp-laserjet_5mp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5mp-ps.ppd.gz
share/ppd/HP/hp-laserjet_5p-ps.ppd.gz
share/ppd/HP/hp-laserjet_5p.ppd.gz
share/ppd/HP/hp-laserjet_5si-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5si-ps.ppd.gz
share/ppd/HP/hp-laserjet_5si_mopier-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_5si_mopier-ps.ppd.gz
2012-01-16 12:30:50 +00:00
share/ppd/HP/hp-laserjet_600_m601_m602_m603-ps.ppd.gz
share/ppd/HP/hp-laserjet_6l.ppd.gz
share/ppd/HP/hp-laserjet_6mp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_6mp-ps.ppd.gz
share/ppd/HP/hp-laserjet_6p-ps.ppd.gz
share/ppd/HP/hp-laserjet_6p.ppd.gz
share/ppd/HP/hp-laserjet_700_color_mfp_m775-ps.ppd.gz
share/ppd/HP/hp-laserjet_700_m712-ps.ppd.gz
share/ppd/HP/hp-laserjet_8000-ps.ppd.gz
share/ppd/HP/hp-laserjet_8000_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_8000_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_8100_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_8100_mfp.ppd.gz
share/ppd/HP/hp-laserjet_8100_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_8100_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_8150_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_8150_mfp.ppd.gz
share/ppd/HP/hp-laserjet_8150_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9000_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9000_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_9000_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9000_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_9040-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9040-ps.ppd.gz
share/ppd/HP/hp-laserjet_9040_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9040_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_9050-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9050-ps.ppd.gz
share/ppd/HP/hp-laserjet_9050_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9050_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_9055mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9055mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_9065mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_9065mfp-ps.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-laserjet_cm1410_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_cm1411fn-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1412fn-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1413fn-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1415fn-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1415fnw-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1416fnw-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1417fnw-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_cm1418fnw-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_color_flow_mfp_m575-ps.ppd.gz
share/ppd/HP/hp-laserjet_cp1025.ppd.gz
share/ppd/HP/hp-laserjet_cp1025nw.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-laserjet_cp1520_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_e50145-ps.ppd.gz
share/ppd/HP/hp-laserjet_e60055-e60075-ps.ppd.gz
share/ppd/HP/hp-laserjet_e60155-ps.ppd.gz
share/ppd/HP/hp-laserjet_e60165-ps.ppd.gz
share/ppd/HP/hp-laserjet_e60175-ps.ppd.gz
share/ppd/HP/hp-laserjet_e62555-e62575-ps.ppd.gz
share/ppd/HP/hp-laserjet_e62655-e62675-ps.ppd.gz
share/ppd/HP/hp-laserjet_flow_mfp_e52645-ps.ppd.gz
share/ppd/HP/hp-laserjet_flow_mfp_m525-ps.ppd.gz
share/ppd/HP/hp-laserjet_flow_mfp_m528-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_flow_mfp_m630-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-laserjet_flow_mfp_m830-ps.ppd.gz
share/ppd/HP/hp-laserjet_m1005.ppd.gz
share/ppd/HP/hp-laserjet_m101-m106.ppd.gz
share/ppd/HP/hp-laserjet_m1120_mfp.ppd.gz
share/ppd/HP/hp-laserjet_m1120n_mfp.ppd.gz
share/ppd/HP/hp-laserjet_m1319f_mfp.ppd.gz
share/ppd/HP/hp-laserjet_m14-m17.ppd.gz
share/ppd/HP/hp-laserjet_m1522_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m1522n_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m1522nf_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m1522nf_mfp-ps.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-laserjet_m1530_mfp_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_m1537dnf_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m1538dnf_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m1539dnf_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m2727_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m2727_mfp_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_m3027_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m3027_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m3035_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m3035_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m4345_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m4345_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m4349_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m4349_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m4555_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m5025_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m5025_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m5035_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m5035_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m5039_mfp-pcl3.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_m506-ps.ppd.gz
share/ppd/HP/hp-laserjet_m507-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_m604_m605_m606-ps.ppd.gz
share/ppd/HP/hp-laserjet_m607_m608_m609-ps.ppd.gz
2014-01-23 08:39:00 +00:00
share/ppd/HP/hp-laserjet_m806-ps.ppd.gz
share/ppd/HP/hp-laserjet_m9040_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m9040_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m9050_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m9050_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_m9059_mfp-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_m9059_mfp-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_e72425-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_e72430-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_e72525-25-30-35-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_e77822-25-30-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_e82540-50-60-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_e87640-50-60-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_m129-m134.ppd.gz
share/ppd/HP/hp-laserjet_mfp_m232-m237.ppd.gz
share/ppd/HP/hp-laserjet_mfp_m28-m31.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_mfp_m426_m427-ps.ppd.gz
2013-07-13 17:50:03 +00:00
share/ppd/HP/hp-laserjet_mfp_m521-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_mfp_m527-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_m630-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_m631_m632_m633-ps.ppd.gz
share/ppd/HP/hp-laserjet_mfp_m634_m635_m636-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_mfp_m725-ps.ppd.gz
share/ppd/HP/hp-laserjet_p1005.ppd.gz
share/ppd/HP/hp-laserjet_p1006.ppd.gz
share/ppd/HP/hp-laserjet_p1007.ppd.gz
share/ppd/HP/hp-laserjet_p1008.ppd.gz
share/ppd/HP/hp-laserjet_p1009.ppd.gz
share/ppd/HP/hp-laserjet_p1505.ppd.gz
share/ppd/HP/hp-laserjet_p1505n-zxs.ppd.gz
share/ppd/HP/hp-laserjet_p2014-zxs.ppd.gz
share/ppd/HP/hp-laserjet_p2014n-zxs.ppd.gz
share/ppd/HP/hp-laserjet_p2015_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p2015_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_p2015d_series.ppd.gz
share/ppd/HP/hp-laserjet_p2015dn_series.ppd.gz
share/ppd/HP/hp-laserjet_p2015n_series.ppd.gz
share/ppd/HP/hp-laserjet_p2015x_series.ppd.gz
share/ppd/HP/hp-laserjet_p2035-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p2035n-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p2055-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p2055_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_p2055d-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p2055dn-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p2055x-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p3004-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p3004-ps.ppd.gz
share/ppd/HP/hp-laserjet_p3005-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p3005-ps.ppd.gz
share/ppd/HP/hp-laserjet_p3010_series-pcl3.ppd.gz
share/ppd/HP/hp-laserjet_p3010_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_p4010_series-ps.ppd.gz
share/ppd/HP/hp-laserjet_p4014.ppd.gz
share/ppd/HP/hp-laserjet_p4014dn.ppd.gz
share/ppd/HP/hp-laserjet_p4014n.ppd.gz
share/ppd/HP/hp-laserjet_p4015.ppd.gz
share/ppd/HP/hp-laserjet_p4015dn.ppd.gz
share/ppd/HP/hp-laserjet_p4015n.ppd.gz
share/ppd/HP/hp-laserjet_p4015tn.ppd.gz
share/ppd/HP/hp-laserjet_p4015x.ppd.gz
share/ppd/HP/hp-laserjet_p4515.ppd.gz
share/ppd/HP/hp-laserjet_p4515n.ppd.gz
share/ppd/HP/hp-laserjet_p4515tn.ppd.gz
share/ppd/HP/hp-laserjet_p4515x.ppd.gz
share/ppd/HP/hp-laserjet_p4515xm.ppd.gz
share/ppd/HP/hp-laserjet_pro_m118-m119-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m148-m149-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m148f-m149f-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_pro_m201_m202-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m203_m206-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m304-m305-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_pro_m402_m403-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m402_m403d-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m404-m405-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m428-m429-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m428f-m429f-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m501dn-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m501n-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m701-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_m706-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m125a.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m125nr.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m125nw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m125r.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m125rnw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m125s.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m126a.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m126nw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m127fn.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m127fp.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m127fs.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m127fw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m128fn.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m128fp.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m128fw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m225_m226-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m227-m231-ps.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m25a.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m25nw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m26a.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m26nw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m27c.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m27cnw.ppd.gz
share/ppd/HP/hp-laserjet_pro_mfp_m329-ps.ppd.gz
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
share/ppd/HP/hp-laserjet_pro_mfp_m435-ps.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1132_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1136_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1137_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1138_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1139_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1212nf_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1213nf_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1214nfh_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1216nfh_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1217nfw_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1218nfg_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1218nfs_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1219nf_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1219nfg_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_m1219nfs_mfp.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1102.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1106.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1106w.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1107.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1107w.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1108.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1108w.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1109.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1109w.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1566.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1567.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1568.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1569.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1606dn.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1607dn.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1608dn.ppd.gz
share/ppd/HP/hp-laserjet_professional_p1609dn.ppd.gz
share/ppd/HP/hp-laserjet_professional_p_1102w.ppd.gz
2012-02-18 19:06:07 +00:00
share/ppd/HP/hp-lj_300_400_color_m351_m451-ps.ppd.gz
share/ppd/HP/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz
share/ppd/HP/hp-mopier_240-pcl3.ppd.gz
share/ppd/HP/hp-mopier_240-ps.ppd.gz
share/ppd/HP/hp-mopier_320-pcl3.ppd.gz
share/ppd/HP/hp-mopier_320-ps.ppd.gz
share/ppd/HP/hp-neverstop_laser_100x.ppd.gz
share/ppd/HP/hp-neverstop_laser_mfp_120x.ppd.gz
share/ppd/HP/hp-officejet.ppd.gz
share/ppd/HP/hp-officejet_100_mobile_l411.ppd.gz
share/ppd/HP/hp-officejet_150_mobile_l511.ppd.gz
share/ppd/HP/hp-officejet_200_mobile_series.ppd.gz
share/ppd/HP/hp-officejet_250_mobile_series.ppd.gz
share/ppd/HP/hp-officejet_2620_series.ppd.gz
share/ppd/HP/hp-officejet_3830_series.ppd.gz
share/ppd/HP/hp-officejet_4000_k210.ppd.gz
share/ppd/HP/hp-officejet_4100_series.ppd.gz
share/ppd/HP/hp-officejet_4105.ppd.gz
share/ppd/HP/hp-officejet_4115_series.ppd.gz
share/ppd/HP/hp-officejet_4200_series.ppd.gz
share/ppd/HP/hp-officejet_4255.ppd.gz
share/ppd/HP/hp-officejet_4300_series.ppd.gz
share/ppd/HP/hp-officejet_4400_k410.ppd.gz
share/ppd/HP/hp-officejet_4500_g510a-f.ppd.gz
share/ppd/HP/hp-officejet_4500_g510g-m.ppd.gz
share/ppd/HP/hp-officejet_4500_g510n-z.ppd.gz
share/ppd/HP/hp-officejet_4500_k710.ppd.gz
share/ppd/HP/hp-officejet_4610_series.ppd.gz
share/ppd/HP/hp-officejet_4620_series.ppd.gz
share/ppd/HP/hp-officejet_4630_series.ppd.gz
share/ppd/HP/hp-officejet_4650_series.ppd.gz
share/ppd/HP/hp-officejet_5100_series.ppd.gz
share/ppd/HP/hp-officejet_5200_series.ppd.gz
share/ppd/HP/hp-officejet_5500_series.ppd.gz
share/ppd/HP/hp-officejet_5600_series.ppd.gz
share/ppd/HP/hp-officejet_5740_series.ppd.gz
share/ppd/HP/hp-officejet_6000_e609a.ppd.gz
share/ppd/HP/hp-officejet_6000_e609n.ppd.gz
share/ppd/HP/hp-officejet_6100.ppd.gz
share/ppd/HP/hp-officejet_6100_series.ppd.gz
share/ppd/HP/hp-officejet_6150_series.ppd.gz
share/ppd/HP/hp-officejet_6200_series.ppd.gz
share/ppd/HP/hp-officejet_6300_series.ppd.gz
share/ppd/HP/hp-officejet_6500_e709a.ppd.gz
share/ppd/HP/hp-officejet_6500_e709n.ppd.gz
share/ppd/HP/hp-officejet_6500_e710a-f.ppd.gz
share/ppd/HP/hp-officejet_6500_e710n-z.ppd.gz
share/ppd/HP/hp-officejet_6600.ppd.gz
share/ppd/HP/hp-officejet_6700.ppd.gz
share/ppd/HP/hp-officejet_6800.ppd.gz
share/ppd/HP/hp-officejet_6950.ppd.gz
share/ppd/HP/hp-officejet_6960.ppd.gz
share/ppd/HP/hp-officejet_7000_e809a_series.ppd.gz
share/ppd/HP/hp-officejet_7100_series.ppd.gz
share/ppd/HP/hp-officejet_7110_series.ppd.gz
share/ppd/HP/hp-officejet_7200_series.ppd.gz
share/ppd/HP/hp-officejet_7300_series.ppd.gz
share/ppd/HP/hp-officejet_7400_series.ppd.gz
share/ppd/HP/hp-officejet_7500_e910.ppd.gz
share/ppd/HP/hp-officejet_7510_series.ppd.gz
share/ppd/HP/hp-officejet_7610_series.ppd.gz
share/ppd/HP/hp-officejet_8010_series.ppd.gz
share/ppd/HP/hp-officejet_8020_series.ppd.gz
share/ppd/HP/hp-officejet_8040_series.ppd.gz
share/ppd/HP/hp-officejet_8700.ppd.gz
share/ppd/HP/hp-officejet_9010_series.ppd.gz
share/ppd/HP/hp-officejet_9100_series-pcl3.ppd.gz
share/ppd/HP/hp-officejet_color_mfp_x585.ppd.gz
share/ppd/HP/hp-officejet_color_x555-ps.ppd.gz
share/ppd/HP/hp-officejet_d_series.ppd.gz
share/ppd/HP/hp-officejet_g55.ppd.gz
share/ppd/HP/hp-officejet_g55xi.ppd.gz
share/ppd/HP/hp-officejet_g85.ppd.gz
share/ppd/HP/hp-officejet_g85xi.ppd.gz
share/ppd/HP/hp-officejet_g95.ppd.gz
share/ppd/HP/hp-officejet_h470.ppd.gz
share/ppd/HP/hp-officejet_j3500_series.ppd.gz
share/ppd/HP/hp-officejet_j3600_series.ppd.gz
share/ppd/HP/hp-officejet_j4500_series.ppd.gz
share/ppd/HP/hp-officejet_j4660_series.ppd.gz
share/ppd/HP/hp-officejet_j4680_series.ppd.gz
share/ppd/HP/hp-officejet_j5500_series.ppd.gz
share/ppd/HP/hp-officejet_j5700_series.ppd.gz
share/ppd/HP/hp-officejet_j6400_series.ppd.gz
share/ppd/HP/hp-officejet_k60.ppd.gz
share/ppd/HP/hp-officejet_k60xi.ppd.gz
share/ppd/HP/hp-officejet_k7100.ppd.gz
share/ppd/HP/hp-officejet_k80.ppd.gz
share/ppd/HP/hp-officejet_k80xi.ppd.gz
share/ppd/HP/hp-officejet_lx.ppd.gz
share/ppd/HP/hp-officejet_pro_1150c.ppd.gz
share/ppd/HP/hp-officejet_pro_1170c_series.ppd.gz
2013-07-13 17:50:03 +00:00
share/ppd/HP/hp-officejet_pro_251dw_printer-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_276dw_mfp-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_3610.ppd.gz
share/ppd/HP/hp-officejet_pro_3620.ppd.gz
share/ppd/HP/hp-officejet_pro_451_series-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_476_576_series-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_551_series-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_6230.ppd.gz
share/ppd/HP/hp-officejet_pro_6830.ppd.gz
share/ppd/HP/hp-officejet_pro_6960.ppd.gz
share/ppd/HP/hp-officejet_pro_6970.ppd.gz
share/ppd/HP/hp-officejet_pro_7720_series.ppd.gz
share/ppd/HP/hp-officejet_pro_7730_series.ppd.gz
share/ppd/HP/hp-officejet_pro_7740_series.ppd.gz
share/ppd/HP/hp-officejet_pro_8000_a809.ppd.gz
2011-03-23 16:42:20 +00:00
share/ppd/HP/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_8020_series.ppd.gz
share/ppd/HP/hp-officejet_pro_8030_series.ppd.gz
share/ppd/HP/hp-officejet_pro_8100.ppd.gz
share/ppd/HP/hp-officejet_pro_8210-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_8500_a909a.ppd.gz
share/ppd/HP/hp-officejet_pro_8500_a909g.ppd.gz
share/ppd/HP/hp-officejet_pro_8500_a909n.ppd.gz
share/ppd/HP/hp-officejet_pro_8500_a910.ppd.gz
share/ppd/HP/hp-officejet_pro_8600.ppd.gz
share/ppd/HP/hp-officejet_pro_8610.ppd.gz
share/ppd/HP/hp-officejet_pro_8620.ppd.gz
share/ppd/HP/hp-officejet_pro_8630.ppd.gz
share/ppd/HP/hp-officejet_pro_8640.ppd.gz
share/ppd/HP/hp-officejet_pro_8660.ppd.gz
share/ppd/HP/hp-officejet_pro_8710.ppd.gz
share/ppd/HP/hp-officejet_pro_8720.ppd.gz
share/ppd/HP/hp-officejet_pro_8730-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_8732-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_8740-ps.ppd.gz
share/ppd/HP/hp-officejet_pro_9010_series.ppd.gz
share/ppd/HP/hp-officejet_pro_9020_series.ppd.gz
share/ppd/HP/hp-officejet_pro_k5300.ppd.gz
share/ppd/HP/hp-officejet_pro_k5400.ppd.gz
share/ppd/HP/hp-officejet_pro_k550.ppd.gz
share/ppd/HP/hp-officejet_pro_k850.ppd.gz
share/ppd/HP/hp-officejet_pro_k8600.ppd.gz
share/ppd/HP/hp-officejet_pro_l7300.ppd.gz
share/ppd/HP/hp-officejet_pro_l7400.ppd.gz
share/ppd/HP/hp-officejet_pro_l7500.ppd.gz
share/ppd/HP/hp-officejet_pro_l7600.ppd.gz
share/ppd/HP/hp-officejet_pro_l7700.ppd.gz
share/ppd/HP/hp-officejet_r40.ppd.gz
share/ppd/HP/hp-officejet_r40xi.ppd.gz
share/ppd/HP/hp-officejet_r45.ppd.gz
share/ppd/HP/hp-officejet_r60.ppd.gz
share/ppd/HP/hp-officejet_r65.ppd.gz
share/ppd/HP/hp-officejet_r80.ppd.gz
share/ppd/HP/hp-officejet_r80xi.ppd.gz
share/ppd/HP/hp-officejet_series_300.ppd.gz
share/ppd/HP/hp-officejet_series_310.ppd.gz
share/ppd/HP/hp-officejet_series_320.ppd.gz
share/ppd/HP/hp-officejet_series_330.ppd.gz
share/ppd/HP/hp-officejet_series_350.ppd.gz
share/ppd/HP/hp-officejet_series_520.ppd.gz
share/ppd/HP/hp-officejet_series_570.ppd.gz
share/ppd/HP/hp-officejet_series_580.ppd.gz
share/ppd/HP/hp-officejet_series_590.ppd.gz
share/ppd/HP/hp-officejet_series_600.ppd.gz
share/ppd/HP/hp-officejet_series_610.ppd.gz
share/ppd/HP/hp-officejet_series_630.ppd.gz
share/ppd/HP/hp-officejet_series_700.ppd.gz
share/ppd/HP/hp-officejet_series_710.ppd.gz
share/ppd/HP/hp-officejet_series_720.ppd.gz
share/ppd/HP/hp-officejet_series_725.ppd.gz
share/ppd/HP/hp-officejet_t_series.ppd.gz
share/ppd/HP/hp-officejet_v30.ppd.gz
share/ppd/HP/hp-officejet_v40.ppd.gz
share/ppd/HP/hp-officejet_v40xi.ppd.gz
share/ppd/HP/hp-officejet_v45.ppd.gz
share/ppd/HP/hp-pagewide_352_printer-ps.ppd.gz
share/ppd/HP/hp-pagewide_377_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_P77440_P77940-60-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_556-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_755-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_765-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_P75250-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_e55650-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_e75160-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_e77650-e77660-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_flow_mfp_586-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_mfp_586-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_mfp_774-779-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_mfp_780-785-ps.ppd.gz
share/ppd/HP/hp-pagewide_color_mfp_e58650-ps.ppd.gz
share/ppd/HP/hp-pagewide_mfp_p57750-ps.ppd.gz
share/ppd/HP/hp-pagewide_mfp_p77740-60zs-ps.ppd.gz
share/ppd/HP/hp-pagewide_p55250-ps.ppd.gz
share/ppd/HP/hp-pagewide_p75050-60-ps.ppd.gz
share/ppd/HP/hp-pagewide_pro_452_printer-ps.ppd.gz
share/ppd/HP/hp-pagewide_pro_477_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_pro_552_printer-ps.ppd.gz
share/ppd/HP/hp-pagewide_pro_577_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_pro_750-ps.ppd.gz
share/ppd/HP/hp-pagewide_pro_mfp_772-777-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_3900ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4000ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4000ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4100ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4100ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4500ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4500ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4600ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_4600ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_5000ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_5000ps_blueprinter-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_5000ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_5100ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_5100ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_5100ps_mfp_blueprinter-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_6000ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_6000ps_mfp-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_8000ps-ps.ppd.gz
share/ppd/HP/hp-pagewide_xl_8000ps_blueprinter-ps.ppd.gz
share/ppd/HP/hp-photosmart_100.ppd.gz
share/ppd/HP/hp-photosmart_1115.ppd.gz
share/ppd/HP/hp-photosmart_1215.ppd.gz
share/ppd/HP/hp-photosmart_1218.ppd.gz
share/ppd/HP/hp-photosmart_130.ppd.gz
share/ppd/HP/hp-photosmart_1315.ppd.gz
share/ppd/HP/hp-photosmart_140_series.ppd.gz
share/ppd/HP/hp-photosmart_230.ppd.gz
share/ppd/HP/hp-photosmart_240_series.ppd.gz
share/ppd/HP/hp-photosmart_2570_series.ppd.gz
share/ppd/HP/hp-photosmart_2600_series.ppd.gz
share/ppd/HP/hp-photosmart_2700_series.ppd.gz
share/ppd/HP/hp-photosmart_3100_series.ppd.gz
share/ppd/HP/hp-photosmart_3200_series.ppd.gz
share/ppd/HP/hp-photosmart_320_series.ppd.gz
share/ppd/HP/hp-photosmart_3300_series.ppd.gz
share/ppd/HP/hp-photosmart_330_series.ppd.gz
share/ppd/HP/hp-photosmart_370_series.ppd.gz
share/ppd/HP/hp-photosmart_380_series.ppd.gz
share/ppd/HP/hp-photosmart_420_series.ppd.gz
share/ppd/HP/hp-photosmart_470_series.ppd.gz
share/ppd/HP/hp-photosmart_5510_series.ppd.gz
share/ppd/HP/hp-photosmart_5510d_series.ppd.gz
share/ppd/HP/hp-photosmart_5520_series.ppd.gz
share/ppd/HP/hp-photosmart_6510_series.ppd.gz
share/ppd/HP/hp-photosmart_6520_series.ppd.gz
share/ppd/HP/hp-photosmart_7200_series.ppd.gz
share/ppd/HP/hp-photosmart_7345.ppd.gz
share/ppd/HP/hp-photosmart_7400_series.ppd.gz
share/ppd/HP/hp-photosmart_7510_series.ppd.gz
share/ppd/HP/hp-photosmart_7520_series.ppd.gz
share/ppd/HP/hp-photosmart_7550.ppd.gz
share/ppd/HP/hp-photosmart_7600_series.ppd.gz
share/ppd/HP/hp-photosmart_7700_series.ppd.gz
share/ppd/HP/hp-photosmart_7800_series.ppd.gz
share/ppd/HP/hp-photosmart_7900_series.ppd.gz
share/ppd/HP/hp-photosmart_8000_series.ppd.gz
share/ppd/HP/hp-photosmart_8100_series.ppd.gz
share/ppd/HP/hp-photosmart_8200_series.ppd.gz
share/ppd/HP/hp-photosmart_8400_series.ppd.gz
share/ppd/HP/hp-photosmart_8700_series.ppd.gz
share/ppd/HP/hp-photosmart_a310_series.ppd.gz
share/ppd/HP/hp-photosmart_a320_series.ppd.gz
share/ppd/HP/hp-photosmart_a430_series.ppd.gz
share/ppd/HP/hp-photosmart_a440_series.ppd.gz
share/ppd/HP/hp-photosmart_a510_series.ppd.gz
share/ppd/HP/hp-photosmart_a520_series.ppd.gz
share/ppd/HP/hp-photosmart_a530_series.ppd.gz
share/ppd/HP/hp-photosmart_a610_series.ppd.gz
share/ppd/HP/hp-photosmart_a620_series.ppd.gz
share/ppd/HP/hp-photosmart_a630_series.ppd.gz
share/ppd/HP/hp-photosmart_a640_series.ppd.gz
share/ppd/HP/hp-photosmart_a710_series.ppd.gz
share/ppd/HP/hp-photosmart_a820_series.ppd.gz
share/ppd/HP/hp-photosmart_b010_series.ppd.gz
share/ppd/HP/hp-photosmart_b109a_series.ppd.gz
share/ppd/HP/hp-photosmart_b110_series.ppd.gz
share/ppd/HP/hp-photosmart_b8500_series.ppd.gz
share/ppd/HP/hp-photosmart_c309a_series.ppd.gz
share/ppd/HP/hp-photosmart_c3100_series.ppd.gz
share/ppd/HP/hp-photosmart_c4100_series.ppd.gz
share/ppd/HP/hp-photosmart_c4200_series.ppd.gz
share/ppd/HP/hp-photosmart_c4340_series.ppd.gz
share/ppd/HP/hp-photosmart_c4380_series.ppd.gz
share/ppd/HP/hp-photosmart_c4400_series.ppd.gz
share/ppd/HP/hp-photosmart_c4500_series.ppd.gz
share/ppd/HP/hp-photosmart_c4600_series.ppd.gz
share/ppd/HP/hp-photosmart_c4700_series.ppd.gz
share/ppd/HP/hp-photosmart_c5100_series.ppd.gz
share/ppd/HP/hp-photosmart_c5200_series.ppd.gz
share/ppd/HP/hp-photosmart_c5300_series.ppd.gz
share/ppd/HP/hp-photosmart_c5500_series.ppd.gz
share/ppd/HP/hp-photosmart_c6100_series.ppd.gz
share/ppd/HP/hp-photosmart_c6200_series.ppd.gz
share/ppd/HP/hp-photosmart_c6300_series.ppd.gz
share/ppd/HP/hp-photosmart_c7100_series.ppd.gz
share/ppd/HP/hp-photosmart_c7200_series.ppd.gz
share/ppd/HP/hp-photosmart_c8100_series.ppd.gz
share/ppd/HP/hp-photosmart_d110_series.ppd.gz
share/ppd/HP/hp-photosmart_d5060_series.ppd.gz
share/ppd/HP/hp-photosmart_d5100_series.ppd.gz
share/ppd/HP/hp-photosmart_d5300_series.ppd.gz
share/ppd/HP/hp-photosmart_d5400_series.ppd.gz
share/ppd/HP/hp-photosmart_d6100_series.ppd.gz
share/ppd/HP/hp-photosmart_d7100_series.ppd.gz
share/ppd/HP/hp-photosmart_d7200_series.ppd.gz
share/ppd/HP/hp-photosmart_d7300_series.ppd.gz
share/ppd/HP/hp-photosmart_d7400_series.ppd.gz
share/ppd/HP/hp-photosmart_d7500_series.ppd.gz
share/ppd/HP/hp-photosmart_estn_c510_series.ppd.gz
share/ppd/HP/hp-photosmart_ink_adv_k510.ppd.gz
share/ppd/HP/hp-photosmart_p1000.ppd.gz
share/ppd/HP/hp-photosmart_p1100.ppd.gz
share/ppd/HP/hp-photosmart_plus_b209a-m.ppd.gz
share/ppd/HP/hp-photosmart_plus_b210_series.ppd.gz
share/ppd/HP/hp-photosmart_prem-web_c309n-s.ppd.gz
share/ppd/HP/hp-photosmart_prem_c310_series.ppd.gz
share/ppd/HP/hp-photosmart_prem_c410_series.ppd.gz
share/ppd/HP/hp-photosmart_premium_c309g-m.ppd.gz
share/ppd/HP/hp-photosmart_pro_b8300_series.ppd.gz
share/ppd/HP/hp-photosmart_pro_b8800_series.ppd.gz
share/ppd/HP/hp-photosmart_wireless_b109n-z.ppd.gz
share/ppd/HP/hp-postscript-inkjet.ppd.gz
share/ppd/HP/hp-postscript-laserjet-pro.ppd.gz
share/ppd/HP/hp-postscript-laserjet.ppd.gz
share/ppd/HP/hp-printer_scanner_copier_300.ppd.gz
share/ppd/HP/hp-psc_1000_series.ppd.gz
share/ppd/HP/hp-psc_1100_series.ppd.gz
share/ppd/HP/hp-psc_1200_series.ppd.gz
share/ppd/HP/hp-psc_1300_series.ppd.gz
share/ppd/HP/hp-psc_1310_series.ppd.gz
share/ppd/HP/hp-psc_1358_series.ppd.gz
share/ppd/HP/hp-psc_1400_series.ppd.gz
share/ppd/HP/hp-psc_1500_series.ppd.gz
share/ppd/HP/hp-psc_1600_series.ppd.gz
share/ppd/HP/hp-psc_2100_series.ppd.gz
share/ppd/HP/hp-psc_2150_series.ppd.gz
share/ppd/HP/hp-psc_2170_series.ppd.gz
share/ppd/HP/hp-psc_2200_series.ppd.gz
share/ppd/HP/hp-psc_2210_series.ppd.gz
share/ppd/HP/hp-psc_2300_series.ppd.gz
share/ppd/HP/hp-psc_2350_series.ppd.gz
share/ppd/HP/hp-psc_2400_series.ppd.gz
share/ppd/HP/hp-psc_2500_series.ppd.gz
share/ppd/HP/hp-psc_500.ppd.gz
share/ppd/HP/hp-psc_720.ppd.gz
share/ppd/HP/hp-psc_750.ppd.gz
share/ppd/HP/hp-psc_750xi.ppd.gz
share/ppd/HP/hp-psc_760.ppd.gz
share/ppd/HP/hp-psc_780.ppd.gz
share/ppd/HP/hp-psc_780xi.ppd.gz
share/ppd/HP/hp-psc_900_series.ppd.gz
share/ppd/HP/hp-psc_920.ppd.gz
share/ppd/HP/hp-psc_950.ppd.gz
share/ppd/HP/hp-psc_950vr.ppd.gz
share/ppd/HP/hp-psc_950xi.ppd.gz
share/ppd/HP/hp-smart_tank_350_series.ppd.gz
share/ppd/HP/hp-smart_tank_500_series.ppd.gz
share/ppd/HP/hp-smart_tank_510_series.ppd.gz
share/ppd/HP/hp-smart_tank_530_series.ppd.gz
share/ppd/HP/hp-smart_tank_610_series.ppd.gz
share/ppd/HP/hp-smart_tank_plus_550_series.ppd.gz
share/ppd/HP/hp-smart_tank_plus_570_series.ppd.gz
share/ppd/HP/hp-smart_tank_plus_650_series.ppd.gz
share/ppd/HP/hp-smart_tank_wireless_450_series.ppd.gz
share/ppd/HP/hp-tango.ppd.gz
@dir %%DATADIR%%/data/images/128x128
@dir %%DATADIR%%/data/images/16x16
@dir %%DATADIR%%/data/images/24x24
@dir %%DATADIR%%/data/images/256x256
@dir %%DATADIR%%/data/images/32x32
@dir %%DATADIR%%/data/images/64x64
@dir %%DATADIR%%/data/images/devices
@dir %%DATADIR%%/data/images/other
%%X11%%@dir %%DATADIR%%/ui4/plugins
%%X11%%@dir %%DATADIR%%/ui5/plugins
Combine print/cups-base, print/cups-client and print/cups-image into print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
2016-03-11 11:53:42 +00:00
@dir /var/lib/hp
@dir /var/lib