Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2025 18:44:04 +0000
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1fafcbf8a507 - main - print/hplip(-plugin): Update to 3.25.8
Message-ID:  <691cbe74.266cf.107db18@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fafcbf8a507f0d81b9c4671fc399e92ccacc305

commit 1fafcbf8a507f0d81b9c4671fc399e92ccacc305
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2025-11-18 15:38:23 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2025-11-18 18:44:00 +0000

    print/hplip(-plugin): Update to 3.25.8
---
 print/hplip-plugin/Makefile                | 10 ++++--
 print/hplip-plugin/distinfo                |  6 ++--
 print/hplip/Makefile                       |  4 +--
 print/hplip/distinfo                       |  6 ++--
 print/hplip/files/patch-Makefile.in        | 52 +++++++++++++++++++++++-------
 print/hplip/files/patch-prnt_cups.py       | 42 ++++++++++++------------
 print/hplip/files/patch-ui5_setupdialog.py | 20 ++++++++++++
 print/hplip/pkg-plist                      | 36 +++++++++++++++++++++
 8 files changed, 131 insertions(+), 45 deletions(-)

diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile
index f3663d7d4ee1..34c4d305fa75 100644
--- a/print/hplip-plugin/Makefile
+++ b/print/hplip-plugin/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	hplip-plugin
-PORTVERSION=	3.24.4
-PORTREVISION=	1
+PORTVERSION=	3.25.8
 CATEGORIES=	print
-MASTER_SITES=	https://developers.hp.com/sites/default/files/ \
+MASTER_SITES=	https://developers.hp.com/sites/default/files/2025-11/ \
 		https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/
 DISTNAME=	hplip-${DISTVERSION}-plugin
 EXTRACT_SUFX=	.run
@@ -43,6 +42,11 @@ LINARCH=	x86_64
 LINARCH=	x86_32
 .endif
 
