18462148 Update hplip to 3.14.3 or greater. s11-update
authorJiri Sasek <Jiri.Sasek@Oracle.COM>
Mon, 09 Mar 2015 09:16:01 -0700
branchs11-update
changeset 3935 177c89f1f2cf
parent 3931 2c8009f52a2b
child 3942 dd80f8602a0d
18462148 Update hplip to 3.14.3 or greater.
components/hplip/Makefile
components/hplip/hplip.license
components/hplip/hplip.p5m
components/hplip/hplip.proto-objects
components/hplip/patches/01-build.patch
components/hplip/patches/01_build.patch
components/hplip/patches/02_HPCupsFilter.cpp.patch
components/hplip/patches/03_ErnieFilter.cpp.patch
components/hplip/patches/04_pstotiff.patch
components/hplip/patches/05_Bug17406738.patch
components/hplip/patches/05_hpps.patch
components/hplip/patches/06_hpfax.patch
components/hplip/patches/07_facls.detect.patch
components/hplip/patches/08_posix.ps.patch
components/hplip/patches/09_nonGNUlibc.patch
components/hplip/resolve.deps
--- a/components/hplip/Makefile	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/Makefile	Mon Mar 09 09:16:01 2015 -0700
@@ -19,24 +19,25 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         hplip
-COMPONENT_VERSION=      3.12.4
-TPNO=			17920
+COMPONENT_VERSION=      3.14.6
+TPNO=			18296
 COMPONENT_PROJECT_URL=	http://hplipopensource.com/hplip-web/index.html
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH= \
-    sha256:350375c78d79adf635a59a448b27b3fe9ab7ac622637c47125fe5f7d8a537fff
+COMPONENT_ARCHIVE_HASH= sha256:a57233cd0e2db1dcf1d34d8b90c6a9d3e027e522695aada6c3c411a839868b8e
 COMPONENT_ARCHIVE_URL=  http://sourceforge.net/projects/hplip/files/hplip/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/hplip
 
-include ../../make-rules/prep.mk
-include ../../make-rules/configure.mk
-include ../../make-rules/ips.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+PKG_OPTIONS += -I $(COMPONENT_DIR)
 
 # Enable ASLR for this component
 ASLR_MODE = $(ASLR_ENABLE)
@@ -47,10 +48,16 @@
 
 ROOTPPDCACHE =  $(PROTO_DIR)/usr/lib/lp/caches/SUNWhpijs.cache
 
-# configure(1) options to use
+# version aligned with 12.0
+PYTHON_VERSION = 2.7
+
+# common configure options
 CONFIGURE_OPTIONS +=	--localedir=$(CONFIGURE_LOCALEDIR)
 CONFIGURE_OPTIONS +=	--disable-pp-build
 CONFIGURE_OPTIONS +=	--disable-gui-build
+CONFIGURE_OPTIONS +=	--disable-qt4
+CONFIGURE_OPTIONS +=	am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)"
+CONFIGURE_OPTIONS +=	am_cv_python_pyexecdir="$(PYTHON_VENDOR_PACKAGES)"
 
 CONFIGURE_ENV +=	LDFLAGS=" -lnsl"
 
@@ -64,8 +71,8 @@
 
 # use these options for the CUPS/SANE support
 $(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --with-hpppddir=/usr/share/cups/model/SUNWhplip
+$(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --enable-libusb01_build
 $(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --enable-fax-build
-$(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --disable-udev-acl-rules
 $(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --enable-hpcups-install
 $(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --disable-new-hpcups
 $(HPLIP_VARIANT)/.built: CONFIGURE_OPTIONS += --enable-cups-drv-install
@@ -92,15 +99,7 @@
 
 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
 
-#
-# Since it looks like you can't build HPLIP with both HPIJS and CUPS support
-# and seperate the HPIJS and CUPS PPD data, we need to replicate the code and
-# build it twice.  Once for the HPIJS support used by LP and once for the rest
-# of the support used for CUPS and SANE.
-#
-build: $(VARIANTS:%=%/.built)
-
-install: $(VARIANTS:%=%/.installed)
+$(BUILD_DIR)/.allvariantsinstalled: $(VARIANTS:%=%/.installed)
 	$(RM) $(ROOTPPDCACHE)
 	$(MKDIR) $(PROTO_DIR)/usr/lib/lp/caches
 	($(ENV) VER="$(BUILD_DIR)/$(MACH32)-hpijs" \
@@ -109,6 +108,31 @@
 		CACHE="$(ROOTPPDCACHE)" \
 		IPATH="/usr/share/ppd/$(BUILD_DIR)/" \
 		$(KSH93) cache.ksh)
+	# set version of python interpreter to calm the pkglint
+	find $(PROTO_DIR) -name \*.py -print0 | \
+	   while IFS= read -r -d $$'\0' file; do \
+		/usr/bin/sed -e '1,1s&^#!.*python[:blank:]\{0,\}$$&#!$(PYTHON.$(PYTHON_VERSION))&' \
+		   $$file > $$file.pyverset ; \
+	   done
+	find $(PROTO_DIR) -name \*.py.pyverset -print0 | \
+	   while IFS= read -r -d $$'\0' file; do \
+		$(MV) $$file `echo $$file | sed -e 's/[.]pyverset$$//'` ; \
+	   done
+	$(PYTHON.$(PYTHON_VERSION)) -m compileall $(PROTO_DIR)/usr/share/hplip/
+	$(TOUCH) $@
+
+PKG_MACROS +=	PYVER=$(PYTHON_VERSION)
+#
+# Since it looks like you can't build HPLIP with both HPIJS and CUPS support
+# and seperate the HPIJS and CUPS PPD data, we need to replicate the code and
+# build it twice.  Once for the HPIJS support used by LP and once for the rest
+# of the support used for CUPS and SANE.
+#
+configure: $(VARIANTS:%=%/.configured)
+
+build: $(VARIANTS:%=%/.built)
+
+install: $(BUILD_DIR)/.allvariantsinstalled
 
 # empty test target
 test:	$(NO_TESTS)
--- a/components/hplip/hplip.license	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/hplip.license	Mon Mar 09 09:16:01 2015 -0700
@@ -1,45 +1,340 @@
-   (c) Copyright 2001-2008 Hewlett-Packard Development Company, L.P.
+
+GNU GENERAL PUBLIC LICENSE 
+                       Version 2, June 1991 
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
+ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
+ Everyone is permitted to copy and distribute verbatim copies 
+ of this license document, but changing it is not allowed. 
+
+                            Preamble 
+
+  The licenses for most software are designed to take away your 
+freedom to share and change it.  By contrast, the GNU General Public 
+License is intended to guarantee your freedom to share and change free 
+software--to make sure the software is free for all its users.  This 
+General Public License applies to most of the Free Software 
+Foundation's software and to any other program whose authors commit to 
+using it.  (Some other Free Software Foundation software is covered by 
+the GNU Library General Public License instead.)  You can apply it to 
+your programs, too. 
+
+  When we speak of free software, we are referring to freedom, not 
+price.  Our General Public Licenses are designed to make sure that you 
+have the freedom to distribute copies of free software (and charge for 
+this service if you wish), that you receive source code or can get it 
+if you want it, that you can change the software or use pieces of it 
+in new free programs; and that you know you can do these things. 
+
+  To protect your rights, we need to make restrictions that forbid 
+anyone to deny you these rights or to ask you to surrender the rights. 
+These restrictions translate to certain responsibilities for you if you 
+distribute copies of the software, or if you modify it. 
+
+  For example, if you distribute copies of such a program, whether 
+gratis or for a fee, you must give the recipients all the rights that 
+you have.  You must make sure that they, too, receive or can get the 
+source code.  And you must show them these terms so they know their 
+rights. 
+
+  We protect your rights with two steps: (1) copyright the software, and 
+(2) offer you this license which gives you legal permission to copy, 
+distribute and/or modify the software. 
+
+  Also, for each author's protection and ours, we want to make certain 
+that everyone understands that there is no warranty for this free 
+software.  If the software is modified by someone else and passed on, we 
+want its recipients to know that what they have is not the original, so 
+that any problems introduced by others will not reflect on the original 
+authors' reputations. 
+
+  Finally, any free program is threatened constantly by software 
+patents.  We wish to avoid the danger that redistributors of a free 
+program will individually obtain patent licenses, in effect making the 
+program proprietary.  To prevent this, we have made it clear that any 
+patent must be licensed for everyone's free use or not licensed at all. 
+
+  The precise terms and conditions for copying, distribution and 
+modification follow. 
+
+
+                    GNU GENERAL PUBLIC LICENSE 
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
+
+  0. This License applies to any program or other work which contains 
+a notice placed by the copyright holder saying it may be distributed 
+under the terms of this General Public License.  The "Program", below, 
+refers to any such program or work, and a "work based on the Program" 
+means either the Program or any derivative work under copyright law: 
+that is to say, a work containing the Program or a portion of it, 
+either verbatim or with modifications and/or translated into another 
+language.  (Hereinafter, translation is included without limitation in 
+the term "modification".)  Each licensee is addressed as "you". 
 
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
-   (at your option) any later version.
+Activities other than copying, distribution and modification are not 
+covered by this License; they are outside its scope.  The act of 
+running the Program is not restricted, and the output from the Program 
+is covered only if its contents constitute a work based on the 
+Program (independent of having been made by running the Program). 
+Whether that is true depends on what the Program does. 
+
+  1. You may copy and distribute verbatim copies of the Program's 
+source code as you receive it, in any medium, provided that you 
+conspicuously and appropriately publish on each copy an appropriate 
+copyright notice and disclaimer of warranty; keep intact all the 
+notices that refer to this License and to the absence of any warranty; 
+and give any other recipients of the Program a copy of this License 
+along with the Program. 
+
+You may charge a fee for the physical act of transferring a copy, and 
+you may at your option offer warranty protection in exchange for a fee. 
+
+  2. You may modify your copy or copies of the Program or any portion 
+of it, thus forming a work based on the Program, and copy and 
+distribute such modifications or work under the terms of Section 1 
+above, provided that you also meet all of these conditions: 
+ 
+    a) You must cause the modified files to carry prominent notices 
+    stating that you changed the files and the date of any change. 
+
+    b) You must cause any work that you distribute or publish, that in 
+    whole or in part contains or is derived from the Program or any 
+    part thereof, to be licensed as a whole at no charge to all third 
+    parties under the terms of this License. 
+
+    c) If the modified program normally reads commands interactively 
+    when run, you must cause it, when started running for such 
+    interactive use in the most ordinary way, to print or display an 
+    announcement including an appropriate copyright notice and a 
+    notice that there is no warranty (or else, saying that you provide 
+    a warranty) and that users may redistribute the program under 
+    these conditions, and telling the user how to view a copy of this 
+    License.  (Exception: if the Program itself is interactive but 
+    does not normally print such an announcement, your work based on 
+    the Program is not required to print an announcement.) 
+
+
+These requirements apply to the modified work as a whole.  If 
+identifiable sections of that work are not derived from the Program, 
+and can be reasonably considered independent and separate works in 
+themselves, then this License, and its terms, do not apply to those 
+sections when you distribute them as separate works.  But when you 
+distribute the same sections as part of a whole which is a work based 
+on the Program, the distribution of the whole must be on the terms of 
+this License, whose permissions for other licensees extend to the 
+entire whole, and thus to each and every part regardless of who wrote it. 
+
+Thus, it is not the intent of this section to claim rights or contest 
+your rights to work written entirely by you; rather, the intent is to 
+exercise the right to control the distribution of derivative or 
+collective works based on the Program. 
+
+In addition, mere aggregation of another work not based on the Program 
+with the Program (or with a work based on the Program) on a volume of 
+a storage or distribution medium does not bring the other work under 
+the scope of this License. 
+
+  3. You may copy and distribute the Program (or a work based on it, 
+under Section 2) in object code or executable form under the terms of 
+Sections 1 and 2 above provided that you also do one of the following: 
+
+    a) Accompany it with the complete corresponding machine-readable 
+    source code, which must be distributed under the terms of Sections 
+    1 and 2 above on a medium customarily used for software interchange; or, 
+
+    b) Accompany it with a written offer, valid for at least three 
+    years, to give any third party, for a charge no more than your 
+    cost of physically performing source distribution, a complete 
+    machine-readable copy of the corresponding source code, to be 
+    distributed under the terms of Sections 1 and 2 above on a medium 
+    customarily used for software interchange; or, 
+
+    c) Accompany it with the information you received as to the offer 
+    to distribute corresponding source code.  (This alternative is 
+    allowed only for noncommercial distribution and only if you 
+    received the program in object code or executable form with such 
+    an offer, in accord with Subsection b above.) 
 
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+The source code for a work means the preferred form of the work for 
+making modifications to it.  For an executable work, complete source 
+code means all the source code for all modules it contains, plus any 
+associated interface definition files, plus the scripts used to 
+control compilation and installation of the executable.  However, as a 
+special exception, the source code distributed need not include 
+anything that is normally distributed (in either source or binary 
+form) with the major components (compiler, kernel, and so on) of the 
+operating system on which the executable runs, unless that component 
+itself accompanies the executable. 
+
+If distribution of executable or object code is made by offering 
+access to copy from a designated place, then offering equivalent 
+access to copy the source code from the same place counts as 
+distribution of the source code, even though third parties are not 
+compelled to copy the source along with the object code. 
+
+
+  4. You may not copy, modify, sublicense, or distribute the Program 
+except as expressly provided under this License.  Any attempt 
+otherwise to copy, modify, sublicense or distribute the Program is 
+void, and will automatically terminate your rights under this License. 
+However, parties who have received copies, or rights, from you under 
+this License will not have their licenses terminated so long as such 
+parties remain in full compliance. 
+
+  5. You are not required to accept this License, since you have not 
+signed it.  However, nothing else grants you permission to modify or 
+distribute the Program or its derivative works.  These actions are 
+prohibited by law if you do not accept this License.  Therefore, by 
+modifying or distributing the Program (or any work based on the 
+Program), you indicate your acceptance of this License to do so, and 
+all its terms and conditions for copying, distributing or modifying 
+the Program or works based on it. 
+
+  6. Each time you redistribute the Program (or any work based on the 
+Program), the recipient automatically receives a license from the 
+original licensor to copy, distribute or modify the Program subject to 
+these terms and conditions.  You may not impose any further 
+restrictions on the recipients' exercise of the rights granted herein. 
+You are not responsible for enforcing compliance by third parties to 
+this License. 
+
+  7. If, as a consequence of a court judgment or allegation of patent 
+infringement or for any other reason (not limited to patent issues), 
+conditions are imposed on you (whether by court order, agreement or 
+otherwise) that contradict the conditions of this License, they do not 
+excuse you from the conditions of this License.  If you cannot 
+distribute so as to satisfy simultaneously your obligations under this 
+License and any other pertinent obligations, then as a consequence you 
+may not distribute the Program at all.  For example, if a patent 
+license would not permit royalty-free redistribution of the Program by 
+all those who receive copies directly or indirectly through you, then 
+the only way you could satisfy both it and this License would be to 
+refrain entirely from distribution of the Program. 
+
+If any portion of this section is held invalid or unenforceable under 
+any particular circumstance, the balance of the section is intended to 
+apply and the section as a whole is intended to apply in other 
+circumstances. 
+
+It is not the purpose of this section to induce you to infringe any 
+patents or other property right claims or to contest validity of any 
+such claims; this section has the sole purpose of protecting the 
+integrity of the free software distribution system, which is 
+implemented by public license practices.  Many people have made 
+generous contributions to the wide range of software distributed 
+through that system in reliance on consistent application of that 
+system; it is up to the author/donor to decide if he or she is willing 
+to distribute software through any other system and a licensee cannot 
+impose that choice. 
+
+This section is intended to make thoroughly clear what is believed to 
+be a consequence of the rest of this License. 
+
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+  8. If the distribution and/or use of the Program is restricted in 
+certain countries either by patents or by copyrighted interfaces, the 
+original copyright holder who places the Program under this License 
+may add an explicit geographical distribution limitation excluding 
+those countries, so that distribution is permitted only in or among 
+countries not thus excluded.  In such case, this License incorporates 
+the limitation as if written in the body of this License. 
+
+  9. The Free Software Foundation may publish revised and/or new versions 
+of the General Public License from time to time.  Such new versions will 
+be similar in spirit to the present version, but may differ in detail to 
+address new problems or concerns. 
+
+Each version is given a distinguishing version number.  If the Program 
+specifies a version number of this License which applies to it and "any 
+later version", you have the option of following the terms and conditions 
+either of that version or of any later version published by the Free 
+Software Foundation.  If the Program does not specify a version number of 
+this License, you may choose any version ever published by the Free Software 
+Foundation. 
+
+  10. If you wish to incorporate parts of the Program into other free 
+programs whose distribution conditions are different, write to the author 
+to ask for permission.  For software which is copyrighted by the Free 
+Software Foundation, write to the Free Software Foundation; we sometimes 
+make exceptions for this.  Our decision will be guided by the two goals 
+of preserving the free status of all derivatives of our free software and 
+of promoting the sharing and reuse of software generally. 
 
-   Author: Don Welch
+                            NO WARRANTY 
+ 
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN 
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS 
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE 
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 
+REPAIR OR CORRECTION. 
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 
+POSSIBILITY OF SUCH DAMAGES. 
+
+                     END OF TERMS AND CONDITIONS 
+            
+             
 
--------------------------------------------------------------------------------
+   io.c - HP SANE backend for multi-function peripherals (libsane-hpaio)
+
+   (c) 2001-2008 Copyright Hewlett-Packard Development Company, LP
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+   of the Software, and to permit persons to whom the Software is furnished to do
+   so, subject to the following conditions:
 
-   Copyright (c) 1996 - 2008, Hewlett-Packard Co.
+   The above copyright notice and this permission notice shall be included in all
+   copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+   FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+   COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+   Contributing Authors: Don Welch, David Suffield
+
+
+   Copyright (c) 1996 - 2001, Hewlett-Packard Co.
    All rights reserved.
 
-   Redistribution and use in source and binary forms, with or without
-   modification, are permitted provided that the following conditions
-   are met:
-     1. Redistributions of source code must retain the above copyright
-        notice, this list of conditions and the following disclaimer.
-     2. Redistributions in binary form must reproduce the above copyright
-        notice, this list of conditions and the following disclaimer in the
-        documentation and/or other materials provided with the distribution.
-     3. Neither the name of the Hewlett-Packard nor the names of its
-        contributors may be used to endorse or promote products derived
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the Hewlett-Packard nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
 
-  THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
-  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
-  NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-  TO, PATENT INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PATENT INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
 
--- a/components/hplip/hplip.p5m	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/hplip.p5m	Mon Mar 09 09:16:01 2015 -0700
@@ -22,6 +22,44 @@
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+<transform file path=usr/share/hplip/.+\.py$ -> default mode 0555>
+<transform file path=usr/share/hplip/.+\.py$ -> default pkg.depend.bypass-generate .*>
+<transform file path=usr/share/hplip/.+\.py$ -> default pkg.linted.userland.action001.3 true>
+<transform file path=usr/share/hplip/.+\.pyc$ -> default mode 0555>
+
+# HPLIP support for CUPS
+<transform file path=usr/lib/cups/backend/.* -> default mode 0555>
+<transform dir file path=usr/lib/lp/? -> default group lp>
+<transform dir file path=usr/share/ppd/? -> default group lp>
+
+# HPIJS support for LP
+<transform file path=usr/lib/cups/filter/.* -> default mode 0555>
+<transform file path=usr/lib/cups/backend/hpfax -> default pkg.depend.bypass-generate .*>
+<transform file path=usr/lib/cups/backend/hpfax -> default pkg.linted.userland.action001.3 true>
+<transform file path=usr/lib/cups/filter/hpps -> default pkg.depend.bypass-generate .*>
+<transform file path=usr/lib/cups/filter/hpps -> default pkg.linted.userland.action001.3 true>
+
+# Duplicated by Sane
+<transform dir path=etc/sane.d -> drop>
+<transform file path=etc/sane.d/dll.conf -> drop>
+
+# dirs
+<transform dir path=etc -> drop>
+<transform dir path=usr -> drop>
+<transform dir path=usr/bin -> drop>
+<transform dir path=usr/lib -> drop>
+<transform dir path=usr/share -> drop>
+<transform dir path=usr/share/doc -> drop>
+<transform dir path=var -> drop>
+<transform dir path=var/lib -> drop>
+<transform dir path=var/lib/hp -> default group lp>
+
+# Objects defined in "proto-objects" are directly taken from "sample-manifest"
+# all special attributes should be set by "<transform ...> actions
+# Please do not edit the "proto-objects" manually use the tranform actions above to change it.
+<include hplip.proto-objects>
+
+# package metadata
 set name=pkg.fmri \
     value=pkg:/print/filter/hplip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="hpijs - HP InkJet Server"
