aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 03:08:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 03:08:29 +0000
commitd173fd124fb15e97ec856815ead915779d8616b3 (patch)
tree79a743c02166ccb03e76123549f8415eabab3176 /print
parenta5724cba62e665acd944c0d6f34a6d6b024ee4da (diff)
downloadports-d173fd124fb15e97ec856815ead915779d8616b3.tar.gz
ports-d173fd124fb15e97ec856815ead915779d8616b3.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/foomatic-db/Makefile66
-rw-r--r--print/foomatic-db/distinfo1
-rw-r--r--print/foomatic-db/files/preconfigure-patch11
-rw-r--r--print/foomatic-db/files/tarignore1
-rw-r--r--print/foomatic-db/pkg-descr4
-rw-r--r--print/foomatic-db/pkg-plist1613
7 files changed, 1697 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 02ad55631509..232e4196d052 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -56,6 +56,7 @@
SUBDIR += enscriptfonts
SUBDIR += envelope
SUBDIR += font2svg
+ SUBDIR += foomatic-db
SUBDIR += freetype
SUBDIR += freetype2
SUBDIR += ft2demos
diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile
new file mode 100644
index 000000000000..114b439cbf54
--- /dev/null
+++ b/print/foomatic-db/Makefile
@@ -0,0 +1,66 @@
+# New ports collection makefile for: foomatic-db
+# Date created: 01 March 2003
+# Whom: Dima Dorfman <dima@unixfreak.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= foomatic-db
+PORTVERSION= 20030228
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+NO_CHECKSUM= ${DISTFILES}
+
+MAINTAINER= gasp@ridcully.dnsalias.org
+COMMENT= Foomatic database
+
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ curl.2:${PORTSDIR}/ftp/curl
+
+USE_GMAKE= yes
+USE_PERL5= yes
+USE_BZIP2= yes
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+CVS_CMD?= cvs -z3
+CVS_DATE= ${PORTVERSION}
+CVS_SITES?= pserver:anonymous@cvs.linuxprinting.org:/usr/local/cvs
+CVS_MODULE= foomatic-db
+
+#
+# CVS checkout stuff mostly stolen from security/openssh-askpass port by
+# kris@freebsd.org
+#
+do-fetch:
+ @if test ! -f ${DISTDIR}/${PKGNAME}${EXTRACT_SUFX} ; then \
+ ${MKDIR} ${DISTDIR}/${PKGNAME} && \
+ cd ${DISTDIR}/${PKGNAME}; \
+ for CVS_SITE in ${CVS_SITES}; do \
+ ${ECHO_MSG} ">> Attempting to check out from $${CVS_SITE}."; \
+ if ${CVS_CMD} -d:$${CVS_SITE} co -D "${CVS_DATE}" ${CVS_MODULE}; \
+ then \
+ cd ${DISTDIR}; \
+ ${ECHO_MSG} ">> Creating dist tarball in ${DISTDIR}"; \
+ ${ECHO_MSG} ">> \"${PKGNAME}${EXTRACT_SUFX}\"."; \
+ ${MV} ${PKGNAME}/${CVS_MODULE} \
+ ${PKGNAME}/${CVS_MODULE:H}/${PKGNAME}; \
+ ${TAR} -cj \
+ -X ${FILESDIR}/tarignore \
+ -f ${PKGNAME}${EXTRACT_SUFX} \
+ -C ${PKGNAME}/${CVS_MODULE:H} \
+ ${PKGNAME}; \
+ exit; \
+ fi \
+ done; \
+ ${RMDIR} ${DISTDIR}/${PKGNAME}; \
+ ${ECHO_MSG} ">> CVS checkout failed."; \
+ exit 1; \
+ fi
+
+pre-configure:
+ @cd ${WRKSRC} && ./make_configure
+ cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/preconfigure-patch
+
+.include <bsd.port.post.mk>
diff --git a/print/foomatic-db/distinfo b/print/foomatic-db/distinfo
new file mode 100644
index 000000000000..5a54b52e8039
--- /dev/null
+++ b/print/foomatic-db/distinfo
@@ -0,0 +1 @@
+MD5 (foomatic-db-20030228.tar.bz2) = 534dec5b590a3f8c9b0d07f0fbcb6bb9
diff --git a/print/foomatic-db/files/preconfigure-patch b/print/foomatic-db/files/preconfigure-patch
new file mode 100644
index 000000000000..fa9e3a6972c8
--- /dev/null
+++ b/print/foomatic-db/files/preconfigure-patch
@@ -0,0 +1,11 @@
+--- configure.orig Mon Mar 31 19:00:38 2003
++++ configure Mon Mar 31 19:00:43 2003
+@@ -1108,7 +1108,7 @@
+
+
+
+-if [ x$sysconfdir == 'x${prefix}/etc' ]; then
++if [ x$sysconfdir = 'x${prefix}/etc' ]; then
+ sysconfdir=/etc
+ fi
+
diff --git a/print/foomatic-db/files/tarignore b/print/foomatic-db/files/tarignore
new file mode 100644
index 000000000000..7ac83b287f2f
--- /dev/null
+++ b/print/foomatic-db/files/tarignore
@@ -0,0 +1 @@
+CVS
diff --git a/print/foomatic-db/pkg-descr b/print/foomatic-db/pkg-descr
new file mode 100644
index 000000000000..6e0590b98258
--- /dev/null
+++ b/print/foomatic-db/pkg-descr
@@ -0,0 +1,4 @@
+foomatic is a collection of printer drivers that can be
+used by gimp-print and cups among others.
+
+WWW: http://www.linuxprinting.org/foomatic.html
diff --git a/print/foomatic-db/pkg-plist b/print/foomatic-db/pkg-plist
new file mode 100644
index 000000000000..fb3cdb3d22f7
--- /dev/null
+++ b/print/foomatic-db/pkg-plist
@@ -0,0 +1,1613 @@
+share/foomatic/db/source/driver/PM760p.upp.xml
+share/foomatic/db/source/driver/PM760pl.upp.xml
+share/foomatic/db/source/driver/PM820p.upp.xml
+share/foomatic/db/source/driver/PM820pl.upp.xml
+share/foomatic/db/source/driver/Postscript.xml
+share/foomatic/db/source/driver/Stc670p.upp.xml
+share/foomatic/db/source/driver/Stc670pl.upp.xml
+share/foomatic/db/source/driver/Stc680p.upp.xml
+share/foomatic/db/source/driver/Stc680pl.upp.xml
+share/foomatic/db/source/driver/Stc760p.upp.xml
+share/foomatic/db/source/driver/Stc760pl.upp.xml
+share/foomatic/db/source/driver/Stc777p.upp.xml
+share/foomatic/db/source/driver/Stc777pl.upp.xml
+share/foomatic/db/source/driver/Stp720p.upp.xml
+share/foomatic/db/source/driver/Stp720pl.upp.xml
+share/foomatic/db/source/driver/Stp870p.upp.xml
+share/foomatic/db/source/driver/Stp870pl.upp.xml
+share/foomatic/db/source/driver/alc2000.xml
+share/foomatic/db/source/driver/alc4000.xml
+share/foomatic/db/source/driver/alc8500.xml
+share/foomatic/db/source/driver/ap3250.xml
+share/foomatic/db/source/driver/appledmp.xml
+share/foomatic/db/source/driver/bj10.xml
+share/foomatic/db/source/driver/bj10e.xml
+share/foomatic/db/source/driver/bj10v.xml
+share/foomatic/db/source/driver/bj10vh.xml
+share/foomatic/db/source/driver/bj200.xml
+share/foomatic/db/source/driver/bj8gc12f.upp.xml
+share/foomatic/db/source/driver/bj8hg12f.upp.xml
+share/foomatic/db/source/driver/bj8oh06n.upp.xml
+share/foomatic/db/source/driver/bj8pa06n.upp.xml
+share/foomatic/db/source/driver/bj8pp12f.upp.xml
+share/foomatic/db/source/driver/bj8ts06n.upp.xml
+share/foomatic/db/source/driver/bjc250gs.xml
+share/foomatic/db/source/driver/bjc600.xml
+share/foomatic/db/source/driver/bjc6000a1.upp.xml
+share/foomatic/db/source/driver/bjc6000b1.upp.xml
+share/foomatic/db/source/driver/bjc610a0.upp.xml
+share/foomatic/db/source/driver/bjc610a1.upp.xml
+share/foomatic/db/source/driver/bjc610a2.upp.xml
+share/foomatic/db/source/driver/bjc610a3.upp.xml
+share/foomatic/db/source/driver/bjc610a4.upp.xml
+share/foomatic/db/source/driver/bjc610a5.upp.xml
+share/foomatic/db/source/driver/bjc610a6.upp.xml
+share/foomatic/db/source/driver/bjc610a7.upp.xml
+share/foomatic/db/source/driver/bjc610a8.upp.xml
+share/foomatic/db/source/driver/bjc610b1.upp.xml
+share/foomatic/db/source/driver/bjc610b2.upp.xml
+share/foomatic/db/source/driver/bjc610b3.upp.xml
+share/foomatic/db/source/driver/bjc610b4.upp.xml
+share/foomatic/db/source/driver/bjc610b6.upp.xml
+share/foomatic/db/source/driver/bjc610b7.upp.xml
+share/foomatic/db/source/driver/bjc610b8.upp.xml
+share/foomatic/db/source/driver/bjc800.xml
+share/foomatic/db/source/driver/bjc800j.xml
+share/foomatic/db/source/driver/bjc880j.xml
+share/foomatic/db/source/driver/c2050.xml
+share/foomatic/db/source/driver/c2070.xml
+share/foomatic/db/source/driver/cZ11.xml
+share/foomatic/db/source/driver/cZ11somsom.xml
+share/foomatic/db/source/driver/cdj1600.xml
+share/foomatic/db/source/driver/cdj500.xml
+share/foomatic/db/source/driver/cdj550.upp.xml
+share/foomatic/db/source/driver/cdj550.xml
+share/foomatic/db/source/driver/cdj670.xml
+share/foomatic/db/source/driver/cdj850.xml
+share/foomatic/db/source/driver/cdj880.xml
+share/foomatic/db/source/driver/cdj890.xml
+share/foomatic/db/source/driver/cdj970.xml
+share/foomatic/db/source/driver/chp2200.xml
+share/foomatic/db/source/driver/cjet.xml
+share/foomatic/db/source/driver/cljet5.xml
+share/foomatic/db/source/driver/cljet5c.xml
+share/foomatic/db/source/driver/cp50.xml
+share/foomatic/db/source/driver/declj250.xml
+share/foomatic/db/source/driver/deskjet.xml
+share/foomatic/db/source/driver/dj505j.xml
+share/foomatic/db/source/driver/djet500.xml
+share/foomatic/db/source/driver/dnj650c.xml
+share/foomatic/db/source/driver/drv_z42.xml
+share/foomatic/db/source/driver/epl2050.xml
+share/foomatic/db/source/driver/epl2050p.xml
+share/foomatic/db/source/driver/epl2120.xml
+share/foomatic/db/source/driver/epl5800.xml
+share/foomatic/db/source/driver/epl5900.xml
+share/foomatic/db/source/driver/eps9high.xml
+share/foomatic/db/source/driver/eps9mid.xml
+share/foomatic/db/source/driver/epson.xml
+share/foomatic/db/source/driver/epsonc.xml
+share/foomatic/db/source/driver/escpage.xml
+share/foomatic/db/source/driver/fmlbp.xml
+share/foomatic/db/source/driver/fmpr.xml
+share/foomatic/db/source/driver/gdi.xml
+share/foomatic/db/source/driver/hl1250.xml
+share/foomatic/db/source/driver/hl7x0.xml
+share/foomatic/db/source/driver/hpdj.xml
+share/foomatic/db/source/driver/ibmpro.xml
+share/foomatic/db/source/driver/imagen.xml
+share/foomatic/db/source/driver/iwhi.xml
+share/foomatic/db/source/driver/iwlo.xml
+share/foomatic/db/source/driver/iwlq.xml
+share/foomatic/db/source/driver/jetp3852.xml
+share/foomatic/db/source/driver/jj100.xml
+share/foomatic/db/source/driver/la50.xml
+share/foomatic/db/source/driver/la70.xml
+share/foomatic/db/source/driver/la70t.xml
+share/foomatic/db/source/driver/la75.xml
+share/foomatic/db/source/driver/la75plus.xml
+share/foomatic/db/source/driver/laserjet.xml
+share/foomatic/db/source/driver/lbp310.xml
+share/foomatic/db/source/driver/lbp320.xml
+share/foomatic/db/source/driver/lbp8.xml
+share/foomatic/db/source/driver/lex5700.xml
+share/foomatic/db/source/driver/lex7000.xml
+share/foomatic/db/source/driver/lips2p.xml
+share/foomatic/db/source/driver/lips3.xml
+share/foomatic/db/source/driver/lips4.xml
+share/foomatic/db/source/driver/lips4v.xml
+share/foomatic/db/source/driver/lj250.xml
+share/foomatic/db/source/driver/lj4dith.xml
+share/foomatic/db/source/driver/lj4dithp.xml
+share/foomatic/db/source/driver/lj5gray.xml
+share/foomatic/db/source/driver/lj5mono.xml
+share/foomatic/db/source/driver/ljet2p.xml
+share/foomatic/db/source/driver/ljet3.xml
+share/foomatic/db/source/driver/ljet3d.xml
+share/foomatic/db/source/driver/ljet4.xml
+share/foomatic/db/source/driver/ljet4d.xml
+share/foomatic/db/source/driver/ljetplus.xml
+share/foomatic/db/source/driver/lm1100.xml
+share/foomatic/db/source/driver/ln03.xml
+share/foomatic/db/source/driver/lp2000.xml
+share/foomatic/db/source/driver/lp2563.xml
+share/foomatic/db/source/driver/lp8000.xml
+share/foomatic/db/source/driver/lpstyl.xml
+share/foomatic/db/source/driver/lq850.xml
+share/foomatic/db/source/driver/lx5000.xml
+share/foomatic/db/source/driver/lxm3200-tweaked.xml
+share/foomatic/db/source/driver/lxm3200.xml
+share/foomatic/db/source/driver/lxm3200c.xml
+share/foomatic/db/source/driver/lxm3200m.xml
+share/foomatic/db/source/driver/lxm3200p.xml
+share/foomatic/db/source/driver/lxm5700m.xml
+share/foomatic/db/source/driver/lz11.xml
+share/foomatic/db/source/driver/m8510.xml
+share/foomatic/db/source/driver/md1xMono.xml
+share/foomatic/db/source/driver/md2k.xml
+share/foomatic/db/source/driver/md50Eco.xml
+share/foomatic/db/source/driver/md50Mono.xml
+share/foomatic/db/source/driver/md5k.xml
+share/foomatic/db/source/driver/mj500c.xml
+share/foomatic/db/source/driver/mj6000c.xml
+share/foomatic/db/source/driver/mj700v2c.xml
+share/foomatic/db/source/driver/mj8000c.xml
+share/foomatic/db/source/driver/ml600.xml
+share/foomatic/db/source/driver/ml85p.xml
+share/foomatic/db/source/driver/necp2x.upp.xml
+share/foomatic/db/source/driver/necp2x6.upp.xml
+share/foomatic/db/source/driver/necp6.xml
+share/foomatic/db/source/driver/npdl.xml
+share/foomatic/db/source/driver/nwp533.xml
+share/foomatic/db/source/driver/oce9050.xml
+share/foomatic/db/source/driver/oki182.xml
+share/foomatic/db/source/driver/oki4w.xml
+share/foomatic/db/source/driver/okiibm.xml
+share/foomatic/db/source/driver/paintjet.xml
+share/foomatic/db/source/driver/pbm2l2030.xml
+share/foomatic/db/source/driver/pbm2l7k.xml
+share/foomatic/db/source/driver/pbm2lwxl.xml
+share/foomatic/db/source/driver/pbm2ppa.xml
+share/foomatic/db/source/driver/pbmtozjs.xml
+share/foomatic/db/source/driver/pcl3.xml
+share/foomatic/db/source/driver/pentaxpj.xml
+share/foomatic/db/source/driver/picty180.xml
+share/foomatic/db/source/driver/pj.xml
+share/foomatic/db/source/driver/pjetxl.xml
+share/foomatic/db/source/driver/pjxl.xml
+share/foomatic/db/source/driver/pjxl300.xml
+share/foomatic/db/source/driver/pnm2ppa.xml
+share/foomatic/db/source/driver/ppd.xml
+share/foomatic/db/source/driver/ppmtocpva.xml
+share/foomatic/db/source/driver/ppmtomd.xml
+share/foomatic/db/source/driver/pr150.xml
+share/foomatic/db/source/driver/pr201.xml
+share/foomatic/db/source/driver/pxlcolor.xml
+share/foomatic/db/source/driver/pxlmono.xml
+share/foomatic/db/source/driver/r4081.xml
+share/foomatic/db/source/driver/ras1.upp.xml
+share/foomatic/db/source/driver/ras24.upp.xml
+share/foomatic/db/source/driver/ras3.upp.xml
+share/foomatic/db/source/driver/ras32.upp.xml
+share/foomatic/db/source/driver/ras4.upp.xml
+share/foomatic/db/source/driver/ras8m.upp.xml
+share/foomatic/db/source/driver/rpdl.xml
+share/foomatic/db/source/driver/s400a1.upp.xml
+share/foomatic/db/source/driver/s400b1.upp.xml
+share/foomatic/db/source/driver/sharp.upp.xml
+share/foomatic/db/source/driver/sj48.xml
+share/foomatic/db/source/driver/slap.xml
+share/foomatic/db/source/driver/sparc.xml
+share/foomatic/db/source/driver/st640ih.upp.xml
+share/foomatic/db/source/driver/st640ihg.upp.xml
+share/foomatic/db/source/driver/st640p.upp.xml
+share/foomatic/db/source/driver/st640pg.upp.xml
+share/foomatic/db/source/driver/st640pl.upp.xml
+share/foomatic/db/source/driver/st640plg.upp.xml
+share/foomatic/db/source/driver/st800.xml
+share/foomatic/db/source/driver/stc.upp.xml
+share/foomatic/db/source/driver/stc1520h.upp.xml
+share/foomatic/db/source/driver/stc2.upp.xml
+share/foomatic/db/source/driver/stc2_h.upp.xml
+share/foomatic/db/source/driver/stc2s_h.upp.xml
+share/foomatic/db/source/driver/stc300.upp.xml
+share/foomatic/db/source/driver/stc300bl.upp.xml
+share/foomatic/db/source/driver/stc300bm.upp.xml
+share/foomatic/db/source/driver/stc500p.upp.xml
+share/foomatic/db/source/driver/stc500ph.upp.xml
+share/foomatic/db/source/driver/stc600ih.upp.xml
+share/foomatic/db/source/driver/stc600p.upp.xml
+share/foomatic/db/source/driver/stc600pl.upp.xml
+share/foomatic/db/source/driver/stc640p.upp.xml
+share/foomatic/db/source/driver/stc740ih.upp.xml
+share/foomatic/db/source/driver/stc740p.upp.xml
+share/foomatic/db/source/driver/stc740pl.upp.xml
+share/foomatic/db/source/driver/stc800ih.upp.xml
+share/foomatic/db/source/driver/stc800p.upp.xml
+share/foomatic/db/source/driver/stc800pl.upp.xml
+share/foomatic/db/source/driver/stc_h.upp.xml
+share/foomatic/db/source/driver/stc_l.upp.xml
+share/foomatic/db/source/driver/stcany.upp.xml
+share/foomatic/db/source/driver/stcolor.xml
+share/foomatic/db/source/driver/stp.xml
+share/foomatic/db/source/driver/t4693d2.xml
+share/foomatic/db/source/driver/t4693d4.xml
+share/foomatic/db/source/driver/t4693d8.xml
+share/foomatic/db/source/driver/tek4696.xml
+share/foomatic/db/source/driver/xes.xml
+share/foomatic/db/source/opt/1.xml
+share/foomatic/db/source/opt/10.xml
+share/foomatic/db/source/opt/100.xml
+share/foomatic/db/source/opt/101.xml
+share/foomatic/db/source/opt/102.xml
+share/foomatic/db/source/opt/103.xml
+share/foomatic/db/source/opt/104.xml
+share/foomatic/db/source/opt/105.xml
+share/foomatic/db/source/opt/106.xml
+share/foomatic/db/source/opt/107.xml
+share/foomatic/db/source/opt/108.xml
+share/foomatic/db/source/opt/109.xml
+share/foomatic/db/source/opt/110.xml
+share/foomatic/db/source/opt/111.xml
+share/foomatic/db/source/opt/112.xml
+share/foomatic/db/source/opt/113.xml
+share/foomatic/db/source/opt/114.xml
+share/foomatic/db/source/opt/115.xml
+share/foomatic/db/source/opt/116.xml
+share/foomatic/db/source/opt/117.xml
+share/foomatic/db/source/opt/118.xml
+share/foomatic/db/source/opt/119.xml
+share/foomatic/db/source/opt/12.xml
+share/foomatic/db/source/opt/120.xml
+share/foomatic/db/source/opt/121.xml
+share/foomatic/db/source/opt/122.xml
+share/foomatic/db/source/opt/123.xml
+share/foomatic/db/source/opt/124.xml
+share/foomatic/db/source/opt/125.xml
+share/foomatic/db/source/opt/126.xml
+share/foomatic/db/source/opt/127.xml
+share/foomatic/db/source/opt/128.xml
+share/foomatic/db/source/opt/129.xml
+share/foomatic/db/source/opt/13.xml
+share/foomatic/db/source/opt/130.xml
+share/foomatic/db/source/opt/131.xml
+share/foomatic/db/source/opt/132.xml
+share/foomatic/db/source/opt/133.xml
+share/foomatic/db/source/opt/134.xml
+share/foomatic/db/source/opt/135.xml
+share/foomatic/db/source/opt/136.xml
+share/foomatic/db/source/opt/137.xml
+share/foomatic/db/source/opt/138.xml
+share/foomatic/db/source/opt/139.xml
+share/foomatic/db/source/opt/14.xml
+share/foomatic/db/source/opt/140.xml
+share/foomatic/db/source/opt/141.xml
+share/foomatic/db/source/opt/142.xml
+share/foomatic/db/source/opt/143.xml
+share/foomatic/db/source/opt/144.xml
+share/foomatic/db/source/opt/145.xml
+share/foomatic/db/source/opt/146.xml
+share/foomatic/db/source/opt/147.xml
+share/foomatic/db/source/opt/148.xml
+share/foomatic/db/source/opt/149.xml
+share/foomatic/db/source/opt/150.xml
+share/foomatic/db/source/opt/151.xml
+share/foomatic/db/source/opt/152.xml
+share/foomatic/db/source/opt/153.xml
+share/foomatic/db/source/opt/154.xml
+share/foomatic/db/source/opt/155.xml
+share/foomatic/db/source/opt/156.xml
+share/foomatic/db/source/opt/157.xml
+share/foomatic/db/source/opt/158.xml
+share/foomatic/db/source/opt/159.xml
+share/foomatic/db/source/opt/16.xml
+share/foomatic/db/source/opt/160.xml
+share/foomatic/db/source/opt/161.xml
+share/foomatic/db/source/opt/162.xml
+share/foomatic/db/source/opt/163.xml
+share/foomatic/db/source/opt/164.xml
+share/foomatic/db/source/opt/165.xml
+share/foomatic/db/source/opt/166.xml
+share/foomatic/db/source/opt/167.xml
+share/foomatic/db/source/opt/168.xml
+share/foomatic/db/source/opt/169.xml
+share/foomatic/db/source/opt/170.xml
+share/foomatic/db/source/opt/171.xml
+share/foomatic/db/source/opt/172.xml
+share/foomatic/db/source/opt/173.xml
+share/foomatic/db/source/opt/174.xml
+share/foomatic/db/source/opt/175.xml
+share/foomatic/db/source/opt/176.xml
+share/foomatic/db/source/opt/177.xml
+share/foomatic/db/source/opt/179.xml
+share/foomatic/db/source/opt/18.xml
+share/foomatic/db/source/opt/180.xml
+share/foomatic/db/source/opt/181.xml
+share/foomatic/db/source/opt/182.xml
+share/foomatic/db/source/opt/183.xml
+share/foomatic/db/source/opt/184.xml
+share/foomatic/db/source/opt/185.xml
+share/foomatic/db/source/opt/186.xml
+share/foomatic/db/source/opt/187.xml
+share/foomatic/db/source/opt/188.xml
+share/foomatic/db/source/opt/189.xml
+share/foomatic/db/source/opt/19.xml
+share/foomatic/db/source/opt/190.xml
+share/foomatic/db/source/opt/191.xml
+share/foomatic/db/source/opt/192.xml
+share/foomatic/db/source/opt/193.xml
+share/foomatic/db/source/opt/194.xml
+share/foomatic/db/source/opt/195.xml
+share/foomatic/db/source/opt/196.xml
+share/foomatic/db/source/opt/197.xml
+share/foomatic/db/source/opt/198.xml
+share/foomatic/db/source/opt/199.xml
+share/foomatic/db/source/opt/2.xml
+share/foomatic/db/source/opt/20.xml
+share/foomatic/db/source/opt/200.xml
+share/foomatic/db/source/opt/201.xml
+share/foomatic/db/source/opt/202.xml
+share/foomatic/db/source/opt/203.xml
+share/foomatic/db/source/opt/204.xml
+share/foomatic/db/source/opt/205.xml
+share/foomatic/db/source/opt/206.xml
+share/foomatic/db/source/opt/207.xml
+share/foomatic/db/source/opt/208.xml
+share/foomatic/db/source/opt/209.xml
+share/foomatic/db/source/opt/21.xml
+share/foomatic/db/source/opt/211.xml
+share/foomatic/db/source/opt/212.xml
+share/foomatic/db/source/opt/213.xml
+share/foomatic/db/source/opt/214.xml
+share/foomatic/db/source/opt/215.xml
+share/foomatic/db/source/opt/216.xml
+share/foomatic/db/source/opt/217.xml
+share/foomatic/db/source/opt/218.xml
+share/foomatic/db/source/opt/219.xml
+share/foomatic/db/source/opt/220.xml
+share/foomatic/db/source/opt/221.xml
+share/foomatic/db/source/opt/222.xml
+share/foomatic/db/source/opt/223.xml
+share/foomatic/db/source/opt/224.xml
+share/foomatic/db/source/opt/225.xml
+share/foomatic/db/source/opt/226.xml
+share/foomatic/db/source/opt/227.xml
+share/foomatic/db/source/opt/228.xml
+share/foomatic/db/source/opt/24.xml
+share/foomatic/db/source/opt/3.xml
+share/foomatic/db/source/opt/31.xml
+share/foomatic/db/source/opt/32.xml
+share/foomatic/db/source/opt/33.xml
+share/foomatic/db/source/opt/34.xml
+share/foomatic/db/source/opt/35.xml
+share/foomatic/db/source/opt/36.xml
+share/foomatic/db/source/opt/37.xml
+share/foomatic/db/source/opt/38.xml
+share/foomatic/db/source/opt/39.xml
+share/foomatic/db/source/opt/40.xml
+share/foomatic/db/source/opt/41.xml
+share/foomatic/db/source/opt/42.xml
+share/foomatic/db/source/opt/43.xml
+share/foomatic/db/source/opt/44.xml
+share/foomatic/db/source/opt/45.xml
+share/foomatic/db/source/opt/46.xml
+share/foomatic/db/source/opt/47.xml
+share/foomatic/db/source/opt/48.xml
+share/foomatic/db/source/opt/49.xml
+share/foomatic/db/source/opt/5.xml
+share/foomatic/db/source/opt/50.xml
+share/foomatic/db/source/opt/51.xml
+share/foomatic/db/source/opt/52.xml
+share/foomatic/db/source/opt/54.xml
+share/foomatic/db/source/opt/55.xml
+share/foomatic/db/source/opt/56.xml
+share/foomatic/db/source/opt/57.xml
+share/foomatic/db/source/opt/58.xml
+share/foomatic/db/source/opt/6.xml
+share/foomatic/db/source/opt/60.xml
+share/foomatic/db/source/opt/61.xml
+share/foomatic/db/source/opt/62.xml
+share/foomatic/db/source/opt/63.xml
+share/foomatic/db/source/opt/64.xml
+share/foomatic/db/source/opt/65.xml
+share/foomatic/db/source/opt/66.xml
+share/foomatic/db/source/opt/67.xml
+share/foomatic/db/source/opt/68.xml
+share/foomatic/db/source/opt/69.xml
+share/foomatic/db/source/opt/7.xml
+share/foomatic/db/source/opt/70.xml
+share/foomatic/db/source/opt/71.xml
+share/foomatic/db/source/opt/72.xml
+share/foomatic/db/source/opt/73.xml
+share/foomatic/db/source/opt/74.xml
+share/foomatic/db/source/opt/75.xml
+share/foomatic/db/source/opt/76.xml
+share/foomatic/db/source/opt/77.xml
+share/foomatic/db/source/opt/78.xml
+share/foomatic/db/source/opt/79.xml
+share/foomatic/db/source/opt/8.xml
+share/foomatic/db/source/opt/80.xml
+share/foomatic/db/source/opt/81.xml
+share/foomatic/db/source/opt/82.xml
+share/foomatic/db/source/opt/83.xml
+share/foomatic/db/source/opt/84.xml
+share/foomatic/db/source/opt/85.xml
+share/foomatic/db/source/opt/86.xml
+share/foomatic/db/source/opt/87.xml
+share/foomatic/db/source/opt/88.xml
+share/foomatic/db/source/opt/89.xml
+share/foomatic/db/source/opt/9.xml
+share/foomatic/db/source/opt/90.xml
+share/foomatic/db/source/opt/91.xml
+share/foomatic/db/source/opt/92.xml
+share/foomatic/db/source/opt/93.xml
+share/foomatic/db/source/opt/94.xml
+share/foomatic/db/source/opt/95.xml
+share/foomatic/db/source/opt/96.xml
+share/foomatic/db/source/opt/97.xml
+share/foomatic/db/source/opt/98.xml
+share/foomatic/db/source/opt/99.xml
+share/foomatic/db/source/opt/Minolta-PCL600.xml
+share/foomatic/db/source/opt/PCL-4-5-InputSlot.xml
+share/foomatic/db/source/opt/PCL-XL-InputSlot.xml
+share/foomatic/db/source/opt/PageSize-A4only.xml
+share/foomatic/db/source/opt/Postscript-PreFilter.xml
+share/foomatic/db/source/opt/Postscript-Resolution.xml
+share/foomatic/db/source/opt/bj8pa06n-Resolution.xml
+share/foomatic/db/source/opt/bjc250gs-BlueGamma.xml
+share/foomatic/db/source/opt/bjc250gs-ColorMode.xml
+share/foomatic/db/source/opt/bjc250gs-ComposeK.xml
+share/foomatic/db/source/opt/bjc250gs-Compress.xml
+share/foomatic/db/source/opt/bjc250gs-GreenGamma.xml
+share/foomatic/db/source/opt/bjc250gs-Inverse.xml
+share/foomatic/db/source/opt/bjc250gs-LimitCheck.xml
+share/foomatic/db/source/opt/bjc250gs-Manualfeed.xml
+share/foomatic/db/source/opt/bjc250gs-MasterGamma.xml
+share/foomatic/db/source/opt/bjc250gs-MediaType.xml
+share/foomatic/db/source/opt/bjc250gs-Model.xml
+share/foomatic/db/source/opt/bjc250gs-PaperBlue.xml
+share/foomatic/db/source/opt/bjc250gs-PaperGreen.xml
+share/foomatic/db/source/opt/bjc250gs-PaperRed.xml
+share/foomatic/db/source/opt/bjc250gs-PrintColors.xml
+share/foomatic/db/source/opt/bjc250gs-Quality.xml
+share/foomatic/db/source/opt/bjc250gs-Random.xml
+share/foomatic/db/source/opt/bjc250gs-RedGamma.xml
+share/foomatic/db/source/opt/bjc250gs-Smooth.xml
+share/foomatic/db/source/opt/cZ11somsom-Black.xml
+share/foomatic/db/source/opt/cZ11somsom-Cyan.xml
+share/foomatic/db/source/opt/cZ11somsom-DitherPPI.xml
+share/foomatic/db/source/opt/cZ11somsom-InkType.xml
+share/foomatic/db/source/opt/cZ11somsom-Magenta.xml
+share/foomatic/db/source/opt/cZ11somsom-Yellow.xml
+share/foomatic/db/source/opt/cdj5XX-BlackCorrect.xml
+share/foomatic/db/source/opt/cdj5XX-Depletion.xml
+share/foomatic/db/source/opt/cljet5-ColorMode.xml
+share/foomatic/db/source/opt/drv_z42-Bidirectional.xml
+share/foomatic/db/source/opt/drv_z42-InkType.xml
+share/foomatic/db/source/opt/drv_z42-PageSize.xml
+share/foomatic/db/source/opt/drv_z42-PrintoutMode.xml
+share/foomatic/db/source/opt/drv_z42-Resolution.xml
+share/foomatic/db/source/opt/eplXXXX-Collate.xml
+share/foomatic/db/source/opt/eplXXXX-Duplex.xml
+share/foomatic/db/source/opt/eplXXXX-FaceUp.xml
+share/foomatic/db/source/opt/eplXXXX-InputSlot.xml
+share/foomatic/db/source/opt/eplXXXX-Landscape.xml
+share/foomatic/db/source/opt/eplXXXX-MediaType.xml
+share/foomatic/db/source/opt/eplXXXX-NumCopies.xml
+share/foomatic/db/source/opt/eplXXXX-RITOff.xml
+share/foomatic/db/source/opt/eplXXXX-TonerSaving.xml
+share/foomatic/db/source/opt/jap-PageSize.xml
+share/foomatic/db/source/opt/jap-Resolution.xml
+share/foomatic/db/source/opt/largeformat-PageSize.xml
+share/foomatic/db/source/opt/lm1100-Brightness.xml
+share/foomatic/db/source/opt/lxm3200-tweaked-Model.xml
+share/foomatic/db/source/opt/lxm3200-tweaked-Z31Margin.xml
+share/foomatic/db/source/opt/lz11-InkSaving.xml
+share/foomatic/db/source/opt/lz11-InkType.xml
+share/foomatic/db/source/opt/lz11-PageSize.xml
+share/foomatic/db/source/opt/lz11-ResX.xml
+share/foomatic/db/source/opt/lz11-ResY.xml
+share/foomatic/db/source/opt/pbmtozjs-PageSize.xml
+share/foomatic/db/source/opt/pcl3-ConfigureEveryPage.xml
+share/foomatic/db/source/opt/pentaxpj-Density.xml
+share/foomatic/db/source/opt/pentaxpj-OutputType.xml
+share/foomatic/db/source/opt/pentaxpj-PageSize.xml
+share/foomatic/db/source/opt/pjxl-Quality.xml
+share/foomatic/db/source/opt/pjxl-RenderType.xml
+share/foomatic/db/source/opt/pnm2ppa-Dither.xml
+share/foomatic/db/source/opt/pnm2ppa-EconoFast.xml
+share/foomatic/db/source/opt/ppd-postfix.xml
+share/foomatic/db/source/opt/ppd-prefix.xml
+share/foomatic/db/source/opt/ppmtocpva-solidblack.xml
+share/foomatic/db/source/opt/ppmtomd-ColorMode.xml
+share/foomatic/db/source/opt/ppmtomd-ColourCorrection.xml
+share/foomatic/db/source/opt/ppmtomd-CurlCorrection.xml
+share/foomatic/db/source/opt/ppmtomd-Dither.xml
+share/foomatic/db/source/opt/ppmtomd-GammaCorrection.xml
+share/foomatic/db/source/opt/ppmtomd-GammaSaturation.xml
+share/foomatic/db/source/opt/ppmtomd-Glossy.xml
+share/foomatic/db/source/opt/ppmtomd-JobType.xml
+share/foomatic/db/source/opt/ppmtomd-KeepBlack.xml
+share/foomatic/db/source/opt/ppmtomd-LFAdjust.xml
+share/foomatic/db/source/opt/ppmtomd-Model.xml
+share/foomatic/db/source/opt/ppmtomd-NoReset.xml
+share/foomatic/db/source/opt/ppmtomd-Overlay.xml
+share/foomatic/db/source/opt/ppmtomd-PHAdjust.xml
+share/foomatic/db/source/opt/ppmtomd-PageSize.xml
+share/foomatic/db/source/opt/ppmtomd-PrintColors.xml
+share/foomatic/db/source/opt/ppmtomd-UseMultiColourRibbon.xml
+share/foomatic/db/source/opt/pxlmono-GSResolution.xml
+share/foomatic/db/source/opt/pxlmono-PrintoutMode.xml
+share/foomatic/db/source/opt/s400a1-Resolution.xml
+share/foomatic/db/source/opt/st640ih-Resolution.xml
+share/foomatic/db/source/opt/stc300.upp-Resolution.xml
+share/foomatic/db/source/printer/100576.xml
+share/foomatic/db/source/printer/100704.xml
+share/foomatic/db/source/printer/101152.xml
+share/foomatic/db/source/printer/101952.xml
+share/foomatic/db/source/printer/102080.xml
+share/foomatic/db/source/printer/102304.xml
+share/foomatic/db/source/printer/105504.xml
+share/foomatic/db/source/printer/106848.xml
+share/foomatic/db/source/printer/108128.xml
+share/foomatic/db/source/printer/108320.xml
+share/foomatic/db/source/printer/108896.xml
+share/foomatic/db/source/printer/109440.xml
+share/foomatic/db/source/printer/110464.xml
+share/foomatic/db/source/printer/110624.xml
+share/foomatic/db/source/printer/111392.xml
+share/foomatic/db/source/printer/112832.xml
+share/foomatic/db/source/printer/112864.xml
+share/foomatic/db/source/printer/113312.xml
+share/foomatic/db/source/printer/113888.xml
+share/foomatic/db/source/printer/114016.xml
+share/foomatic/db/source/printer/114592.xml
+share/foomatic/db/source/printer/114656.xml
+share/foomatic/db/source/printer/114816.xml
+share/foomatic/db/source/printer/115488.xml
+share/foomatic/db/source/printer/116128.xml
+share/foomatic/db/source/printer/116256.xml
+share/foomatic/db/source/printer/117472.xml
+share/foomatic/db/source/printer/121952.xml
+share/foomatic/db/source/printer/122016.xml
+share/foomatic/db/source/printer/122048.xml
+share/foomatic/db/source/printer/122080.xml
+share/foomatic/db/source/printer/122336.xml
+share/foomatic/db/source/printer/122496.xml
+share/foomatic/db/source/printer/123584.xml
+share/foomatic/db/source/printer/123776.xml
+share/foomatic/db/source/printer/123968.xml
+share/foomatic/db/source/printer/125024.xml
+share/foomatic/db/source/printer/125408.xml
+share/foomatic/db/source/printer/125632.xml
+share/foomatic/db/source/printer/125696.xml
+share/foomatic/db/source/printer/126048.xml
+share/foomatic/db/source/printer/126049.xml
+share/foomatic/db/source/printer/126080.xml
+share/foomatic/db/source/printer/126081.xml
+share/foomatic/db/source/printer/126082.xml
+share/foomatic/db/source/printer/126083.xml
+share/foomatic/db/source/printer/126084.xml
+share/foomatic/db/source/printer/126085.xml
+share/foomatic/db/source/printer/126086.xml
+share/foomatic/db/source/printer/126087.xml
+share/foomatic/db/source/printer/126112.xml
+share/foomatic/db/source/printer/126113.xml
+share/foomatic/db/source/printer/126176.xml
+share/foomatic/db/source/printer/126177.xml
+share/foomatic/db/source/printer/126178.xml
+share/foomatic/db/source/printer/126179.xml
+share/foomatic/db/source/printer/126180.xml
+share/foomatic/db/source/printer/126181.xml
+share/foomatic/db/source/printer/126496.xml
+share/foomatic/db/source/printer/126752.xml
+share/foomatic/db/source/printer/127776.xml
+share/foomatic/db/source/printer/128576.xml
+share/foomatic/db/source/printer/129184.xml
+share/foomatic/db/source/printer/129376.xml
+share/foomatic/db/source/printer/129472.xml
+share/foomatic/db/source/printer/129632.xml
+share/foomatic/db/source/printer/130080.xml
+share/foomatic/db/source/printer/130112.xml
+share/foomatic/db/source/printer/130208.xml
+share/foomatic/db/source/printer/130272.xml
+share/foomatic/db/source/printer/130336.xml
+share/foomatic/db/source/printer/130656.xml
+share/foomatic/db/source/printer/131424.xml
+share/foomatic/db/source/printer/132800.xml
+share/foomatic/db/source/printer/132832.xml
+share/foomatic/db/source/printer/132864.xml
+share/foomatic/db/source/printer/133152.xml
+share/foomatic/db/source/printer/133664.xml
+share/foomatic/db/source/printer/134880.xml
+share/foomatic/db/source/printer/135401.xml
+share/foomatic/db/source/printer/135529.xml
+share/foomatic/db/source/printer/136928.xml
+share/foomatic/db/source/printer/138697.xml
+share/foomatic/db/source/printer/139017.xml
+share/foomatic/db/source/printer/141417.xml
+share/foomatic/db/source/printer/142569.xml
+share/foomatic/db/source/printer/142825.xml
+share/foomatic/db/source/printer/142944.xml
+share/foomatic/db/source/printer/143104.xml
+share/foomatic/db/source/printer/143689.xml
+share/foomatic/db/source/printer/144320.xml
+share/foomatic/db/source/printer/146569.xml
+share/foomatic/db/source/printer/147433.xml
+share/foomatic/db/source/printer/151625.xml
+share/foomatic/db/source/printer/152585.xml
+share/foomatic/db/source/printer/152800.xml
+share/foomatic/db/source/printer/153056.xml
+share/foomatic/db/source/printer/156105.xml
+share/foomatic/db/source/printer/157312.xml
+share/foomatic/db/source/printer/158569.xml
+share/foomatic/db/source/printer/158816.xml
+share/foomatic/db/source/printer/160032.xml
+share/foomatic/db/source/printer/160288.xml
+share/foomatic/db/source/printer/160969.xml
+share/foomatic/db/source/printer/161705.xml
+share/foomatic/db/source/printer/164576.xml
+share/foomatic/db/source/printer/165408.xml
+share/foomatic/db/source/printer/165536.xml
+share/foomatic/db/source/printer/167008.xml
+share/foomatic/db/source/printer/168201.xml
+share/foomatic/db/source/printer/169641.xml
+share/foomatic/db/source/printer/173248.xml
+share/foomatic/db/source/printer/173888.xml
+share/foomatic/db/source/printer/174249.xml
+share/foomatic/db/source/printer/175232.xml
+share/foomatic/db/source/printer/178185.xml
+share/foomatic/db/source/printer/178336.xml
+share/foomatic/db/source/printer/180160.xml
+share/foomatic/db/source/printer/181792.xml
+share/foomatic/db/source/printer/181984.xml
+share/foomatic/db/source/printer/182528.xml
+share/foomatic/db/source/printer/182633.xml
+share/foomatic/db/source/printer/185033.xml
+share/foomatic/db/source/printer/185225.xml
+share/foomatic/db/source/printer/186729.xml
+share/foomatic/db/source/printer/188457.xml
+share/foomatic/db/source/printer/189961.xml
+share/foomatic/db/source/printer/190537.xml
+share/foomatic/db/source/printer/190601.xml
+share/foomatic/db/source/printer/190793.xml
+share/foomatic/db/source/printer/191689.xml
+share/foomatic/db/source/printer/193321.xml
+share/foomatic/db/source/printer/194345.xml
+share/foomatic/db/source/printer/194601.xml
+share/foomatic/db/source/printer/194697.xml
+share/foomatic/db/source/printer/195529.xml
+share/foomatic/db/source/printer/195561.xml
+share/foomatic/db/source/printer/195593.xml
+share/foomatic/db/source/printer/196201.xml
+share/foomatic/db/source/printer/202441.xml
+share/foomatic/db/source/printer/204617.xml
+share/foomatic/db/source/printer/204745.xml
+share/foomatic/db/source/printer/206505.xml
+share/foomatic/db/source/printer/20672.xml
+share/foomatic/db/source/printer/208969.xml
+share/foomatic/db/source/printer/210153.xml
+share/foomatic/db/source/printer/211017.xml
+share/foomatic/db/source/printer/212905.xml
+share/foomatic/db/source/printer/214153.xml
+share/foomatic/db/source/printer/21536.xml
+share/foomatic/db/source/printer/219977.xml
+share/foomatic/db/source/printer/222377.xml
+share/foomatic/db/source/printer/225673.xml
+share/foomatic/db/source/printer/22624.xml
+share/foomatic/db/source/printer/226985.xml
+share/foomatic/db/source/printer/22720.xml
+share/foomatic/db/source/printer/22784.xml
+share/foomatic/db/source/printer/22848.xml
+share/foomatic/db/source/printer/22944.xml
+share/foomatic/db/source/printer/22976.xml
+share/foomatic/db/source/printer/230121.xml
+share/foomatic/db/source/printer/230377.xml
+share/foomatic/db/source/printer/23040.xml
+share/foomatic/db/source/printer/23104.xml
+share/foomatic/db/source/printer/23168.xml
+share/foomatic/db/source/printer/231689.xml
+share/foomatic/db/source/printer/23232.xml
+share/foomatic/db/source/printer/23296.xml
+share/foomatic/db/source/printer/23360.xml
+share/foomatic/db/source/printer/23424.xml
+share/foomatic/db/source/printer/234281.xml
+share/foomatic/db/source/printer/23488.xml
+share/foomatic/db/source/printer/234953.xml
+share/foomatic/db/source/printer/23552.xml
+share/foomatic/db/source/printer/23584.xml
+share/foomatic/db/source/printer/23648.xml
+share/foomatic/db/source/printer/23776.xml
+share/foomatic/db/source/printer/23840.xml
+share/foomatic/db/source/printer/23904.xml
+share/foomatic/db/source/printer/240041.xml
+share/foomatic/db/source/printer/240073.xml
+share/foomatic/db/source/printer/240105.xml
+share/foomatic/db/source/printer/240137.xml
+share/foomatic/db/source/printer/240169.xml
+share/foomatic/db/source/printer/24128.xml
+share/foomatic/db/source/printer/24192.xml
+share/foomatic/db/source/printer/24256.xml
+share/foomatic/db/source/printer/24320.xml
+share/foomatic/db/source/printer/244361.xml
+share/foomatic/db/source/printer/24448.xml
+share/foomatic/db/source/printer/244617.xml
+share/foomatic/db/source/printer/245033.xml
+share/foomatic/db/source/printer/24512.xml
+share/foomatic/db/source/printer/24576.xml
+share/foomatic/db/source/printer/24640.xml
+share/foomatic/db/source/printer/24704.xml
+share/foomatic/db/source/printer/247625.xml
+share/foomatic/db/source/printer/24768.xml
+share/foomatic/db/source/printer/24832.xml
+share/foomatic/db/source/printer/24896.xml
+share/foomatic/db/source/printer/24960.xml
+share/foomatic/db/source/printer/249705.xml
+share/foomatic/db/source/printer/25024.xml
+share/foomatic/db/source/printer/250601.xml
+share/foomatic/db/source/printer/25088.xml
+share/foomatic/db/source/printer/25152.xml
+share/foomatic/db/source/printer/25216.xml
+share/foomatic/db/source/printer/25280.xml
+share/foomatic/db/source/printer/25344.xml
+share/foomatic/db/source/printer/25408.xml
+share/foomatic/db/source/printer/25472.xml
+share/foomatic/db/source/printer/255049.xml
+share/foomatic/db/source/printer/25568.xml
+share/foomatic/db/source/printer/25696.xml
+share/foomatic/db/source/printer/257577.xml
+share/foomatic/db/source/printer/258089.xml
+share/foomatic/db/source/printer/25824.xml
+share/foomatic/db/source/printer/259689.xml
+share/foomatic/db/source/printer/26016.xml
+share/foomatic/db/source/printer/261321.xml
+share/foomatic/db/source/printer/261673.xml
+share/foomatic/db/source/printer/262185.xml
+share/foomatic/db/source/printer/263305.xml
+share/foomatic/db/source/printer/266185.xml
+share/foomatic/db/source/printer/266313.xml
+share/foomatic/db/source/printer/267881.xml
+share/foomatic/db/source/printer/268521.xml
+share/foomatic/db/source/printer/269289.xml
+share/foomatic/db/source/printer/270089.xml
+share/foomatic/db/source/printer/272681.xml
+share/foomatic/db/source/printer/273833.xml
+share/foomatic/db/source/printer/279593.xml
+share/foomatic/db/source/printer/279657.xml
+share/foomatic/db/source/printer/279721.xml
+share/foomatic/db/source/printer/279785.xml
+share/foomatic/db/source/printer/279849.xml
+share/foomatic/db/source/printer/279913.xml
+share/foomatic/db/source/printer/280649.xml
+share/foomatic/db/source/printer/284105.xml
+share/foomatic/db/source/printer/284169.xml
+share/foomatic/db/source/printer/287273.xml
+share/foomatic/db/source/printer/287337.xml
+share/foomatic/db/source/printer/287401.xml
+share/foomatic/db/source/printer/287561.xml
+share/foomatic/db/source/printer/287657.xml
+share/foomatic/db/source/printer/287689.xml
+share/foomatic/db/source/printer/287721.xml
+share/foomatic/db/source/printer/289961.xml
+share/foomatic/db/source/printer/290665.xml
+share/foomatic/db/source/printer/290953.xml
+share/foomatic/db/source/printer/291081.xml
+share/foomatic/db/source/printer/293641.xml
+share/foomatic/db/source/printer/29472.xml
+share/foomatic/db/source/printer/295273.xml
+share/foomatic/db/source/printer/309929.xml
+share/foomatic/db/source/printer/310313.xml
+share/foomatic/db/source/printer/311113.xml
+share/foomatic/db/source/printer/311177.xml
+share/foomatic/db/source/printer/312041.xml
+share/foomatic/db/source/printer/312169.xml
+share/foomatic/db/source/printer/312297.xml
+share/foomatic/db/source/printer/312329.xml
+share/foomatic/db/source/printer/312393.xml
+share/foomatic/db/source/printer/314601.xml
+share/foomatic/db/source/printer/315753.xml
+share/foomatic/db/source/printer/316361.xml
+share/foomatic/db/source/printer/317129.xml
+share/foomatic/db/source/printer/317225.xml
+share/foomatic/db/source/printer/317321.xml
+share/foomatic/db/source/printer/317385.xml
+share/foomatic/db/source/printer/317481.xml
+share/foomatic/db/source/printer/317545.xml
+share/foomatic/db/source/printer/317609.xml
+share/foomatic/db/source/printer/317801.xml
+share/foomatic/db/source/printer/317865.xml
+share/foomatic/db/source/printer/321929.xml
+share/foomatic/db/source/printer/322185.xml
+share/foomatic/db/source/printer/325321.xml
+share/foomatic/db/source/printer/32640.xml
+share/foomatic/db/source/printer/32672.xml
+share/foomatic/db/source/printer/32704.xml
+share/foomatic/db/source/printer/32736.xml
+share/foomatic/db/source/printer/327401.xml
+share/foomatic/db/source/printer/32768.xml
+share/foomatic/db/source/printer/32832.xml
+share/foomatic/db/source/printer/328361.xml
+share/foomatic/db/source/printer/328553.xml
+share/foomatic/db/source/printer/332073.xml
+share/foomatic/db/source/printer/334409.xml
+share/foomatic/db/source/printer/336297.xml
+share/foomatic/db/source/printer/34016.xml
+share/foomatic/db/source/printer/364585.xml
+share/foomatic/db/source/printer/365001.xml
+share/foomatic/db/source/printer/365353.xml
+share/foomatic/db/source/printer/365417.xml
+share/foomatic/db/source/printer/365737.xml
+share/foomatic/db/source/printer/369705.xml
+share/foomatic/db/source/printer/373513.xml
+share/foomatic/db/source/printer/375433.xml
+share/foomatic/db/source/printer/378665.xml
+share/foomatic/db/source/printer/378729.xml
+share/foomatic/db/source/printer/378825.xml
+share/foomatic/db/source/printer/378889.xml
+share/foomatic/db/source/printer/378953.xml
+share/foomatic/db/source/printer/381449.xml
+share/foomatic/db/source/printer/413673.xml
+share/foomatic/db/source/printer/413737.xml
+share/foomatic/db/source/printer/42048.xml
+share/foomatic/db/source/printer/421586.xml
+share/foomatic/db/source/printer/421650.xml
+share/foomatic/db/source/printer/421714.xml
+share/foomatic/db/source/printer/421842.xml
+share/foomatic/db/source/printer/421906.xml
+share/foomatic/db/source/printer/421970.xml
+share/foomatic/db/source/printer/423122.xml
+share/foomatic/db/source/printer/423826.xml
+share/foomatic/db/source/printer/439378.xml
+share/foomatic/db/source/printer/439570.xml
+share/foomatic/db/source/printer/44128.xml
+share/foomatic/db/source/printer/44192.xml
+share/foomatic/db/source/printer/44256.xml
+share/foomatic/db/source/printer/44320.xml
+share/foomatic/db/source/printer/448242.xml
+share/foomatic/db/source/printer/46400.xml
+share/foomatic/db/source/printer/464242.xml
+share/foomatic/db/source/printer/47328.xml
+share/foomatic/db/source/printer/474610.xml
+share/foomatic/db/source/printer/475634.xml
+share/foomatic/db/source/printer/477618.xml
+share/foomatic/db/source/printer/479986.xml
+share/foomatic/db/source/printer/48000.xml
+share/foomatic/db/source/printer/48064.xml
+share/foomatic/db/source/printer/486066.xml
+share/foomatic/db/source/printer/487986.xml
+share/foomatic/db/source/printer/490066.xml
+share/foomatic/db/source/printer/490898.xml
+share/foomatic/db/source/printer/491506.xml
+share/foomatic/db/source/printer/49568.xml
+share/foomatic/db/source/printer/49888.xml
+share/foomatic/db/source/printer/516274.xml
+share/foomatic/db/source/printer/517394.xml
+share/foomatic/db/source/printer/517810.xml
+share/foomatic/db/source/printer/517906.xml
+share/foomatic/db/source/printer/517970.xml
+share/foomatic/db/source/printer/520178.xml
+share/foomatic/db/source/printer/522002.xml
+share/foomatic/db/source/printer/523058.xml
+share/foomatic/db/source/printer/527506.xml
+share/foomatic/db/source/printer/530418.xml
+share/foomatic/db/source/printer/530994.xml
+share/foomatic/db/source/printer/531058.xml
+share/foomatic/db/source/printer/537362.xml
+share/foomatic/db/source/printer/539634.xml
+share/foomatic/db/source/printer/54176.xml
+share/foomatic/db/source/printer/541906.xml
+share/foomatic/db/source/printer/542482.xml
+share/foomatic/db/source/printer/543058.xml
+share/foomatic/db/source/printer/545746.xml
+share/foomatic/db/source/printer/547282.xml
+share/foomatic/db/source/printer/547378.xml
+share/foomatic/db/source/printer/549970.xml
+share/foomatic/db/source/printer/550610.xml
+share/foomatic/db/source/printer/551282.xml
+share/foomatic/db/source/printer/551346.xml
+share/foomatic/db/source/printer/551410.xml
+share/foomatic/db/source/printer/551474.xml
+share/foomatic/db/source/printer/552146.xml
+share/foomatic/db/source/printer/55232.xml
+share/foomatic/db/source/printer/554770.xml
+share/foomatic/db/source/printer/555026.xml
+share/foomatic/db/source/printer/556050.xml
+share/foomatic/db/source/printer/56608.xml
+share/foomatic/db/source/printer/56672.xml
+share/foomatic/db/source/printer/581554.xml
+share/foomatic/db/source/printer/582898.xml
+share/foomatic/db/source/printer/58363.xml
+share/foomatic/db/source/printer/58464.xml
+share/foomatic/db/source/printer/58656.xml
+share/foomatic/db/source/printer/58688.xml
+share/foomatic/db/source/printer/58720.xml
+share/foomatic/db/source/printer/58752.xml
+share/foomatic/db/source/printer/58816.xml
+share/foomatic/db/source/printer/59008.xml
+share/foomatic/db/source/printer/59296.xml
+share/foomatic/db/source/printer/593266.xml
+share/foomatic/db/source/printer/59328.xml
+share/foomatic/db/source/printer/59360.xml
+share/foomatic/db/source/printer/59392.xml
+share/foomatic/db/source/printer/59424.xml
+share/foomatic/db/source/printer/59456.xml
+share/foomatic/db/source/printer/59520.xml
+share/foomatic/db/source/printer/59552.xml
+share/foomatic/db/source/printer/59584.xml
+share/foomatic/db/source/printer/59616.xml
+share/foomatic/db/source/printer/59648.xml
+share/foomatic/db/source/printer/59776.xml
+share/foomatic/db/source/printer/599218.xml
+share/foomatic/db/source/printer/60128.xml
+share/foomatic/db/source/printer/60192.xml
+share/foomatic/db/source/printer/60224.xml
+share/foomatic/db/source/printer/602258.xml
+share/foomatic/db/source/printer/602386.xml
+share/foomatic/db/source/printer/60256.xml
+share/foomatic/db/source/printer/60384.xml
+share/foomatic/db/source/printer/60416.xml
+share/foomatic/db/source/printer/60448.xml
+share/foomatic/db/source/printer/60480.xml
+share/foomatic/db/source/printer/605074.xml
+share/foomatic/db/source/printer/60512.xml
+share/foomatic/db/source/printer/60544.xml
+share/foomatic/db/source/printer/60576.xml
+share/foomatic/db/source/printer/60608.xml
+share/foomatic/db/source/printer/60640.xml
+share/foomatic/db/source/printer/60672.xml
+share/foomatic/db/source/printer/60704.xml
+share/foomatic/db/source/printer/60736.xml
+share/foomatic/db/source/printer/607474.xml
+share/foomatic/db/source/printer/60768.xml
+share/foomatic/db/source/printer/60800.xml
+share/foomatic/db/source/printer/60832.xml
+share/foomatic/db/source/printer/60864.xml
+share/foomatic/db/source/printer/60896.xml
+share/foomatic/db/source/printer/60928.xml
+share/foomatic/db/source/printer/60960.xml
+share/foomatic/db/source/printer/609714.xml
+share/foomatic/db/source/printer/60992.xml
+share/foomatic/db/source/printer/61024.xml
+share/foomatic/db/source/printer/61120.xml
+share/foomatic/db/source/printer/61152.xml
+share/foomatic/db/source/printer/61184.xml
+share/foomatic/db/source/printer/611890.xml
+share/foomatic/db/source/printer/61216.xml
+share/foomatic/db/source/printer/61248.xml
+share/foomatic/db/source/printer/61344.xml
+share/foomatic/db/source/printer/613522.xml
+share/foomatic/db/source/printer/613618.xml
+share/foomatic/db/source/printer/61472.xml
+share/foomatic/db/source/printer/61504.xml
+share/foomatic/db/source/printer/61536.xml
+share/foomatic/db/source/printer/61568.xml
+share/foomatic/db/source/printer/615698.xml
+share/foomatic/db/source/printer/61600.xml
+share/foomatic/db/source/printer/61632.xml
+share/foomatic/db/source/printer/61664.xml
+share/foomatic/db/source/printer/616946.xml
+share/foomatic/db/source/printer/61696.xml
+share/foomatic/db/source/printer/616978.xml
+share/foomatic/db/source/printer/617010.xml
+share/foomatic/db/source/printer/61728.xml
+share/foomatic/db/source/printer/61760.xml
+share/foomatic/db/source/printer/61792.xml
+share/foomatic/db/source/printer/61824.xml
+share/foomatic/db/source/printer/61856.xml
+share/foomatic/db/source/printer/618706.xml
+share/foomatic/db/source/printer/61888.xml
+share/foomatic/db/source/printer/619538.xml
+share/foomatic/db/source/printer/619666.xml
+share/foomatic/db/source/printer/62016.xml
+share/foomatic/db/source/printer/620306.xml
+share/foomatic/db/source/printer/62048.xml
+share/foomatic/db/source/printer/62080.xml
+share/foomatic/db/source/printer/62112.xml
+share/foomatic/db/source/printer/62240.xml
+share/foomatic/db/source/printer/62304.xml
+share/foomatic/db/source/printer/62368.xml
+share/foomatic/db/source/printer/623858.xml
+share/foomatic/db/source/printer/623922.xml
+share/foomatic/db/source/printer/624114.xml
+share/foomatic/db/source/printer/62496.xml
+share/foomatic/db/source/printer/62528.xml
+share/foomatic/db/source/printer/62624.xml
+share/foomatic/db/source/printer/62720.xml
+share/foomatic/db/source/printer/62816.xml
+share/foomatic/db/source/printer/628498.xml
+share/foomatic/db/source/printer/628690.xml
+share/foomatic/db/source/printer/62912.xml
+share/foomatic/db/source/printer/62944.xml
+share/foomatic/db/source/printer/62976.xml
+share/foomatic/db/source/printer/63008.xml
+share/foomatic/db/source/printer/63040.xml
+share/foomatic/db/source/printer/631698.xml
+share/foomatic/db/source/printer/63200.xml
+share/foomatic/db/source/printer/63264.xml
+share/foomatic/db/source/printer/63328.xml
+share/foomatic/db/source/printer/633554.xml
+share/foomatic/db/source/printer/63360.xml
+share/foomatic/db/source/printer/63456.xml
+share/foomatic/db/source/printer/63520.xml
+share/foomatic/db/source/printer/63552.xml
+share/foomatic/db/source/printer/635698.xml
+share/foomatic/db/source/printer/63584.xml
+share/foomatic/db/source/printer/63616.xml
+share/foomatic/db/source/printer/63648.xml
+share/foomatic/db/source/printer/63680.xml
+share/foomatic/db/source/printer/63712.xml
+share/foomatic/db/source/printer/63744.xml
+share/foomatic/db/source/printer/63776.xml
+share/foomatic/db/source/printer/638194.xml
+share/foomatic/db/source/printer/63840.xml
+share/foomatic/db/source/printer/63904.xml
+share/foomatic/db/source/printer/640082.xml
+share/foomatic/db/source/printer/64032.xml
+share/foomatic/db/source/printer/64064.xml
+share/foomatic/db/source/printer/64096.xml
+share/foomatic/db/source/printer/64192.xml
+share/foomatic/db/source/printer/642674.xml
+share/foomatic/db/source/printer/64288.xml
+share/foomatic/db/source/printer/64320.xml
+share/foomatic/db/source/printer/64416.xml
+share/foomatic/db/source/printer/64512.xml
+share/foomatic/db/source/printer/64576.xml
+share/foomatic/db/source/printer/64672.xml
+share/foomatic/db/source/printer/64704.xml
+share/foomatic/db/source/printer/64736.xml
+share/foomatic/db/source/printer/64864.xml
+share/foomatic/db/source/printer/64960.xml
+share/foomatic/db/source/printer/64992.xml
+share/foomatic/db/source/printer/65216.xml
+share/foomatic/db/source/printer/65248.xml
+share/foomatic/db/source/printer/65280.xml
+share/foomatic/db/source/printer/65312.xml
+share/foomatic/db/source/printer/65344.xml
+share/foomatic/db/source/printer/65376.xml
+share/foomatic/db/source/printer/65408.xml
+share/foomatic/db/source/printer/65440.xml
+share/foomatic/db/source/printer/65600.xml
+share/foomatic/db/source/printer/65696.xml
+share/foomatic/db/source/printer/65856.xml
+share/foomatic/db/source/printer/65984.xml
+share/foomatic/db/source/printer/66016.xml
+share/foomatic/db/source/printer/66176.xml
+share/foomatic/db/source/printer/66336.xml
+share/foomatic/db/source/printer/66400.xml
+share/foomatic/db/source/printer/66496.xml
+share/foomatic/db/source/printer/66528.xml
+share/foomatic/db/source/printer/67136.xml
+share/foomatic/db/source/printer/67168.xml
+share/foomatic/db/source/printer/67200.xml
+share/foomatic/db/source/printer/67232.xml
+share/foomatic/db/source/printer/67296.xml
+share/foomatic/db/source/printer/67424.xml
+share/foomatic/db/source/printer/67456.xml
+share/foomatic/db/source/printer/67584.xml
+share/foomatic/db/source/printer/67744.xml
+share/foomatic/db/source/printer/68320.xml
+share/foomatic/db/source/printer/68384.xml
+share/foomatic/db/source/printer/68512.xml
+share/foomatic/db/source/printer/68672.xml
+share/foomatic/db/source/printer/68736.xml
+share/foomatic/db/source/printer/69088.xml
+share/foomatic/db/source/printer/69120.xml
+share/foomatic/db/source/printer/69472.xml
+share/foomatic/db/source/printer/69504.xml
+share/foomatic/db/source/printer/69568.xml
+share/foomatic/db/source/printer/69824.xml
+share/foomatic/db/source/printer/70016.xml
+share/foomatic/db/source/printer/70144.xml
+share/foomatic/db/source/printer/70208.xml
+share/foomatic/db/source/printer/70496.xml
+share/foomatic/db/source/printer/70528.xml
+share/foomatic/db/source/printer/70560.xml
+share/foomatic/db/source/printer/70720.xml
+share/foomatic/db/source/printer/70752.xml
+share/foomatic/db/source/printer/70912.xml
+share/foomatic/db/source/printer/71008.xml
+share/foomatic/db/source/printer/71040.xml
+share/foomatic/db/source/printer/71232.xml
+share/foomatic/db/source/printer/71392.xml
+share/foomatic/db/source/printer/71424.xml
+share/foomatic/db/source/printer/71680.xml
+share/foomatic/db/source/printer/71712.xml
+share/foomatic/db/source/printer/72000.xml
+share/foomatic/db/source/printer/72288.xml
+share/foomatic/db/source/printer/72544.xml
+share/foomatic/db/source/printer/72736.xml
+share/foomatic/db/source/printer/73216.xml
+share/foomatic/db/source/printer/73408.xml
+share/foomatic/db/source/printer/73472.xml
+share/foomatic/db/source/printer/73760.xml
+share/foomatic/db/source/printer/74016.xml
+share/foomatic/db/source/printer/74144.xml
+share/foomatic/db/source/printer/74176.xml
+share/foomatic/db/source/printer/74208.xml
+share/foomatic/db/source/printer/74304.xml
+share/foomatic/db/source/printer/74464.xml
+share/foomatic/db/source/printer/74528.xml
+share/foomatic/db/source/printer/74592.xml
+share/foomatic/db/source/printer/74688.xml
+share/foomatic/db/source/printer/75104.xml
+share/foomatic/db/source/printer/75168.xml
+share/foomatic/db/source/printer/75232.xml
+share/foomatic/db/source/printer/75296.xml
+share/foomatic/db/source/printer/75520.xml
+share/foomatic/db/source/printer/75712.xml
+share/foomatic/db/source/printer/75808.xml
+share/foomatic/db/source/printer/75936.xml
+share/foomatic/db/source/printer/76064.xml
+share/foomatic/db/source/printer/76096.xml
+share/foomatic/db/source/printer/76224.xml
+share/foomatic/db/source/printer/76352.xml
+share/foomatic/db/source/printer/76640.xml
+share/foomatic/db/source/printer/76704.xml
+share/foomatic/db/source/printer/76896.xml
+share/foomatic/db/source/printer/77088.xml
+share/foomatic/db/source/printer/77152.xml
+share/foomatic/db/source/printer/77216.xml
+share/foomatic/db/source/printer/77248.xml
+share/foomatic/db/source/printer/77312.xml
+share/foomatic/db/source/printer/77472.xml
+share/foomatic/db/source/printer/77568.xml
+share/foomatic/db/source/printer/77824.xml
+share/foomatic/db/source/printer/77952.xml
+share/foomatic/db/source/printer/78144.xml
+share/foomatic/db/source/printer/78336.xml
+share/foomatic/db/source/printer/78688.xml
+share/foomatic/db/source/printer/78720.xml
+share/foomatic/db/source/printer/78816.xml
+share/foomatic/db/source/printer/79840.xml
+share/foomatic/db/source/printer/80160.xml
+share/foomatic/db/source/printer/80288.xml
+share/foomatic/db/source/printer/80320.xml
+share/foomatic/db/source/printer/80896.xml
+share/foomatic/db/source/printer/81408.xml
+share/foomatic/db/source/printer/81568.xml
+share/foomatic/db/source/printer/82496.xml
+share/foomatic/db/source/printer/83072.xml
+share/foomatic/db/source/printer/83520.xml
+share/foomatic/db/source/printer/84256.xml
+share/foomatic/db/source/printer/84864.xml
+share/foomatic/db/source/printer/85344.xml
+share/foomatic/db/source/printer/86176.xml
+share/foomatic/db/source/printer/86208.xml
+share/foomatic/db/source/printer/86784.xml
+share/foomatic/db/source/printer/87552.xml
+share/foomatic/db/source/printer/87968.xml
+share/foomatic/db/source/printer/89152.xml
+share/foomatic/db/source/printer/90592.xml
+share/foomatic/db/source/printer/90976.xml
+share/foomatic/db/source/printer/91232.xml
+share/foomatic/db/source/printer/91840.xml
+share/foomatic/db/source/printer/92192.xml
+share/foomatic/db/source/printer/93120.xml
+share/foomatic/db/source/printer/94016.xml
+share/foomatic/db/source/printer/96288.xml
+share/foomatic/db/source/printer/96480.xml
+share/foomatic/db/source/printer/96512.xml
+share/foomatic/db/source/printer/96576.xml
+share/foomatic/db/source/printer/97312.xml
+share/foomatic/db/source/printer/99136.xml
+share/foomatic/db/source/printer/99616.xml
+share/foomatic/db/source/printer/99840.xml
+share/foomatic/db/source/printer/Alps-MD-1500.xml
+share/foomatic/db/source/printer/Alps-MD-2010.xml
+share/foomatic/db/source/printer/Alps-MD-2300.xml
+share/foomatic/db/source/printer/Alps-MD-5500.xml
+share/foomatic/db/source/printer/Anitech-M24.xml
+share/foomatic/db/source/printer/Apollo-P-1220_Barbie.xml
+share/foomatic/db/source/printer/Apollo-P-1250.xml
+share/foomatic/db/source/printer/Apollo-P-2100.xml
+share/foomatic/db/source/printer/Apollo-P-2150.xml
+share/foomatic/db/source/printer/Apollo-P-2250.xml
+share/foomatic/db/source/printer/Apollo-P-2500.xml
+share/foomatic/db/source/printer/Apollo-P-2550.xml
+share/foomatic/db/source/printer/Apollo-P-2600.xml
+share/foomatic/db/source/printer/Apollo-P-2650.xml
+share/foomatic/db/source/printer/Apple-LaserWriter_4_600.xml
+share/foomatic/db/source/printer/Brother-HL-1440.xml
+share/foomatic/db/source/printer/Brother-HL-1450.xml
+share/foomatic/db/source/printer/Brother-HL-1470N.xml
+share/foomatic/db/source/printer/Brother-HL-2400CeN.xml
+share/foomatic/db/source/printer/Brother-HL-2460.xml
+share/foomatic/db/source/printer/Brother-HL-2460N.xml
+share/foomatic/db/source/printer/Brother-HL-3400CN.xml
+share/foomatic/db/source/printer/Brother-MFC-P2500.xml
+share/foomatic/db/source/printer/Canon-BJ-100.xml
+share/foomatic/db/source/printer/Canon-BJ-10v.xml
+share/foomatic/db/source/printer/Canon-BJ-15v.xml
+share/foomatic/db/source/printer/Canon-BJ-35v.xml
+share/foomatic/db/source/printer/Canon-BJC-2010.xml
+share/foomatic/db/source/printer/Canon-BJC-2110.xml
+share/foomatic/db/source/printer/Canon-BJC-250ex.xml
+share/foomatic/db/source/printer/Canon-BJC-255SP.xml
+share/foomatic/db/source/printer/Canon-BJC-265SP.xml
+share/foomatic/db/source/printer/Canon-BJC-680J.xml
+share/foomatic/db/source/printer/Canon-BJC-880J.xml
+share/foomatic/db/source/printer/Canon-LBP-310.xml
+share/foomatic/db/source/printer/Canon-LBP-320_Pro.xml
+share/foomatic/db/source/printer/Canon-LBP-350.xml
+share/foomatic/db/source/printer/Canon-LIPS-IIplus.xml
+share/foomatic/db/source/printer/Canon-LIPS-IV.xml
+share/foomatic/db/source/printer/Canon-LIPS-IVv.xml
+share/foomatic/db/source/printer/Canon-S100.xml
+share/foomatic/db/source/printer/Canon-S200.xml
+share/foomatic/db/source/printer/Canon-S300.xml
+share/foomatic/db/source/printer/Canon-S500.xml
+share/foomatic/db/source/printer/Canon-S600.xml
+share/foomatic/db/source/printer/Canon-S630.xml
+share/foomatic/db/source/printer/Canon-S800.xml
+share/foomatic/db/source/printer/Canon-imageRunner_330s.xml
+share/foomatic/db/source/printer/Citizen-printiva1700.xml
+share/foomatic/db/source/printer/Citizen-printiva600U.xml
+share/foomatic/db/source/printer/Citizen-printiva700.xml
+share/foomatic/db/source/printer/Compaq-IJ1200.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C1000.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C2000.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C2000PS.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C4000.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C4000PS.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C8500.xml
+share/foomatic/db/source/printer/Epson-AcuLaser_C8500PS.xml
+share/foomatic/db/source/printer/Epson-CL_700.xml
+share/foomatic/db/source/printer/Epson-CL_750.xml
+share/foomatic/db/source/printer/Epson-EM_900C.xml
+share/foomatic/db/source/printer/Epson-EM_900CN.xml
+share/foomatic/db/source/printer/Epson-EM_930C.xml
+share/foomatic/db/source/printer/Epson-EM_930CN.xml
+share/foomatic/db/source/printer/Epson-EPL-5800L.xml
+share/foomatic/db/source/printer/Epson-EPL-5800PS.xml
+share/foomatic/db/source/printer/Epson-EPL-5900.xml
+share/foomatic/db/source/printer/Epson-EPL-5900L.xml
+share/foomatic/db/source/printer/Epson-EPL-5900PS.xml
+share/foomatic/db/source/printer/Epson-EPL-N1600.xml
+share/foomatic/db/source/printer/Epson-EPL-N1600PS.xml
+share/foomatic/db/source/printer/Epson-EPL-N2050.xml
+share/foomatic/db/source/printer/Epson-EPL-N2050PS.xml
+share/foomatic/db/source/printer/Epson-EPL-N2050PSplus.xml
+share/foomatic/db/source/printer/Epson-EPL-N2050plus.xml
+share/foomatic/db/source/printer/Epson-EPL-N2120.xml
+share/foomatic/db/source/printer/Epson-EPL-N2750.xml
+share/foomatic/db/source/printer/Epson-EPL-N2750PS.xml
+share/foomatic/db/source/printer/Epson-LP-2000.xml
+share/foomatic/db/source/printer/Epson-LP-3000.xml
+share/foomatic/db/source/printer/Epson-LP-7000.xml
+share/foomatic/db/source/printer/Epson-LP-7000G.xml
+share/foomatic/db/source/printer/Epson-LP-xx00.xml
+share/foomatic/db/source/printer/Epson-MC_10000.xml
+share/foomatic/db/source/printer/Epson-MC_2000.xml
+share/foomatic/db/source/printer/Epson-MC_5000.xml
+share/foomatic/db/source/printer/Epson-MC_7000.xml
+share/foomatic/db/source/printer/Epson-MC_9000.xml
+share/foomatic/db/source/printer/Epson-MJ_5100C.xml
+share/foomatic/db/source/printer/Epson-MJ_520C.xml
+share/foomatic/db/source/printer/Epson-MJ_6000C.xml
+share/foomatic/db/source/printer/Epson-MJ_8000C.xml
+share/foomatic/db/source/printer/Epson-MJ_930C.xml
+share/foomatic/db/source/printer/Epson-MachJet.xml
+share/foomatic/db/source/printer/Epson-PM_10000.xml
+share/foomatic/db/source/printer/Epson-PM_2000C.xml
+share/foomatic/db/source/printer/Epson-PM_2200C.xml
+share/foomatic/db/source/printer/Epson-PM_3000C.xml
+share/foomatic/db/source/printer/Epson-PM_3300C.xml
+share/foomatic/db/source/printer/Epson-PM_3500C.xml
+share/foomatic/db/source/printer/Epson-PM_4000PX.xml
+share/foomatic/db/source/printer/Epson-PM_5000C.xml
+share/foomatic/db/source/printer/Epson-PM_7000C.xml
+share/foomatic/db/source/printer/Epson-PM_700C.xml
+share/foomatic/db/source/printer/Epson-PM_730C.xml
+share/foomatic/db/source/printer/Epson-PM_750C.xml
+share/foomatic/db/source/printer/Epson-PM_760C.xml
+share/foomatic/db/source/printer/Epson-PM_770C.xml
+share/foomatic/db/source/printer/Epson-PM_780C.xml
+share/foomatic/db/source/printer/Epson-PM_790PT.xml
+share/foomatic/db/source/printer/Epson-PM_800C.xml
+share/foomatic/db/source/printer/Epson-PM_820C.xml
+share/foomatic/db/source/printer/Epson-PM_850PT.xml
+share/foomatic/db/source/printer/Epson-PM_880C.xml
+share/foomatic/db/source/printer/Epson-PM_9000C.xml
+share/foomatic/db/source/printer/Epson-PM_950C.xml
+share/foomatic/db/source/printer/Epson-PX_7000.xml
+share/foomatic/db/source/printer/Epson-PX_9000.xml
+share/foomatic/db/source/printer/Epson-Stylus.xml
+share/foomatic/db/source/printer/Epson-Stylus_C20SX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C20UX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C40SX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C40UX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C41SX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C41UX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C42SX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C42UX.xml
+share/foomatic/db/source/printer/Epson-Stylus_C50.xml
+share/foomatic/db/source/printer/Epson-Stylus_C60.xml
+share/foomatic/db/source/printer/Epson-Stylus_C61.xml
+share/foomatic/db/source/printer/Epson-Stylus_C62.xml
+share/foomatic/db/source/printer/Epson-Stylus_C70.xml
+share/foomatic/db/source/printer/Epson-Stylus_C80.xml
+share/foomatic/db/source/printer/Epson-Stylus_C82.xml
+share/foomatic/db/source/printer/Epson-Stylus_CX3200.xml
+share/foomatic/db/source/printer/Epson-Stylus_CX5200.xml
+share/foomatic/db/source/printer/Epson-Stylus_Color_200.xml
+share/foomatic/db/source/printer/Epson-Stylus_Color_8_3.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_1280.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_1290.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_1290S.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_2100.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_2200.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_780.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_785.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_790.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_810.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_820.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_825.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_830.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_875.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_890.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_895.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_900.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_915.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_925.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_950.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_960.xml
+share/foomatic/db/source/printer/Epson-Stylus_Photo_EX3.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_10000.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_5000.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_5500.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_7000.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_7500.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_7600.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_9000.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_9500.xml
+share/foomatic/db/source/printer/Epson-Stylus_Pro_9600.xml
+share/foomatic/db/source/printer/Epson-Stylus_Scan_2000.xml
+share/foomatic/db/source/printer/Fujitsu-FMLBP2xx_Page_Printer.xml
+share/foomatic/db/source/printer/Fujitsu-FMPR.xml
+share/foomatic/db/source/printer/Generic-ESC_P_Dot_Matrix_Printer.xml
+share/foomatic/db/source/printer/Generic-GDI_Printer.xml
+share/foomatic/db/source/printer/Generic-IBM-Comaptible_Dot_Matrix_Printer.xml
+share/foomatic/db/source/printer/Generic-PCL_3_Printer.xml
+share/foomatic/db/source/printer/Generic-PCL_4_Printer.xml
+share/foomatic/db/source/printer/Generic-PCL_5_5e_Printer.xml
+share/foomatic/db/source/printer/Generic-PCL_5c_Printer.xml
+share/foomatic/db/source/printer/Generic-PCL_6_PCL_XL_Printer.xml
+share/foomatic/db/source/printer/Generic-PostScript_Printer.xml
+share/foomatic/db/source/printer/HP-2500CM.xml
+share/foomatic/db/source/printer/HP-Business_Inkjet_2230.xml
+share/foomatic/db/source/printer/HP-Business_Inkjet_2280.xml
+share/foomatic/db/source/printer/HP-Business_Inkjet_2600.xml
+share/foomatic/db/source/printer/HP-Business_Inkjet_3000.xml
+share/foomatic/db/source/printer/HP-Color_Inkjet_Printer_CP1160.xml
+share/foomatic/db/source/printer/HP-Color_Inkjet_Printer_CP1700.xml
+share/foomatic/db/source/printer/HP-Color_LaserJet_2500.xml
+share/foomatic/db/source/printer/HP-Color_LaserJet_4550.xml
+share/foomatic/db/source/printer/HP-Color_LaserJet_4600.xml
+share/foomatic/db/source/printer/HP-Color_LaserJet_5500.xml
+share/foomatic/db/source/printer/HP-DesignJet_2500CP.xml
+share/foomatic/db/source/printer/HP-DesignJet_250C.xml
+share/foomatic/db/source/printer/HP-DesignJet_430.xml
+share/foomatic/db/source/printer/HP-DesignJet_450C.xml
+share/foomatic/db/source/printer/HP-DesignJet_455CA.xml
+share/foomatic/db/source/printer/HP-DesignJet_488CA.xml
+share/foomatic/db/source/printer/HP-DesignJet_5500.xml
+share/foomatic/db/source/printer/HP-DesignJet_5500ps.xml
+share/foomatic/db/source/printer/HP-DesignJet_700.xml
+share/foomatic/db/source/printer/HP-DesignJet_750.xml
+share/foomatic/db/source/printer/HP-DeskJet_1125C.xml
+share/foomatic/db/source/printer/HP-DeskJet_200.xml
+share/foomatic/db/source/printer/HP-DeskJet_3320.xml
+share/foomatic/db/source/printer/HP-DeskJet_3325.xml
+share/foomatic/db/source/printer/HP-DeskJet_3420.xml
+share/foomatic/db/source/printer/HP-DeskJet_3425.xml
+share/foomatic/db/source/printer/HP-DeskJet_3810.xml
+share/foomatic/db/source/printer/HP-DeskJet_3816.xml
+share/foomatic/db/source/printer/HP-DeskJet_3820.xml
+share/foomatic/db/source/printer/HP-DeskJet_3822.xml
+share/foomatic/db/source/printer/HP-DeskJet_450.xml
+share/foomatic/db/source/printer/HP-DeskJet_505J_Plus.xml
+share/foomatic/db/source/printer/HP-DeskJet_5550.xml
+share/foomatic/db/source/printer/HP-DeskJet_5551.xml
+share/foomatic/db/source/printer/HP-DeskJet_6122.xml
+share/foomatic/db/source/printer/HP-DeskJet_6127.xml
+share/foomatic/db/source/printer/HP-DeskJet_630C.xml
+share/foomatic/db/source/printer/HP-DeskJet_632C.xml
+share/foomatic/db/source/printer/HP-DeskJet_640C.xml
+share/foomatic/db/source/printer/HP-DeskJet_656C.xml
+share/foomatic/db/source/printer/HP-DeskJet_670TV.xml
+share/foomatic/db/source/printer/HP-DeskJet_693C.xml
+share/foomatic/db/source/printer/HP-DeskJet_695C.xml
+share/foomatic/db/source/printer/HP-DeskJet_816C.xml
+share/foomatic/db/source/printer/HP-DeskJet_825C.xml
+share/foomatic/db/source/printer/HP-DeskJet_830C.xml
+share/foomatic/db/source/printer/HP-DeskJet_841C.xml
+share/foomatic/db/source/printer/HP-DeskJet_843C.xml
+share/foomatic/db/source/printer/HP-DeskJet_845C.xml
+share/foomatic/db/source/printer/HP-DeskJet_916C.xml
+share/foomatic/db/source/printer/HP-DeskJet_920C.xml
+share/foomatic/db/source/printer/HP-DeskJet_933C.xml
+share/foomatic/db/source/printer/HP-DeskJet_934C.xml
+share/foomatic/db/source/printer/HP-DeskJet_935C.xml
+share/foomatic/db/source/printer/HP-DeskJet_940C.xml
+share/foomatic/db/source/printer/HP-DeskJet_948C.xml
+share/foomatic/db/source/printer/HP-DeskJet_952C.xml
+share/foomatic/db/source/printer/HP-DeskJet_957C.xml
+share/foomatic/db/source/printer/HP-DeskJet_959C.xml
+share/foomatic/db/source/printer/HP-DeskJet_975C.xml
+share/foomatic/db/source/printer/HP-DeskJet_980C.xml
+share/foomatic/db/source/printer/HP-DeskJet_995C.xml
+share/foomatic/db/source/printer/HP-LaserJet_1000.xml
+share/foomatic/db/source/printer/HP-LaserJet_1200.xml
+share/foomatic/db/source/printer/HP-LaserJet_1220.xml
+share/foomatic/db/source/printer/HP-LaserJet_2200.xml
+share/foomatic/db/source/printer/HP-LaserJet_3200m.xml
+share/foomatic/db/source/printer/HP-LaserJet_3300_MFP.xml
+share/foomatic/db/source/printer/HP-LaserJet_3310_MFP.xml
+share/foomatic/db/source/printer/HP-LaserJet_3320N_MFP.xml
+share/foomatic/db/source/printer/HP-LaserJet_3320_MFP.xml
+share/foomatic/db/source/printer/HP-LaserJet_3330_MFP.xml
+share/foomatic/db/source/printer/HP-LaserJet_3P_w_PCL5.xml
+share/foomatic/db/source/printer/HP-LaserJet_4100.xml
+share/foomatic/db/source/printer/HP-LaserJet_4200.xml
+share/foomatic/db/source/printer/HP-LaserJet_4300.xml
+share/foomatic/db/source/printer/HP-LaserJet_4V_4LJ_Pro.xml
+share/foomatic/db/source/printer/HP-LaserJet_5100.xml
+share/foomatic/db/source/printer/HP-LaserJet_8150.xml
+share/foomatic/db/source/printer/HP-LaserJet_9000.xml
+share/foomatic/db/source/printer/HP-OfficeJet.xml
+share/foomatic/db/source/printer/HP-OfficeJet_300.xml
+share/foomatic/db/source/printer/HP-OfficeJet_330.xml
+share/foomatic/db/source/printer/HP-OfficeJet_350.xml
+share/foomatic/db/source/printer/HP-OfficeJet_520.xml
+share/foomatic/db/source/printer/HP-OfficeJet_570.xml
+share/foomatic/db/source/printer/HP-OfficeJet_580.xml
+share/foomatic/db/source/printer/HP-OfficeJet_590.xml
+share/foomatic/db/source/printer/HP-OfficeJet_610.xml
+share/foomatic/db/source/printer/HP-OfficeJet_6110.xml
+share/foomatic/db/source/printer/HP-OfficeJet_630.xml
+share/foomatic/db/source/printer/HP-OfficeJet_700.xml
+share/foomatic/db/source/printer/HP-OfficeJet_720.xml
+share/foomatic/db/source/printer/HP-OfficeJet_725.xml
+share/foomatic/db/source/printer/HP-OfficeJet_D125.xml
+share/foomatic/db/source/printer/HP-OfficeJet_D135.xml
+share/foomatic/db/source/printer/HP-OfficeJet_D145.xml
+share/foomatic/db/source/printer/HP-OfficeJet_D155.xml
+share/foomatic/db/source/printer/HP-OfficeJet_K60.xml
+share/foomatic/db/source/printer/HP-OfficeJet_K60xi.xml
+share/foomatic/db/source/printer/HP-OfficeJet_K80.xml
+share/foomatic/db/source/printer/HP-OfficeJet_K80xi.xml
+share/foomatic/db/source/printer/HP-OfficeJet_LX.xml
+share/foomatic/db/source/printer/HP-OfficeJet_R40.xml
+share/foomatic/db/source/printer/HP-OfficeJet_R65.xml
+share/foomatic/db/source/printer/HP-OfficeJet_R80.xml
+share/foomatic/db/source/printer/HP-OfficeJet_V40.xml
+share/foomatic/db/source/printer/HP-OfficeJet_V40xi.xml
+share/foomatic/db/source/printer/HP-PSC_2110.xml
+share/foomatic/db/source/printer/HP-PSC_2150.xml
+share/foomatic/db/source/printer/HP-PSC_2210.xml
+share/foomatic/db/source/printer/HP-PSC_370.xml
+share/foomatic/db/source/printer/HP-PSC_380.xml
+share/foomatic/db/source/printer/HP-PSC_750.xml
+share/foomatic/db/source/printer/HP-PSC_750xi.xml
+share/foomatic/db/source/printer/HP-PSC_950.xml
+share/foomatic/db/source/printer/HP-PSC_950xi.xml
+share/foomatic/db/source/printer/HP-PhotoSmart.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_7150.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_7350.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_7550.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P100.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P1115.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P1215.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P1218.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P130.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P1315.xml
+share/foomatic/db/source/printer/HP-PhotoSmart_P230.xml
+share/foomatic/db/source/printer/HP-e-printer_e20.xml
+share/foomatic/db/source/printer/Kyocera-F-1000.xml
+share/foomatic/db/source/printer/Kyocera-F-1200S.xml
+share/foomatic/db/source/printer/Kyocera-F-1800.xml
+share/foomatic/db/source/printer/Kyocera-F-2000.xml
+share/foomatic/db/source/printer/Kyocera-F-2010.xml
+share/foomatic/db/source/printer/Kyocera-F-2200.xml
+share/foomatic/db/source/printer/Kyocera-F-2200S.xml
+share/foomatic/db/source/printer/Kyocera-F-3000.xml
+share/foomatic/db/source/printer/Kyocera-F-3010.xml
+share/foomatic/db/source/printer/Kyocera-F-5000.xml
+share/foomatic/db/source/printer/Kyocera-F-800.xml
+share/foomatic/db/source/printer/Kyocera-F-820.xml
+share/foomatic/db/source/printer/Kyocera-FS-1000plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-1010.xml
+share/foomatic/db/source/printer/Kyocera-FS-1050.xml
+share/foomatic/db/source/printer/Kyocera-FS-1500.xml
+share/foomatic/db/source/printer/Kyocera-FS-1550.xml
+share/foomatic/db/source/printer/Kyocera-FS-1550plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-1600.xml
+share/foomatic/db/source/printer/Kyocera-FS-1600plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-1700.xml
+share/foomatic/db/source/printer/Kyocera-FS-1800.xml
+share/foomatic/db/source/printer/Kyocera-FS-1800plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-1900.xml
+share/foomatic/db/source/printer/Kyocera-FS-3400.xml
+share/foomatic/db/source/printer/Kyocera-FS-3400plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-3600.xml
+share/foomatic/db/source/printer/Kyocera-FS-3600plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-3700.xml
+share/foomatic/db/source/printer/Kyocera-FS-3800.xml
+share/foomatic/db/source/printer/Kyocera-FS-400.xml
+share/foomatic/db/source/printer/Kyocera-FS-5500.xml
+share/foomatic/db/source/printer/Kyocera-FS-5800C.xml
+share/foomatic/db/source/printer/Kyocera-FS-6500.xml
+share/foomatic/db/source/printer/Kyocera-FS-6500plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-6700.xml
+share/foomatic/db/source/printer/Kyocera-FS-7000.xml
+share/foomatic/db/source/printer/Kyocera-FS-7000plus.xml
+share/foomatic/db/source/printer/Kyocera-FS-8000C.xml
+share/foomatic/db/source/printer/Kyocera-FS-850.xml
+share/foomatic/db/source/printer/Kyocera-FS-9000.xml
+share/foomatic/db/source/printer/Kyocera-FS-9100DN.xml
+share/foomatic/db/source/printer/Kyocera-FS-9500DN.xml
+share/foomatic/db/source/printer/Kyocera-KM-1530.xml
+share/foomatic/db/source/printer/Kyocera-KM-1810.xml
+share/foomatic/db/source/printer/Kyocera-KM-2030.xml
+share/foomatic/db/source/printer/Kyocera-KM-2530.xml
+share/foomatic/db/source/printer/Kyocera-KM-3530.xml
+share/foomatic/db/source/printer/Kyocera-KM-4230.xml
+share/foomatic/db/source/printer/Kyocera-KM-4530.xml
+share/foomatic/db/source/printer/Kyocera-KM-5230.xml
+share/foomatic/db/source/printer/Kyocera-KM-5530.xml
+share/foomatic/db/source/printer/Kyocera-KM-6230.xml
+share/foomatic/db/source/printer/Kyocera-P-2002.xml
+share/foomatic/db/source/printer/Lexmark-4076.xml
+share/foomatic/db/source/printer/Lexmark-E210.xml
+share/foomatic/db/source/printer/Lexmark-Optra_C710.xml
+share/foomatic/db/source/printer/Lexmark-X73.xml
+share/foomatic/db/source/printer/Lexmark-Z13.xml
+share/foomatic/db/source/printer/Lexmark-Z23.xml
+share/foomatic/db/source/printer/Lexmark-Z33.xml
+share/foomatic/db/source/printer/Lexmark-Z43.xml
+share/foomatic/db/source/printer/Lexmark-Z53.xml
+share/foomatic/db/source/printer/Lexmark-Z82.xml
+share/foomatic/db/source/printer/Minolta-PagePro_1100L.xml
+share/foomatic/db/source/printer/NEC-MultiWriter.xml
+share/foomatic/db/source/printer/NEC-PC-PR1000.xml
+share/foomatic/db/source/printer/NEC-PC-PR150.xml
+share/foomatic/db/source/printer/NEC-PC-PR2000.xml
+share/foomatic/db/source/printer/NEC-PC-PR201.xml
+share/foomatic/db/source/printer/NEC-PICTY180.xml
+share/foomatic/db/source/printer/Okidata-ML_320.xml
+share/foomatic/db/source/printer/Okidata-ML_321.xml
+share/foomatic/db/source/printer/Okidata-Microline_600CL.xml
+share/foomatic/db/source/printer/Okidata-Microline_620CL.xml
+share/foomatic/db/source/printer/Okidata-OL400.xml
+share/foomatic/db/source/printer/Okidata-OL400e.xml
+share/foomatic/db/source/printer/Okidata-Okipage_14ex.xml
+share/foomatic/db/source/printer/Pentax-PocketJet_200.xml
+share/foomatic/db/source/printer/Pentax-PocketJet_II.xml
+share/foomatic/db/source/printer/Ricoh-RPDL_III_Laser_Printer.xml
+share/foomatic/db/source/printer/Ricoh-RPDL_II_Laser_Printer.xml
+share/foomatic/db/source/printer/Ricoh-RPDL_IV_Laser_Printer.xml
+share/foomatic/db/source/printer/Ricoh-RPDL_I_Laser_Printer.xml
+share/foomatic/db/source/printer/Samsung-ML-1000.xml
+share/foomatic/db/source/printer/Samsung-ML-1010.xml
+share/foomatic/db/source/printer/Samsung-ML-1020.xml
+share/foomatic/db/source/printer/Samsung-ML-1200.xml
+share/foomatic/db/source/printer/Samsung-ML-1210.xml
+share/foomatic/db/source/printer/Samsung-ML-1220.xml
+share/foomatic/db/source/printer/Samsung-ML-200.xml
+share/foomatic/db/source/printer/Samsung-ML-210.xml
+share/foomatic/db/source/printer/Samsung-ML-5080.xml
+share/foomatic/db/source/printer/Samsung-ML-6040.xml
+share/foomatic/db/source/printer/Sharp-AJ-1805.xml
+share/foomatic/db/source/printer/Sharp-AJ-2005.xml
+share/foomatic/db/source/printer/Sharp-AJ-2100.xml
+share/foomatic/db/source/printer/Sony-IJP-V100.xml
+share/foomatic/db/source/printer/Star-JJ-100.xml
+share/foomatic/db/source/printer/Xerox-Able_1406.xml
+share/foomatic/db/source/printer/Xerox-DocuPrint_N4512.xml
+share/foomatic/db/source/printer/Xerox-DocuPrint_N4512PS.xml
+@dirrm share/foomatic/db/source/printer
+@dirrm share/foomatic/db/source/opt
+@dirrm share/foomatic/db/source/driver
+@dirrm share/foomatic/db/source
+@dirrm share/foomatic/db
+@dirrm share/foomatic