+do-fetch:
+	@for s in ${MASTER_SITES}; do ${SETENV} ${FETCH_ENV} ${FETCH_CMD} \
+		--user-agent="Mozilla/5.0 (FreeBSD x86_64) Firefox/145.0" \
+		-o ${DISTDIR} $${s}${DISTNAME}${EXTRACT_SUFX} && break; done
+
 do-extract:
 	@${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
 		--keep --noexec --nox11 --target ${WRKSRC}
diff --git a/print/hplip-plugin/distinfo b/print/hplip-plugin/distinfo
index 0f9e98b9cdce..853da62ca9b3 100644
--- a/print/hplip-plugin/distinfo
+++ b/print/hplip-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718963215
-SHA256 (hplip-3.24.4-plugin.run) = 1f3c6bdd25661a8a2e18153655d6f06f028c1d9c308d69c8ecfd7767a2d0c5aa
-SIZE (hplip-3.24.4-plugin.run) = 11490921
+TIMESTAMP = 1763474958
+SHA256 (hplip-3.25.8-plugin.run) = 69151006c59a4dbdd5469df5eb97c253b5fcfeafe297360850c5a03c1ce68f95
+SIZE (hplip-3.25.8-plugin.run) = 11491307
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index d52a78fb5cd8..014572225018 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	hplip
-PORTVERSION=	3.24.4
-PORTREVISION=	3
+PORTVERSION=	3.25.8
 CATEGORIES=	print
 MASTER_SITES=	SF
 
@@ -98,6 +97,7 @@ post-patch:
 		${WRKSRC}/prnt/hpijs/foomatic-rip-hplip \
 		${WRKSRC}/prnt/filters/hpps \
 		${WRKSRC}/ui5/scandialog.py \
+		${WRKSRC}/ui5/setupdialog.py \
 		${WRKSRC}/ui5/devmgr5.py \
 
 post-install:
diff --git a/print/hplip/distinfo b/print/hplip/distinfo
index 7fa70a535f31..ad7ec1738043 100644
--- a/print/hplip/distinfo
+++ b/print/hplip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718963181
-SHA256 (hplip-3.24.4.tar.gz) = 5d7643831893a5e2addf9d42d581a5dbfe5aaf023626886b8762c5645da0f1fb
-SIZE (hplip-3.24.4.tar.gz) = 30217933
+TIMESTAMP = 1763460341
+SHA256 (hplip-3.25.8.tar.gz) = 1cf6d6c28735435c8eb6646e83bcfb721e51c4b1f0e8cf9105a6faf96dc9ad25
+SIZE (hplip-3.25.8.tar.gz) = 30874051
diff --git a/print/hplip/files/patch-Makefile.in b/print/hplip/files/patch-Makefile.in
index 55b0a117b418..801378813757 100644
--- a/print/hplip/files/patch-Makefile.in
+++ b/print/hplip/files/patch-Makefile.in
@@ -1,4 +1,4 @@
---- Makefile.in.orig	2023-06-02 08:11:21 UTC
+--- Makefile.in.orig	2025-11-13 11:37:11 UTC
 +++ Makefile.in
 @@ -113,8 +113,7 @@ DIST_COMMON = $(am__configure_deps) \
  @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@@LIBUSB01_BUILD_TRUE@am__append_5 = io/hpmud/musb_libusb01.c 
@@ -26,7 +26,7 @@
  PROGRAMS = $(bin_PROGRAMS) $(dat2drv_PROGRAMS) $(hp_PROGRAMS) \
  	$(hpcdmfax_PROGRAMS) $(hpcups_PROGRAMS) $(hpcupsfax_PROGRAMS) \
  	$(hpps_PROGRAMS) $(locatedriver_PROGRAMS) $(noinst_PROGRAMS)
-@@ -4837,7 +4834,7 @@ dist_unrel_DATA = 
+@@ -4956,7 +4953,7 @@ dist_unrel_DATA = 
  @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@@SCAN_BUILD_TRUE@	$(am__append_2)
  #libhpdiscovery_la_SOURCES = protocol/discovery/mdns.c protocol/discovery/mdns.h
  @HPLIP_BUILD_TRUE@@NETWORK_BUILD_TRUE@libhpdiscovery_la_SOURCES = protocol/discovery/avahiDiscovery.c protocol/discovery/avahiDiscovery.h
@@ -35,7 +35,7 @@
  @HPLIP_BUILD_TRUE@@NETWORK_BUILD_TRUE@libhpdiscovery_la_LDFLAGS = -version-info 0:1:0 -L$(libdir)
  @HPLIP_BUILD_TRUE@@NETWORK_BUILD_TRUE@libhpdiscovery_la_LIBADD = -l$(SNMPLIB) -lcrypto -lavahi-client -lavahi-core -lavahi-common $(DBUS_LIBS)
  
-@@ -4897,7 +4894,7 @@ dist_unrel_DATA = 
+@@ -5016,7 +5013,7 @@ dist_unrel_DATA = 
  @HPLIP_BUILD_TRUE@dist_halpre_DATA = data/rules/20-hplip-devices.fdi
  
  # hplip.conf
@@ -44,7 +44,7 @@
  @HPLIP_BUILD_TRUE@hplip_conf_DATA = hplip.conf
  
  #pstotiff filter
-@@ -5128,7 +5125,6 @@ dist_unrel_DATA = 
+@@ -5245,7 +5242,6 @@ dist_unrel_DATA = 
  @RIP_INSTALL_TRUE@dist_rip_SCRIPTS = prnt/hpijs/foomatic-rip-hplip
  
  # apdk
@@ -52,7 +52,7 @@
  libapdk_la_SOURCES = prnt/hpijs/models.cpp prnt/hpijs/breaks_open.cpp \
  	prnt/hpijs/dj9xxvip.cpp prnt/hpijs/dj9xx.cpp prnt/hpijs/capture.cpp prnt/hpijs/colormatch.cpp prnt/hpijs/colormatcher_open.cpp \
  	prnt/hpijs/compression.cpp prnt/hpijs/context2.cpp prnt/hpijs/create_so.cpp prnt/hpijs/creator.cpp \
-@@ -5219,7 +5215,7 @@ libapdk_la_CFLAGS = $(libapdk_la_CXXFLAGS) -Iprnt/hpij
+@@ -5336,7 +5332,7 @@ libapdk_la_CFLAGS = $(libapdk_la_CXXFLAGS) -Iprnt/hpij
  @HPCUPS_INSTALL_TRUE@	prnt/hpcups/ImageProcessor.h
  
  @HPCUPS_INSTALL_TRUE@hpcups_CXXFLAGS = $(APDK_ENDIAN_FLAG) $(DBUS_CFLAGS)
@@ -61,7 +61,7 @@
  #else
  #hpcupsdir = $(cupsfilterdir)
  #hpcups_PROGRAMS = hpcups
-@@ -9951,7 +9947,7 @@ install-data-am: install-apparmor_abstractionDATA \
+@@ -10068,7 +10064,7 @@ install-data-am: install-apparmor_abstractionDATA \
  	install-dist_basepexpectDATA install-dist_cmdSCRIPTS \
  	install-dist_copierDATA install-dist_faxDATA \
  	install-dist_fax_filtersDATA install-dist_filterDATA \
@@ -70,7 +70,7 @@
  	install-dist_homeDATA install-dist_hpcupsfaxppdDATA \
  	install-dist_hpfaxSCRIPTS install-dist_hpijsfaxppdDATA \
  	install-dist_hplipSCRIPTS install-dist_hplip_stateDATA \
-@@ -9969,7 +9965,6 @@ install-data-am: install-apparmor_abstractionDATA \
+@@ -10086,7 +10082,6 @@ install-data-am: install-apparmor_abstractionDATA \
  	install-dist_policykit_policyDATA install-dist_postscriptDATA \
  	install-dist_ppdDATA install-dist_printpluginsDATA \
  	install-dist_prntDATA install-dist_ripSCRIPTS \
@@ -78,8 +78,26 @@
  	install-dist_scanDATA install-dist_selinuxDATA \
  	install-dist_ui4DATA install-dist_ui5DATA install-dist_uiDATA \
  	install-dist_unrelDATA install-dist_www0DATA \
-@@ -10207,14 +10202,8 @@ install-data-hook:
- @HPLIP_BUILD_TRUE@	fi
+@@ -10308,40 +10303,12 @@ install-data-hook:
+ 
+ 
+ install-data-hook:
+-@HPLIP_BUILD_TRUE@	if [ \( "$(UNAME)" = "x86_64" -a  -d "$(libdir)/" \) ]; then \
+-@HPLIP_BUILD_TRUE@		cp prnt/hpcups/libImageProcessor-x86_64.so $(libdir)/ ; \
+-@HPLIP_BUILD_TRUE@		chmod 775 $(libdir)/libImageProcessor-x86_64.so ; \
+-@HPLIP_BUILD_TRUE@		ln -sf $(libdir)/libImageProcessor-x86_64.so $(libdir)/libImageProcessor.so ; \
+-@HPLIP_BUILD_TRUE@	fi; \
+-@HPLIP_BUILD_TRUE@	if [ \( \( "$(UNAME)" = "i686" -o "$(UNAME)" = "i386" \) -a -d "$(libdir)/" \) ]; then \
+-@HPLIP_BUILD_TRUE@		cp prnt/hpcups/libImageProcessor-x86_32.so $(libdir)/ ; \
+-@HPLIP_BUILD_TRUE@		chmod 775 $(libdir)/libImageProcessor-x86_32.so ; \
+-@HPLIP_BUILD_TRUE@		ln -sf $(libdir)/libImageProcessor-x86_32.so $(libdir)/libImageProcessor.so ; \
+-@HPLIP_BUILD_TRUE@	fi
+-@HPLIP_BUILD_TRUE@	if [ -d "/usr/share/ipp-usb/quirks/" ]; then \
+-@HPLIP_BUILD_TRUE@		echo "ipp-usb directory exists"; \
+-@HPLIP_BUILD_TRUE@		cp prnt/ipp-usb/HPLIP.conf /usr/share/ipp-usb/quirks/ ; \
+-@HPLIP_BUILD_TRUE@	fi
++@HPLIP_BUILD_TRUE@	$(mkinstalldirs) $(DESTDIR)$(datadir)/ipp-usb/quirks
++@HPLIP_BUILD_TRUE@	$(INSTALL_DATA) prnt/ipp-usb/HPLIP.conf $(DESTDIR)$(datadir)/ipp-usb/quirks
  #	   If scanner build, add hpaio entry to sane dll.conf.
  @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	if [ "$(scan_build)" = "yes" ]; then \
 -@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   $(mkinstalldirs) $(DESTDIR)/etc/sane.d; \
@@ -90,8 +108,18 @@
 -@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@		  echo "Adding hpaio entry to /etc/sane.d/dll.conf." ; \
 -@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@		  echo hpaio >>$(DESTDIR)/etc/sane.d/dll.conf ; \
 -@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   fi; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@ 	   if [ \( "$(UNAME)" = "x86_64" -a  -d "$(libdir)/x86_64-linux-gnu/sane" \) ]; then \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	  	ln -sf $(libdir)/sane/libsane-hpaio.so $(libdir)/x86_64-linux-gnu/sane/ ; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	  	ln -sf $(libdir)/sane/libsane-hpaio.so.1 $(libdir)/x86_64-linux-gnu/sane/ ; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   fi; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   if [ \( \( "$(UNAME)" = "i686" -o "$(UNAME)" = "i386" \) -a -d "$(libdir)/i386-linux-gnu" \) ]; then \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	      ln -sf $(libdir)/libhpmud.so.0.0.6  $(libdir)/i386-linux-gnu/libhpmud.so ; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	      ln -sf $(libdir)/libhpmud.so.0.0.6  $(libdir)/i386-linux-gnu/libhpmud.so.0 ; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	      ln -sf $(libdir)/sane/libsane-hpaio.so.1.0.0 $(libdir)/i386-linux-gnu/sane/libsane-hpaio.so.1 ; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	      ln -sf $(libdir)/sane/libsane-hpaio.so.1.0.0 $(libdir)/i386-linux-gnu/sane/libsane-hpaio.so ; \
+-@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   fi \
 +@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/sane.d/dll.d; \
 +@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	   echo hpaio > $(DESTDIR)$(sysconfdir)/sane.d/dll.d/hpaio ; \
- @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@ 	   if [ \( "$(UNAME)" = "x86_64" -a  -d "$(libdir)/x86_64-linux-gnu/sane" \) ]; then \
- @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	  	ln -sf $(libdir)/sane/libsane-hpaio.so $(libdir)/x86_64-linux-gnu/sane/ ; \
- @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	  	ln -sf $(libdir)/sane/libsane-hpaio.so.1 $(libdir)/x86_64-linux-gnu/sane/ ; \
+ @HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	fi
+ #	   Create hp-xxx commands in bindir.
+ @FULL_BUILD_TRUE@@HPLIP_BUILD_TRUE@@HPLIP_CLASS_DRIVER_FALSE@	$(mkinstalldirs) $(DESTDIR)$(bindir)
diff --git a/print/hplip/files/patch-prnt_cups.py b/print/hplip/files/patch-prnt_cups.py
index 2d53567712a5..d34907df7106 100644
--- a/print/hplip/files/patch-prnt_cups.py
+++ b/print/hplip/files/patch-prnt_cups.py
@@ -1,6 +1,6 @@
---- prnt/cups.py.orig	2022-02-23 07:41:04 UTC
+--- prnt/cups.py.orig	2025-11-18 10:05:47 UTC
 +++ prnt/cups.py
-@@ -224,7 +224,7 @@ def isfamilydrv(ppds):
+@@ -226,7 +226,7 @@ def isfamilydrv(ppds):
       #   for m in models.FAMILY_CLASSES:
        #       if m in f:
         #          family_check=1
@@ -9,7 +9,7 @@
      file_conf = open(filename_config,'r')
      for line in file_conf:
          if 'class-driver' in line:
-@@ -236,8 +236,8 @@ def isfamilydrv(ppds):
+@@ -238,8 +238,8 @@ def getPPDPath(addtional_paths=None):
                  
  def getPPDPath(addtional_paths=None):
      """
@@ -20,7 +20,7 @@
      """
      if addtional_paths is None:
          addtional_paths = []
-@@ -254,7 +254,7 @@ def getPPDPath1(addtional_paths=None):
+@@ -257,7 +257,7 @@ def getPPDPath1(addtional_paths=None):
          return path for hplip ppds. 
      """
     
@@ -29,7 +29,7 @@
      file_conf = open(filename_config,'r')
      for line in file_conf:
          if 'ppd=' in line:
-@@ -267,16 +267,16 @@ def getPPDPath1(addtional_paths=None):
+@@ -271,16 +271,16 @@ def getAllowableMIMETypes():
  
  def getAllowableMIMETypes():
      """
@@ -52,32 +52,30 @@
          files.extend(glob.glob(path))
      for f in files:
 @@ -337,11 +337,11 @@ def getSystemPPDs():
-     else: # 1.2.x
+     else:  # CUPS 1.2.x or later
          log.debug("(CUPS 1.2.x) Getting list of PPDs using CUPS_GET_PPDS...")
          ppd_dict = cupsext.getPPDList()
--        cups_ppd_path = getPPDPath() # usually /usr/share/cups/model
+-        cups_ppd_path = getPPDPath()  # usually /usr/share/cups/model
 -        foomatic_ppd_path = sys_conf.get('dirs', 'ppdbase', '/usr/share/ppd')
-+        cups_ppd_path = getPPDPath() # usually /usr/local/share/cups/model
++        cups_ppd_path = getPPDPath()  # usually /usr/local/share/cups/model
 +        foomatic_ppd_path = sys_conf.get('dirs', 'ppdbase', '/usr/local/share/ppd')
- 
+  
          if not foomatic_ppd_path or not os.path.exists(foomatic_ppd_path):
 -            foomatic_ppd_path = '/usr/share/ppd'
 +            foomatic_ppd_path = '/usr/local/share/ppd'
- 
+  
          log.debug("CUPS PPD base path = %s" % cups_ppd_path)
          log.debug("Foomatic PPD base path = %s" % foomatic_ppd_path)
-@@ -360,8 +360,8 @@ def getSystemPPDs():
-                         'gutenprint' in ppd):
- 
-                     # PPD files returned by CUPS_GET_PPDS (and by lpinfo -m)
--                    # can be relative to /usr/share/ppd/ or to
--                    # /usr/share/cups/model/. Not sure why this is.
-+                    # can be relative to /usr/local/share/ppd/ or to
-+                    # /usr/local/share/cups/model/. Not sure why this is.
-                     # Here we will try both and see which one it is...
- 
-                     if os.path.exists(ppd):
-@@ -699,7 +699,7 @@ def getFaxPPDFile(mq, model):
+@@ -378,7 +378,7 @@ def getSystemPPDs():
+                                     path = ppd
+  
+                 # Separate drv and model ppds
+-                if path.startswith("/usr/share/cups/model/hp/"):
++                if path.startswith("/usr/local/share/cups/model/hp/"):
+                     model_ppds.append((path, desc))
+                 elif path.startswith("drv:///"):
+                     drv_ppds.append((path, desc))
+@@ -709,7 +709,7 @@ def getErrorLogLevel():
  
  
  def getErrorLogLevel():
