Date: Wed, 6 May 2009 14:39:27 GMT From: Andrew Clark <andrewclarkii@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134270: update port: print/hplip update to: 3.9.4 Message-ID: <200905061439.n46EdRGE043368@www.freebsd.org> Resent-Message-ID: <200905061440.n46Ee26S041818@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134270 >Category: ports >Synopsis: update port: print/hplip update to: 3.9.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 06 14:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrew Clark >Release: 7.2-RELEASE >Organization: moskb >Environment: FreeBSD powercharge.moskb.local 7.2-RELEASE FreeBSD 7.2-RELEASE #1: Wed May 6 11:23:58 MSD 2009 andy@powercharge.moskb.local:/usr/obj/usr/src/sys/GENERIC i386 >Description: New version HP Linux Imaging and Printing utility >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/hpssd.sh.in # ./distinfo # ./pkg-descr # ./Makefile # ./pkg-message # ./pkg-plist # ./pkg-install # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/hpssd.sh.in sed 's/^X//' >./files/hpssd.sh.in << 'ef427467a537a2cd04059f884c1e1d02' X#!/bin/sh X X# PROVIDE: hpssd X# BEFORE: cupsd X# KEYWORD: shutdown X X. %%RC_SUBR%% X Xname=hpssd Xrcvar=${name}_enable X Xcommand="%%PREFIX%%/sbin/${name}" Xcommand_interpreter="%%PREFIX%%/bin/python" Xpidfile="/var/run/${name}.pid" Xhpssd_user=nobody Xcommand_args=">/dev/null" X Xstart_precmd="hpssd_prestart" X Xload_rc_config $name X X: ${hpssd_enable="NO"} X Xhpssd_prestart() X{ X touch ${pidfile} X chown ${hpssd_user} ${pidfile} X} X Xrun_rc_command $* ef427467a537a2cd04059f884c1e1d02 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XMD5 (hplip-3.9.4.tar.gz) = 03f76601dce5fdabca5d68fadf786fc3 XSHA256 (hplip-3.9.4.tar.gz) = 3a3b9086e330565abcbbd85857a493f6ee5aebe2e61f5c891d8596f036d62f77 XSIZE (hplip-3.9.4.tar.gz) = 15698325 aec8793adfd5b7c3f00e62ae41a09ac2 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XHPLIP is an HP developed solution for printing, scanning, Xand faxing with HP inkjet and laser based printers in Linux. X XThe HP driver project provides printing support for nearly X1000 printer models, including Deskjet, Officejet, Photosmart, XPSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP. X XWWW: http://hplipopensource.com/hplip-web/index.html 0e313719ff012ceaf97a028d51caa8f5 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: hplip X# Date created: 1 April 2006 X# Whom: amistry@am-productions.biz X# X# $FreeBSD: ports/print/hplip/Makefile,v 1.23 2009/03/25 16:42:56 pav Exp $ X# X XPORTNAME= hplip XPORTVERSION= 3.9.4 XCATEGORIES= print XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= hplip X XMAINTAINER= amistry@am-productions.biz XCOMMENT= Drivers and utilities for HP Printers and All-in-One devices X XLIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ X sane.1:${PORTSDIR}/graphics/sane-backends \ X cups.2:${PORTSDIR}/print/cups-base \ X netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 \ X foomatic-rip:${PORTSDIR}/print/foomatic-filters X XCONFLICTS= hpijs-* X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --disable-dependency-tracking \ X --disable-pp-build \ X --enable-foomatic-ppd-install \ X --with-icondir=${LOCALBASE}/share/applications \ X --with-cupsbackenddir=${LOCALBASE}/libexec/cups/backend \ X --with-cupsfilterdir=${LOCALBASE}/libexec/cups/filter \ X --with-drvdir=${LOCALBASE}/libexec/cups/driver X XUSE_LDCONFIG= yes XUSE_GHOSTSCRIPT_RUN= yes XUSE_PYTHON= yes XUSE_RC_SUBR= hpssd.sh XMAKE_JOBS_SAFE= yes X XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" X XMAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" X XPKGDEINSTALL= ${PKGINSTALL} X XOPTIONS= GUI "build with Python QT" on X XPLIST_SUB+= PORTVERSION=${PORTVERSION} IJSVER=2.7.4 X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 800069 XLIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb X.endif X X.if !defined(WITHOUT_GUI) || exists(${LOCALBASE}/bin/pylupdate) XRUN_DEPENDS+= pylupdate:${PORTSDIR}/x11-toolkits/py-qt XCONFIGURE_ARGS+= --enable-gui-build X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|/etc/hp|${LOCALBASE}/etc/hp|g ; \ X s|/etc/sane.d|${LOCALBASE}/etc/sane.d|g' \ X ${WRKSRC}/Makefile.am \ X ${WRKSRC}/Makefile.in \ X ${WRKSRC}/check.py \ X ${WRKSRC}/hpssd.py \ X ${WRKSRC}/base/g.py \ X ${WRKSRC}/fax/backend/hpfax.py \ X ${WRKSRC}/installer/distros.dat \ X ${WRKSRC}/installer/core_install.py \ X ${WRKSRC}/prnt/hpijs/ljzjs.cpp X X @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' \ X ${WRKSRC}/configure \ X ${WRKSRC}/configure.in X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e 's|install-dist_www7DATA install-docDATA|install-dist_www7DATA|g ; \ X s|install-dist_unrelDATA install-dist_www0DATA|install-dist_unrelDATA|g ; \ X s|install-dist_www1DATA install-dist_www21DATA||g ; \ X s|install-dist_www22DATA install-dist_www23DATA||g ; \ X s|install-dist_www241DATA install-dist_www242DATA||g ; \ X s|install-dist_www243DATA install-dist_www24DATA||g ; \ X s|install-dist_www251DATA install-dist_www252DATA||g ; \ X s|install-dist_www261DATA install-dist_www2DATA||g ; \ X s|install-dist_www3DATA install-dist_www4DATA||g ; \ X s|install-dist_www5DATA install-dist_www61DATA||g ; \ X s|install-dist_www6DATA install-dist_www7DATA||g' \ X ${WRKSRC}/Makefile.in X.endif X @${REINPLACE_CMD} -e 's|install-dist_prntSCRIPTS install-dist_rulesDATA|install-dist_prntSCRIPTS|g ; \ X s|install-hpPROGRAMS install-hplip_confDATA|install-hpPROGRAMS|g' \ X ${WRKSRC}/Makefile.in X# @${REINPLACE_CMD} -e 's|install-dist_www7DATA install-docDATA|install-dist_www7DATA|g' \ X# ${WRKSRC}/Makefile.in X @${REINPLACE_CMD} -e 's|-ldld||g ; \ X s|-ldl||g ; \ X s|-dld||g' \ X ${WRKSRC}/configure \ X ${WRKSRC}/configure.in \ X ${WRKSRC}/Makefile.in \ X ${WRKSRC}/Makefile.am \ X ${WRKSRC}/aclocal.m4 X X @${REINPLACE_CMD} -e 's|/usr/bin/env python|${LOCALBASE}/bin/python|g' \ X ${WRKSRC}/hpssd.py X Xpre-su-install: X @${MKDIR} ${PREFIX}/share/applications X Xpost-install: X.if !defined(PACKAGE_BUILDING) X @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X.endif X @${LN} -sf ${PREFIX}/share/hplip/hpssd.py ${PREFIX}/sbin/hpssd X @${MKDIR} ${PREFIX}/etc/hp X # Auto-generate sample configuration file X @${INSTALL_DATA} ${WRKSRC}/hplip.conf ${PREFIX}/etc/hp/hplip.conf.sample X.if !exists(${PREFIX}/etc/hp/hplip.conf) X @${INSTALL_DATA} ${WRKSRC}/hplip.conf ${PREFIX}/etc/hp/hplip.conf X.endif X @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} X X.include <bsd.port.post.mk> 464ef7c6571951809b23e262cbe26e19 echo x - ./pkg-message sed 's/^X//' >./pkg-message << '9f51c313804c544b8024c5640d645b0a' X********************************************************** X X**************** UPGRADE FROM 1.X NOTICE ***************** X XNOTE: If you are upgrading from 1.x you will need to Xchange your devfs ruleset as hpiod is now gone, so remove Xit from you rc.conf. The printer communication now runs Xthrough cupsd. You will need to make the devfs ruleset Xchanges to allow cups to access the usb bus and ugen Xdevices so that it can enumerate the printers. You will Xalso need to update your hplip.conf. See the instructions Xbelow. X X**************** UPGRADE FROM 1.X NOTICE ***************** X XAdd the following to your rc.conf: X Xhpssd_enable="YES" X XSo all you have to do if you have a custom ruleset setup Xis add the following to that ruleset in devfs.rules: X Xadd path 'usb*' group cups Xadd path 'usb*' mode 0660 Xadd path 'ugen*' group cups Xadd path 'ugen*' mode 0660 X XIf you have never setup devfs.rules please read the Xmanpage and see: Xhttp://am-productions.biz/docs/devfs.rules.php X XThe printer MUST attach as a ugen(4) device. This means Xthat you must NOT have "device ulpt" in your kernel and Xulpt must NOT be loaded as a kernel module. X XIf you are seeing device connection errors restart the Xprinting chain with the following command. NOTE: It MUST Xbe restarted in the stated order. X%%PREFIX%%/etc/rc.d/hpssd restart && \ X%%PREFIX%%/etc/rc.d/cupsd restart X XIf upgrading from a version < 2.7.9 copy the new Xhplip.conf.sample config. Xcp %%PREFIX%%/etc/hp/hplip.conf.sample \ X %%PREFIX%%/etc/hp/hplip.conf X XIf you are still having problems check: Xhttp://am-productions.biz/docs/hplip.php XIf you are still having problems send the relevant part Xof your /var/log/messages, console output from the hp-* Xutility that you are trying to run, and your rc.conf + Xdevfs.rules files and the output of "ls -l /dev" to the Xmaintainer. X********************************************************** 9f51c313804c544b8024c5640d645b0a echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' Xbin/hp-align Xbin/hp-check Xbin/hp-clean Xbin/hp-colorcal Xbin/hp-devicesetup Xbin/hp-fab Xbin/hp-faxsetup Xbin/hp-firmware Xbin/hp-info Xbin/hp-levels Xbin/hp-linefeedcal Xbin/hp-makecopies Xbin/hp-makeuri Xbin/hp-mkuri Xbin/hp-pkservice Xbin/hp-plugin Xbin/hp-pqdiag Xbin/hp-print Xbin/hp-printsettings Xbin/hp-probe Xbin/hp-query Xbin/hp-scan Xbin/hp-sendfax Xbin/hp-setup Xbin/hp-systray Xbin/hp-testpage Xbin/hp-timedate Xbin/hp-toolbox Xbin/hp-unload Xbin/hpijs Xetc/hp/hplip.conf Xetc/hp/hplip.conf.sample Xetc/rc.d/hpssd Xetc/sane.d/dll.conf Xlib/libhpip.la Xlib/libhpip.so Xlib/libhpip.so.0 Xlib/libhpmud.la Xlib/libhpmud.so Xlib/libhpmud.so.0 Xlib/python2.5/site-packages/cupsext.la Xlib/python2.5/site-packages/cupsext.so Xlib/python2.5/site-packages/hpmudext.la Xlib/python2.5/site-packages/hpmudext.so Xlib/python2.5/site-packages/pcardext.la Xlib/python2.5/site-packages/pcardext.so Xlib/python2.5/site-packages/scanext.la Xlib/python2.5/site-packages/scanext.so Xlib/sane/libsane-hpaio.la Xlib/sane/libsane-hpaio.so Xlib/sane/libsane-hpaio.so.1 Xsbin/hpssd Xshare/doc/hplip-3.9.4/COPYING Xshare/doc/hplip-3.9.4/README_LIBJPG Xshare/doc/hplip-3.9.4/commandline.html Xshare/doc/hplip-3.9.4/copying.html Xshare/doc/hplip-3.9.4/copyright Xshare/doc/hplip-3.9.4/devicemanager.html Xshare/doc/hplip-3.9.4/faxtrouble.html Xshare/doc/hplip-3.9.4/gettinghelp.html Xshare/doc/hplip-3.9.4/hpscan.html Xshare/doc/hplip-3.9.4/images/favicon.ico Xshare/doc/hplip-3.9.4/images/print.png Xshare/doc/hplip-3.9.4/images/toolbox_actions.png Xshare/doc/hplip-3.9.4/images/toolbox_fax.png Xshare/doc/hplip-3.9.4/images/toolbox_print_control.png Xshare/doc/hplip-3.9.4/images/toolbox_print_settings.png Xshare/doc/hplip-3.9.4/images/toolbox_status.png Xshare/doc/hplip-3.9.4/images/toolbox_supplies.png Xshare/doc/hplip-3.9.4/images/xsane.png Xshare/doc/hplip-3.9.4/index.html Xshare/doc/hplip-3.9.4/mainttask.html Xshare/doc/hplip-3.9.4/plugins.html Xshare/doc/hplip-3.9.4/print.html Xshare/doc/hplip-3.9.4/printing.html Xshare/doc/hplip-3.9.4/printoptions.html Xshare/doc/hplip-3.9.4/printtroubleshooting.html Xshare/doc/hplip-3.9.4/scanning.html Xshare/doc/hplip-3.9.4/scantrouble.html Xshare/doc/hplip-3.9.4/sendfax.html Xshare/doc/hplip-3.9.4/setup.html Xshare/doc/hplip-3.9.4/styles/css.css Xshare/doc/hplip-3.9.4/systray.html Xshare/doc/hplip-3.9.4/troubleshooting.html Xshare/doc/hplip-3.9.4/uninstalling.html Xshare/doc/hplip-3.9.4/upgrading.html Xshare/hplip/__init__.py Xshare/hplip/align.py Xshare/hplip/base/__init__.py Xshare/hplip/base/codes.py Xshare/hplip/base/device.py Xshare/hplip/base/dime.py Xshare/hplip/base/exif.py Xshare/hplip/base/g.py Xshare/hplip/base/imagesize.py Xshare/hplip/base/ldif.py Xshare/hplip/base/logger.py Xshare/hplip/base/magic.py Xshare/hplip/base/maint.py Xshare/hplip/base/mdns.py Xshare/hplip/base/mfpdtf.py Xshare/hplip/base/models.py Xshare/hplip/base/module.py Xshare/hplip/base/pexpect.py Xshare/hplip/base/pkit.py Xshare/hplip/base/pml.py Xshare/hplip/base/slp.py Xshare/hplip/base/status.py Xshare/hplip/base/strings.py Xshare/hplip/base/tui.py Xshare/hplip/base/utils.py Xshare/hplip/base/vcard.py Xshare/hplip/check.py Xshare/hplip/clean.py Xshare/hplip/colorcal.py Xshare/hplip/copier/__init__.py Xshare/hplip/copier/copier.py Xshare/hplip/data/images/128x128/audio.png Xshare/hplip/data/images/128x128/bmp.png Xshare/hplip/data/images/128x128/gif.png Xshare/hplip/data/images/128x128/hp_logo.png Xshare/hplip/data/images/128x128/jpg.png Xshare/hplip/data/images/128x128/movie.png Xshare/hplip/data/images/128x128/mpg.png Xshare/hplip/data/images/128x128/png.png Xshare/hplip/data/images/128x128/tif.png Xshare/hplip/data/images/128x128/unknown.png Xshare/hplip/data/images/16x16/active.png Xshare/hplip/data/images/16x16/add_user.png Xshare/hplip/data/images/16x16/add_user_quick.png Xshare/hplip/data/images/16x16/add_users.png Xshare/hplip/data/images/16x16/battery.png Xshare/hplip/data/images/16x16/busy.png Xshare/hplip/data/images/16x16/cancel.png Xshare/hplip/data/images/16x16/close.png Xshare/hplip/data/images/16x16/down.png Xshare/hplip/data/images/16x16/down_user.png Xshare/hplip/data/images/16x16/download.png Xshare/hplip/data/images/16x16/edit.png Xshare/hplip/data/images/16x16/error.png Xshare/hplip/data/images/16x16/fab.png Xshare/hplip/data/images/16x16/fax.png Xshare/hplip/data/images/16x16/folder_open.png Xshare/hplip/data/images/16x16/folder_remove.png Xshare/hplip/data/images/16x16/help.png Xshare/hplip/data/images/16x16/hp_logo.png Xshare/hplip/data/images/16x16/idle.png Xshare/hplip/data/images/16x16/info.png Xshare/hplip/data/images/16x16/inkdrop.png Xshare/hplip/data/images/16x16/list_add.png Xshare/hplip/data/images/16x16/list_remove.png Xshare/hplip/data/images/16x16/makecopies.png Xshare/hplip/data/images/16x16/mimetypes.png Xshare/hplip/data/images/16x16/minus.png Xshare/hplip/data/images/16x16/next.png Xshare/hplip/data/images/16x16/ok.png Xshare/hplip/data/images/16x16/paper.png Xshare/hplip/data/images/16x16/pcard.png Xshare/hplip/data/images/16x16/plus.png Xshare/hplip/data/images/16x16/prev.png Xshare/hplip/data/images/16x16/print.png Xshare/hplip/data/images/16x16/quit.png Xshare/hplip/data/images/16x16/refresh.png Xshare/hplip/data/images/16x16/refresh1.png Xshare/hplip/data/images/16x16/remove_user.png Xshare/hplip/data/images/16x16/scan.png Xshare/hplip/data/images/16x16/settings.png Xshare/hplip/data/images/16x16/status_refresh.png Xshare/hplip/data/images/16x16/thumbnail.png Xshare/hplip/data/images/16x16/toner.png Xshare/hplip/data/images/16x16/up.png Xshare/hplip/data/images/16x16/up_user.png Xshare/hplip/data/images/16x16/warning.png Xshare/hplip/data/images/24x24/add_to_group.png Xshare/hplip/data/images/24x24/new_group.png Xshare/hplip/data/images/24x24/new_group_from_selection.png Xshare/hplip/data/images/24x24/new_user.png Xshare/hplip/data/images/24x24/remove_from_group.png Xshare/hplip/data/images/24x24/remove_group.png Xshare/hplip/data/images/24x24/remove_user.png Xshare/hplip/data/images/24x24/rename_group.png Xshare/hplip/data/images/256x256/hp_logo.png Xshare/hplip/data/images/32x32/align.png Xshare/hplip/data/images/32x32/battery.png Xshare/hplip/data/images/32x32/busy.png Xshare/hplip/data/images/32x32/clean.png Xshare/hplip/data/images/32x32/colorcal.png Xshare/hplip/data/images/32x32/cups.png Xshare/hplip/data/images/32x32/download.png Xshare/hplip/data/images/32x32/error.png Xshare/hplip/data/images/32x32/ews.png Xshare/hplip/data/images/32x32/fab.png Xshare/hplip/data/images/32x32/fax-disabled.png Xshare/hplip/data/images/32x32/fax.png Xshare/hplip/data/images/32x32/fax_machine.png Xshare/hplip/data/images/32x32/fax_setup.png Xshare/hplip/data/images/32x32/firmware.png Xshare/hplip/data/images/32x32/help.png Xshare/hplip/data/images/32x32/hp_logo.png Xshare/hplip/data/images/32x32/idle.png Xshare/hplip/data/images/32x32/info.png Xshare/hplip/data/images/32x32/inkdrop.png Xshare/hplip/data/images/32x32/linefeed_cal.png Xshare/hplip/data/images/32x32/lporg.png Xshare/hplip/data/images/32x32/makecopies-disabled.png Xshare/hplip/data/images/32x32/makecopies.png Xshare/hplip/data/images/32x32/ok.png Xshare/hplip/data/images/32x32/paper.png Xshare/hplip/data/images/32x32/pcard-disabled.png Xshare/hplip/data/images/32x32/pcard.png Xshare/hplip/data/images/32x32/plugin.png Xshare/hplip/data/images/32x32/pq_diag.png Xshare/hplip/data/images/32x32/print-disabled.png Xshare/hplip/data/images/32x32/print.png Xshare/hplip/data/images/32x32/scan-disabled.png Xshare/hplip/data/images/32x32/scan.png Xshare/hplip/data/images/32x32/settings.png Xshare/hplip/data/images/32x32/testpage.png Xshare/hplip/data/images/32x32/toner.png Xshare/hplip/data/images/32x32/toner_cartridge.png Xshare/hplip/data/images/32x32/warning.png Xshare/hplip/data/images/64x64/hp_logo.png Xshare/hplip/data/images/devices/120.png Xshare/hplip/data/images/devices/COLOR_INKJET_PRINTER_CP1700.png Xshare/hplip/data/images/devices/CP_1700.png Xshare/hplip/data/images/devices/DESKJET_1120C.png Xshare/hplip/data/images/devices/DESKJET_1220C.png Xshare/hplip/data/images/devices/DESKJET_2500C.png Xshare/hplip/data/images/devices/DESKJET_3820.png Xshare/hplip/data/images/devices/DESKJET_5740.png Xshare/hplip/data/images/devices/DESKJET_610.png Xshare/hplip/data/images/devices/DESKJET_630C.png Xshare/hplip/data/images/devices/DESKJET_650C.png Xshare/hplip/data/images/devices/DESKJET_840C.png Xshare/hplip/data/images/devices/DESKJET_916C.png Xshare/hplip/data/images/devices/DESKJET_9600.png Xshare/hplip/data/images/devices/DESKJET_960C.png Xshare/hplip/data/images/devices/DESKJET_970C.png Xshare/hplip/data/images/devices/DESKJET_990C.png Xshare/hplip/data/images/devices/DESKJET_995C.png Xshare/hplip/data/images/devices/Deskjet_3740.png Xshare/hplip/data/images/devices/Deskjet_5400_series.png Xshare/hplip/data/images/devices/Deskjet_5700.png Xshare/hplip/data/images/devices/Deskjet_5900_series.png Xshare/hplip/data/images/devices/Deskjet_6500.png Xshare/hplip/data/images/devices/Deskjet_6800.png Xshare/hplip/data/images/devices/HP_2000C.png Xshare/hplip/data/images/devices/HP_2500C.png Xshare/hplip/data/images/devices/HP_BI_3000.png Xshare/hplip/data/images/devices/HP_Business_Inkjet_1200.png Xshare/hplip/data/images/devices/HP_Color_LaserJet_1500.png Xshare/hplip/data/images/devices/HP_Color_LaserJet_2840.png Xshare/hplip/data/images/devices/HP_Color_LaserJet_4500.png Xshare/hplip/data/images/devices/HP_Color_LaserJet_4730mfp.png Xshare/hplip/data/images/devices/HP_Color_LaserJet_8550.png Xshare/hplip/data/images/devices/HP_LJ1xxx.png Xshare/hplip/data/images/devices/HP_LaserJet_1012.png Xshare/hplip/data/images/devices/HP_LaserJet_1220.png Xshare/hplip/data/images/devices/HP_LaserJet_3200M.png Xshare/hplip/data/images/devices/HP_LaserJet_3300_3310_3320.png Xshare/hplip/data/images/devices/HP_LaserJet_4000.png Xshare/hplip/data/images/devices/HP_LaserJet_4100_MFP.png Xshare/hplip/data/images/devices/HP_LaserJet_4M.png Xshare/hplip/data/images/devices/HP_LaserJet_5Si.png Xshare/hplip/data/images/devices/HP_LaserJet_6MP.png Xshare/hplip/data/images/devices/HP_LaserJet_8100_Series.png Xshare/hplip/data/images/devices/HP_LaserJet_9000_MFP.png Xshare/hplip/data/images/devices/HP_LaserJet_9040_MFP.png Xshare/hplip/data/images/devices/HP_LaserJet_9500dn.png Xshare/hplip/data/images/devices/HP_LaserJet_m1005.png Xshare/hplip/data/images/devices/HP_LaserJet_m1522.png Xshare/hplip/data/images/devices/HP_Officejet_Pro_L7700.png Xshare/hplip/data/images/devices/LASERJET_3500.png Xshare/hplip/data/images/devices/LASERJET_4650.png Xshare/hplip/data/images/devices/LASERJET_4650dtn.png Xshare/hplip/data/images/devices/LASERJET_5500.png Xshare/hplip/data/images/devices/LASERJET_5500dtn.png Xshare/hplip/data/images/devices/LASERJET_5550.png Xshare/hplip/data/images/devices/LASERJET_5550DTN.png Xshare/hplip/data/images/devices/OFFICEJET_PRO_1150C.png Xshare/hplip/data/images/devices/OfficeJet_5105.png Xshare/hplip/data/images/devices/OfficeJet_6100_Series.png Xshare/hplip/data/images/devices/OfficeJet_G85.png Xshare/hplip/data/images/devices/OfficeJet_Series_300.png Xshare/hplip/data/images/devices/Officejet_6150_Series.png Xshare/hplip/data/images/devices/Officejet_6200_series.png Xshare/hplip/data/images/devices/Officejet_7200_series.png Xshare/hplip/data/images/devices/Officejet_9100_series.png Xshare/hplip/data/images/devices/PHOTOSMART_100.png Xshare/hplip/data/images/devices/PHOTOSMART_1218.png Xshare/hplip/data/images/devices/PHOTOSMART_1315.png Xshare/hplip/data/images/devices/PHOTOSMART_P1100.png Xshare/hplip/data/images/devices/PSC_900_Series.png Xshare/hplip/data/images/devices/Photosmart_2600_series.png Xshare/hplip/data/images/devices/Photosmart_2700_series.png Xshare/hplip/data/images/devices/Photosmart_3300_series.png Xshare/hplip/data/images/devices/Photosmart_370_series.png Xshare/hplip/data/images/devices/Photosmart_7400_series.png Xshare/hplip/data/images/devices/Photosmart_8050.png Xshare/hplip/data/images/devices/Photosmart_8100_series.png Xshare/hplip/data/images/devices/Photosmart_8250.png Xshare/hplip/data/images/devices/Photosmart_8400_series.png Xshare/hplip/data/images/devices/Photosmart_8750_series.png Xshare/hplip/data/images/devices/Photosmart_C3100.png Xshare/hplip/data/images/devices/Photosmart_C4100.png Xshare/hplip/data/images/devices/Photosmart_C5100.png Xshare/hplip/data/images/devices/Photosmart_C6100.png Xshare/hplip/data/images/devices/Photosmart_D5060.png Xshare/hplip/data/images/devices/Photosmart_D5100.png Xshare/hplip/data/images/devices/Photosmart_D6160.png Xshare/hplip/data/images/devices/Photosmart_D7100.png Xshare/hplip/data/images/devices/Photosmart_D7300.png Xshare/hplip/data/images/devices/Photosmart_Pro_B8300.png Xshare/hplip/data/images/devices/Photosmart_Pro_B9180.png Xshare/hplip/data/images/devices/Photosmart_a310.png Xshare/hplip/data/images/devices/Photosmart_a510.png Xshare/hplip/data/images/devices/Photosmart_a710.png Xshare/hplip/data/images/devices/cp1160.png Xshare/hplip/data/images/devices/default_business_inkjet.png Xshare/hplip/data/images/devices/default_designjet.png Xshare/hplip/data/images/devices/default_deskjet.png Xshare/hplip/data/images/devices/default_laserjet.png Xshare/hplip/data/images/devices/default_officejet.png Xshare/hplip/data/images/devices/default_photosmart.png Xshare/hplip/data/images/devices/default_printer.png Xshare/hplip/data/images/devices/default_psc.png Xshare/hplip/data/images/devices/desket_5650.png Xshare/hplip/data/images/devices/deskjet_1280.png Xshare/hplip/data/images/devices/deskjet_3200.png Xshare/hplip/data/images/devices/deskjet_3320.png Xshare/hplip/data/images/devices/deskjet_3325.png Xshare/hplip/data/images/devices/deskjet_3420.png Xshare/hplip/data/images/devices/deskjet_3425.png Xshare/hplip/data/images/devices/deskjet_3500.png Xshare/hplip/data/images/devices/deskjet_3600.png Xshare/hplip/data/images/devices/deskjet_3840.png Xshare/hplip/data/images/devices/deskjet_5100.png Xshare/hplip/data/images/devices/deskjet_5550.png Xshare/hplip/data/images/devices/deskjet_5552.png Xshare/hplip/data/images/devices/deskjet_5600.png Xshare/hplip/data/images/devices/deskjet_6120.png Xshare/hplip/data/images/devices/deskjet_6980.png Xshare/hplip/data/images/devices/deskjet_D2360.png Xshare/hplip/data/images/devices/dj350.png Xshare/hplip/data/images/devices/dj450.png Xshare/hplip/data/images/devices/hp_LaserJet_1200.png Xshare/hplip/data/images/devices/hp_LaserJet_2100.png Xshare/hplip/data/images/devices/hp_LaserJet_3015.png Xshare/hplip/data/images/devices/hp_LaserJet_3020.png Xshare/hplip/data/images/devices/hp_LaserJet_4345_mfp.png Xshare/hplip/data/images/devices/hp_LaserJet_5000.png Xshare/hplip/data/images/devices/hp_LaserJet_8000.png Xshare/hplip/data/images/devices/hp_business_inkjet_1100.png Xshare/hplip/data/images/devices/hp_business_inkjet_2200.png Xshare/hplip/data/images/devices/hp_business_inkjet_2600.png Xshare/hplip/data/images/devices/hp_business_inkjet_3000.png Xshare/hplip/data/images/devices/hp_color_LaserJet_2550.png Xshare/hplip/data/images/devices/hp_color_LaserJet_3700.png Xshare/hplip/data/images/devices/hp_color_LaserJet_4600.png Xshare/hplip/data/images/devices/hp_color_LaserJet_9500.png Xshare/hplip/data/images/devices/hp_color_laserjet_cm1015_mfp.png Xshare/hplip/data/images/devices/hp_color_laserjet_cm1312_mfp.png Xshare/hplip/data/images/devices/hp_color_laserjet_cp2025.png Xshare/hplip/data/images/devices/hp_color_laserjet_cp3505.png Xshare/hplip/data/images/devices/hp_color_laserjet_cp3525.png Xshare/hplip/data/images/devices/hp_color_laserjet_cp4005.png Xshare/hplip/data/images/devices/hp_color_laserjet_cp6015.png Xshare/hplip/data/images/devices/hp_deskjet_9300.png Xshare/hplip/data/images/devices/hp_deskjet_f4200.png Xshare/hplip/data/images/devices/hp_laserjet_3050.png Xshare/hplip/data/images/devices/hp_laserjet_m2727_mfp.png Xshare/hplip/data/images/devices/hp_laserjet_p2015.png Xshare/hplip/data/images/devices/hp_photosmart_b8500_series.png Xshare/hplip/data/images/devices/laserjet_2410.png Xshare/hplip/data/images/devices/officejet_4200_series.png Xshare/hplip/data/images/devices/officejet_500.png Xshare/hplip/data/images/devices/officejet_5500_series.png Xshare/hplip/data/images/devices/officejet_5600.png Xshare/hplip/data/images/devices/officejet_j3600_series.png Xshare/hplip/data/images/devices/officejet_j5500_series.png Xshare/hplip/data/images/devices/officejet_k550.png Xshare/hplip/data/images/devices/officejet_k80.png Xshare/hplip/data/images/devices/photosmart_7150.png Xshare/hplip/data/images/devices/photosmart_7900_series.png Xshare/hplip/data/images/devices/photosmart_a610.png Xshare/hplip/data/images/devices/photosmart_a820_series.png Xshare/hplip/data/images/devices/psc_1100_series.png Xshare/hplip/data/images/devices/psc_1610.png Xshare/hplip/data/images/devices/psc_2300_series.png Xshare/hplip/data/images/other/aio_align.png Xshare/hplip/data/images/other/align10.png Xshare/hplip/data/images/other/clean.png Xshare/hplip/data/images/other/color_adj.png Xshare/hplip/data/images/other/confidential_coverpage.png Xshare/hplip/data/images/other/confidential_title.png Xshare/hplip/data/images/other/fax.png Xshare/hplip/data/images/other/fax2.png Xshare/hplip/data/images/other/generic_coverpage.png Xshare/hplip/data/images/other/generic_title.png Xshare/hplip/data/images/other/h-kc-2.png Xshare/hplip/data/images/other/h-kc-3.png Xshare/hplip/data/images/other/hp-tux-printer.png Xshare/hplip/data/images/other/load_paper.png Xshare/hplip/data/images/other/opensource-75x65.png Xshare/hplip/data/images/other/panel_lcd.png Xshare/hplip/data/images/other/pens.png Xshare/hplip/data/images/other/powered_by_python.png Xshare/hplip/data/images/other/standard_coverpage.png Xshare/hplip/data/images/other/type4_color_patch.png Xshare/hplip/data/images/other/type4_gray_patch.png Xshare/hplip/data/images/other/urgent_coverpage.png Xshare/hplip/data/images/other/urgent_title.png Xshare/hplip/data/images/other/v-c-2.png Xshare/hplip/data/images/other/v-c-3.png Xshare/hplip/data/images/other/v-k-2.png Xshare/hplip/data/images/other/v-k-3.png Xshare/hplip/data/images/other/v-kc-2.png Xshare/hplip/data/images/other/v-kc-3.png Xshare/hplip/data/images/other/zca.png Xshare/hplip/data/ldl/cb2pcal.ldl.gz Xshare/hplip/data/ldl/cb2pcal_done.ldl.gz Xshare/hplip/data/ldl/cbbcal.ldl.gz Xshare/hplip/data/ldl/cbccal.ldl.gz Xshare/hplip/data/ldl/cbccal_done.ldl.gz Xshare/hplip/data/ldl/cbcpcal.ldl.gz Xshare/hplip/data/ldl/cbpcal.ldl.gz Xshare/hplip/data/localization/hplip_de.qm Xshare/hplip/data/localization/hplip_es.qm Xshare/hplip/data/localization/hplip_fr.qm Xshare/hplip/data/localization/hplip_it.qm Xshare/hplip/data/localization/hplip_pt.qm Xshare/hplip/data/localization/hplip_ru.qm Xshare/hplip/data/localization/hplip_zh.qm Xshare/hplip/data/models/models.dat Xshare/hplip/data/pcl/align1_8xx.pcl.gz Xshare/hplip/data/pcl/align1_9xx.pcl.gz Xshare/hplip/data/pcl/align2_8xx.pcl.gz Xshare/hplip/data/pcl/align2_9xx.pcl.gz Xshare/hplip/data/pcl/align3_8xx.pcl.gz Xshare/hplip/data/pcl/align3_9xx.pcl.gz Xshare/hplip/data/pcl/align4_450.pcl.gz Xshare/hplip/data/pcl/align4_8xx.pcl.gz Xshare/hplip/data/pcl/align5_8xx.pcl.gz Xshare/hplip/data/pcl/align6_450.pcl.gz Xshare/hplip/data/pcl/colorcal1_450.pcl.gz Xshare/hplip/data/pcl/colorcal2_450.pcl.gz Xshare/hplip/data/pcl/crbcal.pcl.gz Xshare/hplip/data/pcl/crcaldone.pcl.gz Xshare/hplip/data/pcl/crcbcal.pcl.gz Xshare/hplip/data/pcl/crccal.pcl.gz Xshare/hplip/data/pcl/crcpcal.pcl.gz Xshare/hplip/data/pcl/crpcal.pcl.gz Xshare/hplip/data/ps/clean_page.pdf.gz Xshare/hplip/data/ps/testpage.ps.gz Xshare/hplip/devicesetup.py Xshare/hplip/fab.py Xshare/hplip/fax/__init__.py Xshare/hplip/fax/coverpages.py Xshare/hplip/fax/fax.py Xshare/hplip/fax/faxdevice.py Xshare/hplip/fax/pmlfax.py Xshare/hplip/fax/soapfax.py Xshare/hplip/faxsetup.py Xshare/hplip/firmware.py Xshare/hplip/hpdio.py Xshare/hplip/hpssd.py Xshare/hplip/info.py Xshare/hplip/installer/__init__.py Xshare/hplip/installer/core_install.py Xshare/hplip/installer/dcheck.py Xshare/hplip/installer/distros.dat Xshare/hplip/levels.py Xshare/hplip/linefeedcal.py Xshare/hplip/makecopies.py Xshare/hplip/makeuri.py Xshare/hplip/pcard/__init__.py Xshare/hplip/pcard/photocard.py Xshare/hplip/pkservice.py Xshare/hplip/plugin.py Xshare/hplip/pqdiag.py Xshare/hplip/print.py Xshare/hplip/printsettings.py Xshare/hplip/prnt/__init__.py Xshare/hplip/prnt/colorcal.py Xshare/hplip/prnt/cups.py Xshare/hplip/prnt/ldl.py Xshare/hplip/prnt/pcl.py Xshare/hplip/probe.py Xshare/hplip/query.py Xshare/hplip/scan.py Xshare/hplip/scan/__init__.py Xshare/hplip/scan/sane.py Xshare/hplip/sendfax.py Xshare/hplip/setup.py Xshare/hplip/systray.py Xshare/hplip/testpage.py Xshare/hplip/timedate.py Xshare/hplip/toolbox.py Xshare/hplip/ui4/__init__.py Xshare/hplip/ui4/aboutdialog.py Xshare/hplip/ui4/aboutdialog_base.py Xshare/hplip/ui4/aligndialog.py Xshare/hplip/ui4/aligndialog_base.py Xshare/hplip/ui4/cleandialog.py Xshare/hplip/ui4/cleandialog_base.py Xshare/hplip/ui4/colorcaldialog.py Xshare/hplip/ui4/colorcaldialog_base.py Xshare/hplip/ui4/devicesetupdialog.py Xshare/hplip/ui4/devicesetupdialog_base.py Xshare/hplip/ui4/deviceuricombobox.py Xshare/hplip/ui4/devmgr5.py Xshare/hplip/ui4/devmgr5_base.py Xshare/hplip/ui4/fabgrouptable.py Xshare/hplip/ui4/fabnametable.py Xshare/hplip/ui4/fabwindow.py Xshare/hplip/ui4/fabwindow_base.py Xshare/hplip/ui4/faxsetupdialog.py Xshare/hplip/ui4/faxsetupdialog_base.py Xshare/hplip/ui4/filetable.py Xshare/hplip/ui4/firmwaredialog.py Xshare/hplip/ui4/firmwaredialog_base.py Xshare/hplip/ui4/infodialog.py Xshare/hplip/ui4/infodialog_base.py Xshare/hplip/ui4/linefeedcaldialog.py Xshare/hplip/ui4/linefeedcaldialog_base.py Xshare/hplip/ui4/loadpapergroupbox.py Xshare/hplip/ui4/makecopiesdialog.py Xshare/hplip/ui4/makecopiesdialog_base.py Xshare/hplip/ui4/mimetypesdialog.py Xshare/hplip/ui4/mimetypesdialog_base.py Xshare/hplip/ui4/nodevicesdialog.py Xshare/hplip/ui4/nodevicesdialog_base.py Xshare/hplip/ui4/plugindialog.py Xshare/hplip/ui4/plugindialog_base.py Xshare/hplip/ui4/pluginlicensedialog.py Xshare/hplip/ui4/pluginlicensedialog_base.py Xshare/hplip/ui4/pqdiagdialog.py Xshare/hplip/ui4/pqdiagdialog_base.py Xshare/hplip/ui4/printdialog.py Xshare/hplip/ui4/printdialog_base.py Xshare/hplip/ui4/printernamecombobox.py Xshare/hplip/ui4/printsettingsdialog.py Xshare/hplip/ui4/printsettingsdialog_base.py Xshare/hplip/ui4/printsettingstoolbox.py Xshare/hplip/ui4/printtestpagedialog.py Xshare/hplip/ui4/printtestpagedialog_base.py Xshare/hplip/ui4/sendfaxdialog.py Xshare/hplip/ui4/sendfaxdialog_base.py Xshare/hplip/ui4/settingsdialog.py Xshare/hplip/ui4/settingsdialog_base.py Xshare/hplip/ui4/setupdialog.py Xshare/hplip/ui4/setupdialog_base.py Xshare/hplip/ui4/systemtray.py Xshare/hplip/ui4/systrayframe.py Xshare/hplip/ui4/systrayframe_base.py Xshare/hplip/ui4/ui_utils.py Xshare/hplip/unload.py Xshare/ppd/HP/HP-Fax-hplip.ppd.gz Xshare/ppd/HP/HP-Fax2-hplip.ppd.gz Xshare/ppd/HP/hp-2000c-hpijs.ppd.gz Xshare/ppd/HP/hp-2500c-hpijs.ppd.gz Xshare/ppd/HP/hp-910-hpijs.ppd.gz Xshare/ppd/HP/hp-915-hpijs.ppd.gz Xshare/ppd/HP/hp-business_inkjet_1000-hpijs.ppd.gz Xshare/ppd/HP/hp-business_inkjet_1100-hpijs.ppd.gz Xshare/ppd/HP/hp-business_inkjet_1200-hpijs.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2200-hpijs.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2230-hpijs.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2250-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2250-ps.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2280-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2280-ps.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2300-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2300-ps.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2600-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2600-ps.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2800-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-business_inkjet_2800-ps.ppd.gz Xshare/ppd/HP/hp-business_inkjet_3000-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-business_inkjet_3000-ps.ppd.gz Xshare/ppd/HP/hp-cm8050_mfp_with_edgeline-ps.ppd.gz Xshare/ppd/HP/hp-cm8060_mfp_with_edgeline-ps.ppd.gz Xshare/ppd/HP/hp-color_inkjet_cp1700-hpijs.ppd.gz Xshare/ppd/HP/hp-color_inkjet_printer_cp1700-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_1600-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2500-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2500-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2500_series-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2550_series-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2600n-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2605-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2605dn-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2605dtn-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2700-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2700n-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2800-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2820-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2830-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_2840-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3000-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3000-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3500-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3500n-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3550-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3550n-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3600-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3700-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3700-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3700n-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3700n-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3800-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_3800-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4500-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4500-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4550-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4550-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4600-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4600-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4600_series-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4600_series-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4610-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4610-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4650-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4650-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4700-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4700-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4730mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_4730mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5500-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5500-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5550-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5550-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5m-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_5m-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_8500-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_8500-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_8550-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_8550-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_9500-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_9500-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_9500_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_9500_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm1015-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm1017-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm1312_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm1312_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm1312nfi_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm1312nfi_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320fxi_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320fxi_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320n_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320n_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320nf_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm2320nf_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm3530_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm3530_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm4730_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm4730_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm6030_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm6030_mfp-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cm6040_mfp-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1215-hpijs.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1514n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1514n-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1515n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1515n-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1518ni-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp1518ni-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025dn-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025dn-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025n-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025x-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp2025x-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp3505-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp3505-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp3525-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp3525-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp4005-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp4005-ps.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp6015-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-color_laserjet_cp6015-ps.ppd.gz Xshare/ppd/HP/hp-cp1160-hpijs.ppd.gz Xshare/ppd/HP/hp-designjet_4020ps-ps.ppd.gz Xshare/ppd/HP/hp-designjet_4520mfp-ps.ppd.gz Xshare/ppd/HP/hp-designjet_4520ps-ps.ppd.gz Xshare/ppd/HP/hp-deskjet_1100-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1120-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1125-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1200c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1220c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1280-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1600c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1600cm-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_1600cn-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3320-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3325-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3420-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3425-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3450-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3500-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3550-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3600-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3650-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3740-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3810-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3816-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3819-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3820-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3822-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3840-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3870-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3900-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3910-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3920-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_3940-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_400-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_400l-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_460-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_500-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_500c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_505j-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_510-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5100-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_520-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_540-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_550c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5550-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5551-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5552-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5600-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5650-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5652-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5700-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5800-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5850-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_5900_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_600-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_610c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_610cl-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6120-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6122-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6127-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_612c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_630c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_632c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_640c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_648c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6500-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_656c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_660-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6600-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_670-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_670tv-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_672c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_680-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6800-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_682-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_690-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_690c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_692-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_693-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_694-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6940_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_695-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_697-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_6980_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_810c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_812c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_815c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_816c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_825c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_830c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_832c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_840c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_841c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_842c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_843c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_845c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_850c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_855c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_870c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_880c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_882c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_890c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_895c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_916c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_920c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_9300-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_930c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_932c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_933c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_934c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_935c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_940c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_948c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_950c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_952c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_955c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_957c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_959c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_9600-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_960c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_970c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_975c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_9800-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_980c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_990c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_995c-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d1300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d1400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d1500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d2300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d2400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d2500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d4100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d4200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d4300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_d730-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f2100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f2200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f4100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f4200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f4210_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f4213_series-hpijs.ppd.gz Xshare/ppd/HP/hp-deskjet_f735-hpijs.ppd.gz Xshare/ppd/HP/hp-dj350-hpijs.ppd.gz Xshare/ppd/HP/hp-dj450-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1000-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1005_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1010-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1012-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1015-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1018-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1020-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1022-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1022-hpijs-zjs.ppd.gz Xshare/ppd/HP/hp-laserjet_1022n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1022n-hpijs-zjs.ppd.gz Xshare/ppd/HP/hp-laserjet_1022nw-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1022nw-hpijs-zjs.ppd.gz Xshare/ppd/HP/hp-laserjet_1100-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1100a-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1100xi-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1150-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1160-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1160_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1200-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1200-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1200n-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1200n-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1220-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1220-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1220se-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1220se-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1300-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1300-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1300n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1300n-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1300xi-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1300xi-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1320-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1320-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1320_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_1320_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1320n-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1320n-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1320nw-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1320nw-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_1320tn-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_1320tn-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2100-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_2100-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2100_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_2100_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2200-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_2200-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_2200_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2300-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_2300-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_2300_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2410-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_2410-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2420-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_2420-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_2430-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_2430-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3015-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3015-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3020-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3020-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3030-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3030-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3050-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3050-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3052-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3052-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3055-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_3100-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_3150-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_3200-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3200-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3200_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3200m-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_3200m-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3200se-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_3200se-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3300_3310_3320-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3300_3310_3320-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3330-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_3380-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3380-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3390-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_3390-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_3392-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_4-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4000_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4000_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4050_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4050_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4100_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4100_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4100_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4100_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4150_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_4200-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4200-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4240-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4240-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4250-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4250-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4300-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4300-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4345_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4345_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4350-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4350-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4_plus-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4_plus-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4l-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_4ml-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_4ml-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4mp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4mp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4si-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4si-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_4v-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_4v-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5000-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_5000-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5000_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5000_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5100_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5100_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5200-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5200-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5200l-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5200l-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5200lx-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_5200lx-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5l-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_5mp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5mp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5p-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_5p-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5si-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5si-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_5si_mopier-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_5si_mopier-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_6l-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_6mp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_6mp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_6p-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_6p-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_8000-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_8000-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_8000_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_8000_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_8100_mfp-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_8100_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_8100_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_8100_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_8150_mfp-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_8150_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_8150_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9000_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9000_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9000_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9000_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9040-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9040-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9040_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9040_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9050-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9050-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9050_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9050_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9055mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9055mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_9065mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_9065mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m1005-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_m1120_mfp-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_m1120n_mfp-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_m1319f_mfp-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_m1522_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m1522n_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m1522nf_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m1522nf_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m2727_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m2727_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m2727nf_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m2727nfs_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m3027_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m3027_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m3035_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m3035_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m4345_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m4345_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m5025_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m5025_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m5035_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m5035_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m9040_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m9040_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_m9050_mfp-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_m9050_mfp-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p1005-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p1006-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p1007-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p1008-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p1009-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p1505-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p1505n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p1505n-hpijs-zxs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2014-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2014-hpijs-zxs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2014n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2014n-hpijs-zxs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015d_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015dn_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015dn_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015n_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015n_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015x_series-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2015x_series-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2035-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2035-hpijs-zjs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2035n-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2035n-hpijs-zjs.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055d-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055d-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055dn-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055dn-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055x-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p2055x-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p3004-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p3004-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p3005-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-laserjet_p3005-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4014-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4014-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4014dn-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4014dn-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4014n-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4014n-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015dn-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015dn-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015n-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015n-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015tn-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015tn-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015x-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4015x-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515n-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515n-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515tn-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515tn-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515x-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515x-ps.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515xm-hpijs.ppd.gz Xshare/ppd/HP/hp-laserjet_p4515xm-ps.ppd.gz Xshare/ppd/HP/hp-mopier_240-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-mopier_240-ps.ppd.gz Xshare/ppd/HP/hp-mopier_320-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-mopier_320-ps.ppd.gz Xshare/ppd/HP/hp-officejet-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_4100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_4105-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_4115_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_4200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_4255-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_4300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_5100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_5105-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_5110-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_5110v-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_5500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_5600_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_6100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_6150_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_6200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_6300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_6500_e709a-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_6500_e709n-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_7100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_7200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_7300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_7400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_9100_series-hpijs-pcl3.ppd.gz Xshare/ppd/HP/hp-officejet_d_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_g55-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_g55xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_g85-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_g85xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_g95-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_h470-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j3500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j3600_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j4500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j4660_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j4680_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j5500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j5700_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_j6400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_k60-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_k60xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_k7100-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_k80-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_k80xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_lx-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_1150c-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_1170c_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_8000_a809-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_8500_a909a-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_8500_a909g-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_8500_a909n-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_k5300-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_k5400-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_k550-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_k850-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_k8600-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_l7300-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_l7400-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_l7500-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_l7600-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_pro_l7700-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r40-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r40xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r45-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r60-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r65-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r80-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_r80xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_300-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_310-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_320-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_330-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_350-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_500-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_520-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_570-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_580-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_590-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_600-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_610-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_630-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_700-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_710-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_720-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_series_725-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_t_series-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_v30-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_v40-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_v40xi-hpijs.ppd.gz Xshare/ppd/HP/hp-officejet_v45-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_100-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_1115-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_1215-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_1218-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_130-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_1315-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_140_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_230-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_240_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_2570_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_2600_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_2700_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_3100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_3200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_320_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_3300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_330_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_370_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_380_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_420_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_470_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7150-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7345-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7350-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7550-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7600_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7700_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7800_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_7900_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_8000_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_8100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_8200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_8400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_8700_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a310_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a320_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a430_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a440_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a510_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a520_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a530_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a610_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a620_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a630_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a710_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_a820_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_b8500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c309a_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c3100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c4100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c4200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c4340_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c4380_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c4400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c4500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c5100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c5200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c5300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c5500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c6100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c6200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c6300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c7100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c7200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_c8100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d5060_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d5100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d5300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d5400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d6100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d7100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d7200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d7300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d7400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_d7500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_p1000-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_p1100-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_pro_b8300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-photosmart_pro_b8800_series-hpijs.ppd.gz Xshare/ppd/HP/hp-printer_scanner_copier_300-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1000_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1310_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1358_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1510_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_1600_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2100_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2150_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2170_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2200_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2210_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2300_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2350_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2400_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_2500_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_500-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_720-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_750-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_750xi-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_760-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_780-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_780xi-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_900_series-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_920-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_950-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_950vr-hpijs.ppd.gz Xshare/ppd/HP/hp-psc_950xi-hpijs.ppd.gz X@dirrm share/ppd/HP X@dirrm share/ppd X@dirrm share/hplip/ui4/plugins X@dirrm share/hplip/ui4 X@dirrm share/hplip/scan X@dirrm share/hplip/prnt X@dirrm share/hplip/pcard X@dirrm share/hplip/installer X@dirrm share/hplip/fax X@dirrm share/hplip/data/ps X@dirrm share/hplip/data/pcl X@dirrm share/hplip/data/models X@dirrm share/hplip/data/localization X@dirrm share/hplip/data/ldl X@dirrm share/hplip/data/images/other X@dirrm share/hplip/data/images/devices X@dirrm share/hplip/data/images/64x64 X@dirrm share/hplip/data/images/32x32 X@dirrm share/hplip/data/images/256x256 X@dirrm share/hplip/data/images/24x24 X@dirrm share/hplip/data/images/16x16 X@dirrm share/hplip/data/images/128x128 X@dirrm share/hplip/data/images X@dirrm share/hplip/data X@dirrm share/hplip/copier X@dirrm share/hplip/base X@dirrm share/hplip X@dirrm share/doc/hplip-3.9.4/styles X@dirrm share/doc/hplip-3.9.4/images X@dirrm share/doc/hplip-3.9.4 X@dirrm lib/sane X@dirrm etc/sane.d/dll.conf X@dirrm etc/sane.d X@dirrm etc/hp ef3e7f63841ae908ba397c2bef1fbad6 echo x - ./pkg-install sed 's/^X//' >./pkg-install << '27619a18dd23e2222544c05fd3a2dd62' X#!/bin/sh X XUSER=hplip XGROUP=operator XUID=116 X XDLLFILE=${PKG_PREFIX}/etc/sane.d/dll.conf X Xcase $2 in XPOST-INSTALL) X echo "hpaio" >> ${DLLFILE} X ;; X XPOST-DEINSTALL) X cp ${DLLFILE} ${DLLFILE}.orig X cat ${DLLFILE}.orig | grep -v hpaio > ${DLLFILE} X rm ${DLLFILE}.orig X ;; Xesac 27619a18dd23e2222544c05fd3a2dd62 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905061439.n46EdRGE043368>