@@ -31,1186 +69,9 @@
     value="org.opensolaris.category.2008:System/Printing "
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid value=PSARC/2004/262
+set name=org.opensolaris.arc-caseid value=LSARC/2004/262
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
-# HPIJS support for LP
-dir  path=usr
-dir  path=usr/bin
-
-# HPLIP support for CUPS
-file path=usr/bin/hp-mkuri
-
-# HPIJS support for LP
-file path=usr/bin/hpijs
-dir  path=usr/lib
-
-# HPLIP support for CUPS
-dir  path=usr/lib/cups
-dir  path=usr/lib/cups/backend
-file path=usr/lib/cups/backend/hp mode=0555
-dir  path=usr/lib/cups/filter
-file path=usr/lib/cups/filter/hpcac mode=0555
-file path=usr/lib/cups/filter/hpcups mode=0555
-file path=usr/lib/cups/filter/hpcupsfax mode=0555
-file path=usr/lib/cups/filter/hplipjs mode=0555
-file path=usr/lib/cups/filter/hpps mode=0555
-file path=usr/lib/cups/filter/pstotiff mode=0555 \
-    pkg.depend.bypass-generate=.*/os.py.* pkg.depend.bypass-generate=.*/os.so \
-    pkg.depend.bypass-generate=.*/os/__init__.py \
-    pkg.depend.bypass-generate=.*/os/path.py.* \
-    pkg.depend.bypass-generate=.*/os/path.so \
-    pkg.depend.bypass-generate=.*/os/path/__init__.py \
-    pkg.depend.bypass-generate=.*/os/pathmodule.so \
-    pkg.depend.bypass-generate=.*/osmodule.so
-link path=usr/lib/libhpip.so target=libhpip.so.0.0.1
-link path=usr/lib/libhpip.so.0 target=libhpip.so.0.0.1
-file path=usr/lib/libhpip.so.0.0.1
-link path=usr/lib/libhpmud.so target=libhpmud.so.0.0.6
-link path=usr/lib/libhpmud.so.0 target=libhpmud.so.0.0.6
-file path=usr/lib/libhpmud.so.0.0.6
-dir  path=usr/lib/lp group=lp
-dir  path=usr/lib/lp/caches group=lp
-file path=usr/lib/lp/caches/SUNWhpijs.cache group=lp
-
-# HPLIP support for SANE
-dir  path=usr/lib/sane
-link path=usr/lib/sane/libsane-hpaio.so target=libsane-hpaio.so.1.0.0
-link path=usr/lib/sane/libsane-hpaio.so.1 target=libsane-hpaio.so.1.0.0
-
-# HPLIP support for SANE
-file path=usr/lib/sane/libsane-hpaio.so.1.0.0
-dir  path=usr/sfw
-dir  path=usr/sfw/bin
 link path=usr/sfw/bin/hpijs target=../../bin/hpijs