diff --git a/print/hplip/files/patch-ui5_setupdialog.py b/print/hplip/files/patch-ui5_setupdialog.py
new file mode 100644
index 000000000000..0316e92145ff
--- /dev/null
+++ b/print/hplip/files/patch-ui5_setupdialog.py
@@ -0,0 +1,20 @@
+--- ui5/setupdialog.py.orig	2025-11-18 10:32:03 UTC
++++ ui5/setupdialog.py
+@@ -790,7 +790,7 @@ class SetupDialog(QDialog, Ui_Dialog):
+             sys_ppd_path = config.get("dirs", "ppd")
+         except Exception as e:
+             log.error("Error reading config file: %s" % e)
+-            sys_ppd_path = "/usr/share/ppd/HP"
++            sys_ppd_path = "/usr/local/share/ppd/HP"
+         
+         try:
+             ppdName = cups.getPpdName(self.model).strip()
+@@ -1039,7 +1039,7 @@ class SetupDialog(QDialog, Ui_Dialog):
+         this is for driverless usb printer held by ippusbxd service on ubuntu 20 and above.
+         For network devices follow the old code.
+         '''
+-        if(self.bus == "usb" and not os.path.isdir('/usr/share/ipp-usb/quirks')):
++        if(self.bus == "usb" and not os.path.isdir('/usr/local/share/ipp-usb/quirks')):
+             from base import local
+             from base.local import detectLocalDevices
+             try:
diff --git a/print/hplip/pkg-plist b/print/hplip/pkg-plist
index 39d422766e75..88a512d40cf9 100644
--- a/print/hplip/pkg-plist
+++ b/print/hplip/pkg-plist
@@ -633,6 +633,7 @@ share/cups/drv/hpcups.drv
 %%X11%%share/icons/hicolor/256x256/apps/hp_logo.png
 %%X11%%share/icons/hicolor/32x32/apps/hp_logo.png
 %%X11%%share/icons/hicolor/64x64/apps/hp_logo.png
+share/ipp-usb/quirks/HPLIP.conf
 %%FAX%%share/ppd/HP/HP-Fax-hpcups.ppd.gz
 %%FAX%%share/ppd/HP/HP-Fax2-hpcups.ppd.gz
 %%FAX%%share/ppd/HP/HP-Fax3-hpcups.ppd.gz
@@ -847,6 +848,7 @@ share/ppd/HP/hp-color_laserjet_m856-ps.ppd.gz
 share/ppd/HP/hp-color_laserjet_mfp_5800-ps.ppd.gz
 share/ppd/HP/hp-color_laserjet_mfp_6800-ps.ppd.gz
 share/ppd/HP/hp-color_laserjet_mfp_6801-ps.ppd.gz
+share/ppd/HP/hp-color_laserjet_mfp_8801-ps.ppd.gz
 share/ppd/HP/hp-color_laserjet_mfp_e47528-ps.ppd.gz
 share/ppd/HP/hp-color_laserjet_mfp_e57540-ps.ppd.gz
 share/ppd/HP/hp-color_laserjet_mfp_e77422-ps.ppd.gz
@@ -938,6 +940,7 @@ share/ppd/HP/hp-designjet_t790ps_44in-ps.ppd.gz
 share/ppd/HP/hp-designjet_t795ps_44in-ps.ppd.gz
 share/ppd/HP/hp-designjet_t920-postscript.ppd.gz
 share/ppd/HP/hp-designjet_t930-postscript.ppd.gz
+share/ppd/HP/hp-designjet_xl_3800_mfp-ps.ppd.gz
 share/ppd/HP/hp-designjet_z2600_postscript-ps.ppd.gz
 share/ppd/HP/hp-designjet_z5200_postscript-ps.ppd.gz
 share/ppd/HP/hp-designjet_z5400-postscript.ppd.gz
@@ -1173,7 +1176,9 @@ share/ppd/HP/hp-envy_inspire_7200_series.ppd.gz
 share/ppd/HP/hp-envy_inspire_7900_series.ppd.gz
 share/ppd/HP/hp-envy_photo_6200_series.ppd.gz
 share/ppd/HP/hp-envy_photo_7100_series.ppd.gz
+share/ppd/HP/hp-envy_photo_7200_series.ppd.gz
 share/ppd/HP/hp-envy_photo_7800_series.ppd.gz
+share/ppd/HP/hp-envy_photo_7900_series.ppd.gz
 share/ppd/HP/hp-envy_pro_6400_series.ppd.gz
 share/ppd/HP/hp-ink_tank_110_series.ppd.gz
 share/ppd/HP/hp-ink_tank_310_series.ppd.gz
@@ -1313,6 +1318,8 @@ share/ppd/HP/hp-laserjet_5200l-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_5200l-ps.ppd.gz
 share/ppd/HP/hp-laserjet_5200lx-ps.ppd.gz
 share/ppd/HP/hp-laserjet_5200lx.ppd.gz
+share/ppd/HP/hp-laserjet_5501-ps.ppd.gz
+share/ppd/HP/hp-laserjet_5502-ps.ppd.gz
 share/ppd/HP/hp-laserjet_5l.ppd.gz
 share/ppd/HP/hp-laserjet_5mp-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_5mp-ps.ppd.gz
@@ -1323,6 +1330,8 @@ share/ppd/HP/hp-laserjet_5si-ps.ppd.gz
 share/ppd/HP/hp-laserjet_5si_mopier-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_5si_mopier-ps.ppd.gz
 share/ppd/HP/hp-laserjet_600_m601_m602_m603-ps.ppd.gz
+share/ppd/HP/hp-laserjet_6500-ps.ppd.gz
+share/ppd/HP/hp-laserjet_6501-ps.ppd.gz
 share/ppd/HP/hp-laserjet_6l.ppd.gz
 share/ppd/HP/hp-laserjet_6mp-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_6mp-ps.ppd.gz
@@ -1340,6 +1349,7 @@ share/ppd/HP/hp-laserjet_8100_series-ps.ppd.gz
 share/ppd/HP/hp-laserjet_8150_mfp-ps.ppd.gz
 share/ppd/HP/hp-laserjet_8150_mfp.ppd.gz
 share/ppd/HP/hp-laserjet_8150_series-pcl3.ppd.gz
+share/ppd/HP/hp-laserjet_8501-ps.ppd.gz
 share/ppd/HP/hp-laserjet_9000_mfp-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_9000_mfp-ps.ppd.gz
 share/ppd/HP/hp-laserjet_9000_series-pcl3.ppd.gz
@@ -1369,6 +1379,7 @@ share/ppd/HP/hp-laserjet_color_flow_mfp_m575-ps.ppd.gz
 share/ppd/HP/hp-laserjet_cp1025.ppd.gz
 share/ppd/HP/hp-laserjet_cp1025nw.ppd.gz
 share/ppd/HP/hp-laserjet_cp1520_series-ps.ppd.gz
+share/ppd/HP/hp-laserjet_d50452-ps.ppd.gz
 share/ppd/HP/hp-laserjet_e40040-ps.ppd.gz
 share/ppd/HP/hp-laserjet_e50145-ps.ppd.gz
 share/ppd/HP/hp-laserjet_e60055-e60075-ps.ppd.gz
@@ -1383,6 +1394,8 @@ share/ppd/HP/hp-laserjet_flow_e73140-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_e82650-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_e82660-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_e82670-ps.ppd.gz
+share/ppd/HP/hp-laserjet_flow_mfp_5602-ps.ppd.gz
+share/ppd/HP/hp-laserjet_flow_mfp_6600-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_mfp_e52645-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_mfp_e731-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_mfp_e826-ps.ppd.gz
@@ -1390,6 +1403,8 @@ share/ppd/HP/hp-laserjet_flow_mfp_m525-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_mfp_m528-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_mfp_m630-ps.ppd.gz
 share/ppd/HP/hp-laserjet_flow_mfp_m830-ps.ppd.gz
+share/ppd/HP/hp-laserjet_flow_mfp_x530-ps.ppd.gz
+share/ppd/HP/hp-laserjet_flow_mfp_x627-ps.ppd.gz
 share/ppd/HP/hp-laserjet_m1005.ppd.gz
 share/ppd/HP/hp-laserjet_m101-m106.ppd.gz
 share/ppd/HP/hp-laserjet_m109-m112.ppd.gz
@@ -1435,6 +1450,11 @@ share/ppd/HP/hp-laserjet_m9050_mfp-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_m9050_mfp-ps.ppd.gz
 share/ppd/HP/hp-laserjet_m9059_mfp-pcl3.ppd.gz
 share/ppd/HP/hp-laserjet_m9059_mfp-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_5601-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_5602-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_6600-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_8601-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_d53052-ps.ppd.gz
 share/ppd/HP/hp-laserjet_mfp_e42540-ps.ppd.gz
 share/ppd/HP/hp-laserjet_mfp_e72425-ps.ppd.gz
 share/ppd/HP/hp-laserjet_mfp_e72430-ps.ppd.gz
@@ -1466,6 +1486,9 @@ share/ppd/HP/hp-laserjet_mfp_m630-ps.ppd.gz
 share/ppd/HP/hp-laserjet_mfp_m631_m632_m633-ps.ppd.gz
 share/ppd/HP/hp-laserjet_mfp_m634_m635_m636-ps.ppd.gz
 share/ppd/HP/hp-laserjet_mfp_m725-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_x529-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_x530-ps.ppd.gz
+share/ppd/HP/hp-laserjet_mfp_x627-ps.ppd.gz
 share/ppd/HP/hp-laserjet_p1005.ppd.gz
 share/ppd/HP/hp-laserjet_p1006.ppd.gz
 share/ppd/HP/hp-laserjet_p1007.ppd.gz
@@ -1539,6 +1562,7 @@ share/ppd/HP/hp-laserjet_pro_mfp_m125nw.ppd.gz
 share/ppd/HP/hp-laserjet_pro_mfp_m125r.ppd.gz
 share/ppd/HP/hp-laserjet_pro_mfp_m125rnw.ppd.gz
 share/ppd/HP/hp-laserjet_pro_mfp_m125s.ppd.gz
+share/ppd/HP/hp-laserjet_pro_mfp_m126_plus_series.ppd.gz
 share/ppd/HP/hp-laserjet_pro_mfp_m126a.ppd.gz
 share/ppd/HP/hp-laserjet_pro_mfp_m126nw.ppd.gz
 share/ppd/HP/hp-laserjet_pro_mfp_m127fn.ppd.gz
@@ -1598,6 +1622,10 @@ share/ppd/HP/hp-laserjet_tank_250x.ppd.gz
 share/ppd/HP/hp-laserjet_tank_mfp_1005.ppd.gz
 share/ppd/HP/hp-laserjet_tank_mfp_160x.ppd.gz
 share/ppd/HP/hp-laserjet_tank_mfp_260x.ppd.gz
+share/ppd/HP/hp-laserjet_x503-ps.ppd.gz
+share/ppd/HP/hp-laserjet_x504-ps.ppd.gz
+share/ppd/HP/hp-laserjet_x602-ps.ppd.gz
+share/ppd/HP/hp-laserjet_x603-ps.ppd.gz
 share/ppd/HP/hp-lj_300_400_color_m351_m451-ps.ppd.gz
 share/ppd/HP/hp-lj_300_400_color_mfp_m375_m475-ps.ppd.gz
 share/ppd/HP/hp-mopier_240-pcl3.ppd.gz
@@ -1669,6 +1697,8 @@ share/ppd/HP/hp-officejet_8130e_series.ppd.gz
 share/ppd/HP/hp-officejet_8700.ppd.gz
 share/ppd/HP/hp-officejet_9010_series.ppd.gz
 share/ppd/HP/hp-officejet_9100_series-pcl3.ppd.gz
+share/ppd/HP/hp-officejet_9120_series.ppd.gz
+share/ppd/HP/hp-officejet_9120e_series.ppd.gz
 share/ppd/HP/hp-officejet_color_mfp_x585.ppd.gz
 share/ppd/HP/hp-officejet_color_x555-ps.ppd.gz
 share/ppd/HP/hp-officejet_d_series.ppd.gz
@@ -1735,9 +1765,15 @@ share/ppd/HP/hp-officejet_pro_8732-ps.ppd.gz
 share/ppd/HP/hp-officejet_pro_8740-ps.ppd.gz
 share/ppd/HP/hp-officejet_pro_9010_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9020_series.ppd.gz
+share/ppd/HP/hp-officejet_pro_9110_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9110b_series.ppd.gz
+share/ppd/HP/hp-officejet_pro_9110e_series.ppd.gz
+share/ppd/HP/hp-officejet_pro_9120_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9120b_series.ppd.gz
+share/ppd/HP/hp-officejet_pro_9120e_series.ppd.gz
+share/ppd/HP/hp-officejet_pro_9130_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9130b_series.ppd.gz
+share/ppd/HP/hp-officejet_pro_9130e_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9720_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9720e_series.ppd.gz
 share/ppd/HP/hp-officejet_pro_9730_series.ppd.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691cbe74.266cf.107db18>