7049357 Move foomatic-* stuff to Userland.
authorVladimir Marek <Vladimir.Marek@oracle.com>
Wed, 22 Jun 2011 13:27:13 -0700
changeset 335 223d5bf98b72
parent 334 38c78ad8b01e
child 336 0c9d19b7f44e
7049357 Move foomatic-* stuff to Userland.
components/foomatic/db-engine/Makefile
components/foomatic/db-engine/foomatic-db-engine.license
components/foomatic/db-engine/foomatic-db-engine.p5m
components/foomatic/db-engine/patches/00-foomatic-kitload.in.patch
components/foomatic/db-engine/patches/01-DB.pm.patch
components/foomatic/db/Makefile
components/foomatic/db/foomatic-db.license
components/foomatic/db/foomatic-db.p5m
components/foomatic/db/patches/00-makefile.in.patch
components/foomatic/filters/Makefile
components/foomatic/filters/Solaris/foomatic.fd
components/foomatic/filters/Solaris/netstandard_foomatic
components/foomatic/filters/Solaris/standard_foomatic
components/foomatic/filters/Solaris/wecho.sh
components/foomatic/filters/foomatic-filters.license
components/foomatic/filters/foomatic-rip.p5m
components/foomatic/fppd/Makefile
components/foomatic/fppd/foomatic-ppds.license
components/foomatic/fppd/foomatic-ppds.p5m
components/foomatic/fppd/nolicense
components/foomatic/fppd/supportedonly.sh
components/meta-packages/history/SUNWffilters.p5m
components/meta-packages/history/SUNWfoomatic-db-engine.p5m
components/meta-packages/history/SUNWfoomatic-db.p5m
components/meta-packages/history/SUNWfppd.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db-engine/Makefile	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,70 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		foomatic-db-engine
+COMPONENT_VERSION=	3.0-20080903
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:1545c98b4ec57271b9df3d65f7691c59bca94ccd
+COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
+COMPONENT_PROJECT_URL=	http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
+
+include ../../../make-rules/prep.mk
+include ../../../make-rules/configure.mk
+include ../../../make-rules/ips.mk
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
+CONFIGURE_OPTIONS +=	PERL=$(PERL)
+CONFIGURE_OPTIONS +=	FILEUTIL=/bin/true
+
+# the build system does not support building outside of the source tree
+COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D) ;
+
+# setup perl build
+COMPONENT_PRE_CONFIGURE_ACTION += cd $(@D)/lib ; $(PERL) Makefile.PL
+
+# install perl modules
+COMPONENT_PRE_INSTALL_ACTION = \
+ ( cd $(@D)/lib ; $(GMAKE) install_vendor DESTDIR=$(PROTO_DIR) )
+
+# the perl .packlist contains the path to the file as built rather than
+# as installed. Fix to be installed path, ie remove PROTO_DIR.
+VENDORARCH= $(shell $(PERL) -e 'use Config; print $$Config{vendorarch}')
+PACKLIST=   $(VENDORARCH)/auto/Foomatic/.packlist
+COMPONENT_POST_INSTALL_ACTION = \
+ sed -e "s/$(subst /,\\/,$(PROTO_DIR))//g" $(PROTO_DIR)/$(PACKLIST) \
+     >> $(PROTO_DIR)/$(PACKLIST).fixed ; \
+ $(MV) $(PROTO_DIR)/$(PACKLIST).fixed $(PROTO_DIR)/$(PACKLIST)
+
+
+# common targets
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db-engine/foomatic-db-engine.license	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,146 @@
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+=========================================================================
+
+   Copyright 2001-2003 LinuxPrinting.org
+
+   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, or (at your option) any later
+   version.
+
+   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.
+
+   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.
+
+The MIT License
+
+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:
+
+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.
+
+--------------------------------------------------------------------------------
+
+Some files included in this package are covered by various license terms governing
+the applicable freely available software. These are listed below. These copyrights,
+if any, are included as delivered.
+
+foomatic-addpjloptions:# Copyright 2001 Till Kamppeter
+foomatic-addpjloptions.in:# Copyright 2001 Till Kamppeter
+foomatic-combo-xml.c: *   Copyright 2001-2007 by Till Kamppeter
+foomatic-getpjloptions:# Copyright 2001 Till Kamppeter
+foomatic-getpjloptions.in:# Copyright 2001 Till Kamppeter
+foomatic-perl-data.c: *   Copyright 2001 by Till Kamppeter
+foomatic-searchprinter:# Copyright 2007 Till Kamppeter
+foomatic-searchprinter.in:# Copyright 2007 Till Kamppeter
+	#
+	# Till Kamppeter ([email protected])
+	#
+	# Copyright 2001 Till Kamppeter
+	#
+	# This software may be freely redistributed under the terms of the GNU
+	# General Public License (http://www.gnu.org/).
+	#
+	# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+	#
+
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+=========================================================================
+
+   Copyright 2001-2003 LinuxPrinting.org
+
+   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, or (at your option) any later
+   version.
+
+   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.
+
+   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.
+
+The MIT License
+
+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:
+
+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.
+
+--------------------------------------------------------------------------------
+
+Some files included in this package are covered by various license terms governing
+the applicable freely available software. These are listed below. These copyrights,
+if any, are included as delivered.
+
+foomatic-addpjloptions:# Copyright 2001 Till Kamppeter
+foomatic-addpjloptions.in:# Copyright 2001 Till Kamppeter
+foomatic-combo-xml.c: *   Copyright 2001-2007 by Till Kamppeter
+foomatic-getpjloptions:# Copyright 2001 Till Kamppeter
+foomatic-getpjloptions.in:# Copyright 2001 Till Kamppeter
+foomatic-perl-data.c: *   Copyright 2001 by Till Kamppeter
+foomatic-searchprinter:# Copyright 2007 Till Kamppeter
+foomatic-searchprinter.in:# Copyright 2007 Till Kamppeter
+	#
+	# Till Kamppeter ([email protected])
+	#
+	# Copyright 2001 Till Kamppeter
+	#
+	# This software may be freely redistributed under the terms of the GNU
+	# General Public License (http://www.gnu.org/).
+	#
+	# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+	#
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db-engine/foomatic-db-engine.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,111 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri value=pkg:/print/cups/filter/[email protected],$(BUILD_VERSION)
+set name=pkg.summary value="Foomatic Database Engine"
+set name=info.classification value="org.opensolaris.category.2008:System/Printing"
+set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url value=http://arc.opensolaris.org/caselog/PSARC/2008/595
+
+license foomatic-db-engine.license license='GPLv2, MIT'
+
+legacy pkg=SUNWfoomatic-db-enginer \
+   desc="Foomatic Database Engine 3.0-20080903 (root)" \
+   name="Foomatic Database Engine (root)"
+
+legacy pkg=SUNWfoomatic-db-engineu \
+   desc="Foomatic Database Engine 3.0-20080903 (usr)" \
+   name="Foomatic Database Engine (usr)"
+
+dir path=etc
+dir path=etc/foomatic
+dir path=usr
+dir path=usr/bin
+dir path=usr/lib
+dir path=usr/lib/cups
+dir path=usr/lib/cups/driver
+dir path=usr/perl5
+dir path=usr/perl5/5.12
+dir path=usr/perl5/5.12/lib
+dir path=usr/perl5/5.12/lib/$(PERL_ARCH)
+dir path=usr/perl5/vendor_perl
+dir path=usr/perl5/vendor_perl/5.12
+dir path=usr/perl5/vendor_perl/5.12/Foomatic
+dir path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)
+dir path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/auto
+dir path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/auto/Foomatic
+dir path=usr/sbin
+dir path=usr/share
+dir path=usr/share/foomatic
+dir path=usr/share/foomatic/templates
+dir path=usr/share/man
+dir path=usr/share/man/man1
+dir path=usr/share/man/man8
+
+file path=usr/bin/foomatic-combo-xml
+file path=usr/bin/foomatic-compiledb
+file path=usr/bin/foomatic-configure
+file path=usr/bin/foomatic-perl-data
+file path=usr/bin/foomatic-ppd-options
+file path=usr/bin/foomatic-ppdfile
+file path=usr/bin/foomatic-printjob
+file path=usr/bin/foomatic-searchprinter
+file path=usr/perl5/5.12/lib/$(PERL_ARCH)/perllocal.pod
+file path=usr/perl5/vendor_perl/5.12/Foomatic/DB.pm
+file path=usr/perl5/vendor_perl/5.12/Foomatic/PPD.pm
+file path=usr/perl5/vendor_perl/5.12/Foomatic/UIElem.pm
+# Defaults.pm are not built by the perl module, but by external utility, so it's in
+# wrong place
+file $(MACH32)/lib/Foomatic/Defaults.pm path=usr/perl5/vendor_perl/5.12/Foomatic/Defaults.pm
+file path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/auto/Foomatic/.packlist
+file path=usr/sbin/foomatic-addpjloptions
+file path=usr/sbin/foomatic-cleanupdrivers
+file path=usr/sbin/foomatic-extract-text
+file path=usr/sbin/foomatic-fix-xml
+file path=usr/sbin/foomatic-getpjloptions
+file path=usr/sbin/foomatic-kitload
+file path=usr/sbin/foomatic-nonumericalids
+file path=usr/sbin/foomatic-preferred-driver
+file path=usr/sbin/foomatic-printermap-to-gutenprint-xml
+file path=usr/sbin/foomatic-replaceoldprinterids
+file path=usr/share/foomatic/templates/pjl_enum_choice.xml
+file path=usr/share/foomatic/templates/pjl_enum_option.xml
+file path=usr/share/foomatic/templates/pjl_num_option.xml
+file path=usr/share/man/man1/foomatic-combo-xml.1
+file path=usr/share/man/man1/foomatic-compiledb.1
+file path=usr/share/man/man1/foomatic-configure.1
+file path=usr/share/man/man1/foomatic-perl-data.1
+file path=usr/share/man/man1/foomatic-ppd-options.1
+file path=usr/share/man/man1/foomatic-ppdfile.1
+file path=usr/share/man/man1/foomatic-printjob.1
+file path=usr/share/man/man8/foomatic-addpjloptions.8
+file path=usr/share/man/man8/foomatic-getpjloptions.8
+file path=usr/share/man/man8/foomatic-kitload.8
+file path=usr/share/man/man8/foomatic-preferred-driver.8
+
+link path=usr/bin/foomatic-datafile target=foomatic-ppdfile
+link path=usr/lib/cups/driver/foomatic target=../../../../usr/bin/foomatic-ppdfile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db-engine/patches/00-foomatic-kitload.in.patch	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,19 @@
+*** a/foomatic-kitload.in.orig	Mon Oct 27 15:58:18 2008
+--- b/foomatic-kitload.in		Mon Oct 27 15:59:18 2008
+***************
+*** 54,60 ****
+  $ENV{'LANG'} = "C";
+  
+  # Copy the files
+! my $retval = system("( cd $dir ; tar cf - --exclude CVS . ) | tar xv${dontoverwrite}Cf $destdir$libdir/db/source - 2> $destdir$libdir/kitload2.log | tee $destdir$libdir/kitload.log");
+  #$retval = $retval / 256;
+  #if ($retval) {
+  #    die "Error copying files to $destdir$libdir/db/source: $?";
+--- 54,60 ----
+  $ENV{'LANG'} = "C";
+  
+  # Copy the files
+! my $retval = system("( cd $dir ; /usr/bin/gtar cf - --exclude CVS . ) | /usr/bin/gtar xv${dontoverwrite}Cf $destdir$libdir/db/source - 2> $destdir$libdir/kitload2.log | tee $destdir$libdir/kitload.log");
+  #$retval = $retval / 256;
+  #if ($retval) {
+  #    die "Error copying files to $destdir$libdir/db/source: $?";
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db-engine/patches/01-DB.pm.patch	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,19 @@
+*** a/lib/Foomatic/DB.pm.orig	Mon Oct 27 15:51:02 2008
+--- b/lib/Foomatic/DB.pm	Mon Oct 27 15:50:37 2008
+***************
+*** 102,108 ****
+      }
+  
+      # Build a new overview
+!     my $otype = ($cupsppds ? '-C' : '-O');
+      $otype .= ' -n' if ($cupsppds == 1);
+      # Generate overview Perl data structure from database
+      my $VAR1;
+--- 102,108 ----
+      }
+  
+      # Build a new overview
+!     my $otype = ($cupsppds ? '-C' : '-C');
+      $otype .= ' -n' if ($cupsppds == 1);
+      # Generate overview Perl data structure from database
+      my $VAR1;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db/Makefile	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,53 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		foomatic-db
+COMPONENT_VERSION=	20080903
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:fe0fa874a4556dd32fb803b613a47f7c13076184
+COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
+COMPONENT_PROJECT_URL=	http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
+
+include ../../../make-rules/prep.mk
+include ../../../make-rules/configure.mk
+include ../../../make-rules/ips.mk
+
+COMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
+
+# One file is not gzipped; fix it
+COMPONENT_POST_INSTALL_ACTION = \
+ gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
+  > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
+
+# common targets
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db/foomatic-db.license	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,498 @@
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+=========================================================================
+
+   Copyright 2001-2003 LinuxPrinting.org
+
+   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, or (at your option) any later
+   version.
+
+   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.
+
+   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.
+
+The MIT License
+
+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:
+
+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.
+
+--------------------------------------------------------------------------------
+
+Some files included in this package are covered by various license terms governing
+the applicable freely available software. These are listed below. These copyrights,
+if any, are included in full in the PPD and xml files.
+
+
+db/source/PPD/Brother
+	*% 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.
+	*%
+	*% 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.
+	*%
+	*% 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
+	*%
+
+
+	*%================================================
+	*%      Copyright(C) 2000 Brother Industries, Ltd.
+	*%      "Brother HL-2600CN BR-Script3"
+	*%================================================
+
+
+db/source/PPD/Epson
+	*%  License agreement of Postscript Printer Description file for EPSON AL-2600
+	*%  Copyright (C) 2003 Seiko Epson Corporation
+	*%  Permission is hereby granted for redistribution of this file, provided that
+	*%  copyright notice is intact and the contents of this license agreement are
+	*%  not altered in any way from it original form.
+	*%
+	*%  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:
+	*%
+	*%  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.
+	*%
+	*%  [this is the MIT open source license -- see www.opensource.org]
+
+
+db/source/PPD/Gestetner
+	*%    COPYRIGHT (C) 2002-2008 RICOH COMPANY, LTD.
+
+	*%    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:
+	*%
+	*%    The above copyright notice and this permission notice shall be
+	*%    included in all copies or substantial portions of the Software.
+
+db/source/PPD/HP
+	*% Copyright 1992-2003 Hewlett-Packard Company
+	*% 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:
+	*%
+	*% 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.
+	*%
+	*% [this is the MIT open source license -- please see www.opensource.org]
+
+db/source/PPD/Infotec
+	*%    COPYRIGHT (C) 2000-2006 RICOH COMPANY, LTD.
+	*%
+	*%    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:
+	*%
+	*%    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.
+	*%
+	*%    [this is the MIT open source license -- please see www.opensource.org]
+
+
+db/source/PPD/Kyocera
+	*%  Copyright (C) 2000 KYOCERA CORPORATION
+	*%  Copyright (C) 2005 Revised Edition KYOCERA MITA CORPORATION
+	*%
+	*%  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:
+	*%
+	*%  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.
+	*%
+	*%  [this is the MIT open source license -- see www.opensource.org]
+
+db/source/PPD/Kyocera/ kyocera_ppd_8.2.txt
+		Release notes
+		Disclaimer:
+
+		Copyright (C) 2000 KYOCERA Corporation
+		Copyright (C) 2005 Revised Edition KYOCERA MITA Corporation
+		All Rights Reserved.
+
+db/source/PPD/Lanier
+	*%    COPYRIGHT (C) 2000-2005 RICOH COMPANY, LTD.
+	*%
+	*%    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:
+	*%
+	*%    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.
+	*%
+	*%    [this is the MIT open source license -- please see www.opensource.org]
+
+db/source/PPD/NRG
+	*%    COPYRIGHT (C) 2002-2006 RICOH COMPANY, LTD.
+	*%
+	*%    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:
+	*%
+	*%    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.
+	*%
+	*%    [this is the MIT open source license -- please see www.opensource.org]
+
+db/source/PPD/Oce
+	*% =============================
+	*% Adobe Systems PostScript(R) Printer Description File
+	*% Copyright 2003 Oce-Technologies B.V.
+	*% =============================
+	*%
+	*% 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:
+	*%
+	*% 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.
+	*%
+	*% [this is the MIT open source license -- see www.opensource.org]
+
+db/source/PPD/Other
+	IM8530_1.PPD
+	*% Adobe Systems PostScript(R) Printer Description File ^M
+	*% Copyright (c) 2006 TOSHIBA TEC Corporation ^M
+	*% This software is free software; you can redistribute it and/or ^M
+	*% modify it under the terms of the GNU General Public License as ^M
+	*% published by the Free Software Foundation; either version 2 of ^M
+	*% the License, or (at your option) any later version.^M
+	*% In addition to the permissions in the GNU General Public License, ^M
+	*% TOSHIBA TEC Corporation gives you unlimited permission to link the ^M
+	*% PostScript code fragments herein into your PostScript documents to ^M
+	*% form an executable for enabling printer-specific features, and ^M
+	*% distribute those combinations without any restrictions from the use ^M
+	*% of this PPD file. (The General Public License restrictions do apply ^M
+	*% in other respects; for example, they cover modification of the ^M
+	*% file, and distribution when not merged into a PostScript document.) ^M
+	*% This software is distributed in the hope that it will be useful, ^M
+	*% but WITHOUT ANY WARRANTY; without even the implied warranty of ^M
+	*% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the ^M
+	*% GNU General Public License for more details.^M
+	*% You should have received a copy of the GNU General Public ^M
+	*% License along with this software; if not, write to the Free ^M
+	*% Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, ^M
+	*% MA 02111 USA ^M
+	*% End of Copyright statement^M
+
+db/source/PPD/OKI
+	*% Printer Description File for OKI C5700(PS)
+	*% Copyright (C) 2006 Oki Data Corporation
+	*% Date: Dec 19, 2005 Edt: 10 (C5900)
+	*% Date: Jul 11, 2006 Edt: 10(t)
+	*% $Date: 2006/07/12 02:16:37 $
+	*% ==========================================================
+	*% GPL $Revision: 1.1 $ $RCSfile: OK5700_a.ppd,v $
+	*%
+	*% Note)
+	*% This PostScript Printer Description(PPD) file is free software; you
+	*% can redistribute it and/or modify it under the terms of the GNU
+	*% General Public License version 2 or later as published by the Free
+	*% Software Foundation.
+	*%
+	*% In addition to the permissions in the GNU General Public License,
+	*% Oki Data Corporation gives you unlimited permission to link the
+	*% PostScript code fragments herein into your PostScript documents to
+	*% form an excutable for enabling printer-specific features, and
+	*% distribute those combinations without any restrictions from the use
+	*% of this PPD file. (The General Public License restrictions do apply
+	*% in other respects; for example, they cover modification of the
+	*% file, and distribution when not merged into a PostScript document.)
+	*%
+	*% This PPD 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.
+	*%
+	*% You should have received a copy of the GNU General Public License
+	*% along with this PPD; see the file COPYING.
+
+db/source/PPD/Ricoh
+	*%  Printer Description file
+	*%    for "Ricoh Aficio 1022 PS"
+	*%
+	*%    CreationDate: 2001/02/08
+	*%    Modified:     2006/12/21
+	*%
+	*%    COPYRIGHT (C) 2001-2006 RICOH COMPANY, LTD.
+	*%
+	*%    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:
+	*%
+	*%    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.
+	*%
+	*%    [this is the MIT open source license -- please see www.opensource.org]
+
+Savin	
+	*%    COPYRIGHT (C) 2006-2007 RICOH COMPANY, LTD.
+	*%
+	*%    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:
+	*%
+	*%    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.
+	*%
+	*%    [this is the MIT open source license -- please see www.opensource.org]
+
+
+db/source/PPD/Sharp
+	*% PPD file for SHARP MX-2300FG PS with CUPS.
+	*% Created by the CUPS PPD Compiler v1.0rc1.
+	*% Modified by TT 2006/05/10.
+	*% Copyright 2006 Sharp Corporation
+	*%
+	*% This software 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.
+	*%
+	*% This software 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.
+	*%
+	*% You should have received a copy of the GNU General Public
+	*% License along with this software; if not, write to the Free
+	*% Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+	*% MA 02111 USA
+
+db/source/PPD/Toshiba
+	*% Copyright (c) 2006 TOSHIBA TEC Corporation
+	*%
+	*% This software 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.
+	*%
+	*% In addition to the permissions in the GNU General Public License,
+	*% TOSHIBA TEC Corporation gives you unlimited permission to link the
+	*% PostScript code fragments herein into your PostScript documents to
+	*% form an executable for enabling printer-specific features, and
+	*% distribute those combinations without any restrictions from the use
+	*% of this PPD file. (The General Public License restrictions do apply
+	*% in other respects; for example, they cover modification of the
+	*% file, and distribution when not merged into a PostScript document.)
+	*%
+	*% This software 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.
+	*%
+	*% You should have received a copy of the GNU General Public
+	*% License along with this software; if not, write to the Free
+	*% Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+	*% MA 02111 USA
+
+db/source/driver/ptouch.xml
+	Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+
+	This file is part of ptouch-driver.
+
+	ptouch-driver 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.
+
+	ptouch-driver 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.
+
+	You should have received a copy of the GNU General Public License
+	along with ptouch-driver; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+	USA
+
+db/source/printer
+	Brother-PT-1500PC.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-18R.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-1950.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-1950VP.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-1960.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-2420PC.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-2450DX.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-2500PC.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-2600.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-2610.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-3600.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-550A.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-9200DX.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-9200PC.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-9400.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-9500PC.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-9600.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-PT-PC.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-QL-500.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-QL-550.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Brother-QL-650TD.xml:Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+	Copyright (c) 2006  Arne John Glenstrup <[email protected]>
+
+	This file is part of ptouch-driver.
+
+	ptouch-driver 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.
+
+	ptouch-driver 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.
+
+	You should have received a copy of the GNU General Public License
+	along with ptouch-driver; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+	USA
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db/foomatic-db.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,5340 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/print/cups/filter/foomatic-db@0.$(COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Foomatic database of PPDs"
+set name=info.classification value="org.opensolaris.category.2008:System/Printing"
+set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url value=http://arc.opensolaris.org/caselog/PSARC/2008/578
+
+license foomatic-db.license license='GPLv2, MIT'
+
+legacy pkg=SUNWfoomatic-db desc="Foomatic database" name="foomatic-db"
+
+dir path=usr
+dir path=usr/share
+dir path=usr/share/cups
+dir path=usr/share/cups/model
+dir path=usr/share/foomatic
+dir path=usr/share/foomatic/db
+dir path=usr/share/foomatic/db/source
+dir path=usr/share/foomatic/db/source/PPD
+dir path=usr/share/foomatic/db/source/PPD/Brother
+dir path=usr/share/foomatic/db/source/PPD/Epson
+dir path=usr/share/foomatic/db/source/PPD/Gestetner
+dir path=usr/share/foomatic/db/source/PPD/Gestetner/PS
+dir path=usr/share/foomatic/db/source/PPD/Gestetner/PXL
+dir path=usr/share/foomatic/db/source/PPD/HP
+dir path=usr/share/foomatic/db/source/PPD/Infotec
+dir path=usr/share/foomatic/db/source/PPD/Infotec/PS
+dir path=usr/share/foomatic/db/source/PPD/Infotec/PXL
+dir path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA
+dir path=usr/share/foomatic/db/source/PPD/Kyocera
+dir path=usr/share/foomatic/db/source/PPD/Kyocera/de
+dir path=usr/share/foomatic/db/source/PPD/Kyocera/en
+dir path=usr/share/foomatic/db/source/PPD/Kyocera/es
+dir path=usr/share/foomatic/db/source/PPD/Kyocera/fr
+dir path=usr/share/foomatic/db/source/PPD/Kyocera/it
+dir path=usr/share/foomatic/db/source/PPD/Kyocera/pt
+dir path=usr/share/foomatic/db/source/PPD/Lanier
+dir path=usr/share/foomatic/db/source/PPD/Lanier/PS
+dir path=usr/share/foomatic/db/source/PPD/Lanier/PXL
+dir path=usr/share/foomatic/db/source/PPD/NRG
+dir path=usr/share/foomatic/db/source/PPD/NRG/PS
+dir path=usr/share/foomatic/db/source/PPD/NRG/PXL
+dir path=usr/share/foomatic/db/source/PPD/Oce
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-3145PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-3145PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-3155PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-3155PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-3165PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-3165PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-8445PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-8445PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-8465PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-8465PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3073PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3073PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3074PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3074PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3093PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3093PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3094PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3094PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3113PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3113PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3114PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3114PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5115PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5115PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5160PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5160PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2045PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2045PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2050PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2050PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2055PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2055PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2060PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2060PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2065PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2065PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2070PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2070PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2090PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2090PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2100PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2100PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2105PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2105PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2110PS
+dir path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2110PS/1
+dir path=usr/share/foomatic/db/source/PPD/Oce/Others
+dir path=usr/share/foomatic/db/source/PPD/Oki
+dir path=usr/share/foomatic/db/source/PPD/Ricoh
+dir path=usr/share/foomatic/db/source/PPD/Ricoh/PS
+dir path=usr/share/foomatic/db/source/PPD/Ricoh/PXL
+dir path=usr/share/foomatic/db/source/PPD/Savin
+dir path=usr/share/foomatic/db/source/PPD/Savin/PS
+dir path=usr/share/foomatic/db/source/PPD/Savin/PXL
+dir path=usr/share/foomatic/db/source/PPD/Sharp
+dir path=usr/share/foomatic/db/source/PPD/Toshiba
+dir path=usr/share/foomatic/db/source/driver
+dir path=usr/share/foomatic/db/source/opt
+dir path=usr/share/foomatic/db/source/printer
+file path=usr/share/foomatic/db/oldprinterids
+file path=usr/share/foomatic/db/source/PPD/Brother/BR2600CN_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR2700_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR3450CN_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5050_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5070DN_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5070_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5150_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5170_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5240_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5250_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR5270_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR6050D2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR6050_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR7025_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR7050_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR7225_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR7820_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8020_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8025_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8040_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8045_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8050_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8220_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8420_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8440_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8640_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8820_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR8840_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BR9420_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BRHL14_1_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BRHL14_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BRHL16_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BRHL18_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BRHL24_2_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Brother/BRHL32_3_GPL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epal2600.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc190.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc260.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc280.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc380.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc400.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc410.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc420.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc860.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalc910.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalcx21.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalm200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalm201.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epalm400.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epl5900.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epl6100.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epl6200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epln2500.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epln2550.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epln2700.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epln3000.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/epln7000.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp830c.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp850c.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp880c.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp9100.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp920c.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp950c.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp960s.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Epson/eplp980c.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-10512_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-2212_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-2712_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-3212_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-3502_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-3532_4235g_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-4502_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-4532_4245g_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-6002_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-7502_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-9002_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7010_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7116_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7416_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7417_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7425dn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7435n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7521n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7526dn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7528n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7531dn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7535n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-C7640nD_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-CS555_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc224_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc232_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc328_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc332_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc338_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc38_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc38u_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc424_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc428_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc432_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc435_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc445_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc460_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc524_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSc532_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm415_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm615_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm616_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm618_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm618d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm620_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm620d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm622_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm627_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm635_635G_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm645_645G_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm651_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm660_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm675_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm725_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm730_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm735_735G_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-DSm745_745G_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-F9199_9199nf_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD2004_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-GWD2006_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP1100_DSm7110_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP1350_DSm7135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP1600_DSm716_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP2000_DSm721d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP2500_DSm625_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP3500_DSm735e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP4500_DSm745e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP5500_DSm755_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP6500_DSm765_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP7500_DSm775_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP9000_DSm790_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC1500_GS106_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC2500_DSc525_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC3000_DSc530_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC3500_DSc535_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MPC4500_DSc545_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_161_DSm416_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2510_DSm725e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2550B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_2550_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3010_DSm730e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3350B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_3350_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_4000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_5000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_7000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_8000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-MP_C7500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7026_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7026n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7031nL_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7031n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7035n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7126_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7126n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7132n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7145_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7245_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7325_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7325n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7431cn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7527_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7527n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7535n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7575_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-P7675_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_8200DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_C420DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PS/Gestetner-SP_W2470_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-10512_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-2212_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-2712_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-3212_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-3502_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-3532_4235g_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-4502_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-4532_4245g_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-6002_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-7502_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-9002_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-CS555_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc424_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc428_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc432_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc435_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc445_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSc460_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm415_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm615_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm616_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm618_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm618d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm620_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm620d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm622_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm627_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm635_635G_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm645_645G_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm651_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm660_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm675_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm725_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm730_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm735_735G_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-DSm745_745G_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP1100_DSm7110_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP1350_DSm7135_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP1600_DSm716_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP2000_DSm721d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP2500_DSm625_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP3500_DSm735e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP4500_DSm745e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP5500_DSm755_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP6500_DSm765_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP7500_DSm775_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP9000_DSm790_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC1500_GS106_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC2500_DSc525_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC3000_DSc530_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC3500_DSc535_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MPC4500_DSc545_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_161_DSm416_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2510_DSm725e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2550B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_2550_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3010_DSm730e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3350B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_3350_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_4000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_5000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_7000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_8000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Gestetner/PXL/Gestetner-MP_C7500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Business_Inkjet_2250.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Business_Inkjet_2280.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Business_Inkjet_2600.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Business_Inkjet_2800.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Business_Inkjet_3000.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_CM8050_CM8060_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_2550.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_2605.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_2700.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_2800.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_3000.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_3800.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_4500.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_4550.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_4700.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_4730_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_5550.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_5M.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_8500.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_8550.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_CM1015.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_CM4730_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_CP3505.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Color_LaserJet_CP4005.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_1050C_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_1055CM_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_2500CP_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_DesignJet_3500CP_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Designjet_5000_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Designjet_5500_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Designjet_800_PS3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_1200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_1220.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_1320_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_2100_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_2200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_2410.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_2420.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_2430.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_3050.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_3052.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_3200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_3300_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_3390.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4000_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4050_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4100_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4100_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4240.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4250.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4345_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4350.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4ML.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4MP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4Si_v2011.110.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4V.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_4_Plus.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5000_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5100_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5200.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5200L.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5M.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5MP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5Si.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_5Si_Mopier.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_6MP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_8000_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_8100_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_8150_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_9000_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_9000_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_9040.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_9040_9050_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_9050.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_9055_9065_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_M2727_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_M3027_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_M3035_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_M4345_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_M5025_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_M5035_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_P2015.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_P3004.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_LaserJet_P3005.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Mopier_240.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/HP_Mopier_320.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_1300_series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_2300.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_3015.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_3020_3030.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_3380.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_4200_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_LaserJet_4300_Series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_business_inkjet_2300.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_2500.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_3700.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_4600.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_4610.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_4650.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_5500.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_9500.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_color_LaserJet_9500_MFP.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/HP/hp_officejet_9100_series.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-4353_MF_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-4452_MF_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC1036_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC2838_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_2525DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_2525_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_2525e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_3030DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_3535_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IPC_4040DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IP_280_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2022_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2027_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2035_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2090_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS2105_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC1032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC824_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_1024c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_1032c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2028_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2428_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2432_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2525_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2835_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_2838_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_3030_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_3535_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_3545_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_4045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_4560_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_5560_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-ISC_615G_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2015_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2018D_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2018_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2060_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2075_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2122_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2127_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2132_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2145_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2151_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2160_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2175_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2215_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2216_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2220D_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2220_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2225_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2230_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2235_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2245_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2255_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2265_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2275_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2316_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2320_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2325_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2416_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2425_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2430_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2435_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_2445_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_3090_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_3110_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-IS_3135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2550B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_2550_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3350B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_3350_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_4000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_5000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_7000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_8000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PS/Infotec-MP_C7500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-4353_MF_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-4452_MF_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2022_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2027_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2032_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2035_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2090_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS2105_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_1024c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_1032c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_2428_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_2525_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_2835_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_3030_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_3535_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_3545_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_4045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_4560_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_5560_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-ISC_615G_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2015_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2018D_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2018_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2060_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2075_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2122_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2127_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2132_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2135_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2145_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2151_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2160_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2175_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2215_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2216_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2220D_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2220_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2225_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2230_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2235_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2245_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2255_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2265_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2275_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2316_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2320_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2325_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2416_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2425_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2430_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2435_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_2445_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_3090_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_3110_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-IS_3135_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2550B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_2550_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3350B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_3350_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_4000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_5000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_7000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_8000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Infotec/PXL/Infotec-MP_C7500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KO1050UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KO500UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KO750UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC250UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC252UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC351UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC352UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC450UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451FX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451GX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451IX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451JX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451KX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451SCX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451SX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451TCX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC451UX.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/KONICA_MINOLTA/KOC550UX.ppd.gz
+file db/source/PPD/Kyocera/ReadMe.htm path=usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+file db/source/PPD/Kyocera/kyocera_ppd_8.2.txt path=usr/share/foomatic/db/source/PPD/Kyocera/kyocera_ppd_8.2.txt
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1000_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1118MFP_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1200_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1700+_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1700_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1714M_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-1750_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3700+_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3700_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3718M_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-3750_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-5800C_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-5900C_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-600_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6300_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6700_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-680_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-6900_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-7000+_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-7000_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-7028M_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-800_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-9000_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-920_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5020N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_FS-C5030N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-3050_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-4050_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-5050_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-6030_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_KM-8030_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-1650_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-1815_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-2050_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_CS-2550_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_Ci-1100_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1000+_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1010_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1018MFP_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1020D_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1050_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1800+_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1800_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1900_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-1920_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-3800_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-3820N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-3830N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-6020_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-6750_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-8000C_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9100DN_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9120DN_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9500DN_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-9520DN_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-C5016N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-C8008N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_FS-C8026N_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1510_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1530_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1650_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1810_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-1815_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2030_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2050_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2530_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-2550_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-3035_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-3530_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4030_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4035_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4230_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-4530_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-5035_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-5530_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-6230_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-6330_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-7530_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-C2630_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-C830_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/de/Kyocera_Mita_KM-C850_de.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1000_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1030_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1200_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1700+_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1700_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1714M_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-1750_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-2000D_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3700+_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3700_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3718M_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3750_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-3900DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-4000DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-5800C_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-5900C_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-600_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6300_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6500+_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6700_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-680_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6900_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-6950DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-7000+_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-7000_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-7028M_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-800_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-9000_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-9130DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-920_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-9530DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5020N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_FS-C5030N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-3050_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-4050_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-5050_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-6030_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-8030_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C2520_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C3225_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_KM-C3232_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-1650_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-1815_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-2050_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_CS-2550_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_Ci-1100_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1000+_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1010_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1018MFP_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1020D_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1050_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1800+_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1800_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1900_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-1920_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-3800_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-3820N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-3830N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-6020_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-6026_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-6750_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-8000C_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9100DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9120DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9500DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-9520DN_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-C5016N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-C8008N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_FS-C8026N_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1510_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1530_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1650_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1810_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-1815_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2030_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2050_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2530_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-2550_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-3035_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-3530_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4030_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4035_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4230_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-4530_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-5035_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-5530_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-6230_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-6330_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-7530_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-C2630_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-C830_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/en/Kyocera_Mita_KM-C850_en.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1000_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1200_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1700+_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1700_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1714M_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-1750_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-2000D_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3700+_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3700_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3718M_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3750_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-3900DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-4000DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-5800C_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-5900C_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-600_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6300_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6700_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-680_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6900_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-6950DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-7000+_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-7000_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-7028M_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-800_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-9000_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-9130DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_FS-9530DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C2520_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C3225_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_KM-C3232_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-1650_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-1815_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-2050_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_CS-2550_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_Ci-1100_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1000+_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1010_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1018MFP_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1020D_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1050_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1800+_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1800_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1900_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-1920_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-3800_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-3820N_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-3830N_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-6020_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-6750_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-8000C_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9100DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9120DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9500DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-9520DN_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-C5016N_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-C8008N_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_FS-C8026N_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1510_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1530_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1650_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1810_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-1815_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2030_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2050_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2530_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-2550_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-3035_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-3530_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4030_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4035_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4230_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-4530_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-5035_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-5530_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-6230_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-6330_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-7530_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-C2630_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-C830_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/es/Kyocera_Mita_KM-C850_es.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1000_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1200_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1700+_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1700_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1714M_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-1750_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-2000D_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3700+_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3700_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3718M_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3750_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-3900DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-4000DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-5800C_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-5900C_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-600_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6300_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6700_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-680_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6900_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-6950DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-7000+_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-7000_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-7028M_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-800_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-9000_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-9130DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_FS-9530DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C2520_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C3225_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_KM-C3232_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-1650_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-1815_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-2050_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_CS-2550_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_Ci-1100_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1000+_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1010_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1018MFP_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1020D_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1050_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1800+_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1800_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1900_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-1920_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-3800_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-3820N_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-3830N_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-6020_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-6750_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-8000C_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9100DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9120DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9500DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-9520DN_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-C5016N_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-C8008N_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_FS-C8026N_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1510_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1530_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1650_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1810_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-1815_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2030_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2050_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2530_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-2550_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-3035_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-3530_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4030_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4035_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4230_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-4530_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-5035_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-5530_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-6230_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-6330_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-7530_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-C2630_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-C830_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/fr/Kyocera_Mita_KM-C850_fr.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1000_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1118MFP_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1200_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1700+_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1700_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1714M_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-1750_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3700+_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3700_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3718M_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-3750_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-5800C_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-5900C_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-600_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6300_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6700_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-680_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-6900_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-7000+_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-7000_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-7028M_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-800_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-9000_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-920_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5020N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_FS-C5030N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-3050_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-4050_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-5050_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-6030_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_KM-8030_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-1650_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-1815_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-2050_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_CS-2550_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_Ci-1100_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1000+_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1010_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1018_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1020D_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1050_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1800+_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1800_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1900_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-1920_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-3800_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-3820N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-3830N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-6020_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-6750_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-8000C_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9100DN_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9120DN_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9500DN_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-9520DN_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-C5016N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-C8008N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_FS-C8026N_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1510_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1530_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1650_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1810_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-1815_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2030_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2050_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2530_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-2550_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-3035_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-3530_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4030_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4035_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4230_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-4530_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-5035_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-5530_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-6230_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-6330_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-7530_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-C2630_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-C830_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/it/Kyocera_Mita_KM-C850_it.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1000_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1200_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1700+_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1700_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1714M_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-1750_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-2000D_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3700+_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3700_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3718M_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3750_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-3900DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-4000DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-5800C_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-5900C_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-600_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6300_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6700_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-680_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6900_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-6950DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-7000+_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-7000_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-7028M_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-800_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-9000_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-9130DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_FS-9530DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C2520_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C3225_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_KM-C3232_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-1650_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-1815_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-2050_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_CS-2550_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_Ci-1100_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1000+_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1010_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1018MFP_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1020D_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1050_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1800+_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1800_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1900_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-1920_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-3800_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-3820N_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-3830N_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-6020_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-6750_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-8000C_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9100DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9120DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9500DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-9520DN_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-C5016N_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-C8008N_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_FS-C8026N_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1510_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1530_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1650_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1810_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-1815_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2030_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2050_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2530_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-2550_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-3035_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-3530_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4030_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4035_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4230_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-4530_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-5035_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-5530_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-6230_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-6330_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-7530_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-C2630_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-C830_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Kyocera/pt/Kyocera_Mita_KM-C850_pt.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-2132_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-2138_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-2145_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5622_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5627_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5632_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5635_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-5645_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LC155_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD0105_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD015_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD024c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD032c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD035_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD060_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD075_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD090_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD115_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD116_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD118_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD118d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD120_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD120d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD122_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD124c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD127_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD132_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD132c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD145_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD151_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD160_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD160c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD175_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD225_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD228c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD230_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD232c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD235_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD238c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD245_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD328c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD335c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LD345c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LF510_515e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP025N_LP026N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP025_LP026_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP031c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP116c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP122c_LP121c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP124w_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP125cx_LP126cn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP127n_LP128n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP128_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP131nL_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP131n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP135n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP136n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP138c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP145n_SP_8100DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP150dn_SP8200DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP175_LP175hdn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP222cn_LP221c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP226c_SP_C410_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP231c_SP_C411_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP235c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP331cn_SP_C420_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP332c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP335c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP440c_SP_C811DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP_020c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LP_036c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW324_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-LW326_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP2500_LD125_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MPC1500_LD215c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_1100_LD1100_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_1350_LD1135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_1600_LD316_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_161_LD016_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2000_LD320d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2510_LD325_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2550B_LD425B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_2550_LD425_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3010_LD330_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3350B_LD433B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3350_LD433_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_3500_LD335_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4000B_LD040B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4000_LD040_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_4500_LD345_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5000B_LD050B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5000_LD050_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_5500_LD255_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6000_LD260_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_6500_LD265_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7000_LD270_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_7500_LD275_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_8000_LD280_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_9000_LD190_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C2500_LD425c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3000_LD430c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C3500_LD435c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C4500_LD445c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C6000_LD260c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-MP_C7500_LD275c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4100NL_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4100N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_4110N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_9100_LP275_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PS/Lanier-SP_C400DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5622_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5627_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5632_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5635_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-5645_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LC155_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD0105_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD015_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD035_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD060_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD075_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD090_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD115_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD116_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD118_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD118d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD120_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD120d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD122_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD124c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD127_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD132_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD132c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD135_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD145_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD151_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD160_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD160c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD175_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD225_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD230_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD235_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD245_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD328c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD335c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-LD345c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP2500_LD125_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MPC1500_LD215c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_1100_LD1100_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_1350_LD1135_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_1600_LD316_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_161_LD016_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2000_LD320d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2510_LD325_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2550B_LD425B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_2550_LD425_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3010_LD330_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3350B_LD433B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3350_LD433_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_3500_LD335_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4000B_LD040B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4000_LD040_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_4500_LD345_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5000B_LD050B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5000_LD050_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_5500_LD255_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6000_LD260_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_6500_LD265_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7000_LD270_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_7500_LD275_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_8000_LD280_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_9000_LD190_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C2500_LD425c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3000_LD430c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C3500_LD435c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C4500_LD445c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C6000_LD260c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Lanier/PXL/Lanier-MP_C7500_LD275c_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-10515_10518_10512_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-2205_2238_2212_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-2705_2738_2712_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-3205_3238_3212_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-3525_3508_3502_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-3545_3518_3532_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-4525_4508_4502_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-4545_4518_4532_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-6002_6005_6008_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-7502_7505_7508_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-9005_9008_9002_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7010_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7116_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7416_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7425dn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7425hdn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7435n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7521n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7528n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-C7535hdn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-CC7417_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-CS555_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc224_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc232_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc328_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc332_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc338_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc38_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc38u_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc424_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc428_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc432_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc435_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc445_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSc460_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm415_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm615_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm616_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm618_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm618d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm620_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm620d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm622_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm627_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm632_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm635_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm645_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm651_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm660_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm675_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm725_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm730_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm735_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-DSm745_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_1100_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_1350_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_1600_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_161_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2510_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2550B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_2550_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3010_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3350B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3350_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_3500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_4500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_5500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_6500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_7500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_8000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_9000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C1500sp_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C2500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C3500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C4500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_C7500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W2400_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-MP_W3600_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7026N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7026_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7126N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7126_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7132N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7145_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7325N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7325_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7431cn_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7527_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7527n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7535n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-P7575_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4100NL_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4100N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_4110N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_8100DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_8200DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_9100DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C410DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C411DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C420DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_C811DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PS/NRG-SP_W2470_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-10515_10518_10512_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-2205_2238_2212_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-2705_2738_2712_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-3205_3238_3212_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-3525_3508_3502_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-3545_3518_3532_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-4525_4508_4502_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-4545_4518_4532_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-6002_6005_6008_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-7502_7505_7508_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-9005_9008_9002_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-CS555_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc424_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc428_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc432_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc435_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc445_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSc460_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm415_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm615_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm616_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm618_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm618d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm620_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm620d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm622_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm627_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm632_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm635_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm645_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm651_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm660_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm675_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm725_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm730_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm735_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-DSm745_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_1100_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_1350_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_1600_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_161_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2510_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2550B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_2550_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3010_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3350B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3350_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_3500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_4500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_5500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_6500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_7500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_8000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_9000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C1500sp_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C2500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C3500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C4500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/NRG/PXL/NRG-MP_C7500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-3145PS/1/OC3145_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-3155PS/1/OC3155_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-3165PS/1/OC3165_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-8445PS/1/OC8445_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-8465PS/1/OC8465_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3073PS/1/OP3073_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3074PS/1/OP3074_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3093PS/1/OP3093_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3094PS/1/OP3094_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3113PS/1/OP3113_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC3114PS/1/OP3114_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5115PS/1/OP5115_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-PPC5160PS/1/OP5160_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2045PS/1/OCVP2045.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2050PS/1/OCVP2050.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2055PS/1/OCVP2055.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2060PS/1/OCVP2060.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2065PS/1/OCVP2065.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2070PS/1/OCVP2070.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2090PS/1/OCVP2090.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2100PS/1/OCVP2100.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2105PS/1/OCVP2105.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Oce-VarioPrint_2110PS/1/OCVP2110.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC2050_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC2060_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC2070_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC3145_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC3145_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC3155_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC3155_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC3165_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC3165_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC8445_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC8445_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC8465_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC8465_3.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC9230_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC9245_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OC9260_2.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OCVP2090.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oce/Others/OCVP2105.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/OK5700_a.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/OK5900_a.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/OK6100_a.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/OK8800_a.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok4300u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok4350u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok5300u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok5400u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok5450u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok7100u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok7200u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok7300u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok7400u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok7500u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok9200u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok9300u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok9400u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok9500u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/ok9600u1a.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Oki/okop14u1.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1022_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1027_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1035_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1060_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1075_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1224C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1232C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_1515_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2015_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2016_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2018D_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2018_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2020D_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2020_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2022_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2027_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2032_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2035_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2035e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2045e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2051_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2060_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2075_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2090_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2105_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2228C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2232C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_2238C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3025_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3030_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3035_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3224C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3228C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3232C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3235C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3245C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_3260C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2600N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2600_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2610N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP2610_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP3200_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP3800C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP400N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP400_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP410N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP410_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP4510_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP600N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP610N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_AP900_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL1000N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL2000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3000e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3100_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL3500N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL4000DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL4000HDN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL5000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7100_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7200_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_CL7300_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_Color5560_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_1100_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_1350_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_1600_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_161_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2510_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2550B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_2550_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3010_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3350B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3350_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_3500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_4500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5000B_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_5500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_6500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_7000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_7500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_8000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_9000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C2500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C3500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C4500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C6000_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_C7500_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W2400_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_MP_W3600_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4100NL_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4100N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_4110N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_8100DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_8200DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_9100DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C400DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C410DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C411DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C420DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_C811DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-Aficio_SP_W2470_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-ColorLaser_AP828_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-DDP_70_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-DDP_92_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-EMP_156_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-FAX5510L_5510NF_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2600N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2600_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2610N_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-LASER_AP2610_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PS/Ricoh-MP_C1500_615C_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1022_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1027_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1032_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1035_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1060_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1075_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_1515_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2015_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2016_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2018D_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2018_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2020D_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2020_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2022_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2027_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2032_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2035_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2035e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2045e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2051_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2060_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2075_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2090_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_2105_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3025_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3030_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3035_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3224C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3228C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3232C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3235C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3245C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_3260C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_Color5560_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_1100_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_1350_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_1600_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_161_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2510_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2550B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_2550_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3010_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3350B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3350_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_3500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_4500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5000B_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_5500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_6500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_7000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_7500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_8000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_9000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C2500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C3500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C4500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C6000_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-Aficio_MP_C7500_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_3050N_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_3050SFN_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-GX_5050N_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Ricoh/PXL/Ricoh-MP_C1500_615C_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2404WDP_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2404WD_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2406WD_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2522_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2527_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2532_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2535_2235_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2545_2245_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2560_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-2575_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-3515_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-40105_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4015_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4018_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4018d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4022_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4027_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4035_4135g_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4035e_4135eG_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4045_4145g_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4045e_4145eG_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4051_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4060_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4075_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-4090_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-7025_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8016_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8020_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8020d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8025_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8025e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8030_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8030e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8035_8035g_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8035e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8045_8045g_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8045e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8055_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8060_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8065_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8070_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8075_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8080_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8090_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8110_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-8135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-816_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9016_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9021d_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9025_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9025b_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9033_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9033b_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9040_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9040b_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9050_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-9050b_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2408_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2410_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2524_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2525_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2532_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2820_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C2824_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3030_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3210_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3210e_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3224_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3528_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3535_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C3828_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C4535_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C4540_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C6045_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C6055_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-C7570_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP1036_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP128_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP131DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP135_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP1620_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP17_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP18_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP22_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP240D_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP26DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP27DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP28_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP31DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP35_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-CLP831_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-FAX3799_3799nf_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP145_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP150DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP175n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP25_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP25n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP26_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP26n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP28_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP28n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP31nL_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP31n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP32_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP35n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP36n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP45_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-MLP75n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SDC555_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SGC_1506_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP26_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP26n_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP32_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SLP38c_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PS/Savin-SP_C400DN_PS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2522_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2527_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2532_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2535_2235_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2545_2245_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2560_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-2575_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-3515_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-40105_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4015_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4018_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4018d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4022_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4027_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4035_4135g_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4035e_4135eG_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4045_4145g_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4045e_4145eG_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4051_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4060_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4075_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-4090_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-7025_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8016_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8020_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8020d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8025_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8025e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8030_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8030e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8035_8035g_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8035e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8045_8045g_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8045e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8055_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8060_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8065_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8070_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8075_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8080_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8090_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8110_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-8135_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-816_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9016_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9021d_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9025_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9025b_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9033_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9033b_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9040_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9040b_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9050_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-9050b_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2410_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2525_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C2824_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3030_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3210e_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3528_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C3535_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C4535_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C4540_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C6045_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C6055_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-C7570_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-SDC555_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Savin/PXL/Savin-SGC_1506_PXL.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300FG-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300G-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300G-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2300N-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700FG-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700G-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700G-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-2700N-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3500FN-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3500N-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3500N-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3501FN-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3501N-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-3501N-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4500FN-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4500N-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4500N-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4501FN-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4501N-ps-jp.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/Sharp-MX-4501N-ps.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sc170fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sc172fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sc260fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sc261fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sc262fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh155fgj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh160mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh163fgj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh163gj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh200mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh205fgj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh205gj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh266fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh266sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh311fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh311nj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh311sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh351fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh351nj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh351sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh451fpj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh451nj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh451sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh555mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh555sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh625mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh625sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh705mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sh705sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shabc260.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shabc320.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shac170m.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shac172m.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shac260.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shac260m.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shac260p.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shac262m.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham351n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham351u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham355n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham355u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham451n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham451u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham455n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham455u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham550n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham550u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham620n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham620u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham700n.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sham700u.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shar168d.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shar168s.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shar5220.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm150.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm155.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm160.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm161.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm162.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm165.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm205.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm206.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm207.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm236.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm237.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm276.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/sharm277.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc260fj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc260mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc260sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc261fj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc261mj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc261sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Sharp/shc262sj.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST205_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST280_282_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST3510c_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST450_452_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST4511_451c_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/TOSHIBA_EST850_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/Toshiba_GL1010_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/PPD/Toshiba/Toshiba_GL1020_CUPS.ppd.gz
+file path=usr/share/foomatic/db/source/driver/Postscript.xml
+file path=usr/share/foomatic/db/source/driver/ap3250.xml
+file path=usr/share/foomatic/db/source/driver/appledmp.xml
+file path=usr/share/foomatic/db/source/driver/bj10.xml
+file path=usr/share/foomatic/db/source/driver/bj10e.xml
+file path=usr/share/foomatic/db/source/driver/bj10v.xml
+file path=usr/share/foomatic/db/source/driver/bj10vh.xml
+file path=usr/share/foomatic/db/source/driver/bj200.xml
+file path=usr/share/foomatic/db/source/driver/bj8gc12f.upp.xml
+file path=usr/share/foomatic/db/source/driver/bj8hg12f.upp.xml
+file path=usr/share/foomatic/db/source/driver/bj8oh06n.upp.xml
+file path=usr/share/foomatic/db/source/driver/bj8pa06n.upp.xml
+file path=usr/share/foomatic/db/source/driver/bj8pp12f.upp.xml
+file path=usr/share/foomatic/db/source/driver/bj8ts06n.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc250gs.xml
+file path=usr/share/foomatic/db/source/driver/bjc600.xml
+file path=usr/share/foomatic/db/source/driver/bjc6000a1.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc6000b1.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a0.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a1.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a2.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a3.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a4.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a5.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a6.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a7.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610a8.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b1.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b2.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b3.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b4.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b6.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b7.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc610b8.upp.xml
+file path=usr/share/foomatic/db/source/driver/bjc800.xml
+file path=usr/share/foomatic/db/source/driver/bjc800j.xml
+file path=usr/share/foomatic/db/source/driver/bjc880j.xml
+file path=usr/share/foomatic/db/source/driver/c2050.xml
+file path=usr/share/foomatic/db/source/driver/c2070.xml
+file path=usr/share/foomatic/db/source/driver/capt.xml
+file path=usr/share/foomatic/db/source/driver/cdj1600.xml
+file path=usr/share/foomatic/db/source/driver/cdj500.xml
+file path=usr/share/foomatic/db/source/driver/cdj550.upp.xml
+file path=usr/share/foomatic/db/source/driver/cdj550.xml
+file path=usr/share/foomatic/db/source/driver/cdj670.xml
+file path=usr/share/foomatic/db/source/driver/cdj850.xml
+file path=usr/share/foomatic/db/source/driver/cdj880.xml
+file path=usr/share/foomatic/db/source/driver/cdj890.xml
+file path=usr/share/foomatic/db/source/driver/cdj970.xml
+file path=usr/share/foomatic/db/source/driver/chp2200.xml
+file path=usr/share/foomatic/db/source/driver/cjet.xml
+file path=usr/share/foomatic/db/source/driver/cljet5.xml
+file path=usr/share/foomatic/db/source/driver/cljet5c.xml
+file path=usr/share/foomatic/db/source/driver/cp50.xml
+file path=usr/share/foomatic/db/source/driver/declj250.xml
+file path=usr/share/foomatic/db/source/driver/deskjet.xml
+file path=usr/share/foomatic/db/source/driver/dj505j.xml
+file path=usr/share/foomatic/db/source/driver/djet500.xml
+file path=usr/share/foomatic/db/source/driver/dnj650c.xml
+file path=usr/share/foomatic/db/source/driver/drv_x125.xml
+file path=usr/share/foomatic/db/source/driver/eplaser-jp.xml
+file path=usr/share/foomatic/db/source/driver/eplaser.xml
+file path=usr/share/foomatic/db/source/driver/eps9high.xml
+file path=usr/share/foomatic/db/source/driver/eps9mid.xml
+file path=usr/share/foomatic/db/source/driver/epson.xml
+file path=usr/share/foomatic/db/source/driver/epsonc.xml
+file path=usr/share/foomatic/db/source/driver/epsonepl.xml
+file path=usr/share/foomatic/db/source/driver/escpage.xml
+file path=usr/share/foomatic/db/source/driver/fmlbp.xml
+file path=usr/share/foomatic/db/source/driver/fmpr.xml
+file path=usr/share/foomatic/db/source/driver/foo2hp.xml
+file path=usr/share/foomatic/db/source/driver/foo2kyo.xml
+file path=usr/share/foomatic/db/source/driver/foo2lava.xml
+file path=usr/share/foomatic/db/source/driver/foo2qpdl.xml
+file path=usr/share/foomatic/db/source/driver/foo2xqx.xml
+file path=usr/share/foomatic/db/source/driver/foo2zjs.xml
+file path=usr/share/foomatic/db/source/driver/gdi.xml
+file path=usr/share/foomatic/db/source/driver/gutenprint.xml
+file path=usr/share/foomatic/db/source/driver/gutenprint52.xml
+file path=usr/share/foomatic/db/source/driver/hl1250.xml
+file path=usr/share/foomatic/db/source/driver/hl7x0.xml
+file path=usr/share/foomatic/db/source/driver/ibmpro.xml
+file path=usr/share/foomatic/db/source/driver/imagen.xml
+file path=usr/share/foomatic/db/source/driver/iwhi.xml
+file path=usr/share/foomatic/db/source/driver/iwlo.xml
+file path=usr/share/foomatic/db/source/driver/iwlq.xml
+file path=usr/share/foomatic/db/source/driver/jetp3852.xml
+file path=usr/share/foomatic/db/source/driver/jj100.xml
+file path=usr/share/foomatic/db/source/driver/la50.xml
+file path=usr/share/foomatic/db/source/driver/la70.xml
+file path=usr/share/foomatic/db/source/driver/la70t.xml
+file path=usr/share/foomatic/db/source/driver/la75.xml
+file path=usr/share/foomatic/db/source/driver/la75plus.xml
+file path=usr/share/foomatic/db/source/driver/laserjet.xml
+file path=usr/share/foomatic/db/source/driver/lbp310.xml
+file path=usr/share/foomatic/db/source/driver/lbp320.xml
+file path=usr/share/foomatic/db/source/driver/lbp660.xml
+file path=usr/share/foomatic/db/source/driver/lbp8.xml
+file path=usr/share/foomatic/db/source/driver/lex5700.xml
+file path=usr/share/foomatic/db/source/driver/lex7000.xml
+file path=usr/share/foomatic/db/source/driver/lips2p.xml
+file path=usr/share/foomatic/db/source/driver/lips3.xml
+file path=usr/share/foomatic/db/source/driver/lips4.xml
+file path=usr/share/foomatic/db/source/driver/lips4v.xml
+file path=usr/share/foomatic/db/source/driver/lj250.xml
+file path=usr/share/foomatic/db/source/driver/lj4dith.xml
+file path=usr/share/foomatic/db/source/driver/lj4dithp.xml
+file path=usr/share/foomatic/db/source/driver/lj5gray.xml
+file path=usr/share/foomatic/db/source/driver/lj5mono.xml
+file path=usr/share/foomatic/db/source/driver/ljet2p.xml
+file path=usr/share/foomatic/db/source/driver/ljet3.xml
+file path=usr/share/foomatic/db/source/driver/ljet3d.xml
+file path=usr/share/foomatic/db/source/driver/ljet4.xml
+file path=usr/share/foomatic/db/source/driver/ljet4d.xml
+file path=usr/share/foomatic/db/source/driver/ljetplus.xml
+file path=usr/share/foomatic/db/source/driver/lm1100.xml
+file path=usr/share/foomatic/db/source/driver/ln03.xml
+file path=usr/share/foomatic/db/source/driver/lp2000.xml
+file path=usr/share/foomatic/db/source/driver/lp2563.xml
+file path=usr/share/foomatic/db/source/driver/lp8000.xml
+file path=usr/share/foomatic/db/source/driver/lpstyl.xml
+file path=usr/share/foomatic/db/source/driver/lq850.xml
+file path=usr/share/foomatic/db/source/driver/lx5000.xml
+file path=usr/share/foomatic/db/source/driver/lxm3200-tweaked.xml
+file path=usr/share/foomatic/db/source/driver/lxm5700m.xml
+file path=usr/share/foomatic/db/source/driver/lxx74.xml
+file path=usr/share/foomatic/db/source/driver/lz11-V2.xml
+file path=usr/share/foomatic/db/source/driver/m2300w.xml
+file path=usr/share/foomatic/db/source/driver/m2400w.xml
+file path=usr/share/foomatic/db/source/driver/m8510.xml
+file path=usr/share/foomatic/db/source/driver/md1xMono.xml
+file path=usr/share/foomatic/db/source/driver/md2k.xml
+file path=usr/share/foomatic/db/source/driver/md50Eco.xml
+file path=usr/share/foomatic/db/source/driver/md50Mono.xml
+file path=usr/share/foomatic/db/source/driver/md5k.xml
+file path=usr/share/foomatic/db/source/driver/min12xxw.xml
+file path=usr/share/foomatic/db/source/driver/mj500c.xml
+file path=usr/share/foomatic/db/source/driver/mj6000c.xml
+file path=usr/share/foomatic/db/source/driver/mj700v2c.xml
+file path=usr/share/foomatic/db/source/driver/mj8000c.xml
+file path=usr/share/foomatic/db/source/driver/ml600.xml
+file path=usr/share/foomatic/db/source/driver/ml85p.xml
+file path=usr/share/foomatic/db/source/driver/necp2x.upp.xml
+file path=usr/share/foomatic/db/source/driver/necp2x6.upp.xml
+file path=usr/share/foomatic/db/source/driver/necp6.xml
+file path=usr/share/foomatic/db/source/driver/npdl.xml
+file path=usr/share/foomatic/db/source/driver/nwp533.xml
+file path=usr/share/foomatic/db/source/driver/oce9050.xml
+file path=usr/share/foomatic/db/source/driver/oki182.xml
+file path=usr/share/foomatic/db/source/driver/oki4w.xml
+file path=usr/share/foomatic/db/source/driver/okiibm.xml
+file path=usr/share/foomatic/db/source/driver/omni.xml
+file path=usr/share/foomatic/db/source/driver/paintjet.xml
+file path=usr/share/foomatic/db/source/driver/pbm2l2030.xml
+file path=usr/share/foomatic/db/source/driver/pbm2l7k.xml
+file path=usr/share/foomatic/db/source/driver/pbm2lwxl.xml
+file path=usr/share/foomatic/db/source/driver/pcl3.xml
+file path=usr/share/foomatic/db/source/driver/pegg.xml
+file path=usr/share/foomatic/db/source/driver/pentaxpj.xml
+file path=usr/share/foomatic/db/source/driver/picty180.xml
+file path=usr/share/foomatic/db/source/driver/pj.xml
+file path=usr/share/foomatic/db/source/driver/pjetxl.xml
+file path=usr/share/foomatic/db/source/driver/pjxl.xml
+file path=usr/share/foomatic/db/source/driver/pjxl300.xml
+file path=usr/share/foomatic/db/source/driver/pnm2ppa.xml
+file path=usr/share/foomatic/db/source/driver/ppmtomd.xml
+file path=usr/share/foomatic/db/source/driver/pr150.xml
+file path=usr/share/foomatic/db/source/driver/pr201.xml
+file path=usr/share/foomatic/db/source/driver/ptouch.xml
+file path=usr/share/foomatic/db/source/driver/pxlcolor.xml
+file path=usr/share/foomatic/db/source/driver/pxljr.xml
+file path=usr/share/foomatic/db/source/driver/pxlmono.xml
+file path=usr/share/foomatic/db/source/driver/r4081.xml
+file path=usr/share/foomatic/db/source/driver/ras1.upp.xml
+file path=usr/share/foomatic/db/source/driver/ras24.upp.xml
+file path=usr/share/foomatic/db/source/driver/ras3.upp.xml
+file path=usr/share/foomatic/db/source/driver/ras32.upp.xml
+file path=usr/share/foomatic/db/source/driver/ras4.upp.xml
+file path=usr/share/foomatic/db/source/driver/ras8m.upp.xml
+file path=usr/share/foomatic/db/source/driver/rastertokmXXXXdl.xml
+file path=usr/share/foomatic/db/source/driver/rpdl.xml
+file path=usr/share/foomatic/db/source/driver/s400a1.upp.xml
+file path=usr/share/foomatic/db/source/driver/s400b1.upp.xml
+file path=usr/share/foomatic/db/source/driver/sharp.upp.xml
+file path=usr/share/foomatic/db/source/driver/sipixa6.upp.xml
+file path=usr/share/foomatic/db/source/driver/sj48.xml
+file path=usr/share/foomatic/db/source/driver/slap.xml
+file path=usr/share/foomatic/db/source/driver/sparc.xml
+file path=usr/share/foomatic/db/source/driver/splix.xml
+file path=usr/share/foomatic/db/source/driver/splix2.xml
+file path=usr/share/foomatic/db/source/driver/st800.xml
+file path=usr/share/foomatic/db/source/driver/stcolor.xml
+file path=usr/share/foomatic/db/source/driver/t4693d2.xml
+file path=usr/share/foomatic/db/source/driver/t4693d4.xml
+file path=usr/share/foomatic/db/source/driver/t4693d8.xml
+file path=usr/share/foomatic/db/source/driver/tek4696.xml
+file path=usr/share/foomatic/db/source/driver/xes.xml
+file path=usr/share/foomatic/db/source/opt/1.xml
+file path=usr/share/foomatic/db/source/opt/10.xml
+file path=usr/share/foomatic/db/source/opt/100.xml
+file path=usr/share/foomatic/db/source/opt/101.xml
+file path=usr/share/foomatic/db/source/opt/102.xml
+file path=usr/share/foomatic/db/source/opt/103.xml
+file path=usr/share/foomatic/db/source/opt/104.xml
+file path=usr/share/foomatic/db/source/opt/105.xml
+file path=usr/share/foomatic/db/source/opt/106.xml
+file path=usr/share/foomatic/db/source/opt/107.xml
+file path=usr/share/foomatic/db/source/opt/108.xml
+file path=usr/share/foomatic/db/source/opt/109.xml
+file path=usr/share/foomatic/db/source/opt/110.xml
+file path=usr/share/foomatic/db/source/opt/111.xml
+file path=usr/share/foomatic/db/source/opt/112.xml
+file path=usr/share/foomatic/db/source/opt/113.xml
+file path=usr/share/foomatic/db/source/opt/114.xml
+file path=usr/share/foomatic/db/source/opt/115.xml
+file path=usr/share/foomatic/db/source/opt/116.xml
+file path=usr/share/foomatic/db/source/opt/117.xml
+file path=usr/share/foomatic/db/source/opt/118.xml
+file path=usr/share/foomatic/db/source/opt/119.xml
+file path=usr/share/foomatic/db/source/opt/12.xml
+file path=usr/share/foomatic/db/source/opt/120.xml
+file path=usr/share/foomatic/db/source/opt/121.xml
+file path=usr/share/foomatic/db/source/opt/122.xml
+file path=usr/share/foomatic/db/source/opt/123.xml
+file path=usr/share/foomatic/db/source/opt/124.xml
+file path=usr/share/foomatic/db/source/opt/125.xml
+file path=usr/share/foomatic/db/source/opt/126.xml
+file path=usr/share/foomatic/db/source/opt/127.xml
+file path=usr/share/foomatic/db/source/opt/128.xml
+file path=usr/share/foomatic/db/source/opt/129.xml
+file path=usr/share/foomatic/db/source/opt/13.xml
+file path=usr/share/foomatic/db/source/opt/130.xml
+file path=usr/share/foomatic/db/source/opt/131.xml
+file path=usr/share/foomatic/db/source/opt/132.xml
+file path=usr/share/foomatic/db/source/opt/133.xml
+file path=usr/share/foomatic/db/source/opt/134.xml
+file path=usr/share/foomatic/db/source/opt/135.xml
+file path=usr/share/foomatic/db/source/opt/136.xml
+file path=usr/share/foomatic/db/source/opt/137.xml
+file path=usr/share/foomatic/db/source/opt/138.xml
+file path=usr/share/foomatic/db/source/opt/139.xml
+file path=usr/share/foomatic/db/source/opt/14.xml
+file path=usr/share/foomatic/db/source/opt/140.xml
+file path=usr/share/foomatic/db/source/opt/141.xml
+file path=usr/share/foomatic/db/source/opt/142.xml
+file path=usr/share/foomatic/db/source/opt/143.xml
+file path=usr/share/foomatic/db/source/opt/144.xml
+file path=usr/share/foomatic/db/source/opt/145.xml
+file path=usr/share/foomatic/db/source/opt/146.xml
+file path=usr/share/foomatic/db/source/opt/147.xml
+file path=usr/share/foomatic/db/source/opt/148.xml
+file path=usr/share/foomatic/db/source/opt/149.xml
+file path=usr/share/foomatic/db/source/opt/150.xml
+file path=usr/share/foomatic/db/source/opt/151.xml
+file path=usr/share/foomatic/db/source/opt/152.xml
+file path=usr/share/foomatic/db/source/opt/153.xml
+file path=usr/share/foomatic/db/source/opt/154.xml
+file path=usr/share/foomatic/db/source/opt/155.xml
+file path=usr/share/foomatic/db/source/opt/156.xml
+file path=usr/share/foomatic/db/source/opt/157.xml
+file path=usr/share/foomatic/db/source/opt/158.xml
+file path=usr/share/foomatic/db/source/opt/159.xml
+file path=usr/share/foomatic/db/source/opt/160.xml
+file path=usr/share/foomatic/db/source/opt/161.xml
+file path=usr/share/foomatic/db/source/opt/162.xml
+file path=usr/share/foomatic/db/source/opt/163.xml
+file path=usr/share/foomatic/db/source/opt/164.xml
+file path=usr/share/foomatic/db/source/opt/165.xml
+file path=usr/share/foomatic/db/source/opt/166.xml
+file path=usr/share/foomatic/db/source/opt/167.xml
+file path=usr/share/foomatic/db/source/opt/168.xml
+file path=usr/share/foomatic/db/source/opt/169.xml
+file path=usr/share/foomatic/db/source/opt/170.xml
+file path=usr/share/foomatic/db/source/opt/171.xml
+file path=usr/share/foomatic/db/source/opt/172.xml
+file path=usr/share/foomatic/db/source/opt/173.xml
+file path=usr/share/foomatic/db/source/opt/174.xml
+file path=usr/share/foomatic/db/source/opt/175.xml
+file path=usr/share/foomatic/db/source/opt/176.xml
+file path=usr/share/foomatic/db/source/opt/177.xml
+file path=usr/share/foomatic/db/source/opt/179.xml
+file path=usr/share/foomatic/db/source/opt/180.xml
+file path=usr/share/foomatic/db/source/opt/181.xml
+file path=usr/share/foomatic/db/source/opt/182.xml
+file path=usr/share/foomatic/db/source/opt/185.xml
+file path=usr/share/foomatic/db/source/opt/186.xml
+file path=usr/share/foomatic/db/source/opt/187.xml
+file path=usr/share/foomatic/db/source/opt/188.xml
+file path=usr/share/foomatic/db/source/opt/189.xml
+file path=usr/share/foomatic/db/source/opt/190.xml
+file path=usr/share/foomatic/db/source/opt/191.xml
+file path=usr/share/foomatic/db/source/opt/193.xml
+file path=usr/share/foomatic/db/source/opt/194.xml
+file path=usr/share/foomatic/db/source/opt/195.xml
+file path=usr/share/foomatic/db/source/opt/196.xml
+file path=usr/share/foomatic/db/source/opt/197.xml
+file path=usr/share/foomatic/db/source/opt/198.xml
+file path=usr/share/foomatic/db/source/opt/199.xml
+file path=usr/share/foomatic/db/source/opt/2.xml
+file path=usr/share/foomatic/db/source/opt/200.xml
+file path=usr/share/foomatic/db/source/opt/201.xml
+file path=usr/share/foomatic/db/source/opt/202.xml
+file path=usr/share/foomatic/db/source/opt/203.xml
+file path=usr/share/foomatic/db/source/opt/204.xml
+file path=usr/share/foomatic/db/source/opt/205.xml
+file path=usr/share/foomatic/db/source/opt/206.xml
+file path=usr/share/foomatic/db/source/opt/207.xml
+file path=usr/share/foomatic/db/source/opt/208.xml
+file path=usr/share/foomatic/db/source/opt/209.xml
+file path=usr/share/foomatic/db/source/opt/211.xml
+file path=usr/share/foomatic/db/source/opt/212.xml
+file path=usr/share/foomatic/db/source/opt/213.xml
+file path=usr/share/foomatic/db/source/opt/214.xml
+file path=usr/share/foomatic/db/source/opt/215.xml
+file path=usr/share/foomatic/db/source/opt/216.xml
+file path=usr/share/foomatic/db/source/opt/217.xml
+file path=usr/share/foomatic/db/source/opt/218.xml
+file path=usr/share/foomatic/db/source/opt/219.xml
+file path=usr/share/foomatic/db/source/opt/220.xml
+file path=usr/share/foomatic/db/source/opt/221.xml
+file path=usr/share/foomatic/db/source/opt/222.xml
+file path=usr/share/foomatic/db/source/opt/223.xml
+file path=usr/share/foomatic/db/source/opt/224.xml
+file path=usr/share/foomatic/db/source/opt/225.xml
+file path=usr/share/foomatic/db/source/opt/226.xml
+file path=usr/share/foomatic/db/source/opt/227.xml
+file path=usr/share/foomatic/db/source/opt/228.xml
+file path=usr/share/foomatic/db/source/opt/3.xml
+file path=usr/share/foomatic/db/source/opt/42.xml
+file path=usr/share/foomatic/db/source/opt/43.xml
+file path=usr/share/foomatic/db/source/opt/44.xml
+file path=usr/share/foomatic/db/source/opt/45.xml
+file path=usr/share/foomatic/db/source/opt/46.xml
+file path=usr/share/foomatic/db/source/opt/47.xml
+file path=usr/share/foomatic/db/source/opt/48.xml
+file path=usr/share/foomatic/db/source/opt/49.xml
+file path=usr/share/foomatic/db/source/opt/5.xml
+file path=usr/share/foomatic/db/source/opt/50.xml
+file path=usr/share/foomatic/db/source/opt/51.xml
+file path=usr/share/foomatic/db/source/opt/54.xml
+file path=usr/share/foomatic/db/source/opt/55.xml
+file path=usr/share/foomatic/db/source/opt/56.xml
+file path=usr/share/foomatic/db/source/opt/57.xml
+file path=usr/share/foomatic/db/source/opt/58.xml
+file path=usr/share/foomatic/db/source/opt/6.xml
+file path=usr/share/foomatic/db/source/opt/60.xml
+file path=usr/share/foomatic/db/source/opt/61.xml
+file path=usr/share/foomatic/db/source/opt/62.xml
+file path=usr/share/foomatic/db/source/opt/63.xml
+file path=usr/share/foomatic/db/source/opt/64.xml
+file path=usr/share/foomatic/db/source/opt/65.xml
+file path=usr/share/foomatic/db/source/opt/66.xml
+file path=usr/share/foomatic/db/source/opt/67.xml
+file path=usr/share/foomatic/db/source/opt/68.xml
+file path=usr/share/foomatic/db/source/opt/69.xml
+file path=usr/share/foomatic/db/source/opt/7.xml
+file path=usr/share/foomatic/db/source/opt/70.xml
+file path=usr/share/foomatic/db/source/opt/71.xml
+file path=usr/share/foomatic/db/source/opt/72.xml
+file path=usr/share/foomatic/db/source/opt/73.xml
+file path=usr/share/foomatic/db/source/opt/74.xml
+file path=usr/share/foomatic/db/source/opt/75.xml
+file path=usr/share/foomatic/db/source/opt/76.xml
+file path=usr/share/foomatic/db/source/opt/77.xml
+file path=usr/share/foomatic/db/source/opt/78.xml
+file path=usr/share/foomatic/db/source/opt/79.xml
+file path=usr/share/foomatic/db/source/opt/8.xml
+file path=usr/share/foomatic/db/source/opt/80.xml
+file path=usr/share/foomatic/db/source/opt/81.xml
+file path=usr/share/foomatic/db/source/opt/82.xml
+file path=usr/share/foomatic/db/source/opt/83.xml
+file path=usr/share/foomatic/db/source/opt/84.xml
+file path=usr/share/foomatic/db/source/opt/85.xml
+file path=usr/share/foomatic/db/source/opt/86.xml
+file path=usr/share/foomatic/db/source/opt/87.xml
+file path=usr/share/foomatic/db/source/opt/88.xml
+file path=usr/share/foomatic/db/source/opt/89.xml
+file path=usr/share/foomatic/db/source/opt/9.xml
+file path=usr/share/foomatic/db/source/opt/90.xml
+file path=usr/share/foomatic/db/source/opt/91.xml
+file path=usr/share/foomatic/db/source/opt/92.xml
+file path=usr/share/foomatic/db/source/opt/93.xml
+file path=usr/share/foomatic/db/source/opt/94.xml
+file path=usr/share/foomatic/db/source/opt/95.xml
+file path=usr/share/foomatic/db/source/opt/96.xml
+file path=usr/share/foomatic/db/source/opt/97.xml
+file path=usr/share/foomatic/db/source/opt/98.xml
+file path=usr/share/foomatic/db/source/opt/99.xml
+file path=usr/share/foomatic/db/source/opt/Brother-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/GS-HalftoningAlgorithm-Gray.xml
+file path=usr/share/foomatic/db/source/opt/Minolta-PCL600.xml
+file path=usr/share/foomatic/db/source/opt/PCL-4-5-InputSlot.xml
+file path=usr/share/foomatic/db/source/opt/PCL-XL-InputSlot.xml
+file path=usr/share/foomatic/db/source/opt/PJL-Duplex.xml
+file path=usr/share/foomatic/db/source/opt/PJL-PJLBinding.xml
+file path=usr/share/foomatic/db/source/opt/PJL-PJLDuplex.xml
+file path=usr/share/foomatic/db/source/opt/PageSize-A4only.xml
+file path=usr/share/foomatic/db/source/opt/Postscript-PreFilter.xml
+file path=usr/share/foomatic/db/source/opt/Postscript-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/bj8pa06n-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-BlueGamma.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-ColorMode.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-ComposeK.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Compress.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-GreenGamma.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Inverse.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-LimitCheck.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Manualfeed.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-MasterGamma.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Model.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-PaperBlue.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-PaperGreen.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-PaperRed.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-PrintColors.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Quality.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Random.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-RedGamma.xml
+file path=usr/share/foomatic/db/source/opt/bjc250gs-Smooth.xml
+file path=usr/share/foomatic/db/source/opt/cZ11somsom-Black.xml
+file path=usr/share/foomatic/db/source/opt/cZ11somsom-Cyan.xml
+file path=usr/share/foomatic/db/source/opt/cZ11somsom-DitherPPI.xml
+file path=usr/share/foomatic/db/source/opt/cZ11somsom-InkType.xml
+file path=usr/share/foomatic/db/source/opt/cZ11somsom-Magenta.xml
+file path=usr/share/foomatic/db/source/opt/cZ11somsom-Yellow.xml
+file path=usr/share/foomatic/db/source/opt/cdj5XX-BlackCorrect.xml
+file path=usr/share/foomatic/db/source/opt/cdj5XX-Depletion.xml
+file path=usr/share/foomatic/db/source/opt/cljet5-ColorMode.xml
+file path=usr/share/foomatic/db/source/opt/dnj650c-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/drv_x125-Bidirectional.xml
+file path=usr/share/foomatic/db/source/opt/drv_x125-ColorMode.xml
+file path=usr/share/foomatic/db/source/opt/drv_x125-Device.xml
+file path=usr/share/foomatic/db/source/opt/drv_x125-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/drv_z42-Bidirectional.xml
+file path=usr/share/foomatic/db/source/opt/drv_z42-InkType.xml
+file path=usr/share/foomatic/db/source/opt/drv_z42-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/drv_z42-PrintoutMode.xml
+file path=usr/share/foomatic/db/source/opt/drv_z42-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-Collate.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-Duplex.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-FaceUp.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-InputSlot.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-Landscape.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-Model.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-NumCopies.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-RITOff.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-TonerSaving.xml
+file path=usr/share/foomatic/db/source/opt/eplaser-jp-Model.xml
+file path=usr/share/foomatic/db/source/opt/gdi-AllowReprint.xml
+file path=usr/share/foomatic/db/source/opt/gdi-Altitude.xml
+file path=usr/share/foomatic/db/source/opt/gdi-Copies.xml
+file path=usr/share/foomatic/db/source/opt/gdi-Density.xml
+file path=usr/share/foomatic/db/source/opt/gdi-Economode.xml
+file path=usr/share/foomatic/db/source/opt/gdi-JamRecovery.xml
+file path=usr/share/foomatic/db/source/opt/gdi-Manualfeed.xml
+file path=usr/share/foomatic/db/source/opt/gdi-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/gdi-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/gdi-PageSizeJCL.xml
+file path=usr/share/foomatic/db/source/opt/gdi-PageSizePS.xml
+file path=usr/share/foomatic/db/source/opt/gdi-PageTimeout.xml
+file path=usr/share/foomatic/db/source/opt/gdi-PowerSaveTime.xml
+file path=usr/share/foomatic/db/source/opt/gdi-PowerSaving.xml
+file path=usr/share/foomatic/db/source/opt/gdi-RET.xml
+file path=usr/share/foomatic/db/source/opt/hl7x0-Duplex.xml
+file path=usr/share/foomatic/db/source/opt/hl7x0-EconomyMode.xml
+file path=usr/share/foomatic/db/source/opt/hl7x0-InputSlot.xml
+file path=usr/share/foomatic/db/source/opt/hl7x0-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/hl7x0-PIN.xml
+file path=usr/share/foomatic/db/source/opt/hl7x0-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/jap-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/jap-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/largeformat-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/lm1100-Brightness.xml
+file path=usr/share/foomatic/db/source/opt/lxm3200-tweaked-Model.xml
+file path=usr/share/foomatic/db/source/opt/lxm3200-tweaked-Z31Margin.xml
+file path=usr/share/foomatic/db/source/opt/m2300w-ColorMode.xml
+file path=usr/share/foomatic/db/source/opt/m2300w-ColorProfile.xml
+file path=usr/share/foomatic/db/source/opt/m2300w-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/m2300w-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/m2300w-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/m2300w-psnup.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-DriverPageSize.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-DriverResolution.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-Economode.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-GSPageSize.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-GSResolution.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-InputSlot.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-Model.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/min12xxw-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/oki4w-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/oki4w-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/pbmtozjs-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/pcl3-ConfigureEveryPage.xml
+file path=usr/share/foomatic/db/source/opt/pcl3-PrintoutMode-HPDJ520.xml
+file path=usr/share/foomatic/db/source/opt/pentaxpj-Density.xml
+file path=usr/share/foomatic/db/source/opt/pentaxpj-OutputType.xml
+file path=usr/share/foomatic/db/source/opt/pentaxpj-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-AllowReprint.xml
+file path=usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-Economode.xml
+file path=usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/pjl-Samsung-ML-1650-RET.xml
+file path=usr/share/foomatic/db/source/opt/pjxl-Quality.xml
+file path=usr/share/foomatic/db/source/opt/pjxl-RenderType.xml
+file path=usr/share/foomatic/db/source/opt/pnm2ppa-Dither.xml
+file path=usr/share/foomatic/db/source/opt/pnm2ppa-EconoFast.xml
+file path=usr/share/foomatic/db/source/opt/ppmtocpva-solidblack.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-ColorMode.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-ColourCorrection.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-CurlCorrection.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-Dither.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-GammaCorrection.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-GammaSaturation.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-Glossy.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-JobType.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-KeepBlack.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-LFAdjust.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-MediaType.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-Model.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-NoReset.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-Overlay.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-PHAdjust.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-Primer.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-PrintColors.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-PrintingMethod.xml
+file path=usr/share/foomatic/db/source/opt/ppmtomd-UseMultiColourRibbon.xml
+file path=usr/share/foomatic/db/source/opt/pxlmono-GSResolution.xml
+file path=usr/share/foomatic/db/source/opt/pxlmono-JCLResolution.xml
+file path=usr/share/foomatic/db/source/opt/pxlmono-PrinterResolution.xml
+file path=usr/share/foomatic/db/source/opt/pxlmono-PrintoutMode.xml
+file path=usr/share/foomatic/db/source/opt/s400a1-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/sipixa6.upp-PageSize.xml
+file path=usr/share/foomatic/db/source/opt/st640ih-Resolution.xml
+file path=usr/share/foomatic/db/source/opt/stc300.upp-Resolution.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-1000.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-1300.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-1500.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-2000.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-2010.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-2300.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-4000.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-5000.xml
+file path=usr/share/foomatic/db/source/printer/Alps-MD-5500.xml
+file path=usr/share/foomatic/db/source/printer/Anitech-M24.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-1200.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-1220_Barbie.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-1250.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2100.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2150.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2200.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2250.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2500.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2550.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2600.xml
+file path=usr/share/foomatic/db/source/printer/Apollo-P-2650.xml
+file path=usr/share/foomatic/db/source/printer/Apple-12_640ps.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_1500.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_2200.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_2400.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_2500.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_4100.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_4500.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Color_StyleWriter_6500.xml
+file path=usr/share/foomatic/db/source/printer/Apple-Dot_Matrix.xml
+file path=usr/share/foomatic/db/source/printer/Apple-ImageWriter.xml
+file path=usr/share/foomatic/db/source/printer/Apple-ImageWriter_II.xml
+file path=usr/share/foomatic/db/source/printer/Apple-ImageWriter_LQ.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_16_600.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_4_600.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_IINTX.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_IIg.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_NT.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_Pro_630.xml
+file path=usr/share/foomatic/db/source/printer/Apple-LaserWriter_Select_360.xml
+file path=usr/share/foomatic/db/source/printer/Apple-StyleWriter_1200.xml
+file path=usr/share/foomatic/db/source/printer/Apple-StyleWriter_I.xml
+file path=usr/share/foomatic/db/source/printer/Apple-StyleWriter_II.xml
+file path=usr/share/foomatic/db/source/printer/Avery-Personal_Label_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Avery-Personal_Label_Printerplus.xml
+file path=usr/share/foomatic/db/source/printer/Brother-4550.xml
+file path=usr/share/foomatic/db/source/printer/Brother-DCP-1200.xml
+file path=usr/share/foomatic/db/source/printer/Brother-DCP-8045D.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HJ-400.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1020.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1030.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1040.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1050.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1060.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1070.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-10V.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-10h.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1230.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1240.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1250.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1260.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1270N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1430.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1435.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1440.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1450.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1470N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1650.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1660e.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1670N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1850.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-1870N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-2060.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-2170W.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-2400CeN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-2460.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-2460N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-2600CN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-3260N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-3400CN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-3450CN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-4000CN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-4040CN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-4050CDN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-4070CDW.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-4Ve.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5030.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5040.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5050.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5070N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5140.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5150D.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5170DN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-5250DN.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-630.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-660.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-7050.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-7050N.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-720.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-730.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-760.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-8.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-820.xml
+file path=usr/share/foomatic/db/source/printer/Brother-HL-960.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MC-3000.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-4350.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-6550MC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-8300.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-9050.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-9100c.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-9500.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-9600.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC-P2500.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MFC_7150C.xml
+file path=usr/share/foomatic/db/source/printer/Brother-MP-21C.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-1500PC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-18R.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-1950.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-1950VP.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-1960.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-2420PC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-2450DX.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-2500PC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-2600.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-2610.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-3600.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-550A.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-9200DX.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-9200PC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-9400.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-9500PC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-9600.xml
+file path=usr/share/foomatic/db/source/printer/Brother-PT-PC.xml
+file path=usr/share/foomatic/db/source/printer/Brother-QL-500.xml
+file path=usr/share/foomatic/db/source/printer/Brother-QL-550.xml
+file path=usr/share/foomatic/db/source/printer/Brother-QL-650TD.xml
+file path=usr/share/foomatic/db/source/printer/CItoh-M8510.xml
+file path=usr/share/foomatic/db/source/printer/CalComp-Artisan_1023_penplotter.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-10e.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-10v.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-15v.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-20.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-200.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-30.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-300.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-330.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-35v.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJ-5.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-1000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-2000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-2010.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-210.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-2100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-210SP.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-2110.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-240.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-250.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-250ex.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-255SP.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-265SP.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-3000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4200.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4300.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4310SP.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4400.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-4550.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-50.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-5000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-5100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-55.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-600.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-6000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-610.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-6100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-620.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-6200.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-6500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-680J.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-70.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-7000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-7004.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-7100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-80.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-800.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-8200.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-85.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-8500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-BJC-880J.xml
+file path=usr/share/foomatic/db/source/printer/Canon-CP-100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-CP-200.xml
+file path=usr/share/foomatic/db/source/printer/Canon-CP-220.xml
+file path=usr/share/foomatic/db/source/printer/Canon-CP-300.xml
+file path=usr/share/foomatic/db/source/printer/Canon-CP-330.xml
+file path=usr/share/foomatic/db/source/printer/Canon-GP_335.xml
+file path=usr/share/foomatic/db/source/printer/Canon-GP_405.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-1000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-1120.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-1260.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-1760.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-310.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-320_Pro.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-350.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-430.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-460.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-470.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-4U.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-4plus.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-4sx.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-600.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-660.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-800.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-810.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LBP-8A1.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LIPS-III.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LIPS-IIplus.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LIPS-IV.xml
+file path=usr/share/foomatic/db/source/printer/Canon-LIPS-IVv.xml
+file path=usr/share/foomatic/db/source/printer/Canon-MultiPASS_C2500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-MultiPASS_C3000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-MultiPASS_C3500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-MultiPASS_C5000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-MultiPASS_C5500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-Multipass_L6000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S100.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S200.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S300.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S400.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S450.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S4500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S600.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S630.xml
+file path=usr/share/foomatic/db/source/printer/Canon-S800.xml
+file path=usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-400.xml
+file path=usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-500.xml
+file path=usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-510.xml
+file path=usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-600.xml
+file path=usr/share/foomatic/db/source/printer/Canon-SELPHY-CP-710.xml
+file path=usr/share/foomatic/db/source/printer/Canon-iP4000.xml
+file path=usr/share/foomatic/db/source/printer/Canon-imageRunner_330s.xml
+file path=usr/share/foomatic/db/source/printer/Casio-KL-E11.xml
+file path=usr/share/foomatic/db/source/printer/Casio-KL-P1000.xml
+file path=usr/share/foomatic/db/source/printer/Casio-KP-C10.xml
+file path=usr/share/foomatic/db/source/printer/Citizen-ProJet_II.xml
+file path=usr/share/foomatic/db/source/printer/Citizen-ProJet_IIc.xml
+file path=usr/share/foomatic/db/source/printer/Citizen-printiva1700.xml
+file path=usr/share/foomatic/db/source/printer/Citizen-printiva600C.xml
+file path=usr/share/foomatic/db/source/printer/Citizen-printiva600U.xml
+file path=usr/share/foomatic/db/source/printer/Citizen-printiva700.xml
+file path=usr/share/foomatic/db/source/printer/Compaq-IJ1200.xml
+file path=usr/share/foomatic/db/source/printer/Compaq-IJ300.xml
+file path=usr/share/foomatic/db/source/printer/Compaq-IJ750.xml
+file path=usr/share/foomatic/db/source/printer/Compaq-IJ900.xml
+file path=usr/share/foomatic/db/source/printer/DEC-1800.xml
+file path=usr/share/foomatic/db/source/printer/DEC-DECWriter_500i.xml
+file path=usr/share/foomatic/db/source/printer/DEC-DECwriter_110i.xml
+file path=usr/share/foomatic/db/source/printer/DEC-DECwriter_520ic.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LA50.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LA70.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LA75.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LA75_Plus.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LJ250.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LN03.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LN07.xml
+file path=usr/share/foomatic/db/source/printer/DEC-LN17.xml
+file path=usr/share/foomatic/db/source/printer/Dell-M5200.xml
+file path=usr/share/foomatic/db/source/printer/Dell-S2500.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-ASCII_250.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-ASCIIplus.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-EL40.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-EL60.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-LabelWriter_II.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-LabelWriter_XL.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-LabelWriter_XLplus.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-SE250.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-SE250plus.xml
+file path=usr/share/foomatic/db/source/printer/Dymo-CoStar-Turbo.xml
+file path=usr/share/foomatic/db/source/printer/Epson-ActionLaser_1100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-ActionLaser_II.xml
+file path=usr/share/foomatic/db/source/printer/Epson-ActionPrinter_3250.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C1000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C1900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C1900PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C2000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C2000PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C4000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C4000PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C4100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C4100PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C8500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C8500PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C8600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C8600PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-AcuLaser_C9100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-CL_700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-CL_750.xml
+file path=usr/share/foomatic/db/source/printer/Epson-CL_760.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Dot_Matrix.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EM_900C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EM_900CN.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EM_930C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EM_930CN.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5200plus.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5500W.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5700L.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5700PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5800L.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5800PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5900L.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-5900PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-6100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-6100L.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-6100PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-6200L.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-7100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N1600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N1600PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2050.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2050PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2050PSplus.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2050plus.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2120.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2500PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2750.xml
+file path=usr/share/foomatic/db/source/printer/Epson-EPL-N2750PS.xml
+file path=usr/share/foomatic/db/source/printer/Epson-E_100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-L-1000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-1800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-1900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-2000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-2200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-2400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-2500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-3000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-3000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-7000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-7000G.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-7500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-7700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-7900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8200C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8300C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8300F.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8400F.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8500C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8600F.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8800C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-8900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9000B.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9200B.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9200C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9500C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9600S.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-9800C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-M6000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-S300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-S3000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-S4000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-S4500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-S6500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-S7500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP-xx00.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LP_8000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LQ-24.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LQ-2550.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LQ-500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LQ-570plus.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LQ-850.xml
+file path=usr/share/foomatic/db/source/printer/Epson-LX-1050.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MC_10000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MC_2000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MC_5000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MC_7000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MC_9000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MJ_5100C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MJ_520C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MJ_6000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MJ_8000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MJ_930C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-MachJet.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_10000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_2000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_2200C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_3000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_3300C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_3500C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_3700C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_4000PX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_5000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_7000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_700C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_730C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_740C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_750C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_760C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_770C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_780C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_790PT.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_800C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_820C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_850PT.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_870C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_880C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_9000C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_930C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_940C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_950C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_970C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_980C.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_A900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_D1000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_D750.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_D770.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_G700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_G720.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_G800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PM_G820.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_5500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_7000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_9000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_A650.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_G5000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_G900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_G920.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_V500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PX_V600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PictureMate.xml
+file path=usr/share/foomatic/db/source/printer/Epson-PictureMate_Deluxe.xml
+file path=usr/share/foomatic/db/source/printer/Epson-SQ_1170.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C20.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C20SX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C20UX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C40.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C40SX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C40UX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C41.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C41SX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C41UX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C42.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C42SX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C42UX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C43.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C43SX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C43UX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C44.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C44SX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C44UX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C45.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C46.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C48.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C50.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C60.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C61.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C62.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C63.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C64.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C65.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C66.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C68.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C70.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C80.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C82.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C83.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C84.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C85.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C86.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_C88.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX1500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3650.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3805.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX3810.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX4100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX4200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX4500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX4600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX4700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX4800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX5100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX5200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX5300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX5400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX5700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX5800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX6300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX6400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX6500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX6600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX7700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX7800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX8300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_CX8400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_1160.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_1500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_1520.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_3000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_440.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_460.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_480.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_580.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_640.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_660.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_670.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_680.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_740.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_760.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_777.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_850.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_860.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_880.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_8_3.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_980.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_I.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_II.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_IIs.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Color_PRO.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_D68.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_D88.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_DX3800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_DX3850.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_DX4200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_DX4250.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_DX4800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1270.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1280.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1290.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_1290S.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_2000P.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_2100.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_2200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_720.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_750.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_780.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_785.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_790.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_810.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_820.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_825.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_830.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_870.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_875.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_890.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_895.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_900.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_915.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_925.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_935.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_950.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_960.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_EX.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_EX3.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R1800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R200.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R210.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R220.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R2400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R300.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R310.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R320.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R340.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_R800.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX400.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX420.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX425.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX430.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX510.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX620.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX630.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Photo_RX700.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_10000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_5000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_5500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_7000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_7500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_7600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_9000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_9500.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_9600.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Pro_XL.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Scan_2000.xml
+file path=usr/share/foomatic/db/source/printer/Epson-Stylus_Scan_2500.xml
+file path=usr/share/foomatic/db/source/printer/Fujifilm-Printpix-CX-400.xml
+file path=usr/share/foomatic/db/source/printer/Fujifilm-Printpix-CX-550.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-1200.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-2400.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-3400.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-FMLBP2xx_Page_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-FMPR.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_10V.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_16DV.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_20W.xml
+file path=usr/share/foomatic/db/source/printer/Fujitsu-PrintPartner_8000.xml
+file path=usr/share/foomatic/db/source/printer/Generic-ESC_P_Dot_Matrix_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-GDI_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-IBM-Compatible_Dot_Matrix_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PCL_3_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PCL_4_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PCL_5_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PCL_5c_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PCL_5e_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PCL_6_PCL_XL_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-PostScript_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Generic-ZjStream_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Genicom-LN45.xml
+file path=usr/share/foomatic/db/source/printer/Genicom-ML450.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-10512.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-2212.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-2712.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-3212.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-3502.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-3532_4235g.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-4502.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-4532_4245g.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-6002.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-7502.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-9002.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7010.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7116.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7416.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7417.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7425dn.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7435n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7521n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7526dn.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7528n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7531dn.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7535n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-C7640nD.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-CS555.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc224.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc232.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc328.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc332.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc338.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc38.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc38u.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc424.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc428.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc432.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc435.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc445.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc460.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc524.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSc532.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm415.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm615.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm616.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm618.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm618d.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm620.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm620d.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm622.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm627.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm635_635G.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm645_645G.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm651.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm660.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm675.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm725.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm730.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm735_735G.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-DSm745_745G.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-F9199_9199nf.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-GWD2004.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-GWD2006.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP1100_DSm7110.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP1350_DSm7135.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP1600_DSm716.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP2000_DSm721d.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP2500_DSm625.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP3500_DSm735e.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP4500_DSm745e.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP5500_DSm755.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP6500_DSm765.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP7500_DSm775.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP9000_DSm790.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MPC1500_GS106.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MPC2500_DSc525.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MPC3000_DSc530.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MPC3500_DSc535.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MPC4500_DSc545.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_161_DSm416.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_2510_DSm725e.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_2550.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_2550B.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_3010_DSm730e.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_3350.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_3350B.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_4000.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_4000B.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_5000.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_5000B.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_6000.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_7000.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_8000.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_C6000.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-MP_C7500.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7026.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7026n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7031n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7031nL.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7032.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7035n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7126.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7126n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7132n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7145.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7245.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7325.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7325n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7431cn.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7527.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7527n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7535n.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7575.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-P7675.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-SP_8200DN.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-SP_C420DN.xml
+file path=usr/share/foomatic/db/source/printer/Gestetner-SP_W2470.xml
+file path=usr/share/foomatic/db/source/printer/HP-2000C.xml
+file path=usr/share/foomatic/db/source/printer/HP-2500C.xml
+file path=usr/share/foomatic/db/source/printer/HP-2500CM.xml
+file path=usr/share/foomatic/db/source/printer/HP-2563.xml
+file path=usr/share/foomatic/db/source/printer/HP-910.xml
+file path=usr/share/foomatic/db/source/printer/HP-915.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_1000.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_1100.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_1200.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2200.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2230.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2250.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2250TN.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2280.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2300.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2600.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_2800.xml
+file path=usr/share/foomatic/db/source/printer/HP-Business_Inkjet_3000.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_Inkjet_Printer_CP1160.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_Inkjet_Printer_CP1700.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_1500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_1600.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2550.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2600n.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2605.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2700.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_2800.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3000.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3550.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3600.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3700.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_3800.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4550.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4600.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4610.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4650.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4700.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_4730_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5000.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5550.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_5M.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_8500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_8550GN.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_9500.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_9500_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CM1015.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CM1017.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CM4730_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CP3505.xml
+file path=usr/share/foomatic/db/source/printer/HP-Color_LaserJet_CP4005.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_100.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_100plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_230.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_2500CP.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_250C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_3500CP.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_350C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_430.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_450C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_455CA.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_488CA.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_500.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_5000.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_500ps.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_5500.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_5500ps.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_650C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_700.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_750.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_750C_Plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_800.xml
+file path=usr/share/foomatic/db/source/printer/HP-DesignJet_ColorPro_CAD.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1000C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1100C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1120C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1125C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1200C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1220C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1280.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1600C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_1600CM.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_200.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_310.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_320.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3320.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3325.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_340C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3420.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3425.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_350C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3520.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3528.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3535.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3550.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3558.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3650.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3658.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3668.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3740.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3810.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3816.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3820.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3822.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3840.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3845.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3920.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_3940.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_400.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_420C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_450.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_460.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_500.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_500C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_505J_Plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_510.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5150.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5158.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5160.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_520.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_540C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5440.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_550C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5550.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5551.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_560C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5650.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5652.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5670.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5740.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5850.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_5940.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_600.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_610C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_610CL.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6122.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6127.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_612C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_630C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_632C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_640C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_648C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6520.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6540.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_656C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6600.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_660C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_670C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_670TV.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_672C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6800.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_680C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_682C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6840.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_690C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_692C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_693C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6940.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_694C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_695C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_697C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_6980.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_710C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_712C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_720C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_722C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_810C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_812C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_815C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_816C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_820C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_825C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_830C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_832C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_840C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_841C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_842C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_843C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_845C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_850C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_855C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_870C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_880C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_882C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_890C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_895C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_916C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_920C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_9300.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_930C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_932C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_933C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_934C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_935C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_940C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_948C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_950C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_952C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_955C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_957C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_959C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_9600.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_960C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_970C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_975C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_9800.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_980C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_990C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_995C.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_D1300.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_D1400.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_D2300.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_D2400.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_D4100.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_D4200.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_F2100.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_F300.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_F4100.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_Plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-DeskJet_Portable.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1000.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1005.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1010.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1012.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1015.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1018.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1020.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1022.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1100.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1100A.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1150.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1160.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1200.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1220.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1300.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_1320.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2100.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2100M.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2200.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2300.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2410.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2420.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2430.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2D.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2P.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2P_Plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_2_w_PS.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3015.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3020.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3030.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3050.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3052.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3055.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3100.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3150.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3200.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3200m.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3200se.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3300_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3310_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3320N_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3320_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3330_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3380.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3390.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3392.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3D.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3P_w_PCL5.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_3P_w_PS.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4000.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4050.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4100.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4200.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4240.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4250.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4300.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4345_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4350.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4L.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4M.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4ML.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4P.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4Si.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4V.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4V_4LJ_Pro.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_4_Plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5000.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5100.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5200.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5200L.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5L.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5M.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5MP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5P.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_5Si.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_6.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_6L.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_6MP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_6P.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_8000.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_8100.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_8150.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9000.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9000_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9040.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9040_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9050.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9050_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9055_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_9065_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M1005_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M2727.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M3027_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M3035_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M4345_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M5025_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_M5035_MFP.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_P2010.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_P2015.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_P3004.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_P3005.xml
+file path=usr/share/foomatic/db/source/printer/HP-LaserJet_Plus.xml
+file path=usr/share/foomatic/db/source/printer/HP-Mopier_240.xml
+file path=usr/share/foomatic/db/source/printer/HP-Mopier_320.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_300.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_330.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_350.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_4100.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_4105.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_4110.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_4115.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_4200.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_4300.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_500.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_5105.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_5110.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_5110xi.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_520.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_5500.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_5600.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_570.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_580.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_590.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_600.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_610.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_6100.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_6105.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_6110.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_6150.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_6200.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_625.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_630.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_6300.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_635.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_700.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_710.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7100.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7110.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7130.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7140.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_720.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7200.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_725.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7300.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_7400.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_9100.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_D125.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_D135.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_D145.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_D155.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_G55.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_G85.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_G95.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_J3600.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_J5500.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_J5700.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_K60.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_K60xi.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_K80.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_K80xi.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_LX.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_1150C.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_1170C.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_1175C.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K5300.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K5400.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K550.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K850.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_K8600.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7300.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7500.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7600.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_Pro_L7700.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_R40.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_R45.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_R60.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_R65.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_R80.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_T45.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_T65.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_V40.xml
+file path=usr/share/foomatic/db/source/printer/HP-OfficeJet_V40xi.xml
+file path=usr/share/foomatic/db/source/printer/HP-Officejet_K7100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1110.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1205.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1210.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1300.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1310.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1400.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1500.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1510.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_1600.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2110.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2150.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2170.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2175.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2210.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2300.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2350.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2400.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_2500.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_370.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_380.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_500.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_750.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_750xi.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_950.xml
+file path=usr/share/foomatic/db/source/printer/HP-PSC_950xi.xml
+file path=usr/share/foomatic/db/source/printer/HP-PaintJet.xml
+file path=usr/share/foomatic/db/source/printer/HP-PaintJet_XL.xml
+file path=usr/share/foomatic/db/source/printer/HP-PaintJet_XL300.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_140.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_240.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_2570.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_2600.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_2700.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_3100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_320.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_3200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_330.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_3300.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_370.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_380.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_420.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_470.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7150.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7260.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7268.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7345.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7350.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7400.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7550.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7660.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7760.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7800.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_7960.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_8000.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_8100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_8200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_8400.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_8700.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A310.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A320.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A430.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A440.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A510.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A520.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A610.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A620.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A710.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_A820.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C3100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C4100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C4200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C4380.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C5100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C5200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C6100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C6200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C7100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C7200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_C8100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D5060.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D5100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D5300.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D6100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7200.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7300.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_D7400.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1000.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1100.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1115.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1215.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1218.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P130.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P1315.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_P230.xml
+file path=usr/share/foomatic/db/source/printer/HP-PhotoSmart_Pro_B8300.xml
+file path=usr/share/foomatic/db/source/printer/HP-ThinkJet.xml
+file path=usr/share/foomatic/db/source/printer/HP-e-printer_e20.xml
+file path=usr/share/foomatic/db/source/printer/Heidelberg-Digimaster_9110.xml
+file path=usr/share/foomatic/db/source/printer/Hitachi-DDP_70_with_MicroPress.xml
+file path=usr/share/foomatic/db/source/printer/IBM-3853_JetPrinter.xml
+file path=usr/share/foomatic/db/source/printer/IBM-4019.xml
+file path=usr/share/foomatic/db/source/printer/IBM-4029_030_LaserPrinter_10.xml
+file path=usr/share/foomatic/db/source/printer/IBM-4029_10P.xml
+file path=usr/share/foomatic/db/source/printer/IBM-4303_Network_Color_Printer.xml
+file path=usr/share/foomatic/db/source/printer/IBM-4312.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Execjet_4072.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_12.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1226tn.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1422.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1532_Express.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1540_MFP.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1560_MFP.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1570_MFP.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1572_MFP.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1580_MFP.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1585n.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Infoprint_1650_MFP.xml
+file path=usr/share/foomatic/db/source/printer/IBM-Page_Printer_3112.xml
+file path=usr/share/foomatic/db/source/printer/IBM-ProPrinterII.xml
+file path=usr/share/foomatic/db/source/printer/Imagen-ImPress.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-4353_MF.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-4452_MF.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-4651_MF.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC1036.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC2838.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC_2525.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC_2525DN.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC_2525e.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC_3030DN.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC_3535.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IPC_4040DN.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IP_280.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2022.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2027.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2032.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2035.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2045.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2090.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS2105.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC1032.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC824.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_1024c.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_1032c.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_2028.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_2428.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_2432.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_2525.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_2835.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_2838.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_3030.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_3535.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_3545.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_4045.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_4560.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_5560.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-ISC_615G.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2015.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2018.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2018D.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2060.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2075.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2122.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2127.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2132.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2135.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2145.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2151.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2160.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2175.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2215.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2216.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2220.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2220D.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2225.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2230.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2235.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2245.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2255.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2265.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2275.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2316.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2320.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2325.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2416.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2425.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2430.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2435.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_2445.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_3090.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_3110.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-IS_3135.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_2550.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_2550B.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_3350.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_3350B.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_4000.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_4000B.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_5000.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_5000B.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_6000.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_7000.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_8000.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_C6000.xml
+file path=usr/share/foomatic/db/source/printer/Infotec-MP_C7500.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050P.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050e.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_1050eP.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_360.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_420.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_500.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_600.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_750.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C250.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C250P.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C252.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C252P.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C300.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C351.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C352.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C352P.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C450.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C450P.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C451.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-bizhub_C550.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2300_DL.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2430_DL.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2480_MF.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2490_MF.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_2530_DL.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_5430_DL.xml
+file path=usr/share/foomatic/db/source/printer/KONICA_MINOLTA-magicolor_5440_DL.xml
+file path=usr/share/foomatic/db/source/printer/Kodak-DigiSource_9110.xml
+file path=usr/share/foomatic/db/source/printer/Kodak-IS_70_CPII.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-1000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-1010.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-1200.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-1200S.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-1800.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-2000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-2010.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-2200.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-2200S.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-3000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-3010.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-3300.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-5000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-800.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-800T.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-F-820.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1000plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1010.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1016MFP.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1050.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1200.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1500.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1550.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1550plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1600.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1600plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1700.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1700plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1750.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1800.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1800plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-1900.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3400.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3400plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3500.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3600.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3600plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3700.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3700plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3750.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-3800.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-400.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-5500.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-5800C.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-5900C.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-600.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-600_KPDL-2.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-6500.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-6500plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-6700.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-680.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-7000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-7000plus.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-800.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-8000C.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-850.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-9000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-9100DN.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-FS-9500DN.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-1530.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-1810.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-2030.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-2530.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-3530.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-4230.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-4530.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-5230.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-5530.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-KM-6230.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-P-2000.xml
+file path=usr/share/foomatic/db/source/printer/Kyocera-P-2002.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-2132.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-2138.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-2145.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-5622.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-5627.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-5632.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-5635.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-5645.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LC155.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD0105.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD015.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD024c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD032c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD035.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD045.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD060.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD075.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD090.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD115.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD116.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD118.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD118d.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD120.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD120d.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD122.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD124c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD127.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD132.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD132c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD135.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD145.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD151.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD160.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD160c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD175.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD225.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD228c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD230.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD232c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD235.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD238c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD245.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD328c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD335c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LD345c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LF510_515e.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP025N_LP026N.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP025_LP026.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP031c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP032.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP116c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP122c_LP121c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP124w.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP125cx_LP126cn.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP127n_LP128n.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP128.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP131n.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP131nL.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP135n.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP136n.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP138c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP145n_SP_8100DN.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP150dn_SP8200DN.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP175_LP175hdn.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP222cn_LP221c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP226c_SP_C410.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP231c_SP_C411.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP235c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP331cn_SP_C420.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP332c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP335c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP440c_SP_C811DN.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP_020c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LP_036c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LW324.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-LW326.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP2500_LD125.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MPC1500_LD215c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_1100_LD1100.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_1350_LD1135.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_1600_LD316.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_161_LD016.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_2000_LD320d.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_2510_LD325.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_2550B_LD425B.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_2550_LD425.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_3010_LD330.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_3350B_LD433B.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_3350_LD433.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_3500_LD335.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_4000B_LD040B.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_4000_LD040.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_4500_LD345.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_5000B_LD050B.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_5000_LD050.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_5500_LD255.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_6000_LD260.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_6500_LD265.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_7000_LD270.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_7500_LD275.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_8000_LD280.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_9000_LD190.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_C2500_LD425c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_C3000_LD430c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_C3500_LD435c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_C4500_LD445c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_C6000_LD260c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-MP_C7500_LD275c.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-SP_4100N.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-SP_4100NL.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-SP_4110N.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-SP_9100_LP275.xml
+file path=usr/share/foomatic/db/source/printer/Lanier-SP_C400DN.xml
+file path=usr/share/foomatic/db/source/printer/LaserMaster-LM_1000.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-1000.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-1020.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-1020_Business.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-1100.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-2030.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-2050.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-2070.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-3000.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-3200.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-4039_10plus.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-4076.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-5000.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-5700.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-7000.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-7200.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C500n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C510.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C510b.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C520.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C522.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C524.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C530dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C532dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C532n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C534dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C534dtn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C534n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C720n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C750.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C752.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C752b.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C762.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C770dtn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C770n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C772dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C772n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C780dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C780dtn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C780n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C782dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C782dtn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C782n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C910.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C912.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C920n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C935dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C935dtn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-C935hdn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E120n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E210.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E230.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E238.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E250d.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E250dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E350d.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E352dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-E450dn.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_C710.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_1200.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_1275.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_40.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Color_45.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_E.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_E310.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_E312.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_E321.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Ep.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Eplus.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_K_1220.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_M410.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_M412.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Rplus.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_S_1250.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_S_1855.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_Se_3455.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_T610.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_T612.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_T614.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_T616.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Optra_W810.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-T640.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-T642.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-T644.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Valuewriter_300.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-W812.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-W840.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Winwriter_100.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Winwriter_150c.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Winwriter_200.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Winwriter_400.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X125.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X342n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X560n.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X642e.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X73.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X74.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-X75.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z11.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z12.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z13.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z22.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z23.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z31.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z32.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z33.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z42.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z43.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z51.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z52.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z53.xml
+file path=usr/share/foomatic/db/source/printer/Lexmark-Z82.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-Color_PageWorks_Pro_L.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1100.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1100L.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1200W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1250E.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1250W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1300W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1350W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_1400W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_6.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_6L.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_6e.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_6ex.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_8.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-PagePro_8L.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-magicolor_2200_DL.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-magicolor_2300W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-magicolor_2300_DL.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-magicolor_2400W.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-magicolor_2430_DL.xml
+file path=usr/share/foomatic/db/source/printer/Minolta-magicolor_3100.xml
+file path=usr/share/foomatic/db/source/printer/Minolta_QMS-PagePro_9100N.xml
+file path=usr/share/foomatic/db/source/printer/Mitsubishi-CP50_Color_Printer.xml
+file path=usr/share/foomatic/db/source/printer/NEC-MultiWriter.xml
+file path=usr/share/foomatic/db/source/printer/NEC-P2X.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PC-PR1000.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PC-PR150.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PC-PR2000.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PC-PR201.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PICTY180.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PinWriter_P6.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PinWriter_P60.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PinWriter_P6_plus.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PinWriter_P7.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PinWriter_P70.xml
+file path=usr/share/foomatic/db/source/printer/NEC-PinWriter_P7_plus.xml
+file path=usr/share/foomatic/db/source/printer/NEC-Pinwriter_P20.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SilentWriter_LC_890.xml
+file path=usr/share/foomatic/db/source/printer/NEC-Silentwriter2_S60P.xml
+file path=usr/share/foomatic/db/source/printer/NEC-Silentwriter2_model_290.xml
+file path=usr/share/foomatic/db/source/printer/NEC-Silentwriter_95f.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_100C.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_1260.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_1400.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_150C.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_1800.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_4600N.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_610plus.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_650C.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_660.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_660i.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_660plus.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_750C.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_860.xml
+file path=usr/share/foomatic/db/source/printer/NEC-SuperScript_870.xml
+file path=usr/share/foomatic/db/source/printer/NRG-10515_10518_10512.xml
+file path=usr/share/foomatic/db/source/printer/NRG-2205_2238_2212.xml
+file path=usr/share/foomatic/db/source/printer/NRG-2705_2738_2712.xml
+file path=usr/share/foomatic/db/source/printer/NRG-3205_3238_3212.xml
+file path=usr/share/foomatic/db/source/printer/NRG-3525_3508_3502.xml
+file path=usr/share/foomatic/db/source/printer/NRG-3545_3518_3532.xml
+file path=usr/share/foomatic/db/source/printer/NRG-4525_4508_4502.xml
+file path=usr/share/foomatic/db/source/printer/NRG-4545_4518_4532.xml
+file path=usr/share/foomatic/db/source/printer/NRG-6002_6005_6008.xml
+file path=usr/share/foomatic/db/source/printer/NRG-7502_7505_7508.xml
+file path=usr/share/foomatic/db/source/printer/NRG-9005_9008_9002.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7010.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7116.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7416.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7425dn.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7425hdn.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7435n.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7521n.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7528n.xml
+file path=usr/share/foomatic/db/source/printer/NRG-C7535hdn.xml
+file path=usr/share/foomatic/db/source/printer/NRG-CC7417.xml
+file path=usr/share/foomatic/db/source/printer/NRG-CS555.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc224.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc232.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc328.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc332.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc338.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc38.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc38u.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc424.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc428.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc432.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc435.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc445.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSc460.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm415.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm615.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm616.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm618.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm618d.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm620.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm620d.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm622.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm627.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm632.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm635.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm645.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm651.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm660.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm675.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm725.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm730.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm735.xml
+file path=usr/share/foomatic/db/source/printer/NRG-DSm745.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_1100.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_1350.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_1600.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_161.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_2000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_2500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_2510.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_2550.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_2550B.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_3010.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_3350.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_3350B.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_3500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_4000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_4000B.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_4500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_5000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_5000B.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_5500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_6000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_6500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_7000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_7500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_8000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_9000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C1500sp.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C2500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C3000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C3500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C4500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C6000.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_C7500.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_W2400.xml
+file path=usr/share/foomatic/db/source/printer/NRG-MP_W3600.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7026.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7026N.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7032.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7126.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7126N.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7132N.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7145.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7325.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7325N.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7431cn.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7527.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7527n.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7535n.xml
+file path=usr/share/foomatic/db/source/printer/NRG-P7575.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_4100N.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_4100NL.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_4110N.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_8100DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_8200DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_9100DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_C410DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_C411DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_C420DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_C811DN.xml
+file path=usr/share/foomatic/db/source/printer/NRG-SP_W2470.xml
+file path=usr/share/foomatic/db/source/printer/Oce-3145PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-3155PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-3165PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-8445PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-8465PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-9050.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC3073PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC3074PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC3093PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC3094PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC3113PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC3114PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC5115PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-PPC5160PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2045PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2050PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2055PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2060PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2065PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2070PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2090PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2100PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2105PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-VarioPrint_2110PS.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm2510.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm2520.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm3521.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm4010.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm4520.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm4521.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm5520.xml
+file path=usr/share/foomatic/db/source/printer/Oce-cm6520.xml
+file path=usr/share/foomatic/db/source/printer/Oce-fx2080.xml
+file path=usr/share/foomatic/db/source/printer/Oce-fx3000.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im2330.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im2830.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im3512.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im3530.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im4512.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im4530.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im5530.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im6020.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im6030.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im7230.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im7520.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im8530.xml
+file path=usr/share/foomatic/db/source/printer/Oce-im9220.xml
+file path=usr/share/foomatic/db/source/printer/Oce-sx1480.xml
+file path=usr/share/foomatic/db/source/printer/Oce-sx2100.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B2200.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B2200n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B2400.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B2400n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B2540_MFP.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4200.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4250.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4300.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4350.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4400.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4400n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4545_MFP.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4600.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4600n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B4600n_PS.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6200.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6200n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6250.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6250dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6250n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6300.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6300dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6300n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6500.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6500dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-B6500n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5300.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5400.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5400dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5400dtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5400n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5400tn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5540_MFP.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5550_MFP.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5700dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5700n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5750.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5900cdtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5900dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5900dtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C5900n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6000dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6000n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6050dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6050n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6100.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6100dtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6100hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6100n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6150dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6150dtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6150hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C6150n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C710dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C710dtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C710n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7300.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7300dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7300n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7350hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7350n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7500hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7550hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C7550n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C8800dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C8800n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9200.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9200dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9200n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9300dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9300hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9300n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9400.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9500dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9500hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9600dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9600hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9600hdtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9600n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9650dn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9650hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9650hdtn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9650n.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9800_MFP.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9800hdn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-C9800hn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-DP_5000.xml
+file path=usr/share/foomatic/db/source/printer/Oki-ML_320.xml
+file path=usr/share/foomatic/db/source/printer/Oki-ML_321.xml
+file path=usr/share/foomatic/db/source/printer/Oki-ML_380.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Microline_182.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Microline_192plus.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Microline_600CL.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Microline_620CL.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Microline_IBM_compatible_9_pin.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL400.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL400e.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL400ex.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL400w.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL410e.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL600e.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL610e_PS.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL610e_S.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL800.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL810e_PS.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL810ex.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL820.xml
+file path=usr/share/foomatic/db/source/printer/Oki-OL830Plus.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okijet_2010.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okijet_2500.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_10e.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_10ex.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_12i.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_14ex.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_20DXn.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_4w.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_4wplus.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_6e.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_6ex.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_6w.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_8c.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_8p.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_8w.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_8w_Lite.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Okipage_8z.xml
+file path=usr/share/foomatic/db/source/printer/Oki-Super_6e.xml
+file path=usr/share/foomatic/db/source/printer/Olivetti-JP350S.xml
+file path=usr/share/foomatic/db/source/printer/Olivetti-JP450.xml
+file path=usr/share/foomatic/db/source/printer/Olivetti-JP470.xml
+file path=usr/share/foomatic/db/source/printer/Olivetti-PG_306.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-10.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-11.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-200.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-300E.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-300NE.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-300U.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-330E.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-330NE.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-400.xml
+file path=usr/share/foomatic/db/source/printer/Olympus-P-440.xml
+file path=usr/share/foomatic/db/source/printer/PCPI-1030.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-180.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-2330.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-4510.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-4520.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-8016P.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-8020E.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-8045.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-8060.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C213.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C262.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C264.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C265.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C305.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C322.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C354.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-DP-C405.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P1123.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P1124.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P1150.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P1180i.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P1624.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P2023.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P2123.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P2135.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P2150.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P4410.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P4450.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P5400.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P6100.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P6150.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P6300_GDI.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P6500.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P8410.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P8420.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-P8475.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-PS600.xml
+file path=usr/share/foomatic/db/source/printer/Panasonic-KX-Pxxxx_24-pin.xml
+file path=usr/share/foomatic/db/source/printer/Pentax-PocketJet_200.xml
+file path=usr/share/foomatic/db/source/printer/Pentax-PocketJet_II.xml
+file path=usr/share/foomatic/db/source/printer/Printrex-820_DL.xml
+file path=usr/share/foomatic/db/source/printer/QMS-2425_Turbo_EX.xml
+file path=usr/share/foomatic/db/source/printer/QMS-LPK-100.xml
+file path=usr/share/foomatic/db/source/printer/QMS-magicolor_2.xml
+file path=usr/share/foomatic/db/source/printer/QMS-magicolor_2plus.xml
+file path=usr/share/foomatic/db/source/printer/QMS-ps-810.xml
+file path=usr/share/foomatic/db/source/printer/Raven-LP-410.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-4081.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-4801.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-6000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1022.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1027.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1032.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1035.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1045.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1060.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1075.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1224C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1232C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_1515.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2015.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2016.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2018.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2018D.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2020.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2020D.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2022.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2027.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2032.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2035.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2035e.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2045.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2045e.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2051.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2060.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2075.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2090.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2105.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_220.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2228C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2232C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_2238C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3025.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3030.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3035.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3045.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3224C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3228C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3232C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3235C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3245C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_3260C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_401.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_5206.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_700.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2600.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2600N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2610.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP2610N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP3200.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP3800C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP400.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP400N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP410.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP410N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP4510.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP600N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP610N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_AP900.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL1000N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL2000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3000e.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3100.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL3500N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL4000DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL4000HDN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL5000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7100.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7200.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_CL7300.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_Color5560.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_FX10.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_1100.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_1350.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_1600.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_161.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2510.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2550.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_2550B.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3010.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3350.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3350B.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_3500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4000B.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_4500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5000B.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_5500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_6000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_6500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_7000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_7500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_8000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_9000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C2500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C3500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C4500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C6000.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_C7500.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W2400.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_MP_W3600.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4100N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4100NL.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_4110N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_8100DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_8200DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_9100DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C222SF.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C400DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C410DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C411DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C420DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_C811DN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-Aficio_SP_W2470.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-ColorLaser_AP828.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-DDP_70.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-DDP_92.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-EMP_156.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-FAX5510L_5510NF.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-GX_3050N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-GX_3050SFN.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-GX_5050N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2600.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2600N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2610.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-LASER_AP2610N.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-MP_C1500_615C.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-RPDL_III_Laser_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-RPDL_II_Laser_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-RPDL_IV_Laser_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Ricoh-RPDL_I_Laser_Printer.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-CLP-300.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-CLP-500.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-CLP-510.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-CLP-600.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-CLX-3160.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1000.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1010.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1020.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1200.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1210.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1220.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1250.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1410.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1430.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1440.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1450.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1450PS.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1510.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1520.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1610.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1650.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1651N.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1710.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1740.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-1750.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-200.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2010.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-210.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2150.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2150PS.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2151N.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2151NPS.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2152W.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2152WPS.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2250.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2550.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2551N.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-2552W.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-4500.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-4600.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-5000a.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-5050G.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-5080.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-6000.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-6040.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-6100.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-7000.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-7000N.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-7000P.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-7050.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-7300.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-7300N.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-85.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-ML-85G.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-QL-5100A.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-QL-6050.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-QL-85G.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-SF_MSYS_MJ-4700_4800_4500C.xml
+file path=usr/share/foomatic/db/source/printer/Samsung-SI-630A.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2404WD.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2404WDP.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2406WD.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2522.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2527.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2532.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2535_2235.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2545_2245.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2560.xml
+file path=usr/share/foomatic/db/source/printer/Savin-2575.xml
+file path=usr/share/foomatic/db/source/printer/Savin-3515.xml
+file path=usr/share/foomatic/db/source/printer/Savin-40105.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4015.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4018.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4018d.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4022.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4027.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4035_4135g.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4035e_4135eG.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4045_4145g.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4045e_4145eG.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4051.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4060.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4075.xml
+file path=usr/share/foomatic/db/source/printer/Savin-4090.xml
+file path=usr/share/foomatic/db/source/printer/Savin-7025.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8016.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8020.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8020d.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8025.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8025e.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8030.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8030e.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8035_8035g.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8035e.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8045_8045g.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8045e.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8055.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8060.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8065.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8070.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8075.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8080.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8090.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8110.xml
+file path=usr/share/foomatic/db/source/printer/Savin-8135.xml
+file path=usr/share/foomatic/db/source/printer/Savin-816.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9016.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9021d.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9025.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9025b.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9033.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9033b.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9040.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9040b.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9050.xml
+file path=usr/share/foomatic/db/source/printer/Savin-9050b.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2408.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2410.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2524.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2525.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2532.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2820.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C2824.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3030.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3210.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3210e.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3224.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3528.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3535.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C3828.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C4535.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C4540.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C6045.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C6055.xml
+file path=usr/share/foomatic/db/source/printer/Savin-C7570.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP1036.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP128.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP131DN.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP135.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP1620.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP17.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP18.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP22.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP240D.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP26DN.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP27DN.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP28.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP31DN.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP35.xml
+file path=usr/share/foomatic/db/source/printer/Savin-CLP831.xml
+file path=usr/share/foomatic/db/source/printer/Savin-FAX3799_3799nf.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP145.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP150DN.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP175n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP25.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP25n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP26.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP26n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP28.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP28n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP31n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP31nL.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP32.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP35n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP36n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP45.xml
+file path=usr/share/foomatic/db/source/printer/Savin-MLP75n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SDC555.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SGC_1506.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SLP26.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SLP26n.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SLP32.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SLP38c.xml
+file path=usr/share/foomatic/db/source/printer/Savin-SP_C400DN.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP-100.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP-200.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP-240.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP_120.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP_220.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP_EZ30.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP_Plus.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SLP_Pro.xml
+file path=usr/share/foomatic/db/source/printer/Seiko-SpeedJET_200.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AJ-1800.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AJ-1805.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AJ-2000.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AJ-2005.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AJ-2100.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-155FGPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-160MPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-161.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-163FGPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-163GPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-200MPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-205FGPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-205GPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-266FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-266SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-311FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-311NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-311SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-351FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-351NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-351SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-451FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-451NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-451SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-555MPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-555SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-625MPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-625SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-705MPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-705SPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-C170FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-C172FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-C260FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-C261FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-C262FPPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M150PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M155PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M160PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M161PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M162PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M165PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M205PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M206PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M207PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M236PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M237PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M276PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-AR-M277PS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-ARP350.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-ARP450.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-2300FGPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-2300GPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-2300NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-2700FGPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-2700GPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-2700NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-3500FNPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-3500NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-3501FNPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-3501NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-4500FNPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-4500NPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-4501FNPS.xml
+file path=usr/share/foomatic/db/source/printer/Sharp-MX-4501NPS.xml
+file path=usr/share/foomatic/db/source/printer/SiPix-Pocket_Printer_A6.xml
+file path=usr/share/foomatic/db/source/printer/Sony-IJP-V100.xml
+file path=usr/share/foomatic/db/source/printer/Sony-UP-DP10.xml
+file path=usr/share/foomatic/db/source/printer/Sony-UP-DR150.xml
+file path=usr/share/foomatic/db/source/printer/Star-JJ-100.xml
+file path=usr/share/foomatic/db/source/printer/Star-LC24-100.xml
+file path=usr/share/foomatic/db/source/printer/Star-LC24-200.xml
+file path=usr/share/foomatic/db/source/printer/Star-LC_90.xml
+file path=usr/share/foomatic/db/source/printer/Star-LS-04.xml
+file path=usr/share/foomatic/db/source/printer/Star-LaserPrinter_8.xml
+file path=usr/share/foomatic/db/source/printer/Star-NL-10.xml
+file path=usr/share/foomatic/db/source/printer/Star-NX-1001.xml
+file path=usr/share/foomatic/db/source/printer/Star-StarJet_48.xml
+file path=usr/share/foomatic/db/source/printer/Star-WinType_4000.xml
+file path=usr/share/foomatic/db/source/printer/Tally-LN45.xml
+file path=usr/share/foomatic/db/source/printer/Tally-ML450.xml
+file path=usr/share/foomatic/db/source/printer/Tally-MT908.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-3693d_color_printer_8-bit_mode.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-4693d_color_printer_2-bit_mode.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-4693d_color_printer_4-bit_mode.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-4695.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-4696.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-4697.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_350.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_750DP.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_750DX.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_750N.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_750P.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_780.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_850.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_850DP.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_850DX.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_850N.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_IISX.xml
+file path=usr/share/foomatic/db/source/printer/Tektronix-Phaser_PX.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-DP2570.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-GL_1010.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-GL_1020.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_1101.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_1351.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_162.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_162d.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_165.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_167.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_200L.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_202L.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_203l.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_205.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_220cp.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_230.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_232.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_233.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_237.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_2500c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_280.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_281c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_282.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_283.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_2830c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_350.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3500c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3510c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3511.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_351c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_352.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_353.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_3530c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_450.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_4500c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_450s.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_4511.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_451c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_452.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_4520c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_453.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_500p.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_500s.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_520.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_523.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_523t.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_5500c.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_600.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_603.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_603t.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_720.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_723.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_723t.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_850.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_853.xml
+file path=usr/share/foomatic/db/source/printer/Toshiba-e-Studio_901.xml
+file path=usr/share/foomatic/db/source/printer/Xante-Accel-a-Writer_4G.xml
+file path=usr/share/foomatic/db/source/printer/Xante-FilmMaker_4.xml
+file path=usr/share/foomatic/db/source/printer/Xante-PlateMaker_4.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-2700_XES.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-3700_XES.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-4045_XES.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Able_1406.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuColor_2006.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_4508.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C11.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C20.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C55.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C6.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_C8.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_M750.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_M760.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N17.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N2125PS.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N24.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N32.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N3225PS.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N40.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4025PS.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4512.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4512PS.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_N4525PS.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P12.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P1202.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P8.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_P8e.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_XJ6C.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-DocuPrint_XJ8C.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Document_Centre_400.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Document_Homecentre.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-FaxCenter_2121.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-FaxCentre_2218.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser-6110.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser-6115MFP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_1235.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_2135.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_3124.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_3150.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_3200MFP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_3400.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_3450.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_3500.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4400B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4400DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4400DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4400N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4500B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4500DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4500DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4500N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4510.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4510B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4510DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4510DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_4510N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_5500.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_5500B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_5500DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_5500DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_5500DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_5500N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6100.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6120PS.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6125.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6130.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6130N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6180.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6180DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6180MFP-D.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6200B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6200DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6200DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6200N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6250B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6250DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6250DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6250DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6250N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6300DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6300N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6350DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6350DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6350DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6360.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6360DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_6360DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7300B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7300DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7300DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7300DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7300N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7400.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7400DXF.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7400N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7700DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7700DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7700GX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7750B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7750DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7750DXF.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7750GX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7760.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7760DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7760DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_7760GX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_790.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8200B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8200DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8200DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8200N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8400B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8400BD.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8400DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8400DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8400N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8500DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8500N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8550DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8550DT.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8550DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8560.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8560DN.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_860B.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_860DP.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_860DX.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_860N.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-Phaser_8860.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_385.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_4118.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_450cp.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_470cx.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7232.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7242.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7328.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7335.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_7345.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_C2424.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_M118.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_M20.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_M24.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_PE120.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_Pro_128.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_Pro_133.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XD120f.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XE80.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XE90fx.xml
+file path=usr/share/foomatic/db/source/printer/Xerox-WorkCentre_XK35c.xml
+
+link path=usr/share/cups/model/foomatic-db-ppds target=../../../../usr/share/foomatic/db/source/PPD
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/db/patches/00-makefile.in.patch	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,44 @@
+--- a/Makefile.in-bkp	2011-05-28 00:56:06.178936359 +0200
++++ b/Makefile.in	2011-05-28 01:01:05.832899219 +0200
+@@ -60,26 +60,27 @@
+ install: install-db
+ 
+ install-db:
+-	install -d $(DESTDIR)$(LIBDIR)
+-	install -d $(DESTDIR)$(LIBDIR)/db/source/printer
+-	install -d $(DESTDIR)$(LIBDIR)/db/source/driver
+-	install -d $(DESTDIR)$(LIBDIR)/db/source/opt
+-	install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
+-	cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
+-	cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
++	ginstall -d $(DESTDIR)$(LIBDIR)
++	ginstall -d $(DESTDIR)$(LIBDIR)/db/source/printer
++	ginstall -d $(DESTDIR)$(LIBDIR)/db/source/driver
++	ginstall -d $(DESTDIR)$(LIBDIR)/db/source/opt
++	ginstall -d $(DESTDIR)$(LIBDIR)/db/source/PPD
++	cp -f db/oldprinterids $(DESTDIR)$(LIBDIR)/db
++	cp -f db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
+ 	( cd db/source/driver/; \
+ 	  for d in $(DRIVERXMLS); do \
+-	    cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
++	    cp -f $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
+ 	  done )
+-	cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
+-	( cd db/source && tar cf - --exclude=.svn PPD ) | \
+-	  ( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -)
++	cp -f db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
++	( cd db/source && /usr/bin/gtar cf - --exclude=.svn PPD ) | \
++	  ( cd $(DESTDIR)$(LIBDIR)/db/source && /usr/bin/gtar xf -)
+ 	if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \
+-	  GZIP='' find $(DESTDIR)$(LIBDIR)/db/source/PPD -name "*.ppd" -exec $(GZIP) "{}" \; ; \
++	  GZIP='' find $(DESTDIR)$(LIBDIR)/db/source/PPD -name "*.ppd" -exec $(GZIP) -f "{}" \; ; \
+ 	fi
+ 	if test $(CUPS_PPDS) != CUPS_PPDS_NOT_FOUND -a $(PPDS_TO_CUPS) != no ; then \
+-	  install -d $(DESTDIR)$(CUPS_PPDS); \
+-	  ln -sf $(LIBDIR)/db/source/PPD $(DESTDIR)$(CUPS_PPDS)/foomatic-db-ppds; \
++	  mkdir -p $(DESTDIR)$(CUPS_PPDS); \
++	  rm -f $(DESTDIR)$(CUPS_PPDS)/foomatic-db-ppds; \
++	  ln -sf ../../../..$(LIBDIR)/db/source/PPD $(DESTDIR)$(CUPS_PPDS)/foomatic-db-ppds; \
+ 	fi
+ 
+ build:
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/Makefile	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,56 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		foomatic-filters
+COMPONENT_VERSION=	3.0.2
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
+COMPONENT_ARCHIVE_HASH=	sha1:31528f3bf0e933b7aac745471c31463023b40eec
+COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
+COMPONENT_PROJECT_URL=	http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
+
+include ../../../make-rules/prep.mk
+include ../../../make-rules/configure.mk
+include ../../../make-rules/ips.mk
+
+CONFIGURE_OPTIONS +=	--prefix=$(USRLIBDIR)/lp
+CONFIGURE_OPTIONS +=	--sysconfdir=/$(ETCDIR)/gnu
+CONFIGURE_OPTIONS +=	--bindir=$(USRLIBDIR)/lp/bin
+CONFIGURE_OPTIONS +=	--with-echo=wecho
+CONFIGURE_OPTIONS +=	--with-file-converter="a2ps -1 -q -c -B @@--medium=@@PAGESIZE@@ -o -"
+CONFIGURE_OPTIONS +=	--with-execpath=$(USRLIBDIR)/lp/bin:$(USRBINDIR):$(BINDIR)
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
+CONFIGURE_OPTIONS +=	PERL=$(PERL)
+CONFIGURE_OPTIONS +=	A2PS=$(USRBINDIR)/a2ps
+
+# common targets
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/Solaris/foomatic.fd	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,31 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+Input types: postscript
+Output types: foomatic
+Printer types: any
+Printers: any
+Filter type: slow
+Command: /usr/lib/lp/bin/foomatic-rip
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/Solaris/netstandard_foomatic	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,664 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+###########
+##
+## Network Standard printer interface program for foomatic.
+##
+###########
+
+#####
+# We can't do much except exit if spooler/scheduler
+# cancels us.
+#####
+trap 'eval exit_clean 15' 15
+
+####
+#
+# Send standard error messages to /dev/null rather than to
+# the spooler. Avoids "Terminated" messages that shell puts out
+# when gets SIGTERM. Save standard error so it can be used
+# when we need it
+####
+exec 5>&2 2>/dev/null 3>&1
+
+####
+# set some global variables
+####
+
+: ${LPTMPDIR:=/tmp}
+: ${SPOOLDIR:=/usr/spool/lp}
+: ${LOCALPATH:=${SPOOLDIR}/bin}
+PATH="/bin:/usr/bin:${LOCALPATH}"
+exit_code=0
+
+
+# ${LPTELL} is the name of a program that will send its
+# standard input to the Spooler. It is used to forward
+# the description of a printer fault to the Spooler,
+# which uses it in an alert to the administrator.
+#####
+if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
+then
+        fake_lptell () {
+                header="no"
+                while read line
+                do
+                        if [ "no" = "${header}" ]
+                        then
+                                errmsg ERROR ${E_IP_UNKNOWN} \
+                "unknown printer/interface failure" \
+                "consult your system administrator;
+                reasons for failure (if any) follow:"
+                                header=yes
+                        fi
+                        echo "${line}" >&2
+                done
+                return 1
+        }
+        LPTELL=fake_lptell
+fi       
+ 
+#####
+# Error message formatter:
+#
+# Invoke as
+#
+#       errmsg severity message-number problem help
+#                                                   
+# where severity is "ERROR" or "WARNING", message-number is
+# a unique identifier, problem is a short description of the
+# problem, and help is a short suggestion for fixing the problem.
+#####
+ 
+LP_ERR_LABEL="UX:lp"
+E_IP_ARGS=1
+E_IP_OPTS=2
+#E_IP_FILTER=3
+E_IP_UNKNOWN=5
+E_IP_BADFILE=6
+E_IP_ERRORS=12 	# (in slow.filter)
+ 
+errmsg () {
+
+        case $1 in
+        ERROR )
+                sev="  ERROR";
+                ;;
+        WARNING )
+                sev="WARNING";
+                ;;
+        esac
+
+        echo "${LP_ERR_LABEL}:$2 ${sev}: $3
+        TO FIX: $4" >&5
+}                       
+ 
+###########
+##
+## Check arguments
+###########
+ 
+parse () {
+        echo "`expr \"$1\" : \"^[^=]*=\(.*\)\"`"
+}         
+ 
+#####
+##
+## Error Cleanup and Exit
+##
+#####
+
+exit_clean()
+{
+
+	if [ -f "${LPTMPDIR}/pr_eexit_code.$$" ]
+	then
+		/bin/rm ${LPTMPDIR}/pr_eexit_code.$$
+	fi
+
+	if [ -f "${LPTMPDIR}/small_banner.$$" ]
+	then
+		/bin/rm ${LPTMPDIR}/small_banner.$$
+	fi
+
+	if [ -f "${tmpfile}" ]
+	then
+		/bin/rm "${tmpfile}"
+	fi
+
+	exit $1
+}
+
+#####
+#
+# This program is invoked as
+#
+# ${SPOOLDIR}/.../printer request-id user title copies options files...
+#
+# The first three arguments are simply reprinted on the banner page,
+# the fourth (copies) is used to control the number of copies to print,
+# the fifth (options) is a blank separated list (in a single argument)
+# of user or Spooler supplied options (without the -o prefix),
+# and the last arguments are the files to print.
+#####
+ 
+if [ $# -lt 5 ]
+then
+
+        errmsg ERROR ${E_IP_ARGS} \
+                "wrong number of arguments to interface program" \
+                "consult your system administrator"
+        exit 1
+fi      
+ 
+printer=`basename $0`
+request_id=$1
+user_name=$2
+title=$3
+copies=$4
+option_list=$5
+ 
+shift 5
+files="$*"
+
+
+#
+# debug sent to file if defined in /etc/syslog.conf
+# syslog.conf entry: 
+#	lpr.debug	/path/filename
+#
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" " "
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "INPUT"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    printer : ${printer}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    request_id : ${request_id}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    user_name : ${user_name}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    title : ${title}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    copies : ${copies}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    option_list : ${option_list}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "    files : ${files}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "	 spooler_key ${SPOOLER_KEY}"
+
+####
+# default: do print a banner
+####
+nobanner=no
+nofilebreak="no"
+inlist=
+data_file_flag=
+
+for i in ${option_list}
+do
+        case "${inlist}${i}" in
+
+        nobanner )
+                nobanner="yes"
+                ;;
+
+        nofilebreak )
+                nofilebreak="yes"
+                ;;
+
+        #####
+        #
+        # If you want to add simple options (e.g. -o simple)
+        # identify them here.
+        #####
+#       simple )
+#               simple="yes"
+# 		;;
+                   
+        cpi=pica )
+                cpi=10
+                ;;
+        cpi=elite )
+                cpi=12
+                ;; 
+        cpi=* )
+                cpi=`parse ${i}`
+                ;;
+ 
+        lpi=* )
+                lpi=`parse ${i}`
+                ;;
+ 
+        length=* )
+                length=`parse ${i}`
+                ;;
+ 
+        width=* )
+                width=`parse ${i}`
+                ;;
+        dest=* )
+                dest="-d `parse ${i}`"
+                ;;
+
+        protocol=* )
+                protocol="-P `parse ${i}`"
+                ;;
+        bsdctrl=* )
+		controlfile="-c `parse ${i}`"
+                ;;
+        timeout=* )
+                timeout="-t `parse ${i}`"
+                ;;
+
+        data-file-type=* )
+                data_file_flag="-f `parse ${i}`"
+                ;;
+
+	#
+	# The IPP/PAPI attributes are handled by the foomatic-rip filter so
+	# all we need to do here is ignore them so that they don't invoke the
+	# "unrecognized option" message.
+	#
+
+	finishing=* | page-ranges=* | sides=* )
+		;;
+	number-up=* | orientation-requested=* | media=* )
+		;;
+	printer-resolution=* | print-quality=* )
+		;;
+
+        #####
+        #
+        # If you want to add simple-value options (e.g. -o value=a)
+        # identify them here.
+        #####
+#       value=* )
+#		value=`parse ${i}`
+#		;;
+
+        #####
+        #
+        # If you want to add options that, 
+        # take a list (e.g. -o lopt='a b c'), identif
+        # them here and below (look for LOPT).
+        #####
+                                   
+#	flist=* | lpd=* | options=* )
+        flist=* | lpd=* )
+#LOPT   stty=* | flist=* | lpd=* | lopt=* )    
+
+                inlist=`expr "${inlist}${i}" : "^\([^=]*=\)"`
+                case "${i}" in
+                ${inlist}\'*\' )
+                        item=`expr "${i}" : "^[^=]*='*\(.*\)'\$"`
+                        ;;
+                ${inlist}\' )
+                        continue
+                        ;;
+                ${inlist}\'* )
+                        item=`expr "${i}" : "^[^=]*='*\(.*\)\$"`
+                        ;;
+                ${inlist}* )
+                        item=`expr "${i}" : "^[^=]*=\(.*\)\$"`
+                        ;;
+                *\' )
+                        item=`expr "${i}" : "^\(.*\)'\$"`
+                        ;;
+                * )
+                        item="${i}"
+                        ;;
+                esac
+
+                #####
+                #
+                # We don't dare use "eval" because a clever user could
+                # put something in an option value that we'd end up
+                # exec'ing.
+                #####
+                case "${inlist}" in
+                flist= )
+                        flist="${flist} ${item}"
+                        ;;
+                lpd= )
+                        lpd="${lpd} ${item}"
+                        ;;
+#LOPT		lopt= )
+#LOPT                   lopt="${lopt} ${item}"
+#LOPT			;;
+#		options= )
+#			options="${options} ${item}"
+#			;;
+                esac
+                     
+                case "${i}" in
+                ${inlist}\'*\' )
+                        inlist=
+                        ;;
+                ${inlist}\'* )
+                        ;;
+                *\' | ${inlist}* )
+                        inlist=
+                        ;;
+                esac
+                ;;
+
+        * )
+                ;;
+        esac
+done         
+
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}"  "term : ${TERM}"
+
+if [ -z "${FILTER}" ]
+then
+        #####
+        #
+        # If no filter is being used, we use netpr to push the
+	# file to the printer.
+        # (QUOTES ARE IMPORTANT!)
+        #####
+
+        case "$TERM" in
+                PS )
+                        # make the "postscript" printers use netpr 
+                        FILTER=
+                ;;
+                PSR )
+                        # make the "reverse postscript" printers reverse the
+                        # output and the use postio to talk to the printer
+                        #FILTER="/usr/lib/lp/postscript/postreverse "
+                        #FILTER=
+                        FILTER="/usr/lib/lp/postscript/postreverse "
+                ;;
+                * )
+                        # We don't know the type, so just assume that the
+                        # input and output are the same. Use netpr.
+                        #FILTER=/bin/cat
+			FILTER=
+                ;;
+        esac
+fi
+ 
+####
+# sets default value for ordering of data and control files with
+# bsd protocol. Default: data files first. Administrator
+# may set to control file first with lpadmin -o bsdctrl=first
+####
+
+banner_flag=""
+case "${nobanner}" in
+	yes )
+		banner_flag="-b"
+	;;
+esac
+
+NETPR="/usr/lib/lp/bin/netpr ${banner_flag} ${data_file_flag} \
+	-I ${request_id} -U ${user_name} \
+	-p ${printer} ${dest} -T \"${title}\"  \
+	${timeout}  ${protocol} ${controlfile} "
+LPTELL_OPTS="-l"	# netpr sends LaserWriter style messages back
+PPDFILTER=/usr/lib/lp/bin/foomatic-rip
+PPDFILTERA="${PPDFILTER} ${request_id} ${user_name} \"${title}\" ${copies} \"${option_list}\""
+
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "NETPR= ${NETPR}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "filter : ${FILTER}"
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "ppdfilter : ${PPDFILTERA}"
+
+node=`uname -n`
+pid=$$
+tmpfile=${LPTMPDIR}/${node}.${pid}
+tmpfilefoo=${LPTMPDIR}/${node}.${pid}.1
+
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" "tmpfile : ${tmpfile}"
+ 
+#####
+#
+# Set up filter for banner page
+#
+#####
+banner_filter=
+case "${TERM}" in
+PS | PSR )
+	banner_filter=" | /usr/lib/lp/postscript/postprint "
+	LPTELL_OPTS="-l"
+	;;
+esac 
+
+#####
+#
+# Build temporary file that is the banner page
+#
+#####
+PAD="#####${NL}"
+CR="\r"
+NL="${CR}\n"
+FF=
+
+small_banner() {
+        echo "${CR}\c"
+        echo "${PAD}\c"
+        echo "#####  User: ${user_name}${NL}\c"
+        if [ -n "${title}" ]
+        then
+                echo "##### Title: ${title}${NL}\c"
+        fi
+        echo "#####  Date: `LANG=C date '+%a %H:%M %h %d, %Y'`${NL}\c"
+        echo "#####   Job: ${request_id}${NL}\c"
+        echo "${PAD}\c"
+        if [ -n "${FF}" ]
+        then
+                echo "${CR}${FF}\c"
+        fi
+}
+
+#####
+#
+# Doing small banner as we don't know what printer is out there
+#
+#####
+banner=small_banner
+
+if [ "no" = "${nobanner}" ]
+then
+	eval "${banner} ${banner_filter}" 2>&1 1>${LPTMPDIR}/small_banner.$$ 
+fi
+
+#####
+#
+# Print banner page before job unless PSR
+#
+#####
+
+
+if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" ]
+then
+	(
+		eval ${NETPR} ${LPTMPDIR}/small_banner.$$ 2>&1
+		echo $? > ${LPTMPDIR}/pr_eexit_code.$$
+	) | ${LPTELL} ${LPTELL_OPTS} ${printer}
+
+	exit_code=`cat ${LPTMPDIR}/pr_eexit_code.$$`
+	logger -p lpr.debug -t "netstandard_foomatic: ${request_id}"	\
+		"banner page exit code : ${exit_code}"
+
+fi
+
+i=1
+while [ $i -le $copies ]
+do
+        for file in ${files}
+        do
+                if [ -r "${file}" ]
+                then
+
+			if [ ! -z "${FILTER}" ]
+			then
+ 				(
+					#####
+					# There is a filter, use it
+					#
+					# Put 0<${file} before the "eval" to keep
+					# clever users from giving a file name that
+					# evaluates as something to execute.
+					# Redirect stderr to stdout so LPTELL will
+					# get error messages from pipe. 
+					#####
+
+					0<${file} eval ${FILTER} 2>&1 1>${tmpfile}
+					echo $? > ${LPTMPDIR}/pr_eexit_code.$$
+				) | ${LPTELL} ${LPTELL_OPTS} ${printer}
+
+				exit_code=`cat ${LPTMPDIR}/pr_eexit_code.$$`
+				logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" \
+					"filter exit_code : ${exit_code}"
+
+ 			 	if [ -n "${exit_code}" ]
+ 				then
+					if [ "${exit_code}" -eq 0 ]
+					then
+						printfile=${tmpfile}
+					else
+						####
+						# The filter did not succeed, so don't try to print
+						####
+							printfile=
+					fi
+				fi
+
+			else
+				printfile=${file}
+			fi
+
+			logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" \
+				"printfile : ${printfile}"
+			
+			#####
+			# Print the file
+			#####
+
+			if [ -r "${printfile}" ]
+			then
+				(
+logger -p lpr.debug -t "@1 netstandard_foomatic: printfile = ${printfile}" ""
+logger -p lpr.debug -t "netstandard_foomatic: ${NETPR} ${printfile}" ""
+					#eval ${NETPR} ${printfile} 2>&1
+					cat ${printfile} | ${PPDFILTER} \
+	      ${request_id} ${user_name} "${title}" ${copies} "${option_list}" \
+						> ${tmpfilefoo} 2> /dev/null
+					eval ${NETPR} ${tmpfilefoo} 2>&1
+					echo $? > ${LPTMPDIR}/pr_eexit_code.$$
+					/bin/rm -f ${tmpfilefoo}
+				) | ${LPTELL} ${LPTELL_OPTS} ${printer}
+
+				exit_code=`cat ${LPTMPDIR}/pr_eexit_code.$$`
+				logger -p lpr.debug -t "@2 netstandard_foomatic: ${request_id}" \
+					"netpr exit_code : ${exit_code}"
+
+				if [ -f "${tmpfile}" ]
+				then
+					/bin/rm "${tmpfile}"
+				fi
+
+				if [ -n "${exit_code}" ]
+				then
+					if [ "${exit_code}" -eq 0 ]
+					then
+						printone=yes
+					else
+						if [ "${exit_code}" -lt 128 ]
+						then
+							noprint=yes
+						else
+							retry=yes
+						fi
+					fi
+				fi
+				
+
+			else	
+
+				errmsg WARNING ${E_IP_BADFILE} \
+				"cannot read temporary file \"${printfile}\""\
+					"see if file still exists,
+			or consult your system administrator;
+			printing continues"
+
+			fi
+		else
+
+                        #####
+                        #
+                        # Don't complain about not being able to read
+                        # a file on second and subsequent copies, unless
+                        # we've not complained yet. This removes repeated
+                        # messages about the same file yet reduces the
+                        # chance that the user can remove a file and not
+                        # know that we had trouble finding it.
+                        #####
+
+                        if [ "${i}" -le 1 -o -z "${badfileyet}" ]
+                        then
+                                errmsg WARNING ${E_IP_BADFILE} \
+                                        "cannot read file \"${file}\"" \
+                                        "see if the file still exists and is readable,
+                or consult your system administrator;
+                printing continues"
+                                badfileyet=yes
+                        fi
+
+		fi
+
+# for file in ${files}
+	done
+	i=`expr $i + 1`
+done
+
+#####
+#
+# If printing in reverse order, print the banner page now
+#
+#####
+
+if [ "no" = "${nobanner}" -a "${TERM}" = "PSR" ]
+then
+(
+	eval ${NETPR} ${LPTMPDIR}/small_banner.$$ 2>&1
+	echo $? > ${LPTMPDIR}/pr_eexit_code.$$
+) | ${LPTELL} ${LPTELL_OPTS} ${printer}
+fi
+
+exit_code=`cat ${LPTMPDIR}/pr_eexit_code.$$`
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}"     \
+                "banner page exit code : ${exit_code}"
+
+if [ -n "${printone}" -a -z "${retry}" -a -z "${noprint}" ]
+then
+       	exit_code=`expr 0`
+else
+        if [ -n "${retry}" -a -z "${printone}" -a -z "${noprint}" ]
+        then
+                exit_code=`expr 129`
+        else
+		exit_code=`expr 1`
+	fi
+fi
+
+logger -p lpr.debug -t "netstandard_foomatic: ${request_id}" \
+	"FINAL exit_code : ${exit_code}"
+
+exit_clean ${exit_code}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/Solaris/standard_foomatic	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,1100 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+###########
+##
+## Standard printer interface program.
+##
+###########
+
+#####
+#
+# Until we get to the point below where the printer port
+# and physical printer are initialized, we can't do much
+# except exit if the Spooler/Scheduler cancels us.
+#####
+trap 'exit' 15
+
+#####
+#
+# We can be clever about getting a hangup or interrupt, though, at least
+# until the filter runs. Do this early, even though $LPTELL
+# isn't defined, so that we're covered.
+#####
+catch_hangup () {
+	if [ -n "${LPTELL}" ]
+	then
+		echo \
+"The connection to the printer dropped; perhaps the printer went off-line?" \
+		| ${LPTELL} ${printer}
+	fi
+	return 0
+}
+catch_interrupt () {
+	if [ -n "${LPTELL}" ]
+	then
+		echo \
+"Received an interrupt from the printer.  The reason is unknown,
+although a common cause is that the baud rate is too high." \
+		| ${LPTELL} ${printer}
+	fi
+	return 0
+}
+trap 'catch_hangup; exit_code=129 exit 129' 1
+trap 'catch_interrupt; exit_code=129 exit 129' 2 3
+
+#####
+#
+# Most of the time we don't want the standard error to be captured
+# by the Spooler, mainly to avoid "Terminated" messages that the
+# shell puts out when we get a SIGTERM. We'll save the standard
+# error channel under another number, so we can use it when it
+# should be captured.
+#
+# Open another channel to the printer port, for use when the
+# regular standard output won't be directed there, such as in
+# command substitution (`cmd`).
+#####
+exec 5>&2 2>/dev/null 3>&1
+
+#####
+#
+# Set some globally used variables and functions.
+#####
+
+: ${TMPDIR:=/tmp}
+: ${SPOOLDIR:=/usr/spool/lp}
+: ${TERMINFO:=/usr/lib/terminfo}
+: ${CHARSETDIR:=/usr/lib/charsets}
+
+: ${LOCALPATH:=${SPOOLDIR}/bin}
+PATH="/bin:/usr/bin:${LOCALPATH}"
+
+MAX_COLS_SMALL_BANNER=40
+
+#####
+#
+# On the 3.2 release of the 386unix product, the parallel port does
+# not support any ioctl calls.  As a result, we cannot set the opost
+# and onlcr attributes to have <NL>'s expanded to <CR><NL>.  This
+# "filter" gets the job done for us.
+#####
+: ${FIX386BD:=${LOCALPATH}/386parallel}
+if [ -n "${FIX386BD}" -a -x "${FIX386BD}" ]
+then
+	FIX386BD="| ${FIX386BD}"
+else
+	FIX386BD=""
+fi
+
+#####
+# Use ${TMPPREFIX} as the prefix for all temporary files, so
+# that cleanup is easy. The prefix may be up to 13 characters
+# long, so you only have space for one more character to make
+# a file name. If necessary, make a directory using this prefix
+# for better management of unique temporary file names.
+#####
+TMPPREFIX=${TMPDIR}/`uname -n`$$
+
+#####
+# Before exiting, set ${exit_code} to the value with which to exit.
+# Otherwise, the exit from this script will be 0.
+#####
+trap 'rm -fr ${TMPPREFIX}*; exit ${exit_code}' 0
+
+#####
+# ${LPTELL} is the name of a program that will send its
+# standard input to the Spooler. It is used to forward
+# the description of a printer fault to the Spooler,
+# which uses it in an alert to the administrator.
+#####
+if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
+then
+	fake_lptell () {
+		header="no"
+		while read line
+		do
+			if [ "no" = "${header}" ]
+			then
+				errmsg ERROR ${E_IP_UNKNOWN} \
+		"unknown printer/interface failure" \
+		"consult your system administrator;
+		reasons for failure (if any) follow:"
+				header=yes
+			fi
+			echo "${line}" >&2
+		done
+		return 1
+	}
+	LPTELL=fake_lptell
+fi
+
+#####
+# ${DRAIN} is the name of a program that will wait
+# long enough for data sent to the printer to print.
+#####
+if [ -x "${LOCALPATH}/drain.output" ]
+then
+	DRAIN="${LOCALPATH}/drain.output 5"	# wait only five seconds
+else
+	DRAIN=
+fi
+
+#####
+# ${LPCAT} is the name of a program to use as a default
+# filter. Minimally it should copy its standard input to
+# the standard output, but it should also trap printer
+# faults. The current LPCAT traps hangups (DCD dropping, SIGHUP),
+# interrupts (SIGINT, SIGQUIT), broken pipe (SIGPIPE), and
+# excess delays in sending data to the printer, interpreting all
+# as printer faults.
+#####
+if [ ! -x "${LPCAT:=${LOCALPATH}/lp.cat}" ]
+then
+	LPCAT="cat"
+fi
+
+#####
+# ${LPSET} is the name of a program that will set the
+# character pitch, line pitch, page width, page length,
+# and character set. It helps to have this in a single
+# binary program so that (1) it's faster than calls
+# to "tput"; and (2) it can access the new Terminfo
+# capabilities for printers (on pre SVR3.2 machines, tput can't).
+#####
+if [ ! -x "${LPSET:=${LOCALPATH}/lp.set}" ]
+then
+	fake_lpset () {
+		echo H V W L S >&2
+		false
+	}
+	LPSET=fake_lpset
+fi
+
+internal_lpset () {
+	#####
+	#
+	# The funny business with the "2>&1 1>&3" is to let us capture
+	# the standard ERROR, not the standard OUTPUT as is the usual case
+	# with foo=`cmd`. The standard output will go to the printer.
+	#####
+	[ -n "${stty1}" ] && stty ${stty1} 0<&1
+	chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3`
+	[ -n "${stty2}" ] && stty ${stty2} 0<&1
+
+	#####
+	#
+	# The standard error of the delivered ${LPSET} program
+	# is a string of letters, H, V, W, L, S, which correspond
+	# to cpi, lpi, width, length, and character set. A letter
+	# is present only if the corresponding attribute could not
+	# be set.
+	#####
+	for err in ${chk}
+	do
+		case ${err} in
+		H )
+			errmsg WARNING ${E_IP_BADCPI} \
+		"can't select the character pitch \"${cpi}\"" \
+		"check the valid pitches for the printer,
+		or consult your system administrator;
+		printing continues"
+			;;
+		V )
+			errmsg WARNING ${E_IP_BADLPI} \
+		"can't select the line pitch \"${lpi}\"" \
+		"check the valid pitches for the printer,
+		or consult your system administrator;
+		printing continues"
+			;;
+		W )
+			width=${cols}
+			errmsg WARNING ${E_IP_BADWIDTH} \
+		"can't select the page width \"${width}\"" \
+		"check the valid widths for the printer,
+		or consult your system administrator;
+		printing continues"
+			;;
+		L )
+			length=${lines}
+			errmsg WARNING ${E_IP_BADLENGTH} \
+		"can't select the page length \"${length}\"" \
+		"check the valid lengths for the printer,
+		or consult your system administrator;
+		printing continues"
+			;;
+		S )
+			errmsg WARNING ${E_IP_BADCHARSET} \
+		"can't select the character set \"${CHARSET}\"" \
+		"check the name given in the -S option,
+		or consult your system administrator;
+		printing continues"
+			;;
+		esac
+	done
+}
+
+
+#####
+# ${TPUT} is "tput" IF it works. We'll disable it if we get an
+# ugly error message the first time we use it. See the TERM variable
+# later in the script.
+#
+# NOTE: The check we use to see if "tput" works is to use an OLD
+# Terminfo capability, like "lines". If it works with that it may
+# still fail with some of the newer capabilities like "init" (SVR3.0)
+# or "swidm" (SVR3.2), because the version of "tput" we have on your
+# machine is older. Thus, on some of the code where ${TPUT} is used
+# you'll see "2>/dev/null" being used to avoid ugly error messages.
+#####
+TPUT=tput
+
+#####
+# Error message formatter:
+#
+# Invoke as
+#
+#	errmsg severity message-number problem help
+#
+# where severity is "ERROR" or "WARNING", message-number is
+# a unique identifier, problem is a short description of the
+# problem, and help is a short suggestion for fixing the problem.
+#####
+
+LP_ERR_LABEL="UX:lp"
+
+E_IP_ARGS=1
+E_IP_OPTS=2
+#E_IP_FILTER=3
+E_IP_STTY=4
+E_IP_UNKNOWN=5
+E_IP_BADFILE=6
+E_IP_BADCHARSET=7
+E_IP_BADCPI=8
+E_IP_BADLPI=9
+E_IP_BADWIDTH=10
+E_IP_BADLENGTH=11
+E_IP_ERRORS=12		# (in slow.filter)
+
+errmsg () {
+	case $1 in
+	ERROR )
+		sev="  ERROR";
+		;;
+	WARNING )
+		sev="WARNING";
+		;;
+	esac
+#	tag=`expr "${LP_ERR_LABEL}" : "\(.*\):"``expr "${LP_ERR_LABEL}" : ".*:\(.*\)"`
+	echo "${LP_ERR_LABEL}: ${sev}: $3
+        TO FIX: $4" >&5
+}
+
+
+###########
+##
+## Check arguments
+###########
+
+parse () {
+	echo "`expr \"$1\" : \"^[^=]*=\(.*\)\"`"
+}
+
+#####
+#
+# This program is invoked as
+#
+# ${SPOOLDIR}/.../printer request-id user title copies options files...
+#
+# The first three arguments are simply reprinted on the banner page,
+# the fourth (copies) is used to control the number of copies to print,
+# the fifth (options) is a blank separated list (in a single argument)
+# of user or Spooler supplied options (without the -o prefix),
+# and the last arguments are the files to print.
+#####
+
+if [ $# -lt 5 ]
+then
+	errmsg ERROR ${E_IP_ARGS} \
+		"wrong number of arguments to interface program" \
+		"consult your system administrator"
+	exit 1
+fi
+
+printer=`basename $0`
+request_id=$1
+user_name=$2
+title=$3
+copies=$4
+option_list=$5
+
+shift 5
+files="$*"
+
+nobanner="no"
+nofilebreak="no"
+stty=
+
+inlist=
+for i in ${option_list}
+do
+	case "${inlist}${i}" in
+
+
+	nobanner )
+		nobanner="yes"
+		;;
+
+	nofilebreak )
+		nofilebreak="yes"
+		;;
+
+	#
+	# The IPP/PAPI attributes are handled by the foomatic-rip filter so
+	# all we need to do here is ignore them so that they don't invoke the
+	# "unrecognized option" message.
+	#
+
+	finishing=* | page-ranges=* | sides=* )
+		;;
+	number-up=* | orientation-requested=* | media=* )
+		;;
+	printer-resolution=* | print-quality=* )
+		;;
+
+	#####
+	#
+	# If you want to add simple options (e.g. -o simple)
+	# identify them here.
+	#####
+#	simple )
+#		simple="yes"
+#		;;
+
+
+	cpi=pica )
+		cpi=10
+		;;
+	cpi=elite )
+		cpi=12
+		;;
+	cpi=* )
+		cpi=`parse ${i}`
+		;;
+
+	lpi=* )
+		lpi=`parse ${i}`
+		;;
+
+	length=* )
+		length=`parse ${i}`
+		;;
+
+	width=* )
+		width=`parse ${i}`
+		;;
+
+	#####
+	#
+	# If you want to add simple-value options (e.g. -o value=a)
+	# identify them here.
+	#####
+#	value=* )
+#		value=`parse ${i}`
+#		;;
+
+
+	#####
+	#
+	# If you want to add options that, like "stty",
+	# take a list (e.g. -o lopt='a b c'), identify
+	# them here and below (look for LOPT).
+	#####
+	stty=* | flist=* | lpd=* )
+#LOPT	stty=* | flist=* | lpd=* | lopt=* )
+
+		inlist=`expr "${inlist}${i}" : "^\([^=]*=\)"`
+		case "${i}" in
+		${inlist}\'*\' )
+			item=`expr "${i}" : "^[^=]*='*\(.*\)'\$"`
+			;;
+		${inlist}\' )
+			continue
+			;;
+		${inlist}\'* )
+			item=`expr "${i}" : "^[^=]*='*\(.*\)\$"`
+			;;
+		${inlist}* )
+			item=`expr "${i}" : "^[^=]*=\(.*\)\$"`
+			;;
+		*\' )
+			item=`expr "${i}" : "^\(.*\)'\$"`
+			;;
+		* )
+			item="${i}"
+			;;
+		esac
+
+		#####
+		#
+		# We don't dare use "eval" because a clever user could
+		# put something in an option value that we'd end up
+		# exec'ing.
+		#####
+		case "${inlist}" in
+		stty= )
+			stty="${stty} ${item}"
+			;;
+		flist= )
+			flist="${flist} ${item}"
+			;;
+		lpd= )
+			lpd="${lpd} ${item}"
+			;;
+#LOPT		lopt= )
+#LOPT			lopt="${lopt} ${item}"
+#LOPT			;;
+		esac
+
+		case "${i}" in
+		${inlist}\'*\' )
+			inlist=
+			;;
+		${inlist}\'* )
+			;;
+		*\' | ${inlist}* )
+			inlist=
+			;;
+		esac
+		;;
+
+	* )
+		;;
+	esac
+done
+
+#####
+#
+# Additional ``parameters'' are passed via Shell environment
+# variables:
+#
+#	TERM	The printer type (used for Terminfo access)
+#	CHARSET	The character set to choose
+#	FILTER	The filter to run
+#####
+
+#####
+# Set defaults for unset variables.
+#####
+
+: ${TERM:=unknown}
+tput lines 1>/dev/null 2>&1 || TPUT=:
+
+: ${CHARSET:=cs0}
+
+PPDFILTER=/usr/lib/lp/bin/foomatic-rip
+PPDFILTERA="${PPDFILTER} ${request_id} ${user_name} \"${title}\" ${copies} \"${option_list}\""
+
+if [ -z "${FILTER}" ]
+then
+	#####
+	#
+	# If no filter is being used, we have a little routine that
+	# will push the data to the printer. It traps hangups (loss
+	# of carrier) and checks for excessive delays in sending the
+	# data to the printer. The lesser of the print rate of the printer
+	# (obtained from Terminfo) or the baud rate is used to compute
+	# the expected delay. If neither of these is correct, you
+	# may be experiencing false alarms. If so, give the correct
+	# rate, in characters per second, as a single argument.
+	# An argument of 0 means don't check for delays.
+	# Give an -r option to get a printout of actual delays.
+	# (QUOTES ARE IMPORTANT!)
+	#####
+	case "$TERM" in
+		PS )
+			# make the "postscript" printers use postio to
+			# talk to the printer and periodically get a 
+			# status from them
+			FILTER="/usr/lib/lp/postscript/postio"
+		;;
+		PSR )
+			# make the "reverse postscript" printers reverse the
+			# output and the use postio to talk to the printer
+			FILTER="/usr/lib/lp/postscript/postreverse | \
+				/usr/lib/lp/postscript/postio"
+		;;
+		* )
+			# we don't know the type, so just assume that the
+			# input and output are the same
+			if [ `basename "${LPCAT}"` = "lp.cat" ] ; then
+				FILTER="${LPCAT} 0"	# infinite delays
+				# FILTER="${LPCAT} 120"	# e.g. 120 CPS
+				# FILTER="${LPCAT} -r 0 2>/tmp/delays"
+				# FILTER=${LPCAT}
+			fi
+		;;
+	esac
+fi
+
+logger -p lpr.debug -t "standard_foomatic: ${request_id}" "filter : ${FILTER}"
+logger -p lpr.debug -t "standard_foomatic: ${request_id}" "ppdfilter : ${PPDFILTERA}"
+
+#
+# Append the PPD foomatic-rip filter
+#
+FILTER="${FILTER} | ${PPDFILTERA}"
+
+###########
+##
+## Initialize the printer port
+###########
+
+#####
+#
+# SERIAL PORTS:
+# Initialize everything.
+#
+# PARALLEL PORTS:
+# Don't initialize baud rate.
+#
+# It's not obvious how to tell if a port is parallel or serial.
+# However, by splitting the initialization into two steps and letting
+# the serial-only part fail nicely, it'll work.
+#
+# Another point: The output must be a ``tty'' device. If not, don't
+# bother with any of this.
+#####
+stty1= stty2=
+tty 0<&1 1>/dev/null 2>&1 && {
+
+	#####
+	#
+	# First set the default parameters,
+	# then the requested parameters.
+	#####
+
+	stty \
+		9600 \
+			0<&1 2>/dev/null 1>&2
+	stty \
+		cs8 -cstopb -parenb -parodd \
+		ixon -ixany \
+		opost -olcuc onlcr -ocrnl -onocr -onlret -ofill \
+		nl0 cr0 tab0 bs0 vt0 ff0 \
+			0<&1 2>/dev/null 1>&2
+
+	if [ -n "${stty}" ]
+	then
+		if stty ${stty} 0<&1 1>/dev/null 2>&5
+		then
+			:
+		else
+			errmsg ERROR ${E_IP_STTY} \
+				"stty option list failed" \
+				"check the \"-o stty\" option you used,
+		or consult your system administrator"
+			exit 1
+		fi
+	fi
+
+	#####
+	#
+	# Here you may want to add other port initialization code.
+	# Some examples:
+	#
+	# estty	# for printer needing hardware flow control (3B2/EPORTS)
+	# fctty	# for printer needing hardware flow control (3B15,3B20)
+	#####
+	#estty 0<&1
+	#fctty 0<&1
+
+
+	##########
+	#
+	# Find out if we have to turn off opost before initializing the
+	# printer and on after. Likewise, check clocal.
+	#
+	# Turning OFF opost (output postprocessing) keeps the UNIX system
+	# from changing what we try to send to the printer. Turning ON
+	# clocal keeps the UNIX system from dropping what we are trying to
+	# send if the printer drops DTR. An example of the former is the
+	# AT&T 479, which wants to send a linefeed (ASCII 10) when a page
+	# width of 10 is set; with opost on, this COULD BE turned into a
+	# carriage-return/linefeed pair. An example of the latter is the
+	# AT&T 455, which momentarily drops DTR when it gets the
+	# initialization string, is2; with clocal off, the UNIX system
+	# stops sending the rest of the initialization sequence at that
+	# point.
+	#
+	# THIS CODE MUST FOLLOW THE REST OF THE PORT INITIALIZATION CODE.
+	##########
+	cur_stty=`stty -a 0<&3`
+	expr "${cur_stty}" : '.*-opost' 1>/dev/null 2>&1 \
+		|| stty1="${stty1} -opost" stty2="${stty2} opost"
+	expr "${cur_stty}" : '.*-clocal' 1>/dev/null 2>&1 \
+		&& stty1="${stty1} clocal" stty2="${stty2} -clocal"
+	expr "${cur_stty}" : '.* opost.*' 1>/dev/null 2>&1 \
+		|| banner_filter=${FIX386BD}
+
+}
+
+
+###########
+##
+## Initialize the physical printer (Part I).
+## Here we bring the printer to a sane state and set the page size.
+###########
+
+##########
+#
+# WARNING! The "echo" command will catch backslashes (\) and
+# try to interpret the characters following it. Thus, using
+# "echo" to print string values obtained from "tput" is dangerous.
+##########
+
+#####
+# We're confident that most printers don't have backslashes
+# in the control sequences for carriage return and form-feed.
+# We're also confident that these don't contain newlines.
+# We're also confident that most printers have a linefeed
+# in the control sequence for doing a newline (move to beginning
+# of next line), but we can't capture it like we do the
+# carriage return or form-feed. Thus we set it unconditionally.
+# We don't set form-feed if it isn't defined, however, because
+# maybe the printer doesn't have a formfeed. If not set, we're
+# out of luck.
+#####
+
+CR=`${TPUT} cr`
+[ -z "${CR}" ] && CR="\r"
+
+FF=`${TPUT} ff`
+BFF=$FF
+[ -z "${BFF}" ] && BFF="\f"
+
+NL="${CR}\n"
+
+lines=`${TPUT} lines`
+[ -z "${lines}" -o 0 -ge "${lines}" ] && lines=66
+
+cols=`${TPUT} cols`
+[ -z "${cols}" -o 0 -ge "${cols}" ] && cols=132
+
+#####
+#
+# Basic initialization. The ``else'' clause is equivalent,
+# but covers cases where old Terminal Information Utilities are present.
+#####
+[ -n "${stty1}" ] && stty ${stty1} 0<&1
+
+#
+# "tput init" will return an "^M" in many cases to "stdout", i.e., printer!
+# This creates problems for some PS printers
+#
+if [ "${TERM}" = "PS" -o "${TERM}" = "PSR" ]
+then
+	:
+elif ${TPUT} init 2>/dev/null
+then
+	:
+else
+	pgm=`${TPUT} iprog`
+	if [ -x "${pgm}" ]
+	then
+		eval ${pgm}
+	fi
+
+	${TPUT} is1
+	${TPUT} is2
+
+	tabset=
+	if [ "8" != "`${TPUT} it`" ]
+	then
+		stty tab3 0<&1 1>/dev/null 2>&1
+
+	elif `${TPUT} ht >/dev/null`
+	then
+		tabset="/usr/lib/tabset/${TERM}"
+		if [ -r ${tabset} ]
+		then
+			cat -s ${tabset}
+		fi
+		stty tab3 0<&1 1>/dev/null 2>&1
+	fi
+
+	file=`${TPUT} if`
+	if [ "${tabset}" != "${file}" -a -r "${file}" ]
+	then
+		cat -s "${file}"
+	fi
+
+	${TPUT} is3
+	echo "${CR}\c"
+fi
+[ -n "${stty2}" ] && stty ${stty2} 0<&1
+
+#####
+#
+# Set the page size and print spacing, but not the character set.
+# We will be doing the character set later (after the header).
+#####
+internal_lpset "${cpi}" "${lpi}" "${width}" "${length}" ""
+
+#####
+#
+# The banner page (and cancellation page) will
+# use double width characters if they're available.
+#####
+WIDE_CS=`${TPUT} swidm 2>/dev/null` && NORM_CS=`${TPUT} rwidm 2>/dev/null`
+PAD="#####${NL}"
+
+#####
+#
+# Some printers need to have the banner page filtered.
+#####
+case "${TERM}" in
+
+PS | PSR )
+	banner_filter="/usr/lib/lp/postscript/postprint | /usr/lib/lp/postscript/postio"
+	LPTELL_OPTS="-l"
+	;;
+
+esac
+if [ -n "${banner_filter}" ]
+then
+	banner_filter="| ${banner_filter}"
+fi
+
+#####
+#
+# Now that the printer is ready for printing, we're able
+# to record on paper a cancellation.
+#####
+
+cancel_banner () {
+	echo "${PAD}${PAD}\c"
+	echo "#####${WIDE_CS} Job ${request_id}${NORM_CS}${NL}\c"
+	echo "#####${WIDE_CS} suspended or canceled${NORM_CS}${NL}\c"
+	echo "${PAD}${PAD}\c"
+}
+
+canceled () {
+	${TPUT} scs 0 2>/dev/null
+	echo "${CR}\c"
+	if [ "${width:-${cols}}" -lt "${MAX_COLS_SMALL_BANNER}" ]
+	then
+		WIDE_CS= NORM_CS=
+	fi
+	cancel_banner
+	if [ -n "${BFF}" ]
+	then
+		echo "${CR}${BFF}\c"
+	fi
+}
+
+trap 'eval canceled ${banner_filter}; exit_code=0 exit' 15
+
+
+###########
+##
+## Print the banner page
+###########
+
+#####
+#
+# You may want to change the following code to get a custom banner.
+#####
+
+regular_banner () {
+	echo "${CR}\c"
+	echo "${PAD}${PAD}${PAD}${PAD}${PAD}\c"
+	echo "#####${WIDE_CS}       User: ${user_name}${NORM_CS}${NL}\c"
+	if [ -n "$ALIAS_USERNAME" ]
+	then
+		echo "${PAD}\c"
+		echo "#####${WIDE_CS}      Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c"
+	fi
+	if [ -n "${title}" ]
+	then
+		echo "${PAD}\c"
+		echo "#####${WIDE_CS}      Title: ${title}${NORM_CS}${NL}\c"
+	fi
+	echo "${PAD}\c"
+	echo "#####${WIDE_CS}    Printed: `LANG=C date '+%a %H:%M %h %d, %Y'`${NORM_CS}${NL}\c"
+	echo "${PAD}\c"
+	echo "#####${WIDE_CS} Job number: ${request_id}${NORM_CS}${NL}\c"
+	echo "${PAD}${PAD}${PAD}${PAD}${PAD}\c"
+	if [ -n "${BFF}" ]
+	then
+		echo "${CR}${BFF}\c"
+	fi
+}
+
+small_banner () {
+	echo "${CR}\c"
+	echo "${PAD}\c"
+	echo "#####  User: ${user_name}${NL}\c"
+	if [ -n "${title}" ]
+	then
+		echo "##### Title: ${title}${NL}\c"
+	fi
+	echo "#####  Date: `LANG=C date '+%a %H:%M %h %d, %Y'`${NL}\c"
+	echo "#####   Job: ${request_id}${NL}\c"
+	echo "${PAD}\c"
+	if [ -n "${BFF}" ]
+	then
+		echo "${CR}${BFF}\c"
+	fi
+}
+
+if [ "${width:-${cols}}" -lt "${MAX_COLS_SMALL_BANNER}" ]
+then
+	banner=small_banner
+else
+	banner=regular_banner
+fi
+
+if [ "no" = "${nobanner}" -a "${TERM}" != "PSR" ]
+then
+	( eval "${banner} ${banner_filter}" 2>&1 1>&3 ) \
+		| ${LPTELL} ${LPTELL_OPTS} ${printer}
+fi
+
+
+###########
+##
+## Initialize the physical printer (Part II)
+## Here we select the character set.
+## One could argue that this should be done before the banner is printed,
+## but we don't, to keep the banner page looking consistent for the
+## operator. You can move this code before the banner code if you
+## disagree. If you do, combine it with the other call to "internal_lpset"
+## to do everything in one shot.
+###########
+internal_lpset "" "" "" "" "${CHARSET}"
+
+###########
+##
+## Print some copies of the file(s)
+###########
+
+#####
+#
+# The protocol between the interface program and the Spooler
+# is fairly simple:
+#
+#	All standard error output is assumed to indicate a
+#	fault WITH THE REQUEST. The output is mailed to the
+#	user who submitted the print request and the print
+#	request is finished.
+#
+#	If the interface program sets a zero exit code,
+#	it is assumed that the file printed correctly.
+#	If the interface program sets a non-zero exit code
+#	less than 128, it is assumed that the file did not
+#	print correctly, and the user will be notified.
+#	In either case the print request is finished.
+#
+#	If the interface program sets an exit code greater
+#	than 128, it is assumed that the file did not print
+#	because of a printer fault. If an alert isn't already
+#	active (see below) one will be activated. (Exit code
+#	128 should not be used at all. The shell, which executes
+#	this program, turns SIGTERM, used to kill this program
+#	for a cancellation or disabling, into exit 128. The
+#	Spooler thus interpretes 128 as SIGTERM.)
+#
+#	A message sent to the standard input of the ${LPTELL}
+#	program is assumed to describe a fault WITH THE PRINTER.
+#	The output is used in an alert (if alerts are defined).
+#	If the fault recovery is "wait" or "begin", the printer
+#	is disabled (killing the interface program if need be),
+#	and the print request is left on the queue.
+#	If the fault recovery is "continue", the interface program
+#	is allowed to wait for the printer fault to be cleared so
+#	it can resume printing.
+#
+# This interface program relies on filters to detect printer faults.
+# In absence of a filter provided by the customer, it uses a simple
+# filter (${LPCAT}) to detect the class of faults that cause DCD
+# (``carrier'') drop. The protocol between the interface program and
+# the filter:
+#
+#	The filter should exit with zero if printing was
+#	successful and non-zero if printing failed because
+#	of a printer fault. This interface program turns a
+#	non-zero exit of the filter into an "exit 129" from
+#	itself, thus telling the Spooler that a printer fault
+#	(still) exists.
+#
+#	The filter should report printer faults via a message
+#	to its standard error. This interface program takes all
+#	standard error output from the filter and feeds it as
+#	standard input to the ${LPTELL} program.
+#
+#	The filter should wait for a printer fault to clear,
+#	and should resume printing when the fault clears.
+#	Preferably it should resume at the top of the page
+#	that was being printed when the fault occurred.
+#	If it waits and finishes printing, it should exit
+#	with a 0 exit code. If it can't wait, it should exit
+#	with a non-zero exit code.
+#
+#	The interface program expects that ANY message on the
+#	standard error from the filter indicates a printer fault.
+#	Therefore, a filter should not put user (input) error
+#	messages on the standard error, but on the standard output
+#	(where the user can read them when he or she examines
+#	the print-out).
+#
+#####
+
+badfileyet=
+i=1
+while [ $i -le $copies ]
+do
+	for file in ${files}
+	do
+		if [ -r "${file}" ]
+		then
+			#####
+			#
+			# Here's where we set up the $LPTELL program to
+			# capture fault messages, and...
+			#
+			# Here's where we print the file.
+			#
+			# We set up a pipeline to $LPTELL, but play a trick
+			# to get the filter's standard ERROR piped instead of
+			# its standard OUTPUT: Divert the standard error (#2) to
+			# the standard output (#1) IN THE PIPELINE. The shell
+			# will have changed #1 to be the pipe, not the
+			# printer, so diverting #2 connects it to the pipe.
+			# We then change the filter's #1 to a copy of the real
+			# standard output (the printer port) made earlier,
+			# so that is connected back to the printer again.
+			#
+			# We do all this inside a parenthesized expression
+			# so that we can get the exit code; this is necessary
+			# because the exit code of a pipeline is the exit
+			# code of the right-most command, which isn't the
+			# filter.
+			#
+			# These two tricks could be avoided by using a named
+			# pipe to connect the standard error to $LPTELL. In
+			# fact an early prototype of this script did just
+			# that; however, the named pipe introduced a timing
+			# problem. The processes that open a named pipe hang
+			# until both ends of the pipe are opened. Cancelling
+			# a request or disabling the printer often killed one
+			# of the processes, causing the other process to hang
+			# forever waiting for the other end of the pipe to
+			# be opened.
+			#####
+			EXIT_CODE=${TMPPREFIX}e
+			trap '' 1	# Let the filter handle a hangup
+			trap '' 2 3	# and interrupts
+			(
+				#####
+				# Put the 0<${file} before the "eval" to keep
+				# clever users from giving a file name that
+				# evaluates as something to execute.
+				#####
+				0<${file} eval ${FILTER} 2>/dev/null 1>&3
+				echo $? >${EXIT_CODE}
+			) | ${LPTELL} ${LPTELL_OPTS} ${printer}
+			trap 'catch_hangup; exit_code=129 exit 129' 1
+			trap 'catch_interrupt; exit_code=129 exit 129' 2 3
+			exit_code=`cat ${EXIT_CODE}`
+
+			if [ -n "${exit_code}" -a 0 -ne "${exit_code}" ]
+			then
+				trap '' 15  # Avoid dying from disable
+				sleep 4	    # Give $LPTELL a chance to tell
+				exit ${exit_code}
+			fi
+
+			if [ -n "${FF}" -a "no" = "${nofilebreak}" ]
+			then
+				echo "${CR}${FF}\c"
+			fi
+
+		else
+
+			#####
+			#
+			# Don't complain about not being able to read
+			# a file on second and subsequent copies, unless
+			# we've not complained yet. This removes repeated
+			# messages about the same file yet reduces the
+			# chance that the user can remove a file and not
+			# know that we had trouble finding it.
+			#####
+			if [ "${i}" -le 1 -o -z "${badfileyet}" ]
+			then
+				errmsg WARNING ${E_IP_BADFILE} \
+					"cannot read file \"${file}\"" \
+					"see if the file still exists and is readable,
+		or consult your system administrator;
+		printing continues"
+				badfileyet=yes
+			fi
+
+		fi
+
+	done
+	i=`expr $i + 1`
+
+done
+
+if [ "no" = "${nobanner}" -a "${TERM}" = "PSR" ]
+then
+	( eval "${banner} ${banner_filter}" 2>&1 1>&3 ) \
+		| ${LPTELL} ${LPTELL_OPTS} ${printer}
+fi
+
+if [ -n "${exit_code}" -a 0 -ne "${exit_code}" ]
+then
+	exit ${exit_code}
+fi
+
+#####
+#
+# Always ensure the complete job ends with a ``formfeed'', to
+# let the next job start on a new page. (If someone wants to
+# concatenate files, they can give them in one job.)
+# So, if we haven't been putting out a ``formfeed'' between files,
+# it means we haven't followed the last file with a formfeed,
+# so we do it here.
+#####
+if [ -n "${FF}" -a "yes" = "${nofilebreak}" ]
+then
+	echo "${CR}${FF}\c"
+fi
+
+${DRAIN}
+
+exit_code=0 exit 0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/Solaris/wecho.sh	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,71 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Description: wrapper to emulate the GNU echo (gecho)
+#
+# Options from the man page for GNU echo ...
+#
+#    Echo the STRING(s) to standard output.
+#
+#    -n   do not output the trailing newline
+#
+#    -e   enable interpretation of the backslash-escaped  characters listed
+#         below:
+#              the character whose ASCII code is NNN (octal)
+#                   \h|120u+0ubackslash
+#                   alert (BEL)
+#                   backspace
+#                   suppress trailing newline
+#                   form feed
+#                   new line
+#                   carriage return
+#                   horizontal tab
+#                   vertical tab
+#
+
+nflag=0
+eflag=0
+
+while getopts en name
+do
+  case $name in
+    n) nflag=1;;
+    e) eflag=1;;
+    ?) printf "Usage: %s: [-e] [-n] string\n"  $0
+       exit 2;;
+  esac
+done
+
+shift $(($OPTIND - 1))
+
+if [ ${nflag} -ne 1 ]
+then
+  exec /usr/bin/echo "$*"
+else
+  exec /usr/bin/echo "$*\c"
+fi
+
+exit 1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/foomatic-filters.license	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,54 @@
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+-----------------------------------------------------------------------
+
+   Copyright 2001-2004 LinuxPrinting.org
+
+   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, or (at your option) any later
+   version.
+
+   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.
+
+   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.
+
+
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+-----------------------------------------------------------------------
+
+   Copyright 2001-2004 LinuxPrinting.org
+
+   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, or (at your option) any later
+   version.
+
+   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.
+
+   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.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/filters/foomatic-rip.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,82 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+
+set name=pkg.fmri value=pkg:/print/lp/filter/foomatic-rip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="foomatic-filters - Foomatic Print Filters"
+set name=info.classification value="org.opensolaris.category.2008:System/Printing"
+set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url value=http://arc.opensolaris.org/caselog/LSARC/2004/262
+
+depend fmri=__TBD pkg.debug.depend.file=usr/bin/a2ps type=require
+
+license foomatic-filters.license license='GPLv2'
+
+legacy pkg=SUNWffiltersr \
+   desc="foomatic-filters - Foomatic Print Filters (root) 3.0.2" \
+   name="foomatic-filters - Foomatic Print Filters (root)"
+
+legacy pkg=SUNWffiltersu \
+   desc="foomatic-filters - Foomatic Print Filters (user) 3.0.2" \
+   name="foomatic-filters - Foomatic Print Filters (user)"
+
+dir path=etc
+dir path=etc/gnu
+dir path=etc/gnu/foomatic
+dir path=etc/gnu/foomatic/direct
+dir path=etc/lp
+dir path=etc/lp/fd
+dir path=usr
+dir path=usr/lib
+dir path=usr/lib/cups
+dir path=usr/lib/cups/backend
+dir path=usr/lib/cups/filter
+dir path=usr/lib/lp group=lp
+dir path=usr/lib/lp/bin group=lp
+dir path=usr/lib/lp/model group=lp
+dir path=usr/lib/ppr
+dir path=usr/lib/ppr/interfaces
+dir path=usr/lib/ppr/lib
+dir path=usr/share
+dir path=usr/share/man
+dir path=usr/share/man/man1
+
+file Solaris/foomatic.fd path=etc/lp/fd/foomatic.fd mode=0444
+file path=etc/gnu/foomatic/filter.conf preserve=renamenew
+file path=etc/gnu/foomatic/filter.conf.sample
+file path=usr/lib/cups/backend/beh
+file path=usr/lib/lp/bin/foomatic-gswrapper
+file path=usr/lib/lp/bin/foomatic-rip
+file Solaris/wecho.sh path=usr/lib/lp/bin/wecho
+file Solaris/netstandard_foomatic path=usr/lib/lp/model/netstandard_foomatic mode=0555
+file Solaris/standard_foomatic path=usr/lib/lp/model/standard_foomatic mode=0555
+file path=usr/share/man/man1/foomatic-gswrapper.1
+file path=usr/share/man/man1/foomatic-rip.1
+
+link path=usr/lib/cups/filter/foomatic-rip target=../../lp/bin/foomatic-rip
+link path=usr/lib/ppr/interfaces/foomatic-rip target=../../lp/bin/foomatic-rip
+link path=usr/lib/ppr/lib/foomatic-rip target=../../lp/bin/foomatic-rip
+link path=usr/lib/lp/bin/beh target=../../cups/backend/beh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/fppd/Makefile	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,61 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		foomatic-filters-ppds
+COMPONENT_VERSION=	20080818
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:2a955af43f52cd7d8b3a158e68c825f90feba790
+COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
+COMPONENT_PROJECT_URL=	http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
+
+include ../../../make-rules/prep.mk
+include ../../../make-rules/ips.mk
+
+CACHE_FILE=$(PROTOUSRLIBDIR)/lp/caches/SUNWfoomatic.cache
+
+$(SOURCE_DIR)/.built: $(SOURCE_DIR)/.prep $(COMPONENT_DIR)/nolicense $(COMPONENT_DIR)/supportedonly.sh
+	$(MKDIR) $(BUILD_DIR)
+	$(SHELL) $(COMPONENT_DIR)/supportedonly.sh $(BUILD_DIR) \
+		$(SOURCE_DIR)/share/ppd $(CACHE_FILE) $(COMPONENT_DIR)/nolicense
+	$(TOUCH) $@
+
+# move tree of .ppd-s to proto and gzip it
+$(SOURCE_DIR)/.installed: $(SOURCE_DIR)/.built
+	$(MKDIR) $(PROTOUSRSHAREDIR)/ppd
+	$(CLONEY) $(SOURCE_DIR)/share/ppd $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
+	gzip -rf $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
+	$(TOUCH) $@
+
+# common targets
+build:	$(SOURCE_DIR)/.built
+
+install:	$(SOURCE_DIR)/.installed
+
+test:	$(NO_TESTS)
+
+clean::
+	$(RM) -r $(BUILD_DIR)
+
+include ../../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/fppd/foomatic-ppds.license	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,259 @@
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+=========================================================================
+
+   Copyright 2001-2003 LinuxPrinting.org
+
+   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, or (at your option) any later
+   version.
+
+   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.
+
+   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.
+
+The MIT License
+
+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:
+
+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.
+
+--------------------------------------------------------------------------------
+
+Some files included in this package are covered by various license terms governing
+the applicable freely available software. These are listed below. These copyrights,
+if any, are included in full in the PPD file.
+
+Copyrights listed in PPD files under GPLv2 License.
+
+Copyright(C) 2003 Brother Industries, Ltd.
+*% 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.
+*%
+*% 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.
+*%
+*% 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
+*%
+
+
+*%================================================
+*%      Copyright(C) 2003 Brother Industries, Ltd.
+*%      "Brother DCP-8045D BR-Script3"
+*%================================================
+
+Copyright (C) 2000-2007 Oki Data Corporation
+*% ==========================================================^M
+*% Printer Description File for OKI B4350(PS)^M
+*% Copyright 2004 Oki Data Corporation^M
+*% $Date: 2004/09/02 08:32:51 $^M
+*% ==========================================================^M
+*% GPL $Revision: 1.1 $ $RCSfile: ok4350u1.ppd,v $^M
+*%^M
+*% Note)^M
+*% This PostScript Printer Description(PPD) file is free software; you^M
+*% can redistribute it and/or modify it under the terms of the GNU^M
+*% General Public License version 2 or later as published by the Free^M
+*% Software Foundation.^M
+*%^M
+*% In addition to the permissions in the GNU General Public License,^M
+*% Oki Data Corporation gives you unlimited permission to link the^M
+*% PostScript code fragments herein into your PostScript documents to^M
+*% form an excutable for enabling printer-specific features, and^M
+*% distribute those combinations without any restrictions from the use^M
+*% of this PPD file. (The General Public License restrictions do apply^M
+*% in other respects; for example, they cover modification of the^M
+*% file, and distribution when not merged into a PostScript document.)^M
+*%^M
+*% This PPD is distributed in the hope that it will be useful, but^M
+*% WITHOUT ANY WARRANTY; without even the implied warranty of^M
+*% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU^M
+*% General Public License for more details.^M
+*%^M
+*% You should have received a copy of the GNU General Public License^M
+*% along with this PPD; see the file COPYING.^M
+*%^M
+
+Copyright (c) 2006 TOSHIBA TEC Corporation
+*% Copyright (c) 2006 TOSHIBA TEC Corporation
+*%
+*% This software 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.
+*%
+*% In addition to the permissions in the GNU General Public License,
+*% TOSHIBA TEC Corporation gives you unlimited permission to link the
+*% PostScript code fragments herein into your PostScript documents to
+*% form an executable for enabling printer-specific features, and
+*% distribute those combinations without any restrictions from the use
+*% of this PPD file. (The General Public License restrictions do apply
+*% in other respects; for example, they cover modification of the
+*% file, and distribution when not merged into a PostScript document.)
+*%
+*% This software 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.
+*%
+*% You should have received a copy of the GNU General Public
+*% License along with this software; if not, write to the Free
+*% Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+*% MA 02111 USA
+*%
+*% Date: 24 February 2006
+
+Copyright 1999-2006 Sharp Corporation
+*% Copyright 1999-2006 Sharp Corporation
+*%
+*% This software 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.
+*%
+*% This software 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.
+*%
+*% You should have received a copy of the GNU General Public
+*% License along with this software; if not, write to the Free
+*% Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+*% MA 02111 USA
+
+Copyrights listed in PPD files under MIT License.
+
+Copyright 1992-2007 Hewlett-Packard Company
+*% Copyright 1992-2007 Hewlett-Packard Company
+*% 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:
+*%
+*% 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.
+*%
+*% [this is the MIT open source license -- please see www.opensource.org]
+
+COPYRIGHT (C) 2000-2008 RICOH COMPANY, LTD.
+*%    COPYRIGHT (C) 2005-2006 RICOH COMPANY, LTD.
+*%
+*%    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:
+*%
+*%    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.
+*%
+*%    [this is the MIT open source license -- please see www.opensource.org]
+
+Copyright (C) 2003 Seiko Epson Corporation
+*%  Copyright (C) 2003 Seiko Epson Corporation
+*%  Permission is hereby granted for redistribution of this file, provided that
+*%  copyright notice is intact and the contents of this file are not altered
+*%  in any way from it original form.
+*%
+*%  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:
+*%
+*%  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.
+*%
+*%  [this is the MIT open source license -- see www.opensource.org]
+
+Copyright 2003-2004 Oce-Technologies B.V.
+*% Copyright 2003 Oce-Technologies B.V.
+*% =============================
+*%
+*% 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:
+*%
+*% 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.
+*%
+*% [this is the MIT open source license -- see www.opensource.org]
+
+
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/fppd/foomatic-ppds.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,3551 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/print/lp/filter/[email protected],$(BUILD_VERSION)
+set name=pkg.summary value="foomatic_ppds - Foomatic Print PPDs"
+set name=info.classification value="org.opensolaris.category.2008:System/Printing"
+set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=opensolaris.arc_url value=http://arc.opensolaris.org/caselog/PSARC/2008/537
+
+license foomatic-ppds.license license='GPLv2, MIT'
+
+legacy pkg=SUNWfppd desc="foomatic_ppds - Foomatic Print PPDs 3.0" name="foomatic_ppds - Foomatic Print PPDs"
+
+dir path=usr
+dir path=usr/lib
+dir path=usr/lib/lp group=lp
+dir path=usr/lib/lp/caches group=lp
+dir path=usr/share
+dir path=usr/share/ppd group=lp
+
+dir path=usr/share/ppd/SUNWfoomatic
+dir path=usr/share/ppd/SUNWfoomatic/Alps
+dir path=usr/share/ppd/SUNWfoomatic/Anitech
+dir path=usr/share/ppd/SUNWfoomatic/Apollo
+dir path=usr/share/ppd/SUNWfoomatic/Apple
+dir path=usr/share/ppd/SUNWfoomatic/Avery
+dir path=usr/share/ppd/SUNWfoomatic/Brother
+dir path=usr/share/ppd/SUNWfoomatic/CItoh
+dir path=usr/share/ppd/SUNWfoomatic/Canon
+dir path=usr/share/ppd/SUNWfoomatic/Citizen
+dir path=usr/share/ppd/SUNWfoomatic/Compaq
+dir path=usr/share/ppd/SUNWfoomatic/DEC
+dir path=usr/share/ppd/SUNWfoomatic/Dell
+dir path=usr/share/ppd/SUNWfoomatic/Dymo
+dir path=usr/share/ppd/SUNWfoomatic/Epson
+dir path=usr/share/ppd/SUNWfoomatic/Fujitsu
+dir path=usr/share/ppd/SUNWfoomatic/Generic
+dir path=usr/share/ppd/SUNWfoomatic/Genicom
+dir path=usr/share/ppd/SUNWfoomatic/Gestetner
+dir path=usr/share/ppd/SUNWfoomatic/HP
+dir path=usr/share/ppd/SUNWfoomatic/Heidelberg
+dir path=usr/share/ppd/SUNWfoomatic/Hitachi
+dir path=usr/share/ppd/SUNWfoomatic/IBM
+dir path=usr/share/ppd/SUNWfoomatic/Imagen
+dir path=usr/share/ppd/SUNWfoomatic/Infotec
+dir path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA
+dir path=usr/share/ppd/SUNWfoomatic/Kodak
+dir path=usr/share/ppd/SUNWfoomatic/Kyocera
+dir path=usr/share/ppd/SUNWfoomatic/Lanier
+dir path=usr/share/ppd/SUNWfoomatic/Lexmark
+dir path=usr/share/ppd/SUNWfoomatic/Minolta
+dir path=usr/share/ppd/SUNWfoomatic/Minolta_QMS
+dir path=usr/share/ppd/SUNWfoomatic/Mitsubishi
+dir path=usr/share/ppd/SUNWfoomatic/NEC
+dir path=usr/share/ppd/SUNWfoomatic/NRG
+dir path=usr/share/ppd/SUNWfoomatic/Oce
+dir path=usr/share/ppd/SUNWfoomatic/Oki
+dir path=usr/share/ppd/SUNWfoomatic/Olivetti
+dir path=usr/share/ppd/SUNWfoomatic/PCPI
+dir path=usr/share/ppd/SUNWfoomatic/Panasonic
+dir path=usr/share/ppd/SUNWfoomatic/Pentax
+dir path=usr/share/ppd/SUNWfoomatic/QMS
+dir path=usr/share/ppd/SUNWfoomatic/Raven
+dir path=usr/share/ppd/SUNWfoomatic/Ricoh
+dir path=usr/share/ppd/SUNWfoomatic/Samsung
+dir path=usr/share/ppd/SUNWfoomatic/Savin
+dir path=usr/share/ppd/SUNWfoomatic/Seiko
+dir path=usr/share/ppd/SUNWfoomatic/Sharp
+dir path=usr/share/ppd/SUNWfoomatic/SiPix
+dir path=usr/share/ppd/SUNWfoomatic/Sony
+dir path=usr/share/ppd/SUNWfoomatic/Star
+dir path=usr/share/ppd/SUNWfoomatic/Tally
+dir path=usr/share/ppd/SUNWfoomatic/Tektronix
+dir path=usr/share/ppd/SUNWfoomatic/Toshiba
+dir path=usr/share/ppd/SUNWfoomatic/Xante
+dir path=usr/share/ppd/SUNWfoomatic/Xerox
+
+file path=usr/lib/lp/caches/SUNWfoomatic.cache
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-1000-md2k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-1300-md1xMono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-1300-md2k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-1500-md1xMono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-1500-md2k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-2000-md2k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-4000-md2k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-5000-md50Eco.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-5000-md50Mono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Alps/Alps-MD-5000-md5k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Anitech/Anitech-M24-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apollo/Apollo-P-1200-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apollo/Apollo-P-1220_Barbie-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apollo/Apollo-P-1250-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apollo/Apollo-P-2200-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apollo/Apollo-P-2250-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-12_640ps-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-Dot_Matrix-appledmp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-ImageWriter-iwhi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-ImageWriter_II-iwhi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-ImageWriter_LQ-iwhi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_16_600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_4_600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_IINTX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_IIg-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_NT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_Pro_630-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_Select_360-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Apple/Apple-LaserWriter_Select_360-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-1200-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-1200-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-8045D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-8045D-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-8045D-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-8045D-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-8045D-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-DCP-8045D-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HJ-400-lq850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1020-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1030-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1040-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1040-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1050-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1060-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1060-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1060-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1070-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1070-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1070-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1070-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-10V-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-10h-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-10h-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1230-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1240-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1240-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1250-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1250-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1250-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1250-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1250-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1260-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1260-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1260-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1270N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1270N-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1270N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1270N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1270N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1270N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1430-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1430-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1430-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1440-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1440-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1440-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1450-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1450-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1450-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1450-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1450-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1470N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1470N-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1470N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1470N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1470N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1470N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1650-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1660e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1670N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1850-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-1870N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2060-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2060-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2060-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2060-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2170W-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2400CeN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2400CeN-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2400CeN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2400CeN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460N-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2460N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2600CN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2600CN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-2600CN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3260N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3400CN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3400CN-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3400CN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3400CN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3450CN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3450CN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-3450CN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4000CN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4000CN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4000CN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4040CN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4050CDN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4070CDW-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-4Ve-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5030-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5030-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5030-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5030-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5030-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5040-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5040-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5040-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5040-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5040-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5050-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5050-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5070N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5070N-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5070N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5070N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5070N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5070N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5140-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5140-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5140-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5140-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5140-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5150D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5150D-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5150D-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5150D-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5150D-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5150D-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5170DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5170DN-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5170DN-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5170DN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5170DN-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5170DN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-5250DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-630-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-660-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-660-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-7050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-7050-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-7050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-7050N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-7050N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-7050N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-720-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-730-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-760-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-760-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-8-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-820-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-960-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-HL-960-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MC-3000-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-6550MC-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-8300-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-8300-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-8300-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-9050-hl7x0.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-9100c-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-9500-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-9600-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-9600-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC-P2500-hl1250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Brother/Brother-MFC_7150C-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/CItoh/CItoh-M8510-m8510.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-100-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-10e-bj10e.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-10v-bj10v.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-10v-bj10vh.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-15v-bj10v.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-15v-bj10vh.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-20-bj10e.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-200-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-30-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-300-lq850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-330-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-35v-bj10vh.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJ-5-bj10e.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-1000-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-1000-bjc250gs.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-1000-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-2000-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-2010-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-210-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-210-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-2100-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-2100-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-210SP-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-2110-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-240-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-240-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-250-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-250-bjc250gs.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-250-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-250-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-250ex-bjc250gs.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-255SP-bjc250gs.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-265SP-bjc250gs.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-3000-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-3000-bjc6000a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-3000-s400a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4000-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4100-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4200-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4300-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4310SP-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4400-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4550-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-4550-bjc800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-50-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-55-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-600-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-600-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-6000-bjc6000a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-610-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-610-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-620-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-620-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-6200-bjc6000a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-6200-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-70-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-70-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-7000-bjc6000a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-7000-bjc800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-7004-bjc800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-7100-bjc800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-80-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-800-bjc800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-8200-bj8pa06n.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-85-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-BJC-880J-bjc880j.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-GP_335-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-GP_335-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-GP_335-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-GP_405-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1260-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1260-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1760-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1760-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1760-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-1760-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-310-lbp310.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-320_Pro-lbp320.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-350-lbp320.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-430-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-430-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-430-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-470-lips4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-470-lips4v.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-4U-lbp8.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-4plus-lbp8.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-4sx-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LBP-8A1-lbp8.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LIPS-III-lips3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LIPS-IIplus-lips2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LIPS-IV-lips4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LIPS-IVv-lips4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-LIPS-IVv-lips4v.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-MultiPASS_C2500-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-MultiPASS_C3000-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-MultiPASS_C3000-bjc610a0.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-MultiPASS_C3500-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-MultiPASS_C5000-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-MultiPASS_C5500-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S100-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S400-bjc600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S400-bjc6000a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S400-s400a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S450-bjc6000a1.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S500-bj8pa06n.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S600-bj8pa06n.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-S630-bj8pa06n.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-imageRunner_330s-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Canon/Canon-imageRunner_330s-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Citizen/Citizen-ProJet_II-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Citizen/Citizen-ProJet_IIc-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Compaq/Compaq-IJ750-lxm3200-tweaked.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Compaq/Compaq-IJ900-lex5700.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Compaq/Compaq-IJ900-lxm5700m.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-1800-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-DECWriter_500i-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-DECwriter_110i-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-DECwriter_520ic-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LA50-la50.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LA70-la70.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LA75-la75.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LA75_Plus-la75plus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LJ250-declj250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LJ250-lj250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LN03-ln03.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LN07-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LN17-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/DEC/DEC-LN17-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Dell/Dell-M5200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Dell/Dell-S2500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-ActionLaser_1100-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-ActionLaser_II-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-ActionPrinter_3250-ap3250.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C1900PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C2000PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4000PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C4100PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8500PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C8600PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-AcuLaser_C9100-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Dot_Matrix-eps9high.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Dot_Matrix-eps9mid.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Dot_Matrix-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Dot_Matrix-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5200-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5200plus-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5700-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5700-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5800PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-5900PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-6100PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-7100-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N1600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N1600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N1600PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N1600PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N1600PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PSplus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PSplus-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PSplus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PSplus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PSplus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050PSplus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050plus-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050plus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2050plus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2120-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2120-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2120-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2120-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2120-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2500PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750PS-eplaser.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-EPL-N2750PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-L-1000-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-1800-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-1900-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-2000-lp2000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-2200-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-2400-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-2500-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-3000-lp2000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-3000C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-7000-lp2000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-7000G-lp2000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-7500-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-7700-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-7900-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8000C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8100-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8200C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8300C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8300F-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8400F-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8500C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8600-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8600F-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8700-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8800C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-8900-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9000B-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9000C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9100-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9200B-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9200C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9300-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9400-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9500C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9600-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9600S-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-9800C-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-M6000-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-S300-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-S3000-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-S4000-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-S4500-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-S6500-eplaser-jp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP-xx00-escpage.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LP_8000-lp8000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LQ-24-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LQ-2550-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LQ-500-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LQ-570plus-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LQ-850-lq850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-LX-1050-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-MJ_520C-stc300.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-MJ_520C-stcany.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-MJ_520C-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-MachJet-mj700v2c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-PM_760C-PM760p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-PM_820C-PM820p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-SQ_1170-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus-mj700v2c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_800-st800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_800-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color-st800.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color-stc.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_1500-mj500c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_1520-mj6000c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_1520-stc1520h.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_1520-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_200-mj500c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_300-stc300.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_300-stcany.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_300-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_3000-mj8000c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_3000-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_400-mj6000c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_400-stc500p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_400-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_440-stc.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_440-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_460-stc.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_500-stc500p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_500-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_600-stc600ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_600-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_640-st640ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_640-stc600ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_640-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_660-st640ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_660-stc600ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_670-Stc670p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_670-stc600ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_670-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_680-Stc680p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_740-stc740ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_740-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_760-Stc760p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_760-stc740ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_777-Stc777p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_777-stcany.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_800-mj6000c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_800-stc1520h.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_800-stc800ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_800-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_850-stc800ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_860-stc2.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_860-stc740ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_I-stc.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_I-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_II-stc2.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_IIs-mj500c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_IIs-stc2.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_IIs-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_PRO-stc.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Color_PRO-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Photo_720-Stp720p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Photo_750-stc740ih.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Photo_750-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Photo_870-Stp870p.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Pro_XL-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Epson/Epson-Stylus_Scan_2500-stcolor.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-1200-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-2400-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-3400-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-FMLBP2xx_Page_Printer-fmlbp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-FMPR-fmpr.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_10V-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_10V-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_10V-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_16DV-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_16DV-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_20W-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_20W-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_20W-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_20W-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Fujitsu/Fujitsu-PrintPartner_8000-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-ESC_P_Dot_Matrix_Printer-eps9high.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-ESC_P_Dot_Matrix_Printer-eps9mid.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-ESC_P_Dot_Matrix_Printer-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-ESC_P_Dot_Matrix_Printer-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-ESC_P_Dot_Matrix_Printer-lq850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-GDI_Printer-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-IBM-Compatible_Dot_Matrix_Printer-ibmpro.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_3_Printer-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_4_Printer-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_4_Printer-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_4_Printer-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5_Printer-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5_Printer-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5c_Printer-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5c_Printer-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5c_Printer-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5c_Printer-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5e_Printer-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5e_Printer-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_5e_Printer-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_6_PCL_XL_Printer-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_6_PCL_XL_Printer-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_6_PCL_XL_Printer-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_6_PCL_XL_Printer-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PCL_6_PCL_XL_Printer-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Generic/Generic-PostScript_Printer-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Genicom/Genicom-LN45-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Genicom/Genicom-ML450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-10512-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-10512-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-2212-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-2212-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-2712-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-2712-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-3212-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-3212-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-3502-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-3502-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-3532_4235g-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-3532_4235g-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-4502-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-4502-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-4532_4245g-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-4532_4245g-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-6002-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-6002-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-7502-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-7502-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-9002-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-9002-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7116-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7416-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7417-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7425dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7435n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7521n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7526dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7528n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7531dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7535n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-C7640nD-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-CS555-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-CS555-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc224-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc232-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc328-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc332-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc338-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc38-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc38u-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc424-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc424-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc428-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc428-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc432-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc432-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc435-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc435-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc445-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc445-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc460-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc460-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc524-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSc532-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm415-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm415-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm615-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm615-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm616-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm616-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm618-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm618-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm618d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm618d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm620-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm620-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm620d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm620d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm622-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm622-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm627-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm627-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm635_635G-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm635_635G-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm645_645G-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm645_645G-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm651-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm651-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm660-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm660-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm675-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm675-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm725-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm725-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm730-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm730-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm735_735G-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm735_735G-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm745_745G-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-DSm745_745G-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-F9199_9199nf-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-GWD2004-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-GWD2006-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP1100_DSm7110-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP1100_DSm7110-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP1350_DSm7135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP1350_DSm7135-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP1600_DSm716-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP1600_DSm716-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP2000_DSm721d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP2000_DSm721d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP2500_DSm625-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP2500_DSm625-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP3500_DSm735e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP3500_DSm735e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP4500_DSm745e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP4500_DSm745e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP5500_DSm755-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP5500_DSm755-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP6500_DSm765-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP6500_DSm765-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP7500_DSm775-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP7500_DSm775-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP9000_DSm790-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP9000_DSm790-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC1500_GS106-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC1500_GS106-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC2500_DSc525-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC2500_DSc525-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC3000_DSc530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC3000_DSc530-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC3500_DSc535-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC3500_DSc535-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC4500_DSc545-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MPC4500_DSc545-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_161_DSm416-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_161_DSm416-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_2510_DSm725e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_2510_DSm725e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_2550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_2550-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_2550B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_2550B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_3010_DSm730e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_3010_DSm730e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_3350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_3350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_3350B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_3350B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_4000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_4000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_4000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_4000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_5000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_5000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_5000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_5000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_7000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_7000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_8000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_8000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_C6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_C6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_C7500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-MP_C7500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7026-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7026n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7031n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7031nL-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7035n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7126-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7126n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7132n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7145-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7245-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7325-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7325n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7431cn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7527-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7527n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7535n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7575-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-P7675-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-SP_8200DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-SP_C420DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Gestetner/Gestetner-SP_W2470-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-2000C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-2500C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-2500CM-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-2563-lp2563.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2200-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2250-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2250TN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2280-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_2800-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_3000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Business_Inkjet_3000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_2500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_2500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_2550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_2605-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_2700-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_2800-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_3000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_3700-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_3800-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4550-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4550-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4550-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4550-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4600-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4600-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4610-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4650-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4700-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_4730_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5000-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5M-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_5M-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_8500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_8550GN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_9500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_9500_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_CM1015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_CM1017-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_CM4730_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_CP3505-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Color_LaserJet_CP4005-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_100-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_100plus-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_230-dnj650c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_2500CP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_3500CP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_350C-dnj650c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_500-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_5000-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_500ps-dnj650c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_5500-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_5500ps-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_650C-dnj650c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_750C_Plus-dnj650c.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_800-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DesignJet_ColorPro_CAD-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet-deskjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1100C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1100C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1120C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1120C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1200C-pjxl300.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1220C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1220C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1600C-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1600CM-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_1600CM-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_200-deskjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_200-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_310-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_310-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_320-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_320-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_320-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_340C-deskjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_340C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_350C-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_350C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_400-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_400-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_420C-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_500-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_500-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_500C-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_500C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_505J_Plus-dj505j.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_510-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_510-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_520-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_520-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_540C-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_540C-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_540C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_550C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_550C-cdj550.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_550C-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_550C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_560C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_560C-cdj550.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_560C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_600-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_600-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_600-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_610C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_610C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_610CL-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_610CL-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_612C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_612C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_648C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_660C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_670C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_670C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_672C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_680C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_680C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_682C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_682C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_690C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_690C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_692C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_692C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_694C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_694C-cdj550.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_694C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_694C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_697C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_697C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_810C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_810C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_812C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_812C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_815C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_832C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_832C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_840C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_840C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_840C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_840C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_840C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_841C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_841C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_842C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_842C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_842C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_842C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_842C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_845C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_845C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_845C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_845C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_850C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_850C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_855C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_855C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_870C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_870C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_880C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_880C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_880C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_882C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_882C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_882C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_890C-cdj890.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_890C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_895C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_895C-cdj890.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_895C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_930C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_930C-cdj550.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_930C-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_932C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_932C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_932C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_940C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_940C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_950C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_950C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_950C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_952C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_952C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_955C-cdj880.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_960C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_960C-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_960C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_970C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_970C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_970C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_980C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_980C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_990C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_990C-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_990C-chp2200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_990C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_Plus-deskjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_Plus-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-DeskJet_Portable-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1010-pxl1010.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1012-pxl1010.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1015-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1015-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1100A-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1100A-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1150-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1150-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1200-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1200-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1200-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1200-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1220-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1220-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1220-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1220-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1220-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1300-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1300-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1300-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1300-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1320-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_1320-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100M-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100M-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100M-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100M-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2100M-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2200-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2200-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2200-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2200-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2300-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2300-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2300-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2300-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2410-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2420-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2430-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2D-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2P-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2P_Plus-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_2_w_PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3020-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3052-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3055-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200m-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200m-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200m-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200m-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200m-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200se-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200se-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200se-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200se-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3200se-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3300_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3300_MFP-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3300_MFP-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3310_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3310_MFP-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3310_MFP-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3320N_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3320N_MFP-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3320N_MFP-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3320_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3320_MFP-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3320_MFP-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3330_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3330_MFP-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3330_MFP-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3380-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3390-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3392-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3D-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3P_w_PCL5-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3P_w_PCL5-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3P_w_PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3P_w_PS-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_3P_w_PS-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4050-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4100-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4200-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4240-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4250-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4300-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4345_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4L-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4L-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4M-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4M-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4M-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4M-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4ML-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4ML-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4ML-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4P-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4P-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4Si-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4Si-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4Si-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4Si-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4V-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4V-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4V-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4V_4LJ_Pro-lj4dithp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4_Plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4_Plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_4_Plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5200L-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5L-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5L-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5M-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5MP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5P-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5P-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5Si-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5Si-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5Si-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_5Si-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6L-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6L-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6MP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6P-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_6P-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8150-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8150-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8150-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8150-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_8150-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9000_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9040-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9040_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9050_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9055_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_9065_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_M2727-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_M3027_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_M3035_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_M4345_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_M5025_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_M5035_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_P2015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_P3004-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_P3005-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-LaserJet_Plus-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Mopier_240-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-Mopier_320-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_300-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_300-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_330-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_330-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_350-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_350-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_500-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_500-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_520-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_570-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_580-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_590-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_600-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_600-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_600-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_610-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_625-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_625-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_630-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_635-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_635-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_700-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_710-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_720-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_725-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_9100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_G55-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_G55-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_G85-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_G95-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_G95-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_G95-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_LX-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_LX-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_Pro_1150C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_Pro_1150C-cdj850.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_Pro_1170C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_Pro_1175C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_R45-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_R45-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_R45-deskjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_R60-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_R65-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_R80-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_T45-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_T45-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-OfficeJet_T65-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PSC_500-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PSC_500-cdj550.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PSC_500-cdj670.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PSC_500-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PaintJet-paintjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PaintJet-pj.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PaintJet_XL-pjetxl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PaintJet_XL-pjxl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PaintJet_XL300-pjxl300.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P100-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P100-pjxl300.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1000-cdj1600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1000-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1000-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1000-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1100-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1100-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1100-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1115-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1115-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1215-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1215-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1218-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1218-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1315-cdj970.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/HP/HP-PhotoSmart_P1315-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Heidelberg/Heidelberg-Digimaster_9110-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Hitachi/Hitachi-DDP_70_with_MicroPress-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-3853_JetPrinter-jetp3852.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-4019-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-4029_030_LaserPrinter_10-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-4029_030_LaserPrinter_10-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-4029_10P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-4303_Network_Color_Printer-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Execjet_4072-bj200.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_12-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_12-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_12-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_12-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1226tn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1422-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1532_Express-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1540_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1560_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1570_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1572_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1580_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1585n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Infoprint_1650_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Page_Printer_3112-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Page_Printer_3112-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-Page_Printer_3112-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/IBM/IBM-ProPrinterII-ibmpro.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Imagen/Imagen-ImPress-imagen.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4353_MF-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4353_MF-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4452_MF-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4452_MF-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4651_MF-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4651_MF-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4651_MF-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-4651_MF-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC1036-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC2838-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC_2525-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC_2525DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC_2525e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC_3030DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC_3535-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IPC_4040DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IP_280-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2022-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2022-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2027-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2027-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2032-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2035-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2035-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2090-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2090-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2105-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS2105-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC1032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC824-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_1024c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_1024c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_1032c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_1032c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2028-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2428-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2428-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2432-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2525-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2525-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2835-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2835-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_2838-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_3030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_3030-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_3535-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_3535-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_3545-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_3545-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_4045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_4045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_4560-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_4560-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_5560-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_5560-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_615G-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-ISC_615G-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2015-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2018-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2018-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2018D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2018D-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2075-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2075-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2122-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2122-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2127-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2127-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2132-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2132-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2135-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2145-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2145-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2151-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2151-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2160-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2160-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2175-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2175-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2215-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2215-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2216-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2216-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2220-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2220-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2220D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2220D-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2225-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2225-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2230-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2235-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2235-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2245-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2245-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2255-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2255-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2265-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2265-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2275-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2275-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2316-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2316-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2320-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2320-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2325-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2325-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2416-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2416-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2425-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2425-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2430-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2430-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2435-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2435-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2445-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_2445-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_3090-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_3090-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_3110-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_3110-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_3135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-IS_3135-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_2550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_2550-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_2550B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_2550B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_3350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_3350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_3350B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_3350B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_4000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_4000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_4000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_4000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_5000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_5000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_5000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_5000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_7000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_7000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_8000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_8000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_C6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_C6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_C7500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Infotec/Infotec-MP_C7500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_1050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_1050P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_1050e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_1050eP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_360-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_420-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_750-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C250-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C250P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C252-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C252P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C351-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C352-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C352P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C450P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C451-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/KONICA_MINOLTA/KONICA_MINOLTA-bizhub_C550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kodak/Kodak-DigiSource_9110-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kodak/Kodak-IS_70_CPII-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1000-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1000-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1010-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1010-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1200-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1200-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1200S-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1200S-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1800-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-1800-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2000-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2000-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2010-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2010-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2200-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2200-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2200S-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-2200S-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-3000-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-3000-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-3010-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-3010-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-3300-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-3300-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-5000-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-5000-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-800-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-800-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-800T-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-800T-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-820-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-F-820-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000plus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1000plus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1010-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1010-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1010-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1010-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1010-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1050-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1050-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1200-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1200-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1200-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1200-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1200-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1500-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1500-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1500-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550plus-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550plus-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1550plus-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1600plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700plus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1700plus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1750-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1750-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1750-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1750-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1750-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1750-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800plus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1800plus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1900-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1900-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1900-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1900-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1900-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-1900-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400plus-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400plus-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3400plus-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3500-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3500-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3500-ljet3d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3600plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700plus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3700plus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3750-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3750-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3750-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3750-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3750-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3750-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3800-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3800-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3800-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3800-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3800-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-3800-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-400-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-400-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5500-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5500-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5800C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5800C-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5800C-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5800C-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5800C-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5900C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5900C-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5900C-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5900C-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-5900C-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600_KPDL-2-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600_KPDL-2-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600_KPDL-2-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-600_KPDL-2-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6500plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6700-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6700-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6700-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6700-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6700-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-6700-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-680-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-680-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-680-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-680-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000plus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000plus-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000plus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000plus-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-7000plus-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-800-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-800-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-800-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-800-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-8000C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-8000C-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-8000C-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-8000C-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-8000C-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-850-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-850-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-850-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9000-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9100DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9100DN-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9100DN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9100DN-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9100DN-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9100DN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9500DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9500DN-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9500DN-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9500DN-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9500DN-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-FS-9500DN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1530-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1530-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1530-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1530-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1530-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1810-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1810-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1810-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1810-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1810-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-1810-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2030-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2030-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2030-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2030-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2030-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2530-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2530-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2530-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2530-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-2530-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-3530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-3530-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-3530-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-3530-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-3530-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-3530-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4230-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4230-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4230-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4230-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4230-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4530-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4530-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4530-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4530-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-4530-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5230-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5230-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5230-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5230-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5230-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5530-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5530-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5530-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5530-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-5530-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-6230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-6230-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-6230-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-6230-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-6230-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-KM-6230-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-P-2000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-P-2000-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-P-2000-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-P-2002-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-P-2002-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Kyocera/Kyocera-P-2002-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-2132-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-2138-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-2145-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5622-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5622-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5627-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5627-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5632-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5632-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5635-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5635-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5645-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-5645-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LC155-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LC155-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD0105-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD0105-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD015-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD024c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD032c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD035-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD035-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD075-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD075-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD090-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD090-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD115-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD115-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD116-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD116-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD118-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD118-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD118d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD118d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD120-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD120-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD120d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD120d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD122-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD122-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD124c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD124c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD127-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD127-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD132-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD132-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD132c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD132c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD135-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD145-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD145-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD151-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD151-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD160-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD160-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD160c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD160c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD175-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD175-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD225-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD225-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD228c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD230-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD232c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD235-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD235-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD238c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD245-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD245-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD328c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD328c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD335c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD335c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD345c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LD345c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LF510_515e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP025N_LP026N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP025_LP026-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP031c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP116c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP122c_LP121c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP124w-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP125cx_LP126cn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP127n_LP128n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP128-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP131n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP131nL-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP135n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP136n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP138c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP145n_SP_8100DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP150dn_SP8200DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP175_LP175hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP222cn_LP221c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP226c_SP_C410-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP231c_SP_C411-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP235c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP331cn_SP_C420-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP332c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP335c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP440c_SP_C811DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP_020c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LP_036c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LW324-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-LW326-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP2500_LD125-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP2500_LD125-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MPC1500_LD215c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MPC1500_LD215c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_1100_LD1100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_1100_LD1100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_1350_LD1135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_1350_LD1135-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_1600_LD316-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_1600_LD316-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_161_LD016-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_161_LD016-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2000_LD320d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2000_LD320d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2510_LD325-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2510_LD325-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2550B_LD425B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2550B_LD425B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2550_LD425-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_2550_LD425-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3010_LD330-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3010_LD330-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3350B_LD433B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3350B_LD433B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3350_LD433-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3350_LD433-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3500_LD335-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_3500_LD335-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_4000B_LD040B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_4000B_LD040B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_4000_LD040-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_4000_LD040-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_4500_LD345-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_4500_LD345-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_5000B_LD050B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_5000B_LD050B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_5000_LD050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_5000_LD050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_5500_LD255-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_5500_LD255-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_6000_LD260-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_6000_LD260-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_6500_LD265-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_6500_LD265-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_7000_LD270-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_7000_LD270-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_7500_LD275-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_7500_LD275-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_8000_LD280-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_8000_LD280-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_9000_LD190-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_9000_LD190-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C2500_LD425c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C2500_LD425c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C3000_LD430c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C3000_LD430c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C3500_LD435c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C3500_LD435c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C4500_LD445c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C4500_LD445c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C6000_LD260c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C6000_LD260c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C7500_LD275c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-MP_C7500_LD275c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-SP_4100N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-SP_4100NL-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-SP_4110N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-SP_9100_LP275-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lanier/Lanier-SP_C400DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-1020_Business-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-3000-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-3000-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-3200-lxm3200-tweaked.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-4039_10plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-5000-lx5000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-5700-lex5700.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-5700-lxm5700m.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-7000-lex7000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C500n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C510-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C510b-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C520-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C522-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C524-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C530dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C532dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C532n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C534dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C534dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C534n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C720n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C720n-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C750-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C752-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C752b-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C770dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C770n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C772dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C772n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C780dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C780dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C780n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C782dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C782dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C782n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C910-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C912-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C920n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C935dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C935dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-C935hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-E210-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-E230-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-E238-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-E350d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-E352dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_C710-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Color_1200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Color_1275-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Color_40-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Color_45-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_E-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_E-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_E310-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_E312-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_E321-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_E321-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Ep-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Eplus-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Eplus-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_K_1220-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_M410-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_M412-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Rplus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_S_1250-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_S_1855-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_Se_3455-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_T610-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_T612-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_T614-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_T616-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Optra_W810-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-T640-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-T642-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-T644-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Valuewriter_300-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-W812-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-W840-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Winwriter_400-ljetplus.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-X342n-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-X560n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-X642e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Z12-lxm3200-tweaked.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Z22-lxm3200-tweaked.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Z31-lxm3200-tweaked.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Z32-lxm3200-tweaked.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Z51-lx5000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Lexmark/Lexmark-Z82-lx5000.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_1100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_1100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_1100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_1250E-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_6-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_6-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_6e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_6e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_6ex-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_6ex-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_8-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_8-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-PagePro_8L-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta/Minolta-magicolor_3100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Minolta_QMS/Minolta_QMS-PagePro_9100N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Mitsubishi/Mitsubishi-CP50_Color_Printer-cp50.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-MultiWriter-npdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-P2X-necp2x.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PC-PR1000-npdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PC-PR150-pr150.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PC-PR2000-npdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PC-PR201-pr201.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PICTY180-picty180.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P6-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P6-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P60-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P6_plus-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P6_plus-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P7-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P70-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-PinWriter_P7_plus-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-Pinwriter_P20-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SilentWriter_LC_890-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-Silentwriter2_S60P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-Silentwriter2_model_290-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-Silentwriter_95f-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_100C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_1260-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_1400-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_1400-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_150C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_1800-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_1800-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_4600N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_650C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_660i-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_660i-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_750C-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_860-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NEC/NEC-SuperScript_870-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-10515_10518_10512-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-10515_10518_10512-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-2205_2238_2212-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-2205_2238_2212-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-2705_2738_2712-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-2705_2738_2712-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-3205_3238_3212-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-3205_3238_3212-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-3525_3508_3502-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-3525_3508_3502-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-3545_3518_3532-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-3545_3518_3532-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-4525_4508_4502-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-4525_4508_4502-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-4545_4518_4532-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-4545_4518_4532-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-6002_6005_6008-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-6002_6005_6008-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-7502_7505_7508-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-7502_7505_7508-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-9005_9008_9002-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-9005_9008_9002-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7116-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7416-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7425dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7425hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7435n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7521n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7528n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-C7535hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-CC7417-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-CS555-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-CS555-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc224-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc232-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc328-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc332-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc338-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc38-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc38u-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc424-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc424-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc428-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc428-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc432-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc432-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc435-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc435-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc445-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc445-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc460-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSc460-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm415-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm415-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm615-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm615-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm616-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm616-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm618-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm618-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm618d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm618d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm620-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm620-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm620d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm620d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm622-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm622-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm627-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm627-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm632-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm632-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm635-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm635-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm645-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm645-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm651-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm651-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm660-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm660-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm675-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm675-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm725-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm725-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm730-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm730-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm735-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm735-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm745-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-DSm745-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_1100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_1100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_1350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_1350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_1600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_1600-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_161-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_161-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2510-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2510-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2550-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2550B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_2550B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3010-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3350B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3350B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_3500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_4000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_4000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_4000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_4000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_4500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_4500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_5000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_5000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_5000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_5000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_5500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_5500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_6500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_6500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_7000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_7000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_7500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_7500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_8000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_8000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_9000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_9000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C1500sp-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C1500sp-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C2500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C2500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C3000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C3000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C3500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C3500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C4500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C4500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C7500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_C7500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_W2400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-MP_W3600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7026-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7026N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7126-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7126N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7132N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7145-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7325-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7325N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7431cn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7527-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7527n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7535n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-P7575-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_4100N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_4100NL-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_4110N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_8100DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_8200DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_9100DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_C410DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_C411DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_C420DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_C811DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/NRG/NRG-SP_W2470-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-3145PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-3155PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-3165PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-8445PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-8465PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-9050-oce9050.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC3073PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC3074PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC3093PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC3094PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC3113PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC3114PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC5115PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-PPC5160PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2045PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2050PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2055PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2060PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2065PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2070PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2090PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2100PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2105PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-VarioPrint_2110PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm2510-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm3521-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm4010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm4520-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm4521-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm5520-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-cm6520-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-fx2080-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-fx3000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im2330-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im2830-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im3512-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im3530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im4512-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im4530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im5530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im6020-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im6030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im7230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im7520-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im8530-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-im9220-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-sx1480-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-sx1480-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oce/Oce-sx2100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B2400-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B2400n-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4200-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4250-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4300-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4350-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4350-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4400-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4400n-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4545_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4600-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4600n-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4600n_PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B4600n_PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6200n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6250-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6250dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6250n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6300dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6300n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6500dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-B6500n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5400dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5400dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5400n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5400tn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5540_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5550_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5700dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5700n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5750-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5900cdtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5900dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5900dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C5900n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6000dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6000n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6050dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6050n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6100dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6100hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6100n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6150dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6150dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6150hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C6150n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C710dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C710dtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C710n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7300dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7300n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7350hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7350n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7500hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7550hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C7550n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C8800dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C8800dn-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C8800n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C8800n-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9200dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9200n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9300dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9300hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9300n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9500dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9500hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9600dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9600hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9600hdtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9600n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9650dn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9650hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9650hdtn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9650n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9800_MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9800hdn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-C9800hn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-DP_5000-md50Eco.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-DP_5000-md50Mono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-DP_5000-md5k.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-ML_320-okiibm.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-ML_321-okiibm.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-ML_380-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Microline_182-oki182.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Microline_192plus-ibmpro.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Microline_192plus-oki182.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Microline_600CL-ml600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Microline_620CL-ml600.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Microline_IBM_compatible_9_pin-okiibm.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL400-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL400e-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL400ex-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL400w-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL410e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL410e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL600e-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL610e_PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL610e_S-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL800-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL810e_PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL810ex-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL810ex-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-OL830Plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okijet_2500-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_10e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_10e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_10ex-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_10ex-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_10ex-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_10ex-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_12i-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_14ex-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_14ex-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_14ex-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_14ex-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_20DXn-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_4w-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_4wplus-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_6e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_6e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_6ex-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_6ex-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_6w-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_8c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_8p-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_8p-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_8w-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_8w_Lite-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Okipage_8z-oki4w.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Super_6e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Oki/Oki-Super_6e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Olivetti/Olivetti-JP350S-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Olivetti/Olivetti-JP350S-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Olivetti/Olivetti-JP450-djet500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Olivetti/Olivetti-JP470-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Olivetti/Olivetti-PG_306-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/PCPI/PCPI-1030-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-180-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-2330-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-4510-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-4520-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-8016P-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-8020E-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-8045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-8060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C213-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C262-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C264-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C265-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C305-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C322-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C354-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-DP-C405-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P1123-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P1124-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P1150-eps9high.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P1624-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P2023-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P2123-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P2135-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P2150-ibmpro.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P4410-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P4450-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P5400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P6150-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P6500-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P8420-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Panasonic/Panasonic-KX-P8475-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/QMS/QMS-2425_Turbo_EX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/QMS/QMS-LPK-100-eps9mid.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/QMS/QMS-magicolor_2plus-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/QMS/QMS-ps-810-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Raven/Raven-LP-410-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-4081-r4081.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-4801-r4081.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-6000-r4081.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1022-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1022-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1027-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1027-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1032-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1035-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1035-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1075-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1075-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1224C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1232C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1515-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_1515-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2015-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2016-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2016-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2018-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2018-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2018D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2018D-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2020-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2020-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2020D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2020D-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2022-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2022-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2027-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2027-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2032-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2032-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2035-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2035-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2035e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2035e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2045e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2045e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2051-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2051-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2075-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2075-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2090-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2090-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2105-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2105-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_220-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_220-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_220-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_220-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2228C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2232C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_2238C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3025-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3025-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3030-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3035-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3035-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3224C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3224C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3228C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3228C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3232C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3232C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3235C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3235C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3245C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3245C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3260C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_3260C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_401-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_401-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_5206-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_700-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_700-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP2000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP2600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP2600N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP2610-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP2610N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP3200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP3800C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP400N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP410-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP410N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP4510-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP600N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP610N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_AP900-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL1000N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL2000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL3000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL3000e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL3100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL3500N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL4000DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL4000HDN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL5000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL7000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL7100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL7200-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_CL7300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_Color5560-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_Color5560-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_1100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_1100-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_1350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_1350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_1600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_1600-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_161-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_161-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2510-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2510-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2550-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2550B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_2550B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3010-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3350-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3350B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3350B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_3500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_4000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_4000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_4000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_4000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_4500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_4500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_5000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_5000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_5000B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_5000B-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_5500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_5500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_6500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_6500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_7000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_7000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_7500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_7500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_8000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_8000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_9000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_9000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C2500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C2500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C3000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C3000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C3500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C3500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C4500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C4500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C6000-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C6000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C7500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_C7500-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_W2400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_MP_W3600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_4100N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_4100NL-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_4110N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_8100DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_8200DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_9100DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_C222SF-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_C400DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_C410DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_C411DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_C420DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_C811DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-Aficio_SP_W2470-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-ColorLaser_AP828-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-DDP_70-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-DDP_92-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-EMP_156-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-FAX5510L_5510NF-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-GX_3050N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-GX_3050SFN-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-GX_5050N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-LASER_AP2600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-LASER_AP2600N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-LASER_AP2610-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-LASER_AP2610N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-MP_C1500_615C-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-MP_C1500_615C-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-RPDL_III_Laser_Printer-rpdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-RPDL_II_Laser_Printer-rpdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-RPDL_IV_Laser_Printer-rpdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Ricoh/Ricoh-RPDL_I_Laser_Printer-rpdl.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1000-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1010-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1020-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1200-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1210-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1220-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1250-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1250-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1250-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1250-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1410-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1430-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1440-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1450PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1510-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1520-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1610-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1650-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1650-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1650-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1650-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1651N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1651N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1651N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1651N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1651N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1710-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1740-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1750-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1750-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1750-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-1750-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-200-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2010-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-210-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150PS-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2150PS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151N-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151NPS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151NPS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151NPS-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2151NPS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152W-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152W-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152W-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152W-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152WPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152WPS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152WPS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152WPS-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2152WPS-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2250-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2250-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2250-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2250-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2250-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2550-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2550-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2550-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2550-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2550-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2550-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2551N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2551N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2551N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2551N-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2551N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2552W-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2552W-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2552W-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2552W-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-2552W-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-4500-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-4600-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-4600-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-4600-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-4600-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-5000a-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-5000a-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-5080-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-6000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-6000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-6040-gdi.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-6100-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-6100-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000N-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000P-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000P-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7000P-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7050-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300N-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300N-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300N-ljet4d.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-7300N-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-85-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-ML-85-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-QL-5100A-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-QL-5100A-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-QL-6050-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-QL-6050-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Samsung/Samsung-SI-630A-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2404WD-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2404WDP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2406WD-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2522-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2522-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2527-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2527-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2532-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2532-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2535_2235-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2535_2235-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2545_2245-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2545_2245-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2560-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2560-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2575-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-2575-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-3515-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-3515-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-40105-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-40105-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4015-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4015-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4018-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4018-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4018d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4018d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4022-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4022-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4027-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4027-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4035_4135g-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4035_4135g-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4035e_4135eG-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4035e_4135eG-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4045_4145g-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4045_4145g-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4045e_4145eG-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4045e_4145eG-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4051-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4051-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4075-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4075-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4090-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-4090-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-7025-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-7025-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8016-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8016-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8020-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8020-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8020d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8020d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8025-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8025-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8025e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8025e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8030-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8030e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8030e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8035_8035g-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8035_8035g-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8035e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8035e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8045_8045g-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8045_8045g-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8045e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8045e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8055-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8055-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8060-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8060-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8065-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8065-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8070-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8070-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8075-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8075-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8080-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8080-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8090-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8090-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8110-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8110-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-8135-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-816-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-816-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9016-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9016-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9021d-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9021d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9025-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9025-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9025b-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9025b-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9033-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9033-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9033b-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9033b-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9040-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9040-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9040b-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9040b-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9050-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9050-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9050b-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-9050b-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2408-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2410-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2410-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2524-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2525-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2525-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2532-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2820-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2824-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C2824-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3030-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3030-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3210-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3210e-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3210e-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3224-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3528-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3528-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3535-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3535-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C3828-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C4535-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C4535-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C4540-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C4540-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C6045-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C6045-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C6055-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C6055-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C7570-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-C7570-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP1036-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP128-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP131DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP1620-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP17-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP18-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP22-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP240D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP26DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP27DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP28-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP31DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP35-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-CLP831-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-FAX3799_3799nf-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP145-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP150DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP175n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP25-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP25n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP26-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP26n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP28-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP28n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP31n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP31nL-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP32-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP35n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP36n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP45-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-MLP75n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SDC555-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SDC555-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SGC_1506-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SGC_1506-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SLP26-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SLP26n-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SLP32-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SLP38c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Savin/Savin-SP_C400DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Seiko/Seiko-SpeedJET_200-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-1800-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-1800-sharp.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-1805-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-1805-sharp.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-2000-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-2000-sharp.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-2005-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AJ-2005-sharp.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-155FGPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-160MPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-161-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-161-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-161-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-161-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-163FGPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-163GPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-200MPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-205FGPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-205GPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-266FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-266SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-311FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-311NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-311SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-351FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-351NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-351SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-451FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-451NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-451SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-555MPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-555SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-625MPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-625SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-705MPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-705SPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-C170FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-C172FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-C260FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-C261FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-C262FPPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M150PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M155PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M160PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M161PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M162PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M165PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M205PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M206PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M207PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M236PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M237PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M276PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-AR-M277PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-ARP350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-ARP450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-2300FGPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-2300GPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-2300NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-2700FGPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-2700GPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-2700NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-3500FNPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-3500NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-3501FNPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-3501NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-4500FNPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-4500NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-4501FNPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Sharp/Sharp-MX-4501NPS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/SiPix/SiPix-Pocket_Printer_A6-sipixa6.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-JJ-100-jj100.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-LC24-100-necp6.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-LC24-200-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-LC24-200-epsonc.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-LC_90-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-LS-04-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-LaserPrinter_8-laserjet.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-NL-10-epson.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-NX-1001-eps9high.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-NX-1001-eps9mid.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Star/Star-StarJet_48-sj48.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tally/Tally-LN45-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tally/Tally-ML450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tally/Tally-MT908-ljet3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-3693d_color_printer_8-bit_mode-t4693d8.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-4695-tek4696.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-4696-tek4696.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-4697-tek4696.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_750DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_750DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_750N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_750P-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_780-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_850-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_850DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_850DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_850N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_IISX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Tektronix/Tektronix-Phaser_PX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-DP2570-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-GL_1010-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-GL_1020-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_1101-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_1351-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_162-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_162d-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_165-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_167-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_200L-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_202L-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_203l-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_205-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_220cp-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_230-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_232-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_233-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_237-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_2500c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_280-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_281c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_282-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_283-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_2830c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_350-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_3500c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_3510c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_3511-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_351c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_352-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_353-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_3530c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_4500c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_450s-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_4511-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_451c-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_452-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_4520c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_453-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_500p-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_500s-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_520-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_523-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_523t-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_5500c-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_600-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_603-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_603t-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_720-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_723-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_723t-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_850-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_853-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Toshiba/Toshiba-e-Studio_901-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xante/Xante-Accel-a-Writer_4G-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xante/Xante-FilmMaker_4-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xante/Xante-PlateMaker_4-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-2700_XES-xes.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-3700_XES-xes.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-4045_XES-xes.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Able_1406-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Able_1406-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuColor_2006-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_4508-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_4508-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C11-cdj500.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C11-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C20-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C20-cljet5.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C55-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C6-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_C8-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_M750-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_M750-sharp.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_M760-pcl3.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_M760-sharp.upp.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N17-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N2125PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N24-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N32-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N3225PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N40-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4025PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512PS-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512PS-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4512PS-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_N4525PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_P12-ljet2p.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_P1202-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_P1202-lj5gray.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_P1202-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_P8e-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_P8e-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_XJ6C-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-DocuPrint_XJ8C-lxm5700m.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Document_Centre_400-lj4dith.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Document_Centre_400-ljet4.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Document_Homecentre-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-FaxCenter_2121-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-FaxCentre_2218-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_1235-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_2135-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_3150-pxlmono.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_3200MFP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_3400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_3450-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_3500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4400B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4400DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4400DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4400N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4500B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4500DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4500DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4500N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4510-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4510B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4510DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4510DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_4510N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_5500-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_5500B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_5500DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_5500DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_5500DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_5500N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6100-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6120PS-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6130-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6130N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6180-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6180DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6180MFP-D-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6200B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6200DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6200DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6200N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6250B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6250DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6250DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6250DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6250N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6300DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6300N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6350DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6350DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6350DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6360-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6360DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_6360DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7300B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7300DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7300DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7300DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7300N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7400-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7400DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7400DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7400DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7400DXF-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7400N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7700DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7700DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7700GX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7750B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7750DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7750DXF-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7750GX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7760-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7760DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7760DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_7760GX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_790-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8200B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8200DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8200DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8200N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8400B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8400BD-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8400DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8400DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8400N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8500DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8500N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8550DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8550DT-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8550DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8560-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8560DN-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_860B-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_860DP-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_860DX-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_860N-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-Phaser_8860-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_4118-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_450cp-cdj550.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_470cx-lxm5700m.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_7232-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_7242-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_7328-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_7335-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_7345-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_C2424-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_M118-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_M20-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_M24-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_PE120-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_Pro_128-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_Pro_133-Postscript.ppd.gz
+file path=usr/share/ppd/SUNWfoomatic/Xerox/Xerox-WorkCentre_XK35c-lex5700.ppd.gz
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/fppd/nolicense	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,1 @@
+Oce-cm2520-Postscript.ppd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/foomatic/fppd/supportedonly.sh	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,234 @@
+#!/bin/bash
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+# Find the PPD files delivered by foomatic that Solaris does not support.
+# There are two reasons for non-support:
+#
+#	1. license/patent issues with the driver (listed in file nolicense). These
+#	   files are removed and not delivered
+#	2. The driver used by the PPD file must be brought downand compiled and
+#	   Solaris has not chosen to do so. In that case the PPD file is delivered,
+#	   but not included in the generated cache file.
+#
+# The unsupported PPD file should be listed in $BUILD_DIR/ppdunsupported for
+# review. The catchall file, ppdsnomatch, should be empty. If not, a new
+# case is needed in this script. The other files are there for debugging
+# purposes.
+
+# Notes:
+#	drivers come in several flavors: gs built in, gs uniprint, postscript,
+#	hpijs, and then the several other drivers.
+# Drivers are noted in many PPD files with driverType. To sort these, look
+# for:	driverType G/GhostScript built-in:
+#	driverType U/GhostScript Uniprint:
+#	driverType F/Filter: "" 
+# Drivers are also noted in the name of the ppd file. This is used
+# to cull out postscript, hpijs, and pxlmono . These do not reliably
+# use driverType. note: pxlmono driver is a gs built-in but many of the
+# ppd files that use this driver do not utilize the driverType line.
+# driverType I/IJS: "" is not reliable for hpijs as not used in many ppds.
+ 
+# driverType F/Filter: "" denotes ppd files that use GhostScript and
+# then pipe that output to one or more other drivers. These will only be 
+# supported if Solaris compiles and delivers these drivers.
+
+# Make sure that there are no undefined variables
+set -ue
+
+# Sanitize PATH
+PATH=/usr/bin:/bin
+
+if [ -z "${1-}" ] || [ -z "${2-}" ] ||
+	[ -z "${3-}" ] || [ -z "${4-}" ]; then
+	echo "Usage: $0 build-dir tree-of-ppds cache-file nolicense-file"
+	exit 1
+fi
+
+# Build directory
+BUILD_DIR="$1"
+# Where PPD files are located
+BASE="$2"
+# Cache file to be created
+CACHE="$3"
+# File listing PPDs with no/invalid license
+NOLICENSE="$4"
+# Base install path for PPD files
+IPATH=/usr/share/ppd/SUNWfoomatic
+
+# Script will fail if set
+FAIL_LATER=""
+
+mkdir -p "$( dirname "$CACHE" )"
+/bin/rm -f ${BUILD_DIR}/ppdunsupported \
+		${BUILD_DIR}/ppdsupported \
+		${BUILD_DIR}/ppdsnomatch \
+		"$CACHE"
+
+# files which should be included in the cache
+
+
+#-----
+##
+## add_to_cache
+##
+## That means the PPD will be included in ## generated cache. Function uses
+## global variables $i and $j. Function expects that we are already in
+## directory $i
+##
+#-----
+add_to_cache() {
+	typeset SRCFILE
+	typeset PPDFILE
+
+	# Add the file to the cache
+	case "$j" in
+		*.gz)
+			SRCFILE=${BUILD_DIR}/ppd.$$
+			gzcat $BASE/$i/$j >${SRCFILE}
+			PPDFILE="${IPATH}/$i/$j"
+			;;
+		*)
+			SRCFILE=$BASE/$i/$j
+			PPDFILE="${IPATH}/$i/$j.gz"
+			;;
+	esac
+
+	typeset MANU=$i
+	typeset MODEL
+	MODEL=`grep "*ModelName:" $SRCFILE | cut -d '"' -f2`
+	typeset NICKN
+	NICKN=`grep "*NickName:" $SRCFILE | cut -d '"' -f2`
+
+	typeset k
+	for k in ${MODEL}
+	do
+		# change / to \/ for sed
+		typeset i_clean=$(echo $k | sed -e 's/\//\\\//g')
+		NICKN=$( echo $NICKN |
+			sed -e "s/$i_clean//" | sed -e "s/^ //" )
+	done
+
+	echo ${MANU}:${MODEL}:${NICKN}:::${PPDFILE} >> ${CACHE}
+}
+
+
+#-----
+##
+## supported
+##
+## process PPD supported file.
+##
+#-----
+supported() {
+	echo "$i/$j" >> ${BUILD_DIR}/ppdsupported
+	add_to_cache
+}
+
+#-----
+##
+## unsupported
+##
+## Handle PPD files NOT supported and thus included in the cache
+##
+#-----
+unsupported() {
+	echo "$i/$j - $1" >> ${BUILD_DIR}/ppdunsupported
+}
+
+#-----
+##
+## nomatch
+##
+## Handle PPD files for which we don't know how to decide whether it's
+## supported or not
+##
+#-----
+nomatch() {
+	echo "$i/$j" >> ${BUILD_DIR}/ppdsnomatch
+	echo "file '$i/$j' did not match any rule"
+	FAIL_LATER=1
+}
+
+# Go to directory with PPD files
+cd "$BASE"
+
+# Walk through all the PPD files available
+for i in *
+do
+	cd "$i"
+		for j in *
+		do
+			# First detect all files listed in the "nolicense" file
+			if ls $j | /usr/xpg4/bin/grep -f "$NOLICENSE" >/dev/null ; then
+				echo "Removing file '$j' because it is listed in 'nolicense' file"
+				/bin/rm $j
+				continue
+			fi
+
+			# The following cases pull out supported drivers
+			if ls $j | grep Postscript > /dev/null; then
+				supported
+				continue
+			fi
+
+			if grep "driverType G/GhostScript built-in: " $j >> /dev/null; then
+				supported
+				continue
+			fi
+
+			if grep "driverType U/GhostScript Uniprint: " $j >> /dev/null; then
+				supported
+				continue
+			fi
+
+			# HPLIP (hpijs) supplies it's own Foomatic PPD files
+			if ls $j | grep hpijs > /dev/null; then
+				unsupported 'hpijs'
+				continue
+			fi
+
+			if ls $j | grep pxlmono > /dev/null; then
+				supported 'pxlmono'
+				continue
+			fi
+
+			# These are the unsupported printers unless
+			# we build and deliver the drivers
+			if grep "driverType F/Filter: """ $j >> /dev/null; then
+				unsupported 'driverType F/Filter'
+				continue
+			fi
+
+			# No match : this should not happen
+			nomatch
+		done
+	cd ..
+done
+
+if [ -n "$FAIL_LATER" ]; then
+	exit 1
+else
+	exit 0
+fi
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWffilters.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWffilters package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=print/lp/filter/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWfoomatic-db-engine.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWfoomatic-db-engine package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=print/cups/filter/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWfoomatic-db.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWfoomatic-db package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=print/cups/filter/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWfppd.p5m	Wed Jun 22 13:27:13 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWfppd package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=print/lp/filter/[email protected] type=require