-dir  path=usr/share
-dir  path=usr/share/cups
-dir  path=usr/share/cups/drv
-dir  path=usr/share/cups/drv/hp
-file path=usr/share/cups/drv/hp/hpcups.drv
-dir  path=usr/share/cups/model
-dir  path=usr/share/cups/model/SUNWhplip
-file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2250-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2280-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2300-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2600-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2800-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_3000-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-cm8050_mfp_with_edgeline-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-cm8060_mfp_with_edgeline-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2500-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2500_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2550_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2605-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2605dn-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2605dtn-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2700-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2700n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2800-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2820-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2830-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2840-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3000-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3700-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3700n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3800-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4500-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4550-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4600-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4600_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4610-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4650-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4700-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4730mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_5500-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_5550-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_5m-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_8500-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_8550-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_9500-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_9500_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1015-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1017-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1312_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm3530_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm4540_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm4730_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm6030_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm6040_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm6049_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp1514n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp1515n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp1518ni-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025dn-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025x-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp3505-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp3525-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp4005-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp4020_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp4520_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5225-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5225dn-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5225n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5520_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp6015-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_4000ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_4020ps-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_4500mfp.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_4500ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_4520mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_4520ps-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1100ps_24in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1100ps_44in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1120ps_24in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1120ps_44in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1200_postscript-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1300_postscript-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t2300_postscript-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t7100ps-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t7100ps_monochrome-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t770_postscript-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t770ps_24in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t790ps_24in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_t790ps_44in-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6200_42in_photo-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6200_60in_photo-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_100_color_mfp_m175-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1200-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1200n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1220-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1220se-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1300-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1300n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1300xi-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320n-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320nw-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320tn-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_200_colormfp_m275-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2100-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2100_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2200-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2200_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2300-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2300_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2410-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2420-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2430-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3015-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3020-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3030-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3050-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3052-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3200m-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3300_3310_3320-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3380-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3390-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4000_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4050_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4100_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4100_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4200-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4240-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4250-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4300-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4345_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4350-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4_plus-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4ml-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4mp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4si-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4v-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5000-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5000_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_500_color_m551-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5100_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5200-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5200l-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5200lx-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5mp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5p-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5si-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5si_mopier-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_600_m601_m602_m603-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_6mp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_6p-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8000-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8000_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8100_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8100_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8150_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9000_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9000_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9040-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9040_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9050-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9050_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9055mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9065mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_cm1410_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_cp1520_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1522_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1522n_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1522nf_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1530_mfp_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m2727_mfp_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m3027_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m3035_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m4345_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m4349_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m4555_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m5025_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m5035_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m9040_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m9050_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m9059_mfp-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p2015_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p2055_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p3004-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p3005-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p3010_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p4010_series-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-lj_300_400_color_m351_m451-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-mopier_240-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-mopier_320-ps.ppd.gz
-file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz
-
-# Common files
-dir  path=usr/share/doc
-dir  path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)
-
-# Common files
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/COPYING
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/README_LIBJPG
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/commandline.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/copying.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/copyright
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/devicemanager.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/faxtrouble.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/gettinghelp.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/hpscan.html
-dir  path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/favicon.ico
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/print.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/toolbox_actions.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/toolbox_fax.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/toolbox_print_control.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/toolbox_print_settings.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/toolbox_status.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/toolbox_supplies.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/images/xsane.png
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/index.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/mainttask.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/plugins.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/print.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/printing.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/printoptions.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/printtroubleshooting.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/scanning.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/scantrouble.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/sendfax.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/setup.html
-dir  path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/styles
-dir  path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/styles
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/styles/css.css
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/systray.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/troubleshooting.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/uninstalling.html
-file path=usr/share/doc/hplip-$(IPS_COMPONENT_VERSION)/upgrading.html
-dir  path=usr/share/ppd group=lp
-dir  path=usr/share/ppd/SUNWhpijs
-dir  path=usr/share/ppd/SUNWhpijs/HP
-file path=usr/share/ppd/SUNWhpijs/HP/hp-2000c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-2500c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-910-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-915-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_1000-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_1100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_1200-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2200-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2230-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2250-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2250-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2280-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2280-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2300-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2300-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2600-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2600-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2800-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2800-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_3000-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_3000-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-cm8050_mfp_with_edgeline-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-cm8060_mfp_with_edgeline-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_inkjet_cp1700-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_inkjet_printer_cp1700-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_1600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2550_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2600n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2605-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2605dn-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2605dtn-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2700-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2700n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2800-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2820-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2830-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2840-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3000-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3000-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3500-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3500n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3550-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3550n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3800-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3800-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4500-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4500-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4550-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4550-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4610-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4610-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4650-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4650-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4700-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4700-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4730mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4730mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5500-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5500-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5550-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5550-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5m-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5m-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8500-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8500-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8550-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8550-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1015-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1017-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312nfi_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320fxi_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320n_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320nf_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm3530_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm3530_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4540_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4540_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4730_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4730_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6030_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6030_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6040_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6040_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6049_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6049_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1215-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1217-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1514n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1514n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1515n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1515n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1518ni-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1518ni-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025dn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025dn-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025x-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025x-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3505-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3505-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3525-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3525-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4005-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4005-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4020_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4020_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4520_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4520_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225dn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225dn-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5520_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5520_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp6015-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp6015-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-cp1160-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4000ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4020ps-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4500mfp.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4500ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4520mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4520ps-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1100ps_24in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1100ps_44in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1120ps_24in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1120ps_44in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1200_postscript-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1300_postscript-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t2300_postscript-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t7100ps-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t7100ps_monochrome-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t770_postscript-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t770ps_24in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t790ps_24in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t790ps_44in-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6200_42in_photo-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6200_60in_photo-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1000_j110_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1050_j410_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1120-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1125-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1200c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1220c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1280-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1600c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1600cm-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1600cn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2000_j210_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2050_j510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3000_j310_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3050_j610_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3050a_j611_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3070_b611_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3320-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3325-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3420-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3425-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3450-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3500-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3550-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3650-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3740-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3810-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3816-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3819-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3820-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3822-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3840-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3870-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3900-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3910-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3920-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3940-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_400-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_400l-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_460-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_500-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_500c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_505j-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_510-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_520-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_540-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_550c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5550-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5551-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5552-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5650-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5652-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5700-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5800-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5850-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5900_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_610c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_610cl-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6120-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6122-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6127-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_612c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_630c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_632c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_640c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_648c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6500-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_656c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_660-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_670-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_670c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_670tv-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_672c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_680-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6800-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_682-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_690-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_690c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_692-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_693-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_694-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6940_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_695-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_697-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6980_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_810c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_812c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_815c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_816c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_825c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_830c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_832c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_840c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_841c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_842c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_843c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_845c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_850c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_855c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_870c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_880c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_882c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_890c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_895c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_916c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_920c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_9300-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_930c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_932c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_933c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_934c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_935c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_940c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_948c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_950c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_952c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_955c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_957c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_959c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_9600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_960c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_970c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_975c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_9800-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_980c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_990c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_995c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d4100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d4200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d4300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d5500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d730-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f2100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f2200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f2400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4210_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4213_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f735-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_adv_2010_k010-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_adv_2060_k110-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_advant_k109a-z-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_advant_k209a-z-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-dj350-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-dj450-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_100_d410_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_110_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1000-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1005_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_100_color_mfp_m175-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1010-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1012-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1015-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1018-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1020-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022-hpijs-zjs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022n-hpijs-zjs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022nw-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022nw-hpijs-zjs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1100a-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1100xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1150-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1160-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1160_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220se-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220se-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300xi-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300xi-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320n-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320nw-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320nw-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320tn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320tn-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_200_colormfp_m275-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2410-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2410-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2420-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2420-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2430-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2430-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3015-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3015-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3020-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3020-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3030-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3030-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3050-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3050-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3052-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3052-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3055-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3150-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200m-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200m-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200se-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3300_3310_3320-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3300_3310_3320-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3330-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3380-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3380-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3390-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3390-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3392-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4000_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4000_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4050_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4050_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4150_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4200-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4200-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4240-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4240-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4250-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4250-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4300-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4300-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4345_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4345_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4350-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4350-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4_plus-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4_plus-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4l-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4ml-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4ml-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4mp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4mp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4si-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4si-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4v-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4v-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_500_color_m551-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5100_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5100_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200l-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200l-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200lx-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200lx-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5l-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5mp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5mp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5p-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5p-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si_mopier-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si_mopier-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_600_m601_m602_m603-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6l-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6mp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6mp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6p-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6p-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8150_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8150_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8150_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9055mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9055mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9065mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9065mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1410_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1411fn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1412fn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1413fn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1415fn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1415fnw-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1416fnw-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1417fnw-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1418fnw-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp1025-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp1025nw-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp1520_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp_1025-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp_1025nw-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1005-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1120_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1120n_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1319f_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522n_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522nf_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522nf_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1530_mfp_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1536dnf_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1537dnf_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1538dnf_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1539dnf_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m2727_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m2727_mfp_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3027_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3027_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3035_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3035_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4345_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4345_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4349_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4349_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4555_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5025_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5025_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5035_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5035_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5039_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9040_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9040_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9050_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9050_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9059_mfp-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9059_mfp-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1005-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1006-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1007-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1008-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1009-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1505-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1505n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1505n-hpijs-zxs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014-hpijs-zxs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014n-hpijs-zxs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015d_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015dn_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015n_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015x_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035-hpijs-zjs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035n-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035n-hpijs-zjs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055d-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055dn-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055x-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3004-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3004-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3005-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3005-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3010_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3010_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4010_series-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4014-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4014dn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4014n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015dn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015tn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015x-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515tn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515x-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515xm-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1132_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1136_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1212nf_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1213nf_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1214nfh_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1216nfh_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1217nfw_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1219nf_mfp-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1102-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1102w-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1106-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1108-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1566-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1606dn-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p_1102w-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-lj_300_400_color_m351_m451-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_240-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_240-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_320-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_320-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_100_mobile_l411-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4000_k210-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4105-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4115_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4255-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4400_k410-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_g510a-f-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_g510g-m-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_g510n-z-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_k710-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5105-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5110-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5110v-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6000_e609a-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6000_e609n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6150_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e709a-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e709n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e710a-f-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e710n-z-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6700-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7000_e809a-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7000_e809a_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7500_e910-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_9100_series-hpijs-pcl3.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_d_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g55-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g55xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g85-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g85xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g95-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_h470-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j3500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j3600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j4500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j4660_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j4680_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j5500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j5700_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j6400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k60-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k60xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k7100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k80-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k80xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_lx-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_1150c-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_1170c_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8000_a809-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a909a-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a909g-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a909n-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a910-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k5300-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k5400-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k550-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k850-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k8600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7300-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7400-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7500-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7700-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r40-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r40xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r45-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r60-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r65-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r80-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r80xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_300-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_310-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_320-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_330-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_350-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_520-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_570-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_580-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_590-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_600-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_610-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_630-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_700-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_710-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_720-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_725-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_t_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v30-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v40-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v40xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v45-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1115-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1215-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1218-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_130-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1315-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_140_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_230-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_240_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_2570_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_2600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_2700_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_3100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_3200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_320_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_3300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_330_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_370_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_380_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_420_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_470_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_5510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_5510d_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_6510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7150-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7345-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7350-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7550-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7700_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7800_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7900_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8000_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8700_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a310_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a320_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a430_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a440_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a520_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a530_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a610_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a620_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a630_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a640_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a710_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a820_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b010_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b109a-m-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b109a_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b110_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b8500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c309a_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c3100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4340_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4380_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4700_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c6100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c6200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c6300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c7100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c7200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c8100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d110_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5060_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d6100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_estn_c510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_ink_adv_k510-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_p1000-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_p1100-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_plus_b209a-m-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_plus_b210_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_prem-web_c309n-s-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_prem_c310_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_prem_c410_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_premium_c309g-m-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_pro_b8300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_pro_b8800_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_wireless_b109n-z-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-printer_scanner_copier_300-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1000_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1310_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1358_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1510_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1600_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2100_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2150_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2170_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2200_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2210_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2300_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2350_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2400_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2500_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_500-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_720-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_750-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_750xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_760-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_780-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_780xi-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_900_series-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_920-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_950-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_950vr-hpijs.ppd.gz
-file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_950xi-hpijs.ppd.gz
-
-# Component Logging
-dir  path=var/log/hp group=lp
 legacy pkg=SUNWhpijs desc="hpijs - HP InkJet Server" \
     name="hpijs - HP InkJet Server"
 license hplip.license license=GPLv2
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/hplip.proto-objects	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,1637 @@
+# Files/Dirs below are taken from sample-manifest
+dir  path=etc
+dir  path=etc/hal
+dir  path=etc/hal/fdi
+dir  path=etc/hal/fdi/preprobe
+dir  path=etc/hal/fdi/preprobe/10osvendor
+dir  path=etc/hp
+file path=etc/hp/hplip.conf
+dir  path=etc/sane.d
+file path=etc/sane.d/dll.conf
+dir  path=etc/udev
+dir  path=etc/udev/rules.d
+file path=etc/udev/rules.d/56-hpmud.rules
+dir  path=usr
+dir  path=usr/bin
+link path=usr/bin/hp-align target=../share/hplip/align.py
+link path=usr/bin/hp-check target=../share/hplip/check.py
+link path=usr/bin/hp-clean target=../share/hplip/clean.py
+link path=usr/bin/hp-colorcal target=../share/hplip/colorcal.py
+link path=usr/bin/hp-config_usb_printer \
+    target=../share/hplip/config_usb_printer.py
+link path=usr/bin/hp-devicesettings target=../share/hplip/devicesettings.py
+link path=usr/bin/hp-diagnose_plugin target=../share/hplip/diagnose_plugin.py
+link path=usr/bin/hp-diagnose_queues target=../share/hplip/diagnose_queues.py
+link path=usr/bin/hp-doctor target=../share/hplip/doctor.py
+link path=usr/bin/hp-fab target=../share/hplip/fab.py
+link path=usr/bin/hp-faxsetup target=../share/hplip/faxsetup.py
+link path=usr/bin/hp-firmware target=../share/hplip/firmware.py
+link path=usr/bin/hp-info target=../share/hplip/info.py
+link path=usr/bin/hp-levels target=../share/hplip/levels.py
+link path=usr/bin/hp-linefeedcal target=../share/hplip/linefeedcal.py
+link path=usr/bin/hp-logcapture target=../share/hplip/logcapture.py
+link path=usr/bin/hp-makecopies target=../share/hplip/makecopies.py
+link path=usr/bin/hp-makeuri target=../share/hplip/makeuri.py
+link path=usr/bin/hp-pkservice target=../share/hplip/pkservice.py
+link path=usr/bin/hp-plugin target=../share/hplip/plugin.py
+link path=usr/bin/hp-pqdiag target=../share/hplip/pqdiag.py
+link path=usr/bin/hp-print target=../share/hplip/print.py
+link path=usr/bin/hp-printsettings target=../share/hplip/printsettings.py
+link path=usr/bin/hp-probe target=../share/hplip/probe.py
+link path=usr/bin/hp-query target=../share/hplip/query.py
+link path=usr/bin/hp-scan target=../share/hplip/scan.py
+link path=usr/bin/hp-sendfax target=../share/hplip/sendfax.py
+link path=usr/bin/hp-setup target=../share/hplip/setup.py
+link path=usr/bin/hp-systray target=../share/hplip/systray.py
+link path=usr/bin/hp-testpage target=../share/hplip/testpage.py
+link path=usr/bin/hp-timedate target=../share/hplip/timedate.py
+link path=usr/bin/hp-uninstall target=../share/hplip/uninstall.py
+link path=usr/bin/hp-unload target=../share/hplip/unload.py
+link path=usr/bin/hp-upgrade target=../share/hplip/upgrade.py
+link path=usr/bin/hp-wificonfig target=../share/hplip/wificonfig.py
+file path=usr/bin/hpijs
+dir  path=usr/lib
+dir  path=usr/lib/cups
+dir  path=usr/lib/cups/backend
+file path=usr/lib/cups/backend/hp
+file path=usr/lib/cups/backend/hpfax
+dir  path=usr/lib/cups/filter
+file path=usr/lib/cups/filter/hpcups
+file path=usr/lib/cups/filter/hpcupsfax
+file path=usr/lib/cups/filter/hpps
+file path=usr/lib/cups/filter/pstotiff
+file path=usr/lib/libhpip.la
+link path=usr/lib/libhpip.so target=libhpip.so.0.0.1
+link path=usr/lib/libhpip.so.0 target=libhpip.so.0.0.1
+file path=usr/lib/libhpip.so.0.0.1
+file path=usr/lib/libhpmud.la
+link path=usr/lib/libhpmud.so target=libhpmud.so.0.0.6
+link path=usr/lib/libhpmud.so.0 target=libhpmud.so.0.0.6
+file path=usr/lib/libhpmud.so.0.0.6
+dir  path=usr/lib/lp
+dir  path=usr/lib/lp/caches
+file path=usr/lib/lp/caches/SUNWhpijs.cache
+dir  path=usr/lib/python2.7
+dir  path=usr/lib/python2.7/vendor-packages
+file path=usr/lib/python2.7/vendor-packages/cupsext.la
+file path=usr/lib/python2.7/vendor-packages/cupsext.so
+file path=usr/lib/python2.7/vendor-packages/hpmudext.la
+file path=usr/lib/python2.7/vendor-packages/hpmudext.so
+file path=usr/lib/python2.7/vendor-packages/pcardext.la
+file path=usr/lib/python2.7/vendor-packages/pcardext.so
+file path=usr/lib/python2.7/vendor-packages/scanext.la
+file path=usr/lib/python2.7/vendor-packages/scanext.so
+dir  path=usr/lib/sane
+file path=usr/lib/sane/libsane-hpaio.la
+link path=usr/lib/sane/libsane-hpaio.so target=libsane-hpaio.so.1.0.0
+link path=usr/lib/sane/libsane-hpaio.so.1 target=libsane-hpaio.so.1.0.0
+file path=usr/lib/sane/libsane-hpaio.so.1.0.0
+dir  path=usr/lib/systemd
+dir  path=usr/lib/systemd/system
+file path=usr/lib/systemd/system/[email protected]
+dir  path=usr/share
+dir  path=usr/share/cups
+dir  path=usr/share/cups/drv
+dir  path=usr/share/cups/drv/hp
+file path=usr/share/cups/drv/hp/hpcups.drv
+dir  path=usr/share/cups/mime
+file path=usr/share/cups/mime/pstotiff.convs
+file path=usr/share/cups/mime/pstotiff.types
+dir  path=usr/share/cups/model
+dir  path=usr/share/cups/model/SUNWhplip
+file path=usr/share/cups/model/SUNWhplip/HP-Fax-hpcups.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/HP-Fax2-hpcups.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/HP-Fax3-hpcups.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/HP-Fax4-hpcups.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2250-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2280-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2300-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2600-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_2800-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-business_inkjet_3000-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-cm8050_mfp_with_edgeline-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-cm8060_mfp_with_edgeline-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2500-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2500_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2550_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2605-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2605dn-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2605dtn-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2700-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2700n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2800-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2820-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2830-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_2840-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3000-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3700-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3700n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_3800-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4500-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4550-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4600-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4600_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4610-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4650-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4700-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_4730mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_5500-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_5550-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_5m-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_8500-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_8550-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_9500-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_9500_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1015-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1017-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1312_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm3530_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm4540_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm4730_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm6030_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm6040_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cm6049_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp1514n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp1515n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp1518ni-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025dn-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp2025x-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp3505-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp3525-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp4005-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp4020_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp4520_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5225-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5225dn-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5225n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp5520_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_cp6015-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_flow_mfp_m680-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_flow_mfp_m880-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_m651-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_m750-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_m855-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_mfp_m680-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-color_laserjet_pro_mfp_m476-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_4000ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_4020ps-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_4500mfp.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_4500ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_4520mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_4520ps-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_d5800-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1100ps_24in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1100ps_44in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1120ps_24in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1120ps_44in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1200_postscript-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1300_postscript-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t1500-postscript.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t2300_postscript-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t2500-postscript.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t3500-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t7100ps-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t7100ps_monochrome-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t7200-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t770_postscript-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t770ps_24in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t790ps_24in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t790ps_44in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t795ps_44in-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_t920-postscript.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z5200_postscript-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z5400-postscript.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6200_42in_photo-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6200_60in_photo-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6600-postscript.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-designjet_z6800_photo-postscript.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_100_color_mfp_m175-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1200-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1200n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1220-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1220se-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1300-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1300n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1300xi-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320n-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320nw-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_1320tn-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_200_color_m251-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_200_colormfp_m275-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_200_colormfp_m276-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2100-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2100_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2200-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2200_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2300-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2300_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2410-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2420-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_2430-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3015-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3020-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3030-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3050-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3052-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3200m-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3300_3310_3320-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3380-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_3390-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4000_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_400_m401-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_400_m401dne-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_400_mfp_m425-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4050_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4100_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4100_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4200-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4240-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4250-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4300-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4345_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4350-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4_plus-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4ml-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4mp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4si-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_4v-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5000-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5000_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_500_color_m551-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_500_color_mfp_m570-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_500_color_mfp_m575-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_500_mfp_m525-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5100_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5200-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5200l-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5200lx-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5mp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5p-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5si-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_5si_mopier-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_600_m601_m602_m603-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_6mp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_6p-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_700_color_mfp_m775-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_700_m712-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8000-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8000_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8100_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8100_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_8150_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9000_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9000_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9040-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9040_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9050-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9050_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9055mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_9065mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_cm1410_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_color_flow_mfp_m575-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_cp1520_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_flow_mfp_m525-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_flow_mfp_m830-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1522_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1522n_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1522nf_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m1530_mfp_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m2727_mfp_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m3027_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m3035_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m4345_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m4349_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m4555_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m5025_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m5035_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m806-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m9040_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m9050_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_m9059_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_mfp_m521-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_mfp_m725-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p2015_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p2055_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p3004-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p3005-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p3010_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_p4010_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_pro_m701-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_pro_m706-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-laserjet_pro_mfp_m435-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-lj_300_400_color_m351_m451-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-mopier_240-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-mopier_320-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_color_mfp_x585.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_color_x555-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_251dw_printer-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_276dw_mfp-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_451_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_476_576_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_551_series-ps.ppd.gz
+file path=usr/share/cups/model/SUNWhplip/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz
+dir  path=usr/share/doc
+dir  path=usr/share/doc/hplip-$(COMPONENT_VERSION)
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/COPYING
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/README_LIBJPG
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/commandline.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/copying.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/copyright
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/devicemanager.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/faxtrouble.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/gettinghelp.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/hpscan.html
+dir  path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/favicon.ico
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/print.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/toolbox_actions.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/toolbox_fax.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/toolbox_print_control.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/toolbox_print_settings.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/toolbox_status.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/toolbox_supplies.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/images/xsane.png
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/index.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/mainttask.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/plugins.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/print.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/printing.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/printoptions.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/printtroubleshooting.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/scanning.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/scantrouble.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/sendfax.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/setup.html
+dir  path=usr/share/doc/hplip-$(COMPONENT_VERSION)/styles
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/styles/css.css
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/systray.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/troubleshooting.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/uninstalling.html
+file path=usr/share/doc/hplip-$(COMPONENT_VERSION)/upgrading.html
+dir  path=usr/share/hal
+dir  path=usr/share/hal/fdi
+dir  path=usr/share/hal/fdi/preprobe
+dir  path=usr/share/hal/fdi/preprobe/10osvendor
+file path=usr/share/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi
+dir  path=usr/share/hplip
+file path=usr/share/hplip/__init__.py
+file path=usr/share/hplip/__init__.pyc
+file path=usr/share/hplip/align.py
+file path=usr/share/hplip/align.pyc
+dir  path=usr/share/hplip/base
+file path=usr/share/hplip/base/LedmWifi.py
+file path=usr/share/hplip/base/LedmWifi.pyc
+file path=usr/share/hplip/base/__init__.py
+file path=usr/share/hplip/base/__init__.pyc
+file path=usr/share/hplip/base/avahi.py
+file path=usr/share/hplip/base/avahi.pyc
+file path=usr/share/hplip/base/codes.py
+file path=usr/share/hplip/base/codes.pyc
+file path=usr/share/hplip/base/device.py
+file path=usr/share/hplip/base/device.pyc
+file path=usr/share/hplip/base/dime.py
+file path=usr/share/hplip/base/dime.pyc
+file path=usr/share/hplip/base/exif.py
+file path=usr/share/hplip/base/exif.pyc
+file path=usr/share/hplip/base/g.py
+file path=usr/share/hplip/base/g.pyc
+file path=usr/share/hplip/base/imagesize.py
+file path=usr/share/hplip/base/imagesize.pyc
+file path=usr/share/hplip/base/ldif.py
+file path=usr/share/hplip/base/ldif.pyc
+file path=usr/share/hplip/base/logger.py
+file path=usr/share/hplip/base/logger.pyc
+file path=usr/share/hplip/base/magic.py
+file path=usr/share/hplip/base/magic.pyc
+file path=usr/share/hplip/base/maint.py
+file path=usr/share/hplip/base/maint.pyc
+file path=usr/share/hplip/base/mdns.py
+file path=usr/share/hplip/base/mdns.pyc
+file path=usr/share/hplip/base/mfpdtf.py
+file path=usr/share/hplip/base/mfpdtf.pyc
+file path=usr/share/hplip/base/models.py
+file path=usr/share/hplip/base/models.pyc
+file path=usr/share/hplip/base/module.py
+file path=usr/share/hplip/base/module.pyc
+file path=usr/share/hplip/base/os_utils.py
+file path=usr/share/hplip/base/os_utils.pyc
+file path=usr/share/hplip/base/password.py
+file path=usr/share/hplip/base/password.pyc
+file path=usr/share/hplip/base/pexpect.py
+file path=usr/share/hplip/base/pexpect.pyc
+file path=usr/share/hplip/base/pkit.py
+file path=usr/share/hplip/base/pkit.pyc
+file path=usr/share/hplip/base/pml.py
+file path=usr/share/hplip/base/pml.pyc
+file path=usr/share/hplip/base/queues.py
+file path=usr/share/hplip/base/queues.pyc
+file path=usr/share/hplip/base/services.py
+file path=usr/share/hplip/base/services.pyc
+file path=usr/share/hplip/base/slp.py
+file path=usr/share/hplip/base/slp.pyc
+file path=usr/share/hplip/base/smart_install.py
+file path=usr/share/hplip/base/smart_install.pyc
+file path=usr/share/hplip/base/status.py
+file path=usr/share/hplip/base/status.pyc
+file path=usr/share/hplip/base/strings.py
+file path=usr/share/hplip/base/strings.pyc
+file path=usr/share/hplip/base/tui.py
+file path=usr/share/hplip/base/tui.pyc
+file path=usr/share/hplip/base/utils.py
+file path=usr/share/hplip/base/utils.pyc
+file path=usr/share/hplip/base/validation.py
+file path=usr/share/hplip/base/validation.pyc
+file path=usr/share/hplip/base/vcard.py
+file path=usr/share/hplip/base/vcard.pyc
+file path=usr/share/hplip/base/wifi.py
+file path=usr/share/hplip/base/wifi.pyc
+file path=usr/share/hplip/check-plugin.py
+file path=usr/share/hplip/check-plugin.pyc
+file path=usr/share/hplip/check.py
+file path=usr/share/hplip/check.pyc
+file path=usr/share/hplip/clean.py
+file path=usr/share/hplip/clean.pyc
+file path=usr/share/hplip/colorcal.py
+file path=usr/share/hplip/colorcal.pyc
+file path=usr/share/hplip/config_usb_printer.py
+file path=usr/share/hplip/config_usb_printer.pyc
+dir  path=usr/share/hplip/copier
+file path=usr/share/hplip/copier/__init__.py
+file path=usr/share/hplip/copier/__init__.pyc
+file path=usr/share/hplip/copier/copier.py
+file path=usr/share/hplip/copier/copier.pyc
+dir  path=usr/share/hplip/data
+dir  path=usr/share/hplip/data/images
+dir  path=usr/share/hplip/data/images/128x128
+dir  path=usr/share/hplip/data/images/16x16
+dir  path=usr/share/hplip/data/images/24x24
+dir  path=usr/share/hplip/data/images/256x256
+dir  path=usr/share/hplip/data/images/32x32
+dir  path=usr/share/hplip/data/images/64x64
+dir  path=usr/share/hplip/data/images/devices
+dir  path=usr/share/hplip/data/images/other
+dir  path=usr/share/hplip/data/ldl
+file path=usr/share/hplip/data/ldl/cb2pcal.ldl.gz
+file path=usr/share/hplip/data/ldl/cb2pcal_done.ldl.gz
+file path=usr/share/hplip/data/ldl/cbbcal.ldl.gz
+file path=usr/share/hplip/data/ldl/cbccal.ldl.gz
+file path=usr/share/hplip/data/ldl/cbccal_done.ldl.gz
+file path=usr/share/hplip/data/ldl/cbcpcal.ldl.gz
+file path=usr/share/hplip/data/ldl/cbpcal.ldl.gz
+dir  path=usr/share/hplip/data/localization
+file path=usr/share/hplip/data/localization/hplip_de.qm
+file path=usr/share/hplip/data/localization/hplip_es.qm
+file path=usr/share/hplip/data/localization/hplip_fr.qm
+file path=usr/share/hplip/data/localization/hplip_it.qm
+file path=usr/share/hplip/data/localization/hplip_pt.qm
+file path=usr/share/hplip/data/localization/hplip_ru.qm
+file path=usr/share/hplip/data/localization/hplip_zh.qm
+dir  path=usr/share/hplip/data/models
+file path=usr/share/hplip/data/models/models.dat
+dir  path=usr/share/hplip/data/pcl
+file path=usr/share/hplip/data/pcl/align1_8xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align1_9xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align2_8xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align2_9xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align3_8xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align3_9xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align4_450.pcl.gz
+file path=usr/share/hplip/data/pcl/align4_8xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align5_8xx.pcl.gz
+file path=usr/share/hplip/data/pcl/align6_450.pcl.gz
+file path=usr/share/hplip/data/pcl/colorcal1_450.pcl.gz
+file path=usr/share/hplip/data/pcl/colorcal2_450.pcl.gz
+file path=usr/share/hplip/data/pcl/crbcal.pcl.gz
+file path=usr/share/hplip/data/pcl/crcaldone.pcl.gz
+file path=usr/share/hplip/data/pcl/crcbcal.pcl.gz
+file path=usr/share/hplip/data/pcl/crccal.pcl.gz
+file path=usr/share/hplip/data/pcl/crcpcal.pcl.gz
+file path=usr/share/hplip/data/pcl/crpcal.pcl.gz
+dir  path=usr/share/hplip/data/ps
+file path=usr/share/hplip/data/ps/clean_page.pdf.gz
+file path=usr/share/hplip/data/ps/testpage.ps.gz
+file path=usr/share/hplip/devicesettings.py
+file path=usr/share/hplip/devicesettings.pyc
+file path=usr/share/hplip/diagnose_plugin.py
+file path=usr/share/hplip/diagnose_plugin.pyc
+file path=usr/share/hplip/diagnose_queues.py
+file path=usr/share/hplip/diagnose_queues.pyc
+file path=usr/share/hplip/doctor.py
+file path=usr/share/hplip/doctor.pyc
+file path=usr/share/hplip/fab.py
+file path=usr/share/hplip/fab.pyc
+dir  path=usr/share/hplip/fax
+file path=usr/share/hplip/fax/__init__.py
+file path=usr/share/hplip/fax/__init__.pyc
+file path=usr/share/hplip/fax/coverpages.py
+file path=usr/share/hplip/fax/coverpages.pyc
+file path=usr/share/hplip/fax/fax.py
+file path=usr/share/hplip/fax/fax.pyc
+file path=usr/share/hplip/fax/faxdevice.py
+file path=usr/share/hplip/fax/faxdevice.pyc
+file path=usr/share/hplip/fax/ledmfax.py
+file path=usr/share/hplip/fax/ledmfax.pyc
+file path=usr/share/hplip/fax/ledmsoapfax.py
+file path=usr/share/hplip/fax/ledmsoapfax.pyc
+file path=usr/share/hplip/fax/marvellfax.py
+file path=usr/share/hplip/fax/marvellfax.pyc
+file path=usr/share/hplip/fax/pmlfax.py
+file path=usr/share/hplip/fax/pmlfax.pyc
+file path=usr/share/hplip/fax/pstotiff
+file path=usr/share/hplip/fax/pstotiff.convs
+file path=usr/share/hplip/fax/pstotiff.types
+file path=usr/share/hplip/fax/soapfax.py
+file path=usr/share/hplip/fax/soapfax.pyc
+file path=usr/share/hplip/faxsetup.py
+file path=usr/share/hplip/faxsetup.pyc
+file path=usr/share/hplip/firmware.py
+file path=usr/share/hplip/firmware.pyc
+file path=usr/share/hplip/hpdio.py
+file path=usr/share/hplip/hpdio.pyc
+file path=usr/share/hplip/hplip_clean.sh
+file path=usr/share/hplip/hpssd.py
+file path=usr/share/hplip/hpssd.pyc
+file path=usr/share/hplip/info.py
+file path=usr/share/hplip/info.pyc
+dir  path=usr/share/hplip/installer
+file path=usr/share/hplip/installer/__init__.py
+file path=usr/share/hplip/installer/__init__.pyc
+file path=usr/share/hplip/installer/core_install.py
+file path=usr/share/hplip/installer/core_install.pyc
+file path=usr/share/hplip/installer/dcheck.py
+file path=usr/share/hplip/installer/dcheck.pyc
+file path=usr/share/hplip/installer/distros.dat
+file path=usr/share/hplip/installer/pluginhandler.py
+file path=usr/share/hplip/installer/pluginhandler.pyc
+file path=usr/share/hplip/levels.py
+file path=usr/share/hplip/levels.pyc
+file path=usr/share/hplip/linefeedcal.py
+file path=usr/share/hplip/linefeedcal.pyc
+file path=usr/share/hplip/logcapture.py
+file path=usr/share/hplip/logcapture.pyc
+file path=usr/share/hplip/makecopies.py
+file path=usr/share/hplip/makecopies.pyc
+file path=usr/share/hplip/makeuri.py
+file path=usr/share/hplip/makeuri.pyc
+dir  path=usr/share/hplip/pcard
+file path=usr/share/hplip/pcard/__init__.py
+file path=usr/share/hplip/pcard/__init__.pyc
+file path=usr/share/hplip/pcard/photocard.py
+file path=usr/share/hplip/pcard/photocard.pyc
+file path=usr/share/hplip/pkservice.py
+file path=usr/share/hplip/pkservice.pyc
+file path=usr/share/hplip/plugin.py
+file path=usr/share/hplip/plugin.pyc
+file path=usr/share/hplip/pqdiag.py
+file path=usr/share/hplip/pqdiag.pyc
+file path=usr/share/hplip/print.py
+file path=usr/share/hplip/print.pyc
+file path=usr/share/hplip/printsettings.py
+file path=usr/share/hplip/printsettings.pyc
+dir  path=usr/share/hplip/prnt
+file path=usr/share/hplip/prnt/__init__.py
+file path=usr/share/hplip/prnt/__init__.pyc
+file path=usr/share/hplip/prnt/colorcal.py
+file path=usr/share/hplip/prnt/colorcal.pyc
+file path=usr/share/hplip/prnt/cups.py
+file path=usr/share/hplip/prnt/cups.pyc
+file path=usr/share/hplip/prnt/ldl.py
+file path=usr/share/hplip/prnt/ldl.pyc
+file path=usr/share/hplip/prnt/pcl.py
+file path=usr/share/hplip/prnt/pcl.pyc
+file path=usr/share/hplip/probe.py
+file path=usr/share/hplip/probe.pyc
+file path=usr/share/hplip/query.py
+file path=usr/share/hplip/query.pyc
+dir  path=usr/share/hplip/scan
+file path=usr/share/hplip/scan.py
+file path=usr/share/hplip/scan.pyc
+file path=usr/share/hplip/scan/__init__.py
+file path=usr/share/hplip/scan/__init__.pyc
+file path=usr/share/hplip/scan/sane.py
+file path=usr/share/hplip/scan/sane.pyc
+file path=usr/share/hplip/sendfax.py
+file path=usr/share/hplip/sendfax.pyc
+file path=usr/share/hplip/setup.py
+file path=usr/share/hplip/setup.pyc
+file path=usr/share/hplip/systray.py
+file path=usr/share/hplip/systray.pyc
+file path=usr/share/hplip/testpage.py
+file path=usr/share/hplip/testpage.pyc
+file path=usr/share/hplip/timedate.py
+file path=usr/share/hplip/timedate.pyc
+file path=usr/share/hplip/toolbox.py
+file path=usr/share/hplip/toolbox.pyc
+file path=usr/share/hplip/uninstall.py
+file path=usr/share/hplip/uninstall.pyc
+file path=usr/share/hplip/unload.py
+file path=usr/share/hplip/unload.pyc
+file path=usr/share/hplip/upgrade.py
+file path=usr/share/hplip/upgrade.pyc
+file path=usr/share/hplip/wificonfig.py
+file path=usr/share/hplip/wificonfig.pyc
+dir  path=usr/share/ppd
+dir  path=usr/share/ppd/SUNWhpijs
+dir  path=usr/share/ppd/SUNWhpijs/HP
+file path=usr/share/ppd/SUNWhpijs/HP/hp-2000c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-2500c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-910-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-915-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_1000-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_1100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_1200-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2200-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2230-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2250-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2250-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2280-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2280-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2300-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2300-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2600-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2600-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2800-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_2800-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_3000-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-business_inkjet_3000-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-cm8050_mfp_with_edgeline-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-cm8060_mfp_with_edgeline-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_inkjet_cp1700-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_inkjet_printer_cp1700-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_1600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2500_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2550_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2600n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2605-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2605dn-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2605dtn-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2700-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2700n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2800-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2820-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2830-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_2840-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3000-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3000-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3500-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3500n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3550-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3550n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3700n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3800-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_3800-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4500-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4500-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4550-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4550-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4600_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4610-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4610-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4650-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4650-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4700-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4700-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4730mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_4730mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5500-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5500-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5550-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5550-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5m-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_5m-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8500-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8500-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8550-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_8550-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_9500_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1015-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1017-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312nfi_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320fxi_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320n_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320nf_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm3530_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm3530_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4540_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4540_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4730_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm4730_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6030_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6030_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6040_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6040_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6049_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cm6049_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1215-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1217-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1514n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1514n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1515n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1515n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1518ni-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp1518ni-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025dn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025dn-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025x-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp2025x-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3505-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3505-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3525-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp3525-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4005-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4005-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4020_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4020_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4520_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp4520_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225dn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225dn-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5225n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5520_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp5520_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp6015-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_cp6015-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_flow_mfp_m680-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_flow_mfp_m880-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_m651-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_m750-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_m855-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_mfp_m680-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_pro_mfp_m176n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_pro_mfp_m177fw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-color_laserjet_pro_mfp_m476-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-cp1160-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4000ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4020ps-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4500mfp.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4500ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4520mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_4520ps-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_d5800-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1100ps_24in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1100ps_44in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1120ps_24in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1120ps_44in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1200_postscript-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1300_postscript-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t1500-postscript.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t2300_postscript-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t2500-postscript.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t3500-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t7100ps-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t7100ps_monochrome-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t7200-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t770_postscript-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t770ps_24in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t790ps_24in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t790ps_44in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t795ps_44in-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_t920-postscript.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z5200_postscript-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z5400-postscript.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6100ps_42in_photo-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6100ps_60in_photo-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6200_42in_photo-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6200_60in_photo-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6600-postscript.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-designjet_z6800_photo-postscript.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1000_j110_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1010_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1050_j410_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1120-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1125-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1200c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1220c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1280-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1600c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1600cm-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_1600cn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2000_j210_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2020_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2050_j510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2540_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_2640_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3000_j310_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3050_j610_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3050a_j611_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3070_b611_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3320-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3325-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3420-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3425-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3450-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3500-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3540_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3550-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3650-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3740-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3810-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3816-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3819-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3820-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3822-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3840-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3870-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3900-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3910-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3920-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_3940-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_400-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_400l-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_4510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_460-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_4610_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_4620_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_4640_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_500-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_500c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_505j-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_510-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_520-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_540-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_550c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5550-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5551-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5552-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5650-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5652-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5700-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5800-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5850-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_5900_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_610c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_610cl-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6120-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6122-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6127-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_612c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_630c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_632c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_640c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_648c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6500-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_656c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_660-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_670-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_670c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_670tv-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_672c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_680-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6800-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_682-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_690-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_690c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_692-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_693-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_694-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6940_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_695-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_697-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_6980_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_810c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_812c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_815c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_816c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_825c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_830c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_832c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_840c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_841c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_842c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_843c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_845c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_850c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_855c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_870c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_880c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_882c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_890c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_895c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_916c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_920c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_9300-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_930c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_932c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_933c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_934c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_935c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_940c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_948c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_950c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_952c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_955c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_957c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_959c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_9600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_960c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_970c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_975c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_9800-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_980c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_990c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_995c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d1600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d2600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d4100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d4200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d4300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d5500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_d730-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f2100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f2200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f2400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4210_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4213_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f4500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_f735-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_adv_2010_k010-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_adv_2060_k110-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_advant_k109a-z-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-deskjet_ink_advant_k209a-z-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-dj350-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-dj450-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_100_d410_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_110_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_120_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_4500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-envy_5530_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1000-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1005_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_100_color_mfp_m175-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1010-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1012-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1015-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1018-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1020-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022-hpijs-zjs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022n-hpijs-zjs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022nw-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1022nw-hpijs-zjs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1100a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1100xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1150-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1160-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1160_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1200n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220se-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1220se-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300xi-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1300xi-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320n-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320nw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320nw-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320tn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_1320tn-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_200_color_m251-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_200_colormfp_m275-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_200_colormfp_m276-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2100_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2200_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2300_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2410-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2410-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2420-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2420-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2430-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_2430-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3015-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3015-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3020-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3020-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3030-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3030-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3050-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3050-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3052-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3052-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3055-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3150-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200m-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200m-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3200se-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3300_3310_3320-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3300_3310_3320-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3330-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3380-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3380-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3390-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3390-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_3392-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4000_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4000_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_400_m401-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_400_m401dne-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_400_mfp_m425-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4050_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4050_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4100_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4150_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4200-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4200-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4240-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4240-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4250-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4250-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4300-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4300-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4345_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4345_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4350-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4350-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4_plus-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4_plus-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4l-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4ml-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4ml-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4mp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4mp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4si-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4si-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4v-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_4v-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5000_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_500_color_m551-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_500_color_mfp_m570-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_500_color_mfp_m575-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_500_mfp_m525-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5100_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5100_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200l-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200l-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200lx-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5200lx-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5l-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5mp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5mp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5p-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5p-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si_mopier-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_5si_mopier-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_600_m601_m602_m603-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6l-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6mp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6mp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6p-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_6p-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_700_color_mfp_m775-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_700_m712-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8000_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8100_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8150_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8150_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_8150_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9000_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9040_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9050_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9055mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9055mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9065mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_9065mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1410_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1411fn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1412fn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1413fn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1415fn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1415fnw-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1416fnw-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1417fnw-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cm1418fnw-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_color_flow_mfp_m575-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp1025-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp1025nw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp1520_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp_1025-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_cp_1025nw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_flow_mfp_m525-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_flow_mfp_m830-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1005-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1120_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1120n_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1319f_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522n_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522nf_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1522nf_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1530_mfp_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1537dnf_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1538dnf_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m1539dnf_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m2727_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m2727_mfp_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3027_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3027_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3035_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m3035_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4345_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4345_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4349_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4349_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m4555_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5025_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5025_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5035_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5035_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m5039_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m806-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9040_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9040_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9050_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9050_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9059_mfp-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_m9059_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_mfp_m521-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_mfp_m725-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1005-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1006-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1007-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1008-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1009-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1505-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1505n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p1505n-hpijs-zxs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014-hpijs-zxs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2014n-hpijs-zxs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015d_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015dn_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015n_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2015x_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035-hpijs-zjs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035n-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2035n-hpijs-zjs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055d-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055dn-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p2055x-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3004-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3004-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3005-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3005-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3010_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p3010_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4010_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4014-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4014dn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4014n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015dn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015tn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4015x-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515tn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515x-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_p4515xm-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_m701-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_m706-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m125a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m125nw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m125rnw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m126a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m126nw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m127fn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m127fp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m127fw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m128fn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m128fp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m128fw-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_pro_mfp_m435-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1132_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1136_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1137_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1138_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1139_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1212nf_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1213nf_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1214nfh_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1216nfh_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1217nfw_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1218nfg_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1218nfs_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1219nf_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1219nfg_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_m1219nfs_mfp-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1102-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1102w-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1106-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1106w-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1107-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1107w-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1108-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1108w-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1109-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1109w-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1566-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1567-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1568-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1569-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1606dn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1607dn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1608dn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p1609dn-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-laserjet_professional_p_1102w-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-lj_300_400_color_m351_m451-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_240-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_240-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_320-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-mopier_320-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_100_mobile_l411-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_150_mobile_l511-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_2620_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4000_k210-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4105-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4115_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4255-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4400_k410-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_g510a-f-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_g510g-m-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_g510n-z-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4500_k710-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4610_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4620_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_4630_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5105-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5110-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5110v-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_5600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6000_e609a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6000_e609n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6150_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e709a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e709n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e710a-f-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6500_e710n-z-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_6700-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7000_e809a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7000_e809a_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7110_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7500_e910-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_7610_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_9100_series-hpijs-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_color_mfp_x585.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_color_x555-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_d_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g55-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g55xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g85-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g85xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_g95-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_h470-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j3500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j3600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j4500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j4660_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j4680_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j5500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j5700_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_j6400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k60-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k60xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k7100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k80-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_k80xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_lx-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_1150c-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_1170c_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_251dw_printer-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_276dw_mfp-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_3610-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_3620-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_451_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_476_576_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_551_series-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8000_a809-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a909a-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a909g-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a909n-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8500_a910-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8610-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8620-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8630-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8640-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_8660-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k5300-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k5400-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k550-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k850-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_k8600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7300-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7400-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7500-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_pro_l7700-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r40-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r40xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r45-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r60-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r65-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r80-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_r80xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_300-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_310-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_320-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_330-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_350-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_520-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_570-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_580-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_590-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_600-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_610-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_630-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_700-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_710-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_720-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_series_725-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_t_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v30-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v40-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v40xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-officejet_v45-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1115-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1215-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1218-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_130-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_1315-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_140_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_230-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_240_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_2570_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_2600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_2700_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_3100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_3200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_320_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_3300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_330_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_370_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_380_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_420_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_470_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_5510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_5510d_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_5520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_6510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_6520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7150-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7345-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7350-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7550-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7700_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7800_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_7900_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8000_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_8700_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a310_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a320_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a430_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a440_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a520_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a530_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a610_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a620_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a630_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a640_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a710_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_a820_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b010_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b109a-m-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b109a_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b110_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_b8500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c309a_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c3100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4340_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4380_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c4700_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c5500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c6100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c6200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c6300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c7100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c7200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_c8100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d110_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5060_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d5400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d6100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_d7500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_estn_c510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_ink_adv_k510-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_p1000-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_p1100-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_plus_b209a-m-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_plus_b210_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_prem-web_c309n-s-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_prem_c310_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_prem_c410_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_premium_c309g-m-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_pro_b8300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_pro_b8800_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-photosmart_wireless_b109n-z-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-printer_scanner_copier_300-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1000_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1310_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1358_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1510_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_1600_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2100_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2150_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2170_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2200_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2210_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2300_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2350_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2400_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_2500_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_500-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_720-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_750-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_750xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_760-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_780-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_780xi-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_900_series-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_920-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_950-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_950vr-hpijs.ppd.gz
+file path=usr/share/ppd/SUNWhpijs/HP/hp-psc_950xi-hpijs.ppd.gz
+dir  path=var
+dir  path=var/lib
+dir  path=var/lib/hp
--- a/components/hplip/patches/01-build.patch	Mon Mar 09 11:31:29 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1735 +0,0 @@
---- a/scan/sane/scl.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/scl.c	Fri Sep  4 01:06:47 2009
-@@ -160,7 +160,7 @@
- 
- }
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) SclSendCommand(int deviceid, int channelid, int cmd, int param)
-+SANE_Status SclSendCommand(int deviceid, int channelid, int cmd, int param)
- {
-     char buffer[LEN_SCL_BUFFER];
-     int datalen, len;
-@@ -208,7 +208,7 @@
-     return SANE_STATUS_GOOD;
- }
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) SclInquire(int deviceid, int channelid, int cmd, int param, int * pValue, char * buffer, int maxlen)
-+SANE_Status SclInquire(int deviceid, int channelid, int cmd, int param, int * pValue, char * buffer, int maxlen)
- {
-     SANE_Status retcode;
-     int lenResponse, len, value;
-@@ -318,7 +318,7 @@
-  * Phase 2 partial rewrite. des 9/26/07
-  */
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) scl_send_cmd(HPAIO_RECORD *hpaio, const char *buf, int size)
-+SANE_Status scl_send_cmd(HPAIO_RECORD *hpaio, const char *buf, int size)
- {
-     int len;
-     
-@@ -336,7 +336,7 @@
-     return SANE_STATUS_GOOD;
- }
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) scl_query_int(HPAIO_RECORD *hpaio, const char *buf, int size, int *result)
-+SANE_Status scl_query_int(HPAIO_RECORD *hpaio, const char *buf, int size, int *result)
- {
-     char rbuf[256];
-     int len, stat;
---- a/scan/sane/xml.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/xml.c	Fri Sep  4 01:07:00 2009
-@@ -32,7 +32,7 @@
- #include <string.h>
- #include <stdlib.h>
- 
--int __attribute__ ((visibility ("hidden"))) get_array_size(const char *tag)
-+int get_array_size(const char *tag)
- {
-    char *p, *tail;
- 
-@@ -43,7 +43,7 @@
- }
- 
- /* Get xml element from the buffer. The returned element is zero terminated. */
--int __attribute__ ((visibility ("hidden"))) get_element(const char *buf, int buf_size, char *element, int element_size, char **tail)
-+int get_element(const char *buf, int buf_size, char *element, int element_size, char **tail)
- {
-    int i, j;
- 
-@@ -61,7 +61,7 @@
- }
- 
- /* Get next xml tag from the buffer. The returned xml tag is zero terminated. */
--int __attribute__ ((visibility ("hidden"))) get_tag(const char *buf, int buf_size, char *tag, int tag_size, char **tail)
-+int get_tag(const char *buf, int buf_size, char *tag, int tag_size, char **tail)
- {
-    int i=0, j=0, dd=0, lf=0;
- 
---- a/scan/sane/mfpdtf.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/mfpdtf.h	Fri Sep  4 01:05:54 2009
-@@ -243,18 +243,18 @@
-         } __attribute__(( packed) ) array;
- } __attribute__(( packed) );
- 
--Mfpdtf_t __attribute__ ((visibility ("hidden"))) MfpdtfAllocate(int deviceid, int channelid);
--int __attribute__ ((visibility ("hidden"))) MfpdtfDeallocate(Mfpdtf_t mfpdtf);
--int __attribute__ ((visibility ("hidden"))) MfpdtfSetChannel(Mfpdtf_t mfpdtf, int channelid);
--int __attribute__ ((visibility ("hidden"))) MfpdtfLogToFile(Mfpdtf_t mfpdtf, char * filename);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetSimulateImageHeaders(Mfpdtf_t mfpdtf);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadSetSimulateImageHeaders(Mfpdtf_t mfpdtf, int simulateImageHeaders);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadStart(Mfpdtf_t mfpdtf);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadService(Mfpdtf_t mfpdtf);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetLastServiceResult(Mfpdtf_t mfpdtf);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetVariantHeader(Mfpdtf_t mfpdtf, union MfpdtfVariantHeader_u * buffer, int maxlen);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetStartPageRecord(Mfpdtf_t mfpdtf, struct MfpdtfImageStartPageRecord_s * buffer, int maxlen);
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadInnerBlock(Mfpdtf_t mfpdtf, unsigned char * buffer, int countdown);
-+Mfpdtf_t MfpdtfAllocate(int deviceid, int channelid);
-+int MfpdtfDeallocate(Mfpdtf_t mfpdtf);
-+int MfpdtfSetChannel(Mfpdtf_t mfpdtf, int channelid);
-+int MfpdtfLogToFile(Mfpdtf_t mfpdtf, char * filename);
-+int MfpdtfReadGetSimulateImageHeaders(Mfpdtf_t mfpdtf);
-+int MfpdtfReadSetSimulateImageHeaders(Mfpdtf_t mfpdtf, int simulateImageHeaders);
-+int MfpdtfReadStart(Mfpdtf_t mfpdtf);
-+int MfpdtfReadService(Mfpdtf_t mfpdtf);
-+int MfpdtfReadGetLastServiceResult(Mfpdtf_t mfpdtf);
-+int MfpdtfReadGetVariantHeader(Mfpdtf_t mfpdtf, union MfpdtfVariantHeader_u * buffer, int maxlen);
-+int MfpdtfReadGetStartPageRecord(Mfpdtf_t mfpdtf, struct MfpdtfImageStartPageRecord_s * buffer, int maxlen);
-+int MfpdtfReadInnerBlock(Mfpdtf_t mfpdtf, unsigned char * buffer, int countdown);
- 
- /* 
-  * Phase 2 rewrite. des
-@@ -337,6 +337,6 @@
- #endif   // #if defined(WORDS_BIGENDIAN)
- #endif   // #if !defined(htole16)
- 
--int __attribute__ ((visibility ("hidden"))) read_mfpdtf_block(int device, int channel, char *buf, int bufSize, int timeout);
-+int read_mfpdtf_block(int device, int channel, char *buf, int bufSize, int timeout);
- 
- #endif  // _MFPDTF_H
---- a/scan/sane/io.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/io.c	Fri Sep  4 01:04:50 2009
-@@ -43,7 +43,7 @@
- DBusError dbus_err;
- DBusConnection * dbus_conn;
- 
--int __attribute__ ((visibility ("hidden"))) InitDbus(void)
-+int InitDbus(void)
- {
-    dbus_error_init(&dbus_err);
-    dbus_conn = dbus_bus_get(DBUS_BUS_SYSTEM, &dbus_err);
-@@ -62,7 +62,7 @@
-    return 1;
- }
- 
--int __attribute__ ((visibility ("hidden"))) SendScanEvent(char *device_uri, int event)
-+int SendScanEvent(char *device_uri, int event)
- {
-     DBusMessage * msg = dbus_message_new_signal(DBUS_PATH, DBUS_INTERFACE, "Event");
-     char * printer = "";
-@@ -104,11 +104,11 @@
-     return 1;
- }
- #else
--int __attribute__ ((visibility ("hidden"))) InitDbus(void)
-+int InitDbus(void)
- {
-    return 1;
- }
--int __attribute__ ((visibility ("hidden"))) SendScanEvent(char *device_uri, int event)
-+int SendScanEvent(char *device_uri, int event)
- {
-     return 1;
- }
-@@ -115,7 +115,7 @@
- #endif  /* HAVE_DBUS */
-  
- /* Read full requested data length in BUFFER_SIZE chunks. Return number of bytes read. */
--int __attribute__ ((visibility ("hidden"))) ReadChannelEx(int deviceid, int channelid, unsigned char * buffer, int length, int timeout)
-+int ReadChannelEx(int deviceid, int channelid, unsigned char * buffer, int length, int timeout)
- {
-    int n, len, size, total=0;
-    enum HPMUD_RESULT stat;
---- a/scan/sane/common.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/common.c	Fri Sep  4 01:04:05 2009
-@@ -36,7 +36,7 @@
- #define DEBUG_NOT_STATIC
- #include "sanei_debug.h"
- 
--int __attribute__ ((visibility ("hidden"))) bug(const char *fmt, ...)
-+int bug(const char *fmt, ...)
- {
-    char buf[256];
-    va_list args;
-@@ -51,7 +51,7 @@
-    return n;
- }
- 
--void __attribute__ ((visibility ("hidden"))) sysdump(const void *data, int size)
-+void sysdump(const void *data, int size)
- {
-     /* Dump size bytes of *data. Output looks like:
-      * [0000] 75 6E 6B 6E 6F 77 6E 20 30 FF 00 00 00 00 39 00 unknown 0.....9.
-@@ -98,7 +98,7 @@
-     }
- }
- 
--void __attribute__ ((visibility ("hidden"))) bugdump(const void *data, int size)
-+void bugdump(const void *data, int size)
- {
-     /* Dump size bytes of *data. Output looks like:
-      * [0000] 75 6E 6B 6E 6F 77 6E 20 30 FF 00 00 00 00 39 00 unknown 0.....9.
-@@ -145,7 +145,7 @@
-     }
- }
- 
--char __attribute__ ((visibility ("hidden"))) *psnprintf(char *buf, int bufSize, const char *fmt, ...)
-+char *psnprintf(char *buf, int bufSize, const char *fmt, ...)
- {
-    va_list args;
-    int n;
-@@ -160,7 +160,7 @@
-    return buf;
- }
- 
--unsigned long __attribute__ ((visibility ("hidden"))) DivideAndShift( int line,
-+unsigned long DivideAndShift( int line,
-                               unsigned long numerator1,
-                               unsigned long numerator2,
-                               unsigned long denominator,
-@@ -183,12 +183,12 @@
-     return result;
- }
- 
--void __attribute__ ((visibility ("hidden"))) NumListClear( int * list )
-+void NumListClear( int * list )
- {
-     memset( list, 0, sizeof( int ) * MAX_LIST_SIZE );
- }
- 
--int __attribute__ ((visibility ("hidden"))) NumListIsInList( int * list, int n )
-+int NumListIsInList( int * list, int n )
- {
-     int i;
-     for( i = 1; i < MAX_LIST_SIZE; i++ )
-@@ -201,7 +201,7 @@
-     return 0;
- }
- 
--int __attribute__ ((visibility ("hidden"))) NumListAdd( int * list, int n )
-+int NumListAdd( int * list, int n )
- {
-     if( NumListIsInList( list, n ) )
-     {
-@@ -216,12 +216,12 @@
-     return 1;
- }
- 
--int __attribute__ ((visibility ("hidden"))) NumListGetCount( int * list )
-+int NumListGetCount( int * list )
- {
-     return list[0];
- }
- 
--int __attribute__ ((visibility ("hidden"))) NumListGetFirst( int * list )
-+int NumListGetFirst( int * list )
- {
-     int n = list[0];
-     if( n > 0 )
-@@ -231,12 +231,12 @@
-     return n;
- }
- 
--void __attribute__ ((visibility ("hidden"))) StrListClear( const char ** list )
-+void StrListClear( const char ** list )
- {
-     memset( list, 0, sizeof( char * ) * MAX_LIST_SIZE );
- }
- 
--int __attribute__ ((visibility ("hidden"))) StrListIsInList( const char ** list, char * s )
-+int StrListIsInList( const char ** list, char * s )
- {
-     while( *list )
-     {
-@@ -249,7 +249,7 @@
-     return 0;
- }
- 
--int __attribute__ ((visibility ("hidden"))) StrListAdd( const char ** list, char * s )
-+int StrListAdd( const char ** list, char * s )
- {
-     int i;
-     for( i = 0; i < MAX_LIST_SIZE - 1; i++ )
-@@ -267,7 +267,7 @@
-     return 0;
- }
- 
--char* __attribute__ ((visibility ("hidden"))) itoa(int value, char* str, int radix)
-+char* itoa(int value, char* str, int radix)
- {
-   static char dig[] = "0123456789""abcdefghijklmnopqrstuvwxyz";
-   int n = 0, neg = 0;
---- a/scan/sane/pml.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/pml.c	Fri Sep  4 01:06:11 2009
-@@ -36,7 +36,7 @@
- #define DEBUG_DECLARE_ONLY
- #include "sanei_debug.h"
- 
--int __attribute__ ((visibility ("hidden"))) PmlSetID( PmlObject_t obj, char * oid )
-+int PmlSetID( PmlObject_t obj, char * oid )
- {
-     int len = 0;    /* TODO: Do we need this parameter? */
- 
-@@ -137,12 +137,12 @@
-     return r;
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlSetValue( PmlObject_t obj, int type, char * value, int len )
-+int PmlSetValue( PmlObject_t obj, int type, char * value, int len )
- {
-     return PmlSetPrefixValue( obj, type, 0, 0, value, len );
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlSetIntegerValue( PmlObject_t obj, int type, int value )
-+int PmlSetIntegerValue( PmlObject_t obj, int type, int value )
- {
-     char buffer[sizeof( int )];
-     int len = sizeof( int ), i = len - 1;
-@@ -217,12 +217,12 @@
-     return len;
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlGetValue(PmlObject_t obj, int *pType, char *buffer, int maxlen)
-+int PmlGetValue(PmlObject_t obj, int *pType, char *buffer, int maxlen)
- {
-     return PmlGetPrefixValue( obj, pType, 0, 0, buffer, maxlen );
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlGetStringValue( PmlObject_t obj,
-+int PmlGetStringValue( PmlObject_t obj,
-                            int * pSymbolSet,
-                            char * buffer,
-                            int maxlen )
-@@ -248,7 +248,7 @@
-     return len;
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlGetIntegerValue( PmlObject_t obj, int * pType, int * pValue )
-+int PmlGetIntegerValue( PmlObject_t obj, int * pType, int * pValue )
- {
-     int type;
-     unsigned char svalue[sizeof( int )];
-@@ -289,7 +289,7 @@
-     return obj->status;
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlRequestSet( int deviceid, int channelid, PmlObject_t obj )
-+int PmlRequestSet( int deviceid, int channelid, PmlObject_t obj )
- {
-     unsigned char data[PML_MAX_DATALEN];
-     int datalen=0, status=ERROR, type, result, pml_result;
-@@ -308,7 +308,7 @@
-     return status;  /* OK = valid I/O result */
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlRequestSetRetry( int deviceid, int channelid, PmlObject_t obj, int count, int delay )
-+int PmlRequestSetRetry( int deviceid, int channelid, PmlObject_t obj, int count, int delay )
- {
-    int stat=ERROR, r;
- 
-@@ -346,7 +346,7 @@
-    return stat;  /* OK = valid I/O result AND PML result */
- }
- 
--int __attribute__ ((visibility ("hidden"))) PmlRequestGet( int deviceid, int channelid, PmlObject_t obj ) 
-+int PmlRequestGet( int deviceid, int channelid, PmlObject_t obj ) 
- {
-     unsigned char data[PML_MAX_DATALEN];
-     int datalen=0, stat=ERROR, type, pml_result;
-@@ -603,7 +603,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) pml_start(HPAIO_RECORD *hpaio)
-+int pml_start(HPAIO_RECORD *hpaio)
- {
-    MFPDTF_FIXED_HEADER *ph;
-    MFPDTF_START_PAGE *ps;
-@@ -888,7 +888,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) pml_read(HPAIO_RECORD *hpaio, SANE_Byte *data, SANE_Int maxLength, SANE_Int *pLength)
-+int pml_read(HPAIO_RECORD *hpaio, SANE_Byte *data, SANE_Int maxLength, SANE_Int *pLength)
- {
-    MFPDTF_RASTER *pd;
-    int stat=SANE_STATUS_IO_ERROR;
-@@ -1018,7 +1018,7 @@
-     return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) pml_cancel(HPAIO_RECORD *hpaio)
-+int pml_cancel(HPAIO_RECORD *hpaio)
- {
-    int oldStuff = (hpaio->preDenali || hpaio->fromDenali || hpaio->denali) ? 1 : 0;
- 
---- a/scan/sane/hpaio.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/hpaio.c	Fri Sep  4 01:04:29 2009
-@@ -326,7 +326,7 @@
-     return NULL;
- }
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) hpaioScannerToSaneError( hpaioScanner_t hpaio )
-+SANE_Status hpaioScannerToSaneError( hpaioScanner_t hpaio )
- {
-     SANE_Status retcode;
- 
-@@ -440,7 +440,7 @@
- }
- 
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) hpaioScannerToSaneStatus( hpaioScanner_t hpaio )
-+SANE_Status hpaioScannerToSaneStatus( hpaioScanner_t hpaio )
- {
- //BREAKPOINT;
-     
---- a/scan/sane/xml.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/xml.h	Fri Sep  4 01:07:05 2009
-@@ -27,10 +27,10 @@
- #ifndef _MXML_H
- #define _MXML_H
- 
--int __attribute__ ((visibility ("hidden"))) get_array_size(const char *tag);
-+int get_array_size(const char *tag);
- /* Get xml element from the buffer. The returned element is zero terminated. */
--int __attribute__ ((visibility ("hidden"))) get_element(const char *buf, int buf_size, char *element, int element_size, char **tail);
-+int get_element(const char *buf, int buf_size, char *element, int element_size, char **tail);
- /* Get next xml tag from the buffer. The returned xml tag is zero terminated. */
--int __attribute__ ((visibility ("hidden"))) get_tag(const char *buf, int buf_size, char *tag, int tag_size, char **tail);
-+int get_tag(const char *buf, int buf_size, char *tag, int tag_size, char **tail);
- 
- #endif  // _MXML_H
---- a/scan/sane/scl.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/scl.h	Fri Sep  4 01:06:54 2009
-@@ -176,8 +176,8 @@
- //#define LEN_SCL_BUFFER 1024
- #define LEN_SCL_BUFFER    256 /* Increase if reading binary data. */
- 
--SANE_Status  __attribute__ ((visibility ("hidden"))) SclSendCommand(int deviceid, int channelid, int cmd, int param);
--SANE_Status __attribute__ ((visibility ("hidden"))) SclInquire(int deviceid, int channelid, int cmd, int param, int *pValue, char *buffer, int maxlen);
-+SANE_Status  SclSendCommand(int deviceid, int channelid, int cmd, int param);
-+SANE_Status SclInquire(int deviceid, int channelid, int cmd, int param, int *pValue, char *buffer, int maxlen);
- 
- /*
-  * Phase 2 partial rewrite. des 9/26/07
-@@ -195,8 +195,8 @@
- 
- struct hpaioScanner_s;
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) scl_send_cmd(struct hpaioScanner_s *hpaio, const char *buf, int size);
--SANE_Status __attribute__ ((visibility ("hidden"))) scl_query_int(struct hpaioScanner_s *hpaio, const char *buf, int size, int *result);
-+SANE_Status scl_send_cmd(struct hpaioScanner_s *hpaio, const char *buf, int size);
-+SANE_Status scl_query_int(struct hpaioScanner_s *hpaio, const char *buf, int size, int *result);
- 
- #endif
- 
---- a/scan/sane/hpaio.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/hpaio.h	Fri Sep  4 01:04:35 2009
-@@ -270,8 +270,8 @@
-     } \
-   } while(0)
- 
--SANE_Status __attribute__ ((visibility ("hidden"))) hpaioScannerToSaneStatus( hpaioScanner_t hpaio );
--SANE_Status __attribute__ ((visibility ("hidden"))) hpaioScannerToSaneError( hpaioScanner_t hpaio );
-+SANE_Status hpaioScannerToSaneStatus( hpaioScanner_t hpaio );
-+SANE_Status hpaioScannerToSaneError( hpaioScanner_t hpaio );
- void sane_hpaio_cancel(SANE_Handle handle);
- 
- #endif
---- a/scan/sane/mfpdtf.c	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/mfpdtf.c	Fri Sep  4 01:05:16 2009
-@@ -56,7 +56,7 @@
-     return seconds;
- }
- 
--Mfpdtf_t __attribute__ ((visibility ("hidden"))) MfpdtfAllocate( int deviceid, int channelid )
-+Mfpdtf_t MfpdtfAllocate( int deviceid, int channelid )
- {
-     int size = sizeof( struct Mfpdtf_s );
-     Mfpdtf_t mfpdtf = malloc( size );
-@@ -74,7 +74,7 @@
-     return mfpdtf;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfDeallocate( Mfpdtf_t mfpdtf )
-+int MfpdtfDeallocate( Mfpdtf_t mfpdtf )
- {
-     if( !mfpdtf )
-     {
-@@ -86,7 +86,7 @@
-     return OK;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfSetChannel( Mfpdtf_t mfpdtf, int channelid )
-+int MfpdtfSetChannel( Mfpdtf_t mfpdtf, int channelid )
- {
-     mfpdtf->channelid = channelid;
-     /* If necessary, we can query the device ID string using the
-@@ -94,7 +94,7 @@
-     return OK;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfLogToFile( Mfpdtf_t mfpdtf, char * filename )
-+int MfpdtfLogToFile( Mfpdtf_t mfpdtf, char * filename )
- {
-     if( mfpdtf->fdLog != -1 )
-     {
-@@ -114,12 +114,12 @@
-     return OK;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetSimulateImageHeaders( Mfpdtf_t mfpdtf )
-+int MfpdtfReadGetSimulateImageHeaders( Mfpdtf_t mfpdtf )
- {
-     return mfpdtf->read.simulateImageHeaders;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadSetSimulateImageHeaders( Mfpdtf_t mfpdtf,
-+int MfpdtfReadSetSimulateImageHeaders( Mfpdtf_t mfpdtf,
-                                        int simulateImageHeaders )
- {
-     mfpdtf->read.simulateImageHeaders = simulateImageHeaders;
-@@ -126,7 +126,7 @@
-     return simulateImageHeaders;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadStart( Mfpdtf_t mfpdtf )
-+int MfpdtfReadStart( Mfpdtf_t mfpdtf )
- {
-     mfpdtf->read.lastServiceResult = 0;
-     mfpdtf->read.dataType = ERROR;
-@@ -206,7 +206,7 @@
-     return r;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadService( Mfpdtf_t mfpdtf )
-+int MfpdtfReadService( Mfpdtf_t mfpdtf )
- {
-     int result = 0;
-     int datalen, blockLength, headerLength;
-@@ -408,12 +408,12 @@
-     RETURN( ( result | mfpdtf->read.fixedHeader.pageFlags ) );
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetLastServiceResult( Mfpdtf_t mfpdtf )
-+int MfpdtfReadGetLastServiceResult( Mfpdtf_t mfpdtf )
- {
-     return mfpdtf->read.lastServiceResult;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetVariantHeader( Mfpdtf_t mfpdtf,
-+int MfpdtfReadGetVariantHeader( Mfpdtf_t mfpdtf,
-                                 union MfpdtfVariantHeader_u * buffer,
-                                 int maxlen )
- {
-@@ -433,7 +433,7 @@
-     return maxlen;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadGetStartPageRecord( Mfpdtf_t mfpdtf,
-+int MfpdtfReadGetStartPageRecord( Mfpdtf_t mfpdtf,
-                                   struct MfpdtfImageStartPageRecord_s * buffer,
-                                   int maxlen )
- {
-@@ -446,7 +446,7 @@
-     return maxlen;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MfpdtfReadInnerBlock( Mfpdtf_t mfpdtf,
-+int MfpdtfReadInnerBlock( Mfpdtf_t mfpdtf,
-                           unsigned char * buffer,
-                           int countdown )
- {
-@@ -502,7 +502,7 @@
-  * Phase 2 rewrite. des
-  */
- 
--int __attribute__ ((visibility ("hidden"))) read_mfpdtf_block(int device, int channel, char *buf, int bufSize, int timeout)
-+int read_mfpdtf_block(int device, int channel, char *buf, int bufSize, int timeout)
- {
-    MFPDTF_FIXED_HEADER *phd = (MFPDTF_FIXED_HEADER *)buf;
-    int size, bsize=0, len;
---- a/scan/sane/io.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/io.h	Fri Sep  4 01:04:55 2009
-@@ -31,9 +31,9 @@
- #include "sane.h"
- #include "hpmud.h"
- 
--int __attribute__ ((visibility ("hidden"))) InitDbus(void);
--int __attribute__ ((visibility ("hidden"))) SendScanEvent(char * device_uri, int event);
--int __attribute__ ((visibility ("hidden"))) ReadChannelEx(int deviceid, int channelid, unsigned char * buffer, int length, int timeout);
-+int InitDbus(void);
-+int SendScanEvent(char * device_uri, int event);
-+int ReadChannelEx(int deviceid, int channelid, unsigned char * buffer, int length, int timeout);
- 
- #define EVENT_START_SCAN_JOB 2000
- #define EVENT_END_SCAN_JOB 2001
---- a/scan/sane/common.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/common.h	Fri Sep  4 01:04:21 2009
-@@ -170,19 +170,19 @@
-     pXform++; \
-   } while(0)
- 
--int __attribute__ ((visibility ("hidden"))) bug(const char *fmt, ...);
--void __attribute__ ((visibility ("hidden"))) sysdump(const void *data, int size);
--void __attribute__ ((visibility ("hidden"))) bugdump(const void *data, int size);
--char __attribute__ ((visibility ("hidden"))) *psnprintf(char *buf, int bufSize, const char *fmt, ...);
--unsigned long __attribute__ ((visibility ("hidden"))) DivideAndShift(int line, unsigned long numerator1, unsigned long numerator2,
-+int bug(const char *fmt, ...);
-+void sysdump(const void *data, int size);
-+void bugdump(const void *data, int size);
-+char *psnprintf(char *buf, int bufSize, const char *fmt, ...);
-+unsigned long DivideAndShift(int line, unsigned long numerator1, unsigned long numerator2,
-                               unsigned long denominator, int shift);
--void __attribute__ ((visibility ("hidden"))) NumListClear( int * list );
--int __attribute__ ((visibility ("hidden"))) NumListIsInList( int * list, int n );
--int __attribute__ ((visibility ("hidden"))) NumListAdd( int * list, int n );
--int __attribute__ ((visibility ("hidden"))) NumListGetCount( int * list );
--int __attribute__ ((visibility ("hidden"))) NumListGetFirst( int * list );
--void __attribute__ ((visibility ("hidden"))) StrListClear( const char ** list );
--int __attribute__ ((visibility ("hidden"))) StrListIsInList( const char ** list, char * s );
--int __attribute__ ((visibility ("hidden"))) StrListAdd( const char ** list, char * s );
--char* __attribute__ ((visibility ("hidden"))) itoa(int value, char* str, int radix);
-+void NumListClear( int * list );
-+int NumListIsInList( int * list, int n );
-+int NumListAdd( int * list, int n );
-+int NumListGetCount( int * list );
-+int NumListGetFirst( int * list );
-+void StrListClear( const char ** list );
-+int StrListIsInList( const char ** list, char * s );
-+int StrListAdd( const char ** list, char * s );
-+char* itoa(int value, char* str, int radix);
- #endif
---- a/scan/sane/pml.h	Tue Aug  4 16:36:06 2009
-+++ b/scan/sane/pml.h	Fri Sep  4 01:06:24 2009
-@@ -159,15 +159,15 @@
-         unsigned char   y[4];
- } __attribute__(( packed));
- 
--int __attribute__ ((visibility ("hidden"))) PmlSetID(PmlObject_t obj, char * oid);
--int __attribute__ ((visibility ("hidden"))) PmlSetValue(PmlObject_t obj, int type, char * value, int len);
--int __attribute__ ((visibility ("hidden"))) PmlSetIntegerValue(PmlObject_t obj, int type, int value);
--int __attribute__ ((visibility ("hidden"))) PmlGetValue(PmlObject_t obj, int * pType, char * buffer, int maxlen);
--int __attribute__ ((visibility ("hidden"))) PmlGetStringValue(PmlObject_t obj, int * pSymbolSet, char * buffer, int maxlen);
--int __attribute__ ((visibility ("hidden"))) PmlGetIntegerValue(PmlObject_t obj, int * pType, int * pValue);
--int __attribute__ ((visibility ("hidden"))) PmlRequestSet(int deviceid, int channelid, PmlObject_t obj);
--int __attribute__ ((visibility ("hidden"))) PmlRequestSetRetry(int deviceid, int channelid, PmlObject_t obj, int count, int delay);
--int __attribute__ ((visibility ("hidden"))) PmlRequestGet(int deviceid, int channelid, PmlObject_t obj);
-+int PmlSetID(PmlObject_t obj, char * oid);
-+int PmlSetValue(PmlObject_t obj, int type, char * value, int len);
-+int PmlSetIntegerValue(PmlObject_t obj, int type, int value);
-+int PmlGetValue(PmlObject_t obj, int * pType, char * buffer, int maxlen);
-+int PmlGetStringValue(PmlObject_t obj, int * pSymbolSet, char * buffer, int maxlen);
-+int PmlGetIntegerValue(PmlObject_t obj, int * pType, int * pValue);
-+int PmlRequestSet(int deviceid, int channelid, PmlObject_t obj);
-+int PmlRequestSetRetry(int deviceid, int channelid, PmlObject_t obj, int count, int delay);
-+int PmlRequestGet(int deviceid, int channelid, PmlObject_t obj);
- 
- /*
-  * Phase 2 rewrite. des
-@@ -174,8 +174,8 @@
-  */
- struct hpaioScanner_s;
- 
--int __attribute__ ((visibility ("hidden"))) pml_start(struct hpaioScanner_s *hpaio);
--int __attribute__ ((visibility ("hidden"))) pml_read(struct hpaioScanner_s *hpaio, SANE_Byte *data, SANE_Int maxLength, SANE_Int *pLength);
--int __attribute__ ((visibility ("hidden"))) pml_cancel(struct hpaioScanner_s *hpaio);
-+int pml_start(struct hpaioScanner_s *hpaio);
-+int pml_read(struct hpaioScanner_s *hpaio, SANE_Byte *data, SANE_Int maxLength, SANE_Int *pLength);
-+int pml_cancel(struct hpaioScanner_s *hpaio);
- 
- #endif // _PML_H
---- a/io/hpmud/pp.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/pp.h	Fri Sep  4 00:51:13 2009
-@@ -76,25 +76,25 @@
- struct _mud_device;
- struct _mud_channel;
- 
--extern struct _mud_device_vf __attribute__ ((visibility ("hidden"))) pp_mud_device_vf;
-+extern struct _mud_device_vf pp_mud_device_vf;
- 
--int __attribute__ ((visibility ("hidden"))) pp_write(int fd, const void *buf, int size, int usec);
--int __attribute__ ((visibility ("hidden"))) pp_read(int fd, void *buf, int size, int usec);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_open(struct _mud_device *pd);                 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_close(struct _mud_device *pd);                 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_get_device_id(struct _mud_device *pd, char *buf, int size, int *len);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_get_device_status(struct _mud_device *pd, unsigned int *status);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_channel_open(struct _mud_device *pd, const char *sn, HPMUD_CHANNEL *cd);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_channel_close(struct _mud_device *pd, struct _mud_channel *pc);
-+int pp_write(int fd, const void *buf, int size, int usec);
-+int pp_read(int fd, void *buf, int size, int usec);
-+enum HPMUD_RESULT pp_open(struct _mud_device *pd);                 
-+enum HPMUD_RESULT pp_close(struct _mud_device *pd);                 
-+enum HPMUD_RESULT pp_get_device_id(struct _mud_device *pd, char *buf, int size, int *len);
-+enum HPMUD_RESULT pp_get_device_status(struct _mud_device *pd, unsigned int *status);
-+enum HPMUD_RESULT pp_channel_open(struct _mud_device *pd, const char *sn, HPMUD_CHANNEL *cd);
-+enum HPMUD_RESULT pp_channel_close(struct _mud_device *pd, struct _mud_channel *pc);
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_raw_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_raw_channel_close(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_mlc_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_mlc_channel_close(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_dot4_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_dot4_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT pp_raw_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT pp_raw_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT pp_mlc_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT pp_mlc_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT pp_dot4_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT pp_dot4_channel_close(struct _mud_channel *pc);
- 
--int __attribute__ ((visibility ("hidden"))) pp_probe_devices(char *lst, int lst_size, int *cnt);
-+int pp_probe_devices(char *lst, int lst_size, int *cnt);
- 
- #endif // _PP_H
- 
---- a/io/hpmud/jd.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/jd.c	Fri Sep  4 00:55:15 2009
-@@ -35,7 +35,7 @@
- #include "hpmud.h"
- #include "hpmudi.h"
- 
--mud_device_vf __attribute__ ((visibility ("hidden"))) jd_mud_device_vf = 
-+mud_device_vf jd_mud_device_vf = 
- {
-    .open = jd_open,
-    .close = jd_close,
-@@ -61,7 +61,7 @@
- static const int ScanPort1[] = { 0, 8290, 0, 0 };        /* hack for CLJ28xx */
- static const int GenericPort1[] = { 0, 8292, 0, 0 };     /* hack for CLJ28xx (fax) */
- 
--const char __attribute__ ((visibility ("hidden"))) *kStatusOID = "1.3.6.1.4.1.11.2.3.9.1.1.7.0";            /* device id snmp oid */
-+const char *kStatusOID = "1.3.6.1.4.1.11.2.3.9.1.1.7.0";            /* device id snmp oid */
- 
- static int ReadReply(mud_channel *pc)
- {
-@@ -147,7 +147,7 @@
-  * JetDirect mud_device functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_open(mud_device *pd)
-+enum HPMUD_RESULT jd_open(mud_device *pd)
- {
-    char uri_model[128];
-    char model[128];
-@@ -199,7 +199,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_close(mud_device *pd)
-+enum HPMUD_RESULT jd_close(mud_device *pd)
- {
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
- 
-@@ -210,7 +210,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_get_device_id(mud_device *pd, char *buf, int size, int *len)
-+enum HPMUD_RESULT jd_get_device_id(mud_device *pd, char *buf, int size, int *len)
- {
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-    
-@@ -230,13 +230,13 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_get_device_status(mud_device *pd, unsigned int *status)
-+enum HPMUD_RESULT jd_get_device_status(mud_device *pd, unsigned int *status)
- {
-    *status = NFAULT_BIT;    /* there is no 8-bit status, so fake it */
-    return HPMUD_R_OK;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_write(mud_device *pd, mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
-+enum HPMUD_RESULT jd_channel_write(mud_device *pd, mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
- {   
-    enum HPMUD_RESULT stat;
- 
-@@ -246,7 +246,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_read(mud_device *pd, mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
-+enum HPMUD_RESULT jd_channel_read(mud_device *pd, mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
- {   
-    enum HPMUD_RESULT stat;
- 
-@@ -262,7 +262,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_open(mud_device *pd, const char *sn, HPMUD_CHANNEL *cd)
-+enum HPMUD_RESULT jd_channel_open(mud_device *pd, const char *sn, HPMUD_CHANNEL *cd)
- {
-    int index;
-    enum HPMUD_RESULT stat;
-@@ -291,7 +291,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_close(mud_device *pd, mud_channel *pc)
-+enum HPMUD_RESULT jd_channel_close(mud_device *pd, mud_channel *pc)
- {
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
- 
-@@ -307,7 +307,7 @@
-  * JetDirect channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT jd_s_channel_open(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    struct sockaddr_in pin;  
-@@ -510,7 +510,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT jd_s_channel_close(mud_channel *pc)
- {
-    if (pc->socket >= 0)
-    {
-@@ -525,7 +525,7 @@
-    return HPMUD_R_OK;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
-+enum HPMUD_RESULT jd_s_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    int len, size, total=0;
-@@ -585,7 +585,7 @@
-  * Channel_read() tries to read "length" bytes from the peripheral. The returned read count may be zero
-  * (timeout, no data available), less than "length" or equal "length".
-  */
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
-+enum HPMUD_RESULT jd_s_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    int len=0;
---- a/io/hpmud/dot4.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/dot4.c	Fri Sep  4 00:48:13 2009
-@@ -150,7 +150,7 @@
- }
- 
- /* Get command from peripheral and processes the reverse command. */
--int __attribute__ ((visibility ("hidden"))) Dot4ReverseCmd(mud_channel *pc, int fd)
-+int Dot4ReverseCmd(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];   
-@@ -274,7 +274,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4Init(mud_channel *pc, int fd)
-+int Dot4Init(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -338,7 +338,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4Exit(mud_channel *pc, int fd)
-+int Dot4Exit(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -374,7 +374,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4GetSocket(mud_channel *pc, int fd)
-+int Dot4GetSocket(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -419,7 +419,7 @@
- }
- 
- /* Write data to peripheral. */
--int __attribute__ ((visibility ("hidden"))) Dot4ForwardData(mud_channel *pc, int fd, const void *buf, int size, int usec_timeout)
-+int Dot4ForwardData(mud_channel *pc, int fd, const void *buf, int size, int usec_timeout)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    int stat=0, len, n;
-@@ -450,7 +450,7 @@
- }
- 
- /* Read data from peripheral. */
--int __attribute__ ((visibility ("hidden"))) Dot4ReverseData(mud_channel *pc, int fd, void *buf, int length, int usec_timeout)
-+int Dot4ReverseData(mud_channel *pc, int fd, void *buf, int length, int usec_timeout)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    mud_channel *out_of_bound_channel;
-@@ -582,7 +582,7 @@
-    return total;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4OpenChannel(mud_channel *pc, int fd)
-+int Dot4OpenChannel(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -627,7 +627,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4CloseChannel(mud_channel *pc, int fd)
-+int Dot4CloseChannel(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -665,7 +665,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4Credit(mud_channel *pc, int fd, unsigned short credit)
-+int Dot4Credit(mud_channel *pc, int fd, unsigned short credit)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -706,7 +706,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) Dot4CreditRequest(mud_channel *pc, int fd, unsigned short credit)
-+int Dot4CreditRequest(mud_channel *pc, int fd, unsigned short credit)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
---- a/io/hpmud/pml.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/pml.c	Fri Sep  4 00:54:19 2009
-@@ -210,7 +210,7 @@
-    return len;
- }
- 
--int __attribute__ ((visibility ("hidden"))) GetSnmp(const char *ip, int port, const char *szoid, void *buffer, unsigned int size, int *type, int *pml_result, int *result)
-+int GetSnmp(const char *ip, int port, const char *szoid, void *buffer, unsigned int size, int *type, int *pml_result, int *result)
- {
-    struct snmp_session session, *ss=NULL;
-    struct snmp_pdu *pdu=NULL;
-@@ -299,13 +299,13 @@
- 
- #else
- 
--int __attribute__ ((visibility ("hidden"))) SetSnmp(const char *ip, int port, const char *szoid, int type, void *buffer, unsigned int size, int *pml_result, int *result)
-+int SetSnmp(const char *ip, int port, const char *szoid, int type, void *buffer, unsigned int size, int *pml_result, int *result)
- {
-    BUG("no JetDirect support enabled\n");
-    return 0;
- }
- 
--int __attribute__ ((visibility ("hidden"))) GetSnmp(const char *ip, int port, const char *szoid, void *buffer, unsigned int size, int *type, int *pml_result, int *result)
-+int GetSnmp(const char *ip, int port, const char *szoid, void *buffer, unsigned int size, int *type, int *pml_result, int *result)
- {
-    BUG("no JetDirect support enabled\n");
-    return 0;
---- a/io/hpmud/musb.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/musb.c	Fri Sep  4 00:54:08 2009
-@@ -28,7 +28,7 @@
- #include "hpmud.h"
- #include "hpmudi.h"
- 
--mud_device_vf __attribute__ ((visibility ("hidden"))) musb_mud_device_vf = 
-+mud_device_vf musb_mud_device_vf = 
- {
-    .read = musb_read,
-    .write = musb_write,
-@@ -856,7 +856,7 @@
-  * Power up printer if necessary. Most all-in-ones have no power down state (ie: OJ K80), so they are already powered up.
-  * Newer single function printers power-up with the print job. May be called by other mud_device.
-  */
--int __attribute__ ((visibility ("hidden"))) power_up(mud_device *pd, int fd)
-+int power_up(mud_device *pd, int fd)
- {
-    const char *pSf;
- 
-@@ -977,7 +977,7 @@
-  * USB mud_device functions.
-  */
- 
--int __attribute__ ((visibility ("hidden"))) musb_write(int fd, const void *buf, int size, int usec)
-+int musb_write(int fd, const void *buf, int size, int usec)
- {
-    int len=-EIO;
- 
-@@ -1052,7 +1052,7 @@
-    return len;
- }
- 
--int __attribute__ ((visibility ("hidden"))) musb_read(int fd, void *buf, int size, int usec)
-+int musb_read(int fd, void *buf, int size, int usec)
- {
-    struct timeval t1, t2;
-    int total_usec, tmo_usec=usec;
-@@ -1111,7 +1111,7 @@
-    return len;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_open(mud_device *pd)
-+enum HPMUD_RESULT musb_open(mud_device *pd)
- {
-    int len=0, fd=0;
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -1161,7 +1161,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_close(mud_device *pd)
-+enum HPMUD_RESULT musb_close(mud_device *pd)
- {
-    int i;
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
-@@ -1181,7 +1181,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_get_device_id(mud_device *pd, char *buf, int size, int *len)
-+enum HPMUD_RESULT musb_get_device_id(mud_device *pd, char *buf, int size, int *len)
- {
-    int i, fd=FD_NA;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -1237,7 +1237,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_get_device_status(mud_device *pd, unsigned int *status)
-+enum HPMUD_RESULT musb_get_device_status(mud_device *pd, unsigned int *status)
- {
-    int i, fd=FD_NA;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -1286,7 +1286,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_write(mud_device *pd, mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
-+enum HPMUD_RESULT musb_channel_write(mud_device *pd, mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
- {   
-    enum HPMUD_RESULT stat;
- 
-@@ -1296,7 +1296,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_read(mud_device *pd, mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
-+enum HPMUD_RESULT musb_channel_read(mud_device *pd, mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
- {   
-    enum HPMUD_RESULT stat;
- 
-@@ -1315,7 +1315,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_open(mud_device *pd, const char *sn, HPMUD_CHANNEL *cd)
-+enum HPMUD_RESULT musb_channel_open(mud_device *pd, const char *sn, HPMUD_CHANNEL *cd)
- {
-    int index;
-    enum HPMUD_RESULT stat;
-@@ -1344,7 +1344,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_close(mud_device *pd, mud_channel *pc)
-+enum HPMUD_RESULT musb_channel_close(mud_device *pd, mud_channel *pc)
- {
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
- 
-@@ -1360,7 +1360,7 @@
-  * USB raw_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT musb_raw_channel_open(mud_channel *pc)
- {
-    int fd = FD_7_1_2;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -1378,7 +1378,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT musb_raw_channel_close(mud_channel *pc)
- {
-    int fd = pc->fd;
- 
-@@ -1401,7 +1401,7 @@
-    return HPMUD_R_OK;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
-+enum HPMUD_RESULT musb_raw_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
- {
-    int len, size, total=0;
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -1439,7 +1439,7 @@
-  * Channel_read() tries to read "length" bytes from the peripheral. The returned read count may be zero
-  * (timeout, no data available), less than "length" or equal "length".
-  */
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
-+enum HPMUD_RESULT musb_raw_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
- {
-    int len=0, usec;
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -1476,7 +1476,7 @@
-  * USB comp_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_comp_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT musb_comp_channel_open(mud_channel *pc)
- {
-    int fd;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -1534,7 +1534,7 @@
-  * USB mlc_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT musb_mlc_channel_open(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum FD_ID fd;
-@@ -1602,7 +1602,7 @@
-    return stat;  
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT musb_mlc_channel_close(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char nullByte=0;
-@@ -1640,7 +1640,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
-+enum HPMUD_RESULT musb_mlc_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    int ret, len, size, dlen, total=0;
-@@ -1713,7 +1713,7 @@
-  * Note, if a "timeout" occurs one peripheral to host credit is left outstanding. Which means the peripheral
-  * can send unsolicited data later.
-  */
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
-+enum HPMUD_RESULT musb_mlc_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -1754,7 +1754,7 @@
-  * USB dot4_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT musb_dot4_channel_open(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum FD_ID fd;
-@@ -1843,7 +1843,7 @@
-    return stat;  
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT musb_dot4_channel_close(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
-@@ -1886,7 +1886,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
-+enum HPMUD_RESULT musb_dot4_channel_write(mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    int ret, len, size, dlen, total=0, cnt=0;
-@@ -1963,7 +1963,7 @@
-  * Note, if a "timeout" occurs one peripheral to host credit is left outstanding. Which means the peripheral
-  * can send unsolicited data later.
-  */
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
-+enum HPMUD_RESULT musb_dot4_channel_read(mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -2004,7 +2004,7 @@
-  * USB probe devices, walk the USB bus(s) looking for HP products.
-  */
- 
--int __attribute__ ((visibility ("hidden"))) musb_probe_devices(char *lst, int lst_size, int *cnt)
-+int musb_probe_devices(char *lst, int lst_size, int *cnt)
- {
-    struct usb_bus *bus;
-    struct usb_device *dev;
---- a/io/hpmud/hpmud.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/hpmud.c	Fri Sep  4 00:59:28 2009
-@@ -29,13 +29,13 @@
- #include "hpmudi.h"
- 
- /* Client data. */
--mud_session ms __attribute__ ((visibility ("hidden")));      /* mud session, one per client */
--mud_session *msp __attribute__ ((visibility ("hidden"))) = &ms;
-+mud_session ms ; /* mud session, one per client */
-+mud_session *msp = &ms;
- 
- /*
-  * sysdump() originally came from http://sws.dett.de/mini/hexdump-c , [email protected] .  
-  */
--void __attribute__ ((visibility ("hidden"))) sysdump(const void *data, int size)
-+void sysdump(const void *data, int size)
- {
-     /* Dump size bytes of *data. Output looks like:
-      * [0000] 75 6E 6B 6E 6F 77 6E 20 30 FF 00 00 00 00 39 00 unknown 0.....9.
-@@ -83,7 +83,7 @@
- }
- 
- /* Given the IEEE 1284 device id string, determine if this is a HP product. */
--int __attribute__ ((visibility ("hidden"))) is_hp(const char *id)
-+int is_hp(const char *id)
- {
-    char *pMf;
- 
-@@ -102,7 +102,7 @@
-    return 0;   
- }
- 
--int __attribute__ ((visibility ("hidden"))) generalize_model(const char *sz, char *buf, int bufSize)
-+int generalize_model(const char *sz, char *buf, int bufSize)
- {
-    const char *pMd=sz;
-    int i, j, dd=0;
-@@ -134,7 +134,7 @@
-    return j;   /* length does not include zero termination */
- }
- 
--int __attribute__ ((visibility ("hidden"))) generalize_serial(const char *sz, char *buf, int bufSize)
-+int generalize_serial(const char *sz, char *buf, int bufSize)
- {
-    const char *pMd=sz;
-    int i, j;
-@@ -154,7 +154,7 @@
- }
- 
- /* Parse serial number from uri string. */
--int __attribute__ ((visibility ("hidden"))) get_uri_serial(const char *uri, char *buf, int bufSize)
-+int get_uri_serial(const char *uri, char *buf, int bufSize)
- {
-    char *p;
-    int i;
-@@ -174,7 +174,7 @@
-    return i;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) service_to_channel(mud_device *pd, const char *sn, HPMUD_CHANNEL *index)
-+enum HPMUD_RESULT service_to_channel(mud_device *pd, const char *sn, HPMUD_CHANNEL *index)
- {
-    enum HPMUD_RESULT stat;
- 
---- a/io/hpmud/mlc.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/mlc.h	Fri Sep  4 00:57:55 2009
-@@ -134,17 +134,17 @@
- struct _mud_device;
- struct _mud_channel;
- 
--int __attribute__ ((visibility ("hidden"))) cut_buf(struct _mud_channel *pc, char *buf, int size);
--int __attribute__ ((visibility ("hidden"))) MlcInit(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) MlcExit(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) MlcConfigSocket(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) MlcForwardData(struct _mud_channel *pc, int fd, const void *buf, int size, int usec_timeout);
--int __attribute__ ((visibility ("hidden"))) MlcReverseData(struct _mud_channel *pc, int fd, void *buf, int length, int usec_timeout);
--int __attribute__ ((visibility ("hidden"))) MlcOpenChannel(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) MlcCloseChannel(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) MlcCredit(struct _mud_channel *pc, int fd, unsigned short credit);
--int __attribute__ ((visibility ("hidden"))) MlcCreditRequest(struct _mud_channel *pc, int fd, unsigned short credit);
--int __attribute__ ((visibility ("hidden"))) MlcReverseCmd(struct _mud_channel *pc, int fd);
-+int cut_buf(struct _mud_channel *pc, char *buf, int size);
-+int MlcInit(struct _mud_channel *pc, int fd);
-+int MlcExit(struct _mud_channel *pc, int fd);
-+int MlcConfigSocket(struct _mud_channel *pc, int fd);
-+int MlcForwardData(struct _mud_channel *pc, int fd, const void *buf, int size, int usec_timeout);
-+int MlcReverseData(struct _mud_channel *pc, int fd, void *buf, int length, int usec_timeout);
-+int MlcOpenChannel(struct _mud_channel *pc, int fd);
-+int MlcCloseChannel(struct _mud_channel *pc, int fd);
-+int MlcCredit(struct _mud_channel *pc, int fd, unsigned short credit);
-+int MlcCreditRequest(struct _mud_channel *pc, int fd, unsigned short credit);
-+int MlcReverseCmd(struct _mud_channel *pc, int fd);
- 
- #endif // _MLC_H
- 
---- a/io/hpmud/hpmudi.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/hpmudi.h	Fri Sep  4 00:59:05 2009
-@@ -195,18 +195,18 @@
-    pthread_mutex_t mutex;  
- } mud_session;
- 
--extern mud_session *msp __attribute__ ((visibility ("hidden")));
-+extern mud_session *msp;
- 
--void __attribute__ ((visibility ("hidden"))) sysdump(const void *data, int size);
--int __attribute__ ((visibility ("hidden"))) mm_device_lock(int fd, HPMUD_DEVICE index);
--int __attribute__ ((visibility ("hidden"))) mm_device_unlock(int fd, HPMUD_DEVICE index);
--int __attribute__ ((visibility ("hidden"))) mm_device_trylock(int fd, HPMUD_DEVICE index);
--int __attribute__ ((visibility ("hidden"))) is_hp(const char *id);
--int  __attribute__ ((visibility ("hidden"))) generalize_model(const char *sz, char *buf, int bufSize);
--int  __attribute__ ((visibility ("hidden"))) generalize_serial(const char *sz, char *buf, int bufSize);
--int __attribute__ ((visibility ("hidden"))) get_uri_model(const char *uri, char *buf, int bufSize);
--int __attribute__ ((visibility ("hidden"))) get_uri_serial(const char *uri, char *buf, int bufSize);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) service_to_channel(mud_device *pd, const char *sn, HPMUD_CHANNEL *index);
-+void sysdump(const void *data, int size);
-+int mm_device_lock(int fd, HPMUD_DEVICE index);
-+int mm_device_unlock(int fd, HPMUD_DEVICE index);
-+int mm_device_trylock(int fd, HPMUD_DEVICE index);
-+int is_hp(const char *id);
-+int  generalize_model(const char *sz, char *buf, int bufSize);
-+int  generalize_serial(const char *sz, char *buf, int bufSize);
-+int get_uri_model(const char *uri, char *buf, int bufSize);
-+int get_uri_serial(const char *uri, char *buf, int bufSize);
-+enum HPMUD_RESULT service_to_channel(mud_device *pd, const char *sn, HPMUD_CHANNEL *index);
- 
- #endif // _HPMUDI_H
- 
---- a/io/hpmud/dot4.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/dot4.h	Fri Sep  4 00:50:05 2009
-@@ -172,16 +172,16 @@
- typedef DOT4CloseChannelReply DOT4CreditReply;
- typedef DOT4Exit DOT4GetSocket;
- 
--int __attribute__ ((visibility ("hidden"))) Dot4ReverseCmd(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) Dot4Init(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) Dot4Exit(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) Dot4GetSocket(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) Dot4ForwardData(struct _mud_channel *pc, int fd, const void *buf, int size, int usec_timeout);
--int __attribute__ ((visibility ("hidden"))) Dot4ReverseData(struct _mud_channel *pc, int fd, void *buf, int length, int usec_timeout);
--int __attribute__ ((visibility ("hidden"))) Dot4OpenChannel(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) Dot4CloseChannel(struct _mud_channel *pc, int fd);
--int __attribute__ ((visibility ("hidden"))) Dot4Credit(struct _mud_channel *pc, int fd, unsigned short credit);
--int __attribute__ ((visibility ("hidden"))) Dot4CreditRequest(struct _mud_channel *pc, int fd, unsigned short credit);
-+int Dot4ReverseCmd(struct _mud_channel *pc, int fd);
-+int Dot4Init(struct _mud_channel *pc, int fd);
-+int Dot4Exit(struct _mud_channel *pc, int fd);
-+int Dot4GetSocket(struct _mud_channel *pc, int fd);
-+int Dot4ForwardData(struct _mud_channel *pc, int fd, const void *buf, int size, int usec_timeout);
-+int Dot4ReverseData(struct _mud_channel *pc, int fd, void *buf, int length, int usec_timeout);
-+int Dot4OpenChannel(struct _mud_channel *pc, int fd);
-+int Dot4CloseChannel(struct _mud_channel *pc, int fd);
-+int Dot4Credit(struct _mud_channel *pc, int fd, unsigned short credit);
-+int Dot4CreditRequest(struct _mud_channel *pc, int fd, unsigned short credit);
- 
- #endif // _DOT4_H
- 
---- a/io/hpmud/pp.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/pp.c	Fri Sep  4 00:51:58 2009
-@@ -29,7 +29,7 @@
- #include "hpmud.h"
- #include "hpmudi.h"
- 
--mud_device_vf __attribute__ ((visibility ("hidden"))) pp_mud_device_vf = 
-+mud_device_vf pp_mud_device_vf = 
- {
-    .read = pp_read,
-    .write = pp_write,
-@@ -724,7 +724,7 @@
-  * Parallel port mud_device functions.
-  */
- 
--int __attribute__ ((visibility ("hidden"))) pp_write(int fd, const void *buf, int size, int usec)
-+int pp_write(int fd, const void *buf, int size, int usec)
- {
-    int len=0, m;
- 
-@@ -745,7 +745,7 @@
-    return len;
- }
- 
--int __attribute__ ((visibility ("hidden"))) pp_read(int fd, void *buf, int size, int usec)
-+int pp_read(int fd, void *buf, int size, int usec)
- {
-    int len=0, m;
- //   int sec = usec/1000000;
-@@ -767,7 +767,7 @@
-    return len;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_open(mud_device *pd)
-+enum HPMUD_RESULT pp_open(mud_device *pd)
- {
-    char dev[255], uriModel[128], model[128];
-    int len, m, fd;
-@@ -827,7 +827,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_close(mud_device *pd)
-+enum HPMUD_RESULT pp_close(mud_device *pd)
- {
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
- 
-@@ -844,7 +844,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_get_device_id(mud_device *pd, char *buf, int size, int *len)
-+enum HPMUD_RESULT pp_get_device_id(mud_device *pd, char *buf, int size, int *len)
- {
-    int m, fd = pd->open_fd;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -902,7 +902,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_get_device_status(mud_device *pd, unsigned int *status)
-+enum HPMUD_RESULT pp_get_device_status(mud_device *pd, unsigned int *status)
- {
-    int fd=pd->open_fd;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -958,7 +958,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_channel_open(mud_device *pd, const char *sn, HPMUD_CHANNEL *cd)
-+enum HPMUD_RESULT pp_channel_open(mud_device *pd, const char *sn, HPMUD_CHANNEL *cd)
- {
-    int index;
-    enum HPMUD_RESULT stat = HPMUD_R_DEVICE_BUSY;
-@@ -987,7 +987,7 @@
-    return stat;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_channel_close(mud_device *pd, mud_channel *pc)
-+enum HPMUD_RESULT pp_channel_close(mud_device *pd, mud_channel *pc)
- {
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
- 
-@@ -1003,7 +1003,7 @@
-  * Parallel port raw_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_raw_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT pp_raw_channel_open(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    if (claim_pp(pd->open_fd))
-@@ -1012,7 +1012,7 @@
-    return HPMUD_R_OK;
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_raw_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT pp_raw_channel_close(mud_channel *pc)
- {
-    if (pc->fd >= 0)
-       release_pp(pc->fd);
-@@ -1024,7 +1024,7 @@
-  * Parallel port mlc_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_mlc_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT pp_mlc_channel_open(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -1076,7 +1076,7 @@
-    return stat;  
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_mlc_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT pp_mlc_channel_close(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
-@@ -1116,7 +1116,7 @@
-  * Parallel port dot4_channel functions.
-  */
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_dot4_channel_open(mud_channel *pc)
-+enum HPMUD_RESULT pp_dot4_channel_open(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_IO_ERROR;
-@@ -1168,7 +1168,7 @@
-    return stat;  
- }
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) pp_dot4_channel_close(mud_channel *pc)
-+enum HPMUD_RESULT pp_dot4_channel_close(mud_channel *pc)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    enum HPMUD_RESULT stat = HPMUD_R_OK;
-@@ -1208,7 +1208,7 @@
-  * Parallel port probe devices, walk the parallel port bus(s) looking for HP products.
-  */
- 
--int __attribute__ ((visibility ("hidden"))) pp_probe_devices(char *lst, int lst_size, int *cnt)
-+int pp_probe_devices(char *lst, int lst_size, int *cnt)
- {
-    struct hpmud_model_attributes ma;
-    char dev[HPMUD_LINE_SIZE];
---- a/io/hpmud/jd.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/jd.h	Fri Sep  4 00:58:24 2009
-@@ -34,23 +34,23 @@
- struct _mud_device;
- struct _mud_channel;
- 
--extern const char __attribute__ ((visibility ("hidden"))) *kStatusOID;            /* device id snmp oid */
-+extern const char *kStatusOID;            /* device id snmp oid */
- 
--extern struct _mud_device_vf __attribute__ ((visibility ("hidden"))) jd_mud_device_vf;
-+extern struct _mud_device_vf jd_mud_device_vf;
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_open(struct _mud_device *pd);                 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_close(struct _mud_device *pd);                 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_get_device_id(struct _mud_device *pd, char *buf, int size, int *len);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_get_device_status(struct _mud_device *pd, unsigned int *status);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_open(struct _mud_device *pd, const char *sn, HPMUD_CHANNEL *cd);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_close(struct _mud_device *pd, struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_write(struct _mud_device *pd, struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_channel_read(struct _mud_device *pd, struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_read);
-+enum HPMUD_RESULT jd_open(struct _mud_device *pd);                 
-+enum HPMUD_RESULT jd_close(struct _mud_device *pd);                 
-+enum HPMUD_RESULT jd_get_device_id(struct _mud_device *pd, char *buf, int size, int *len);
-+enum HPMUD_RESULT jd_get_device_status(struct _mud_device *pd, unsigned int *status);
-+enum HPMUD_RESULT jd_channel_open(struct _mud_device *pd, const char *sn, HPMUD_CHANNEL *cd);
-+enum HPMUD_RESULT jd_channel_close(struct _mud_device *pd, struct _mud_channel *pc);
-+enum HPMUD_RESULT jd_channel_write(struct _mud_device *pd, struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT jd_channel_read(struct _mud_device *pd, struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_read);
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_close(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_write(struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) jd_s_channel_read(struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT jd_s_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT jd_s_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT jd_s_channel_write(struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT jd_s_channel_read(struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_wrote);
- 
- #endif // _JD_H
- 
---- a/io/hpmud/mlc.c	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/mlc.c	Fri Sep  4 00:55:47 2009
-@@ -26,7 +26,7 @@
- #include "hpmud.h"
- #include "hpmudi.h"
- 
--int __attribute__ ((visibility ("hidden"))) cut_buf(mud_channel *pc, char *buf, int size)
-+int cut_buf(mud_channel *pc, char *buf, int size)
- {
-    int len;
- 
-@@ -157,7 +157,7 @@
- }
- 
- /* Get command from peripheral and processes the reverse command. */
--int __attribute__ ((visibility ("hidden"))) MlcReverseCmd(mud_channel *pc, int fd)
-+int MlcReverseCmd(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];   
-@@ -303,7 +303,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcInit(mud_channel *pc, int fd)
-+int MlcInit(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -365,7 +365,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcExit(mud_channel *pc, int fd)
-+int MlcExit(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -400,7 +400,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcConfigSocket(mud_channel *pc, int fd)
-+int MlcConfigSocket(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -446,7 +446,7 @@
- }
- 
- /* Write data to peripheral. */
--int __attribute__ ((visibility ("hidden"))) MlcForwardData(mud_channel *pc, int fd, const void *buf, int size, int usec_timeout)
-+int MlcForwardData(mud_channel *pc, int fd, const void *buf, int size, int usec_timeout)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    int stat=0, len, n;
-@@ -477,7 +477,7 @@
- }
- 
- /* Read data from peripheral. */
--int __attribute__ ((visibility ("hidden"))) MlcReverseData(mud_channel *pc, int fd, void *buf, int length, int usec_timeout)
-+int MlcReverseData(mud_channel *pc, int fd, void *buf, int length, int usec_timeout)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    mud_channel *out_of_bound_channel;
-@@ -610,7 +610,7 @@
-    return total;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcOpenChannel(mud_channel *pc, int fd)
-+int MlcOpenChannel(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -651,7 +651,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcCloseChannel(mud_channel *pc, int fd)
-+int MlcCloseChannel(mud_channel *pc, int fd)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -688,7 +688,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcCredit(mud_channel *pc, int fd, unsigned short credit)
-+int MlcCredit(mud_channel *pc, int fd, unsigned short credit)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
-@@ -728,7 +728,7 @@
-    return stat;
- }
- 
--int __attribute__ ((visibility ("hidden"))) MlcCreditRequest(mud_channel *pc, int fd, unsigned short credit)
-+int MlcCreditRequest(mud_channel *pc, int fd, unsigned short credit)
- {
-    mud_device *pd = &msp->device[pc->dindex];
-    unsigned char buf[HPMUD_BUFFER_SIZE];
---- a/io/hpmud/pml.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/pml.h	Fri Sep  4 00:53:19 2009
-@@ -71,7 +71,7 @@
-    PML_DT_UNKNOWN = 0xff
- };
- 
--int __attribute__ ((visibility ("hidden"))) GetSnmp(const char *ip, int port, const char *szoid, void *buffer, unsigned int size, int *type, int *pml_result, int *result);
-+int GetSnmp(const char *ip, int port, const char *szoid, void *buffer, unsigned int size, int *type, int *pml_result, int *result);
- 
- #endif // _PML_H
- 
---- a/io/hpmud/musb.h	Tue Aug  4 16:37:25 2009
-+++ b/io/hpmud/musb.h	Fri Sep  4 00:53:13 2009
-@@ -84,38 +84,38 @@
- struct _mud_device;
- struct _mud_channel;
- 
--extern struct _mud_device_vf __attribute__ ((visibility ("hidden"))) musb_mud_device_vf;
-+extern struct _mud_device_vf musb_mud_device_vf;
- 
--int __attribute__ ((visibility ("hidden"))) musb_write(int fd, const void *buf, int size, int usec_timout);    
--int __attribute__ ((visibility ("hidden"))) musb_read(int fd, void *buf, int size, int usec_timout); 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_open(struct _mud_device *pd);                 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_close(struct _mud_device *pd);                 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_get_device_id(struct _mud_device *pd, char *buf, int size, int *len);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_get_device_status(struct _mud_device *pd, unsigned int *status);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_open(struct _mud_device *pd, const char *sn, HPMUD_CHANNEL *cd);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_close(struct _mud_device *pd, struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_write(struct _mud_device *pd, struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_channel_read(struct _mud_device *pd, struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_read);
-+int musb_write(int fd, const void *buf, int size, int usec_timout);    
-+int musb_read(int fd, void *buf, int size, int usec_timout); 
-+enum HPMUD_RESULT musb_open(struct _mud_device *pd);                 
-+enum HPMUD_RESULT musb_close(struct _mud_device *pd);                 
-+enum HPMUD_RESULT musb_get_device_id(struct _mud_device *pd, char *buf, int size, int *len);
-+enum HPMUD_RESULT musb_get_device_status(struct _mud_device *pd, unsigned int *status);
-+enum HPMUD_RESULT musb_channel_open(struct _mud_device *pd, const char *sn, HPMUD_CHANNEL *cd);
-+enum HPMUD_RESULT musb_channel_close(struct _mud_device *pd, struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_channel_write(struct _mud_device *pd, struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT musb_channel_read(struct _mud_device *pd, struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_read);
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_close(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_write(struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_raw_channel_read(struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT musb_raw_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_raw_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_raw_channel_write(struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT musb_raw_channel_read(struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_wrote);
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_comp_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_comp_channel_open(struct _mud_channel *pc);
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_close(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_write(struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_mlc_channel_read(struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT musb_mlc_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_mlc_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_mlc_channel_write(struct _mud_channel *pc, const void *buf, int length, int timeout, int *bytes_wrote);
-+enum HPMUD_RESULT musb_mlc_channel_read(struct _mud_channel *pc, void *buf, int length, int timeout, int *bytes_wrote);
- 
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_open(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_close(struct _mud_channel *pc);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_write(struct _mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote);
--enum HPMUD_RESULT __attribute__ ((visibility ("hidden"))) musb_dot4_channel_read(struct _mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read);
-+enum HPMUD_RESULT musb_dot4_channel_open(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_dot4_channel_close(struct _mud_channel *pc);
-+enum HPMUD_RESULT musb_dot4_channel_write(struct _mud_channel *pc, const void *buf, int length, int sec_timeout, int *bytes_wrote);
-+enum HPMUD_RESULT musb_dot4_channel_read(struct _mud_channel *pc, void *buf, int length, int sec_timeout, int *bytes_read);
- 
--int __attribute__ ((visibility ("hidden"))) musb_probe_devices(char *lst, int lst_size, int *cnt);
--int __attribute__ ((visibility ("hidden"))) power_up(struct _mud_device *pd, int fd);
-+int musb_probe_devices(char *lst, int lst_size, int *cnt);
-+int power_up(struct _mud_device *pd, int fd);
- 
- #endif // _MUSB_H
- 
---- a/prnt/hpijs/hpijsfax.cpp	Thu Oct  1 14:09:21 2009
-+++ b/prnt/hpijs/hpijsfax.cpp	Thu Oct  1 14:09:39 2009
-@@ -587,7 +587,7 @@
- 		ijs_server_done (ctx);
- 	}
- 
--	exit(status);
-+	return(status);
- }
- 
- // GrayLevel = (5/16)R + (9/16)G + (2/16)B
---- a/Makefile.in	Tue Apr 10 01:38:51 2012
-+++ b/Makefile.in	Tue Dec 18 23:23:01 2012
-@@ -8598,10 +8598,8 @@
- 
- install-dist_hplip_LogDATA:
- @FULL_BUILD_TRUE@	test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
--@FULL_BUILD_TRUE@	chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
- @FULL_BUILD_TRUE@	chmod 774 $(DESTDIR)$(hplip_Logdir)
- @HPLIP_BUILD_TRUE@	test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
--@HPLIP_BUILD_TRUE@	chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
- @HPLIP_BUILD_TRUE@	chmod 774 $(DESTDIR)$(hplip_Logdir)
- 
- install-data-hook:
---- a/Makefile.am	Tue Apr 10 01:35:14 2012
-+++ b/Makefile.am	Tue Dec 18 23:21:59 2012
-@@ -509,12 +509,10 @@
- install-dist_hplip_LogDATA:
- if FULL_BUILD
- 	test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
--	chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
- 	chmod 774 $(DESTDIR)$(hplip_Logdir)
- endif	#FULL_BUILD
- if HPLIP_BUILD
- 	test -z "$(DESTDIR)$(hplip_Logdir)" || mkdir -p $(DESTDIR)$(hplip_Logdir)
--	chgrp "lp" -R $(DESTDIR)$(hplip_Logdir)
- 	chmod 774 $(DESTDIR)$(hplip_Logdir)
- endif	#FULL_BUILD
- 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/patches/01_build.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,13 @@
+Home brewed patch
+
+--- a/prnt/hpijs/hpijsfax.cpp	2014-04-04 03:39:55.000000000 -0700
++++ hplip-3.14.4/prnt/hpijs/hpijsfax.cpp	2014-04-11 09:25:59.404997356 -0700
+@@ -598,7 +598,7 @@
+ 		ijs_server_done (ctx);
+ 	}
+ 
+-	exit(status);
++	return(status);
+ }
+ 
+ // GrayLevel = (5/16)R + (9/16)G + (2/16)B
--- a/components/hplip/patches/02_HPCupsFilter.cpp.patch	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/patches/02_HPCupsFilter.cpp.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -1,11 +1,134 @@
---- a/prnt/hpcups/HPCupsFilter.cpp      Tue Dec 21 02:30:42 2010
-+++ b/prnt/hpcups/HPCupsFilter.cpp      Tue Dec 21 02:31:05 2010
-@@ -36,6 +36,8 @@
- #include <sys/utsname.h>
- #include <time.h>
- #include <sys/timeb.h>
+Home brewed patch
+
+--- a/prnt/hpcups/HPCupsFilter.cpp	2014-04-04 03:39:07.000000000 -0700
++++ hplip-3.14.4/prnt/hpcups/HPCupsFilter.cpp	2014-04-11 12:24:59.109386019 -0700
+@@ -37,6 +37,8 @@
+ #include <time.h>
+ #include "utils.h"
+ 
++extern "C" int getdomainname(char*, int);
 +
-+extern "C" int getdomainname(char*, int);
- 
- #define HP_FILE_VERSION_STR    "03.09.08.0"
- 
+ #define HP_FILE_VERSION_STR    "03.09.08.0"
+ 
+ static HPCupsFilter    filter;
+@@ -597,7 +599,7 @@
+     char hpPreProcessedRasterFile[MAX_FILE_PATH_LEN]; //temp file needed to store raster data with swaped pages.
+ 
+ 
+-    sprintf(hpPreProcessedRasterFile, "%s/hp_%s_cups_SwapedPagesXXXXXX",CUPS_TMP_DIR, m_JA.user_name);
++    snprintf(hpPreProcessedRasterFile, sizeof(hpPreProcessedRasterFile), "%s/hp_%s_cups_SwapedPagesXXXXXX", CUPS_TMP_DIR, m_JA.user_name);
+ 
+ 
+     while (cupsRasterReadHeader2(cups_raster, &cups_header))
+--- a/prnt/hpcups/CommonDefinitions.h	2014-04-04 03:39:07.000000000 -0700
++++ hplip-3.14.4/prnt/hpcups/CommonDefinitions.h	2014-04-11 12:03:54.025798599 -0700
+@@ -305,7 +305,7 @@
+ /* 0x68 */    ZJI_BITMAP_PIXELS,
+ /* 0x69 */    ZJI_BITMAP_LINES,
+ /* 0x6A */    ZJI_BITMAP_BPP,
+-/* 0x6B */    ZJI_BITMAP_STRIDE,
++/* 0x6B */    ZJI_BITMAP_STRIDE
+ 
+ } ZJ_ITEM;
+ 
+--- a/io/hpmud/hpmud.h	2014-04-04 03:42:17.000000000 -0700
++++ hplip-3.14.4/io/hpmud/hpmud.h	2014-04-11 12:12:13.756537138 -0700
+@@ -46,7 +46,7 @@
+    HPMUD_R_INVALID_TIMEOUT = 47,
+    HPMUD_R_DATFILE_ERROR = 48,
+    HPMUD_R_IO_TIMEOUT = 49,
+-   HPMUD_R_INVALID_MDNS = 50,
++   HPMUD_R_INVALID_MDNS = 50
+ };
+ 
+ enum HPMUD_IO_MODE
+@@ -57,7 +57,7 @@
+    HPMUD_DOT4_PHOENIX_MODE=4,  /* (ie: clj2550, clj2840, lj3050, lj3055, clj4730mfp) */
+    HPMUD_DOT4_BRIDGE_MODE=5,  /* (ie: clj2500) not USB compatable, use HPMUD_RAW_MODE, tested on F10 12/10/08 DES */
+    HPMUD_MLC_GUSHER_MODE=6,   /* most new devices */
+-   HPMUD_MLC_MISER_MODE=7,  /* old stuff */
++   HPMUD_MLC_MISER_MODE=7  /* old stuff */
+ };
+ 
+ enum HPMUD_BUS_ID
+@@ -78,7 +78,7 @@
+    HPMUD_SCANTYPE_SOAPHT = 5,   /* HorseThief (ie: ljm1522) */
+    HPMUD_SCANTYPE_SCL_DUPLEX = 6,
+    HPMUD_SCANTYPE_LEDM = 7,
+-   HPMUD_SCANTYPE_MARVELL2 = 8,     /* (Tsunami lj 1212  and series) */
++   HPMUD_SCANTYPE_MARVELL2 = 8     /* (Tsunami lj 1212  and series) */
+ };
+ 
+ enum HPMUD_SCANSRC
+@@ -86,7 +86,7 @@
+    HPMUD_SCANSRC_NA = 0,
+    HPMUD_SCANSRC_FLATBED = 0x1,
+    HPMUD_SCANSRC_ADF= 0x2,
+-   HPMUD_SCANSRC_CAMERA = 0x4,
++   HPMUD_SCANSRC_CAMERA = 0x4
+ };
+ 
+ enum HPMUD_STATUSTYPE
+@@ -97,21 +97,21 @@
+    HPMUD_STATUSTYPE_PML = 3,      /* laserjet pml */
+    HPMUD_STATUSTYPE_EWS = 6,      /* laserjet hp ews */
+    HPMUD_STATUSTYPE_PJL = 8,      /* laserjet pjl */
+-   HPMUD_STATUSTYPE_PJLPML = 9,   /* laserjet pjl and pml */
++   HPMUD_STATUSTYPE_PJLPML = 9    /* laserjet pjl and pml */
+ };
+ 
+ enum HPMUD_SUPPORT_TYPE
+ {
+    HPMUD_SUPPORT_TYPE_NONE = 0,   /* not supported */
+    HPMUD_SUPPORT_TYPE_HPIJS = 1,  /* supported by hpijs only */
+-   HPMUD_SUPPORT_TYPE_HPLIP = 2,   /* supported by hpijs and "hp" backend */
++   HPMUD_SUPPORT_TYPE_HPLIP = 2   /* supported by hpijs and "hp" backend */
+ };
+ 
+ enum HPMUD_PLUGIN_TYPE
+ {
+    HPMUD_PLUGIN_TYPE_NONE = 0,
+    HPMUD_PLUGIN_TYPE_REQUIRED = 1,
+-   HPMUD_PLUGIN_TYPE_OPTIONAL = 2,
++   HPMUD_PLUGIN_TYPE_OPTIONAL = 2
+ };
+ 
+ 
+--- a/common/utils.h	2014-04-04 03:42:15.000000000 -0700
++++ hplip-3.14.4/common/utils.h	2014-04-11 12:49:00.832008556 -0700
+@@ -22,7 +22,8 @@
+ #define SCAN_PLUGIN_SOAPHT "bb_soapht.so"
+ 
+ #define HPLIP_PLUGIN_STATE  "/var/lib/hp/hplip.state"
+-#define CUPS_TMP_DIR   getenv("TMPDIR") ? : getenv("HOME") ?:"/tmp"
++//#define CUPS_TMP_DIR   getenv("TMPDIR") ? : getenv("HOME") ?:"/tmp"
++#define CUPS_TMP_DIR   "/tmp"
+ 
+ enum UTILS_CONF_RESULT
+ {
+@@ -30,7 +31,7 @@
+    UTILS_CONF_FILE_NOT_FOUND,       // =1,
+    UTILS_CONF_SECTION_NOT_FOUND,    // =2,
+    UTILS_CONF_KEY_NOT_FOUND,        // =3,
+-   UTILS_CONF_DATFILE_ERROR,        // = 4,
++   UTILS_CONF_DATFILE_ERROR         // = 4,
+ };
+ 
+ 
+@@ -38,14 +39,14 @@
+ {
+    UTILS_PLUGIN_STATUS_OK = 0,
+    UTILS_PLUGIN_STATUS_MISMATCH,        // = 1,
+-   UTILS_PLUGIN_STATUS_NOT_INSTALLED,   // = 2,
++   UTILS_PLUGIN_STATUS_NOT_INSTALLED    // = 2,
+ };
+ 
+ enum UTILS_PLUGIN_LIBRARY_TYPE
+ {
+    UTILS_PRINT_PLUGIN_LIBRARY = 0,          // = 0,
+    UTILS_SCAN_PLUGIN_LIBRARY,           // =1,
+-   UTILS_FAX_PLUGIN_LIBRARY,            // =2,
++   UTILS_FAX_PLUGIN_LIBRARY//,            // =2,
+ //   UTILS_GENERAL_PLUGIN_LIBRARY         //=4,     // Future use.. 
+ };
+ 
--- a/components/hplip/patches/03_ErnieFilter.cpp.patch	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/patches/03_ErnieFilter.cpp.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -1,11 +1,13 @@
---- a/prnt/hpcups/ErnieFilter.cpp	Mon Dec 27 00:02:08 2010
-+++ b/prnt/hpcups/ErnieFilter.cpp	Mon Dec 27 00:03:19 2010
-@@ -50,6 +50,8 @@
+Home brewed patch
+
+--- a/prnt/hpcups/ErnieFilter.cpp	2014-04-04 03:39:07.000000000 -0700
++++ b/prnt/hpcups/ErnieFilter.cpp	2014-04-11 09:23:38.197875441 -0700
+@@ -50,7 +50,7 @@
  #include "ErnieFilter.h"
  
  
-+extern "C" double ceil(double);
-+
- #if defined(__APPLE__) || defined(__linux)
+-#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__) || defined(__NetBSD__)
++#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__) || defined(__NetBSD__) || defined (__sun) || defined (__sun__)
  #include <math.h>
  #endif
+ 
--- a/components/hplip/patches/04_pstotiff.patch	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/patches/04_pstotiff.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -1,8 +1,10 @@
+Home brewed patch
+
 --- a/fax/filters/pstotiff.orig	Fri Mar 25 03:39:05 2011
 +++ b/fax/filters/pstotiff	Fri Mar 25 03:42:38 2011
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python2.6
++#!/usr/bin/python2.7
  
  import os
  import os.path
--- a/components/hplip/patches/05_Bug17406738.patch	Mon Mar 09 11:31:29 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-Description: fix for CVE-2013-0200 (insecure temporary files)
-Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701185
-Original Bug: https://bugzilla.redhat.com/show_bug.cgi?id=902163
-
------------------------------------------------------------------------
---- a/prnt/hpps/hppsfilter.c	Tue Apr 10 01:32:37 2012
-+++ b/prnt/hpps/hppsfilter.c	Tue Jan 28 03:25:00 2014
-@@ -93,8 +93,11 @@
-     if (g_savepsfile & SAVE_PS_FILE)
-     {
-         char    sfile_name[FILE_NAME_SIZE] = {0};
--        sprintf(sfile_name, DBG_PSFILE, szjob_id);
--        g_fp_outdbgps= fopen(sfile_name, "w");
-+        int fd;
-+        sprintf(sfile_name, DBG_PSFILE ".XXXXXX", szjob_id);
-+        fd = mkstemp (sfile_name);
-+        if (fd != -1)
-+            g_fp_outdbgps = fdopen(fd, "w");
-         chmod(sfile_name, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
-     }
- }
---- a/prnt/hpcups/SystemServices.cpp	Tue Apr 10 01:32:37 2012
-+++ b/prnt/hpcups/SystemServices.cpp	Tue Jan 28 03:22:40 2014
-@@ -36,9 +36,12 @@
-     m_fp = NULL;
-     if (iLogLevel & SAVE_PCL_FILE)
-     {
--        char    fname[32];
--        sprintf(fname, "/tmp/hpcups_job%d.out", job_id);
--        m_fp = fopen(fname, "w");
-+        char    fname[40];
-+        int fd;
-+        sprintf(fname, "/tmp/hpcups_job%d.out.XXXXXX", job_id);
-+        fd = mkstemp (fname);
-+        if (fd != -1)
-+            m_fp = fdopen(fd, "w");
-         chmod(fname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
-     }
- }
---- a/prnt/hpijs/hpijs.cpp	Tue Apr 10 01:32:39 2012
-+++ b/prnt/hpijs/hpijs.cpp	Tue Jan 28 03:20:35 2014
-@@ -97,12 +97,13 @@
-     if (pSS->m_iLogLevel & SAVE_PCL_FILE)
-     {
-         char    szFileName[32];
--	sprintf (szFileName, "/tmp/hpijs_%d.out", getpid());
--	pSS->outfp = fopen (szFileName, "w");
--	if (pSS->outfp)
--	{
--	    chmod (szFileName, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
--	}
-+        int fd;
-+        sprintf (szFileName, "/tmp/hpijs_%d.out.XXXXXX", getpid());
-+        fd = mkstemp (szFileName);
-+        if (fd != -1)
-+            pSS->outfp = fdopen (fd, "w");
-+        if (pSS->outfp)
-+            chmod (szFileName, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
-     }
- }
- 
---- a/prnt/hpcups/HPCupsFilter.cpp	Tue Jan 28 03:06:22 2014
-+++ b/prnt/hpcups/HPCupsFilter.cpp	Tue Jan 28 03:17:49 2014
-@@ -650,20 +650,25 @@
-         
-         if (m_iLogLevel & SAVE_INPUT_RASTERS)
-         {
--            char    szFileName[32];
-+            char    szFileName[44];
-             memset(szFileName, 0, sizeof(szFileName));
--            snprintf (szFileName, sizeof(szFileName), "/tmp/hpcupsfilterc_%d.bmp", current_page_number);
-+            snprintf (szFileName, sizeof(szFileName), "/tmp/hpcupsfilterc_%d.bmp.XXXXXX", current_page_number);
-             if (cups_header.cupsColorSpace == CUPS_CSPACE_RGBW ||
-                 cups_header.cupsColorSpace == CUPS_CSPACE_RGB)
-             {
--                cfp = fopen (szFileName, "w");
-+                int fd = mkstemp (szFileName);
-+                if (fd != -1)
-+                    cfp = fdopen (fd, "w");
-                 chmod (szFileName, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
-             }
-             if (cups_header.cupsColorSpace == CUPS_CSPACE_RGBW ||
-                 cups_header.cupsColorSpace == CUPS_CSPACE_K)
-             {
--                szFileName[17] = 'k';
--                kfp = fopen (szFileName, "w");
-+                int fd;
-+                snprintf (szFileName, sizeof(szFileName), "/tmp/hpcupsfilterk_%d.bmp.XXXXXX", current_page_number);
-+                fd = mkstemp (szFileName);
-+                if (fd != -1)
-+                    kfp = fdopen (fd, "w");
-                 chmod (szFileName, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
-             }
- 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/patches/05_hpps.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,10 @@
+Home brewed patch
+
+--- a/prnt/filters/hpps	2014-04-04 03:39:47.000000000 -0700
++++ hplip-3.14.4/prnt/filters/hpps	2014-05-22 02:13:25.977568700 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2.7
+ # -*- coding: utf-8 -*-
+ #
+ # (c) Copyright 2003-2012 Hewlett-Packard Development Company, L.P.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/patches/06_hpfax.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,10 @@
+Home brewed patch
+
+--- a/fax/backend/hpfax.py	2014-04-04 03:42:15.000000000 -0700
++++ hplip-3.14.4/fax/backend/hpfax.py	2014-05-22 02:16:18.325960600 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2.7
+ # -*- coding: utf-8 -*-
+ #
+ # (c) Copyright 2003-2009 Hewlett-Packard Development Company, L.P.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/patches/07_facls.detect.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,13 @@
+Home brewed patch
+
+--- a/check.py	2014-06-02 23:33:10.000000000 -0700
++++ hplip-3.14.6/check.py	2014-07-01 15:06:22.376141177 -0700
+@@ -196,7 +197,7 @@
+         self.hplip_dependencies ={ EXTERNALDEP:
+              {
+ #            <packageName>: (<Is Req/Opt Pack>, <Module>, <Package description>, <Installed check>, <min vrsion>, <cmd for installed version>),
+-            'dbus':             (True,  ['fax'], "DBus", self.check_dbus,'-','dbus-daemon --version'),
++            'dbus':             (True,  ['fax'], "DBus", self.check_dbus,'-','/usr/lib/dbus-daemon --version'),
+             'cups' :            (True,  ['base'], 'CUPS', self.check_cups,'1.1','cups-config --version'),
+             'gs':               (True,  ['base'], "Ghostscript", self.check_gs,'7.05','gs --version'),
+             'policykit':        (False, ['gui_qt4'], "Admin-Policy-framework", self.check_policykit,'-','pkexec --version'), # optional for non-sudo behavior of plugins (only optional for Qt4 option)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/patches/08_posix.ps.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,13 @@
+Home brewed patch
+
+--- a/base/utils.py	2014-06-02 23:33:10.000000000 -0700
++++ hplip-3.14.6/base/utils.py	2014-07-01 13:44:00.526366599 -0700
+@@ -2214,7 +2214,7 @@
+ 
+     try:
+         process = {}
+-        p1 = Popen(["ps", "-w", "-w", "aux"], stdout=PIPE)
++        p1 = Popen(["ps", "-ef"], stdout=PIPE)
+         p2 = Popen(["grep", process_name], stdin=p1.stdout, stdout=PIPE)
+         p3 = Popen(["grep", "-v", "grep"], stdin=p2.stdout, stdout=PIPE)
+         output = p3.communicate()[0]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/hplip/patches/09_nonGNUlibc.patch	Mon Mar 09 09:16:01 2015 -0700
@@ -0,0 +1,18 @@
+Home brewed patch
+
+--- a/installer/dcheck.py	2014-06-02 23:31:24.000000000 -0700
++++ hplip-3.14.6/installer/dcheck.py	2014-07-01 14:58:22.329268435 -0700
+@@ -365,8 +365,11 @@
+             LIBC = ctypes.CDLL(ctypes.util.find_library('c'),ctypes.DEFAULT_MODE,None, True)
+         except:
+             LIBC = ctypes.CDLL(ctypes.util.find_library('c'),ctypes.DEFAULT_MODE,None) #python2.4 and below syntax
+-        LIBC.gnu_get_libc_version.restype = ctypes.c_char_p
+-        return LIBC.gnu_get_libc_version()
++        try:
++            LIBC.gnu_get_libc_version.restype = ctypes.c_char_p
++            return LIBC.gnu_get_libc_version()
++        except:
++            return '-'
+ 
+ def get_python_xml_version():
+     try:
--- a/components/hplip/resolve.deps	Mon Mar 09 11:31:29 2015 -0700
+++ b/components/hplip/resolve.deps	Mon Mar 09 09:16:01 2015 -0700
@@ -1,8 +1,7 @@
 image/library/libjpeg
+image/scanner/xsane/sane-backends
 library/print/cups-libs
-library/security/openssl
-runtime/perl-512
-runtime/python-26
+runtime/python-27
 system/library
 system/library/c++-runtime
 system/library/libdbus