pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/hplip Update to 3.16.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/058912f69011
branches:  trunk
changeset: 347733:058912f69011
user:      schnoebe <schnoebe%pkgsrc.org@localhost>
date:      Sat May 28 21:03:56 2016 +0000

description:
Update to 3.16.5

Upstream release notes:
    HPLIP 3.16.5 - This release has the following changes:
    Added Support for the Following New Printers:

    - HP OfficeJet 200 Mobile Printer Series
    - HP OfficeJet Pro 8710 All-in-One Printer
    - HP OfficeJet Pro 8715 All-in-One Printer
    - HP OfficeJet Pro 8740 All-in-One Printer
    - HP OfficeJet Pro 8720 All-in-One Printer
    - HP OfficeJet Pro 8725 All-in-One Printer
    - HP LaserJet Pro M501n
    - HP LaserJet Pro M501dn

    Added support for the following new Distro's:

    - Ubuntu 16.04
    - Debian 8.4

    Announcements:

    - Qt5 support is available. For more information check the following
    link http://hplipopensource.com/node/376


pkgsrc changes:
*   added support for a new option, 'qt5' for qt5 support
*   renamed option 'qt' to option 'qt4'
*   qt4 & qt5 are mutually exclusive.

diffstat:

 print/hplip/Makefile   |    4 +-
 print/hplip/PLIST.base |    8 +-
 print/hplip/PLIST.gui  |  457 -------------------------------------
 print/hplip/PLIST.qt4  |  457 +++++++++++++++++++++++++++++++++++++
 print/hplip/PLIST.qt5  |  601 +++++++++++++++++++++++++++++++++++++++++++++++++
 print/hplip/distinfo   |   10 +-
 print/hplip/options.mk |   26 +-
 7 files changed, 1091 insertions(+), 472 deletions(-)

diffs (truncated from 1650 to 300 lines):

diff -r 9465bd6de953 -r 058912f69011 print/hplip/Makefile
--- a/print/hplip/Makefile      Sat May 28 15:25:56 2016 +0000
+++ b/print/hplip/Makefile      Sat May 28 21:03:56 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2016/04/26 22:51:30 schnoebe Exp $
+# $NetBSD: Makefile,v 1.52 2016/05/28 21:03:56 schnoebe Exp $
 
-DISTNAME=      hplip-3.16.3
+DISTNAME=      hplip-3.16.5
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hplip/}
 
diff -r 9465bd6de953 -r 058912f69011 print/hplip/PLIST.base
--- a/print/hplip/PLIST.base    Sat May 28 15:25:56 2016 +0000
+++ b/print/hplip/PLIST.base    Sat May 28 21:03:56 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.base,v 1.20 2016/04/26 22:51:30 schnoebe Exp $
+@comment $NetBSD: PLIST.base,v 1.21 2016/05/28 21:03:56 schnoebe Exp $
 bin/hp-align
 bin/hp-check
 bin/hp-clean
@@ -1420,6 +1420,8 @@
 share/hplip/ppd/HP/hp-laserjet_pro_m201_m202-ps.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_pro_m402_m403-ps.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_pro_m402_m403d-ps.ppd.gz
+share/hplip/ppd/HP/hp-laserjet_pro_m501dn-ps.ppd.gz
+share/hplip/ppd/HP/hp-laserjet_pro_m501n-ps.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_pro_m701-ps.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_pro_m706-ps.ppd.gz
 share/hplip/ppd/HP/hp-laserjet_pro_mfp_m125a-hpijs.ppd.gz
@@ -1534,6 +1536,7 @@
 share/hplip/ppd/HP/hp-officejet_100_mobile_l411.ppd.gz
 share/hplip/ppd/HP/hp-officejet_150_mobile_l511-hpijs.ppd.gz
 share/hplip/ppd/HP/hp-officejet_150_mobile_l511.ppd.gz
+share/hplip/ppd/HP/hp-officejet_200_mobile_series.ppd.gz
 share/hplip/ppd/HP/hp-officejet_2620_series-hpijs.ppd.gz
 share/hplip/ppd/HP/hp-officejet_2620_series.ppd.gz
 share/hplip/ppd/HP/hp-officejet_3830_series-hpijs.ppd.gz
@@ -1722,6 +1725,9 @@
 share/hplip/ppd/HP/hp-officejet_pro_8640.ppd.gz
 share/hplip/ppd/HP/hp-officejet_pro_8660-hpijs.ppd.gz
 share/hplip/ppd/HP/hp-officejet_pro_8660.ppd.gz
+share/hplip/ppd/HP/hp-officejet_pro_8710.ppd.gz
+share/hplip/ppd/HP/hp-officejet_pro_8720.ppd.gz
+share/hplip/ppd/HP/hp-officejet_pro_8730-ps.ppd.gz
 share/hplip/ppd/HP/hp-officejet_pro_k5300-hpijs.ppd.gz
 share/hplip/ppd/HP/hp-officejet_pro_k5300.ppd.gz
 share/hplip/ppd/HP/hp-officejet_pro_k5400-hpijs.ppd.gz
diff -r 9465bd6de953 -r 058912f69011 print/hplip/PLIST.gui
--- a/print/hplip/PLIST.gui     Sat May 28 15:25:56 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,457 +0,0 @@
-@comment $NetBSD: PLIST.gui,v 1.3 2013/01/27 05:25:03 schnoebe Exp $
-bin/hp-toolbox
-share/PolicyKit/policy/com.hp.hplip.policy
-share/applications/hplip.desktop
-share/dbus-1/system-services/com.hp.hplip.service
-share/examples/hplip/dbus-1/system.d/com.hp.hplip.conf
-share/examples/hplip/xdg/autostart/hplip-systray.desktop
-share/hplip/data/images/128x128/audio.png
-share/hplip/data/images/128x128/bmp.png
-share/hplip/data/images/128x128/gif.png
-share/hplip/data/images/128x128/hp_logo.png
-share/hplip/data/images/128x128/jpg.png
-share/hplip/data/images/128x128/movie.png
-share/hplip/data/images/128x128/mpg.png
-share/hplip/data/images/128x128/png.png
-share/hplip/data/images/128x128/tif.png
-share/hplip/data/images/128x128/unknown.png
-share/hplip/data/images/16x16/active.png
-share/hplip/data/images/16x16/add_user.png
-share/hplip/data/images/16x16/add_user_quick.png
-share/hplip/data/images/16x16/add_users.png
-share/hplip/data/images/16x16/battery.png
-share/hplip/data/images/16x16/busy.png
-share/hplip/data/images/16x16/cancel.png
-share/hplip/data/images/16x16/close.png
-share/hplip/data/images/16x16/down.png
-share/hplip/data/images/16x16/down_user.png
-share/hplip/data/images/16x16/download.png
-share/hplip/data/images/16x16/edit.png
-share/hplip/data/images/16x16/error.png
-share/hplip/data/images/16x16/fab.png
-share/hplip/data/images/16x16/fax.png
-share/hplip/data/images/16x16/folder_open.png
-share/hplip/data/images/16x16/folder_remove.png
-share/hplip/data/images/16x16/help.png
-share/hplip/data/images/16x16/hp_logo.png
-share/hplip/data/images/16x16/idle.png
-share/hplip/data/images/16x16/info.png
-share/hplip/data/images/16x16/inkdrop.png
-share/hplip/data/images/16x16/list_add.png
-share/hplip/data/images/16x16/list_remove.png
-share/hplip/data/images/16x16/makecopies.png
-share/hplip/data/images/16x16/mimetypes.png
-share/hplip/data/images/16x16/minus.png
-share/hplip/data/images/16x16/next.png
-share/hplip/data/images/16x16/ok.png
-share/hplip/data/images/16x16/paper.png
-share/hplip/data/images/16x16/pcard.png
-share/hplip/data/images/16x16/plus.png
-share/hplip/data/images/16x16/prev.png
-share/hplip/data/images/16x16/print.png
-share/hplip/data/images/16x16/quit.png
-share/hplip/data/images/16x16/refresh.png
-share/hplip/data/images/16x16/refresh1.png
-share/hplip/data/images/16x16/remove_user.png
-share/hplip/data/images/16x16/scan.png
-share/hplip/data/images/16x16/settings.png
-share/hplip/data/images/16x16/status_refresh.png
-share/hplip/data/images/16x16/thumbnail.png
-share/hplip/data/images/16x16/toner.png
-share/hplip/data/images/16x16/troubleshoot.png
-share/hplip/data/images/16x16/up.png
-share/hplip/data/images/16x16/up_user.png
-share/hplip/data/images/16x16/warning.png
-share/hplip/data/images/24x24/add_to_group.png
-share/hplip/data/images/24x24/new_group.png
-share/hplip/data/images/24x24/new_group_from_selection.png
-share/hplip/data/images/24x24/new_user.png
-share/hplip/data/images/24x24/remove_from_group.png
-share/hplip/data/images/24x24/remove_group.png
-share/hplip/data/images/24x24/remove_user.png
-share/hplip/data/images/24x24/rename_group.png
-share/hplip/data/images/256x256/hp_logo.png
-share/hplip/data/images/256x256/logo.png
-share/hplip/data/images/32x32/align.png
-share/hplip/data/images/32x32/battery.png
-share/hplip/data/images/32x32/busy.png
-share/hplip/data/images/32x32/clean.png
-share/hplip/data/images/32x32/colorcal.png
-share/hplip/data/images/32x32/cups.png
-share/hplip/data/images/32x32/download.png
-share/hplip/data/images/32x32/error.png
-share/hplip/data/images/32x32/ews.png
-share/hplip/data/images/32x32/fab.png
-share/hplip/data/images/32x32/fax-disabled.png
-share/hplip/data/images/32x32/fax.png
-share/hplip/data/images/32x32/fax_machine.png
-share/hplip/data/images/32x32/fax_setup.png
-share/hplip/data/images/32x32/firmware.png
-share/hplip/data/images/32x32/help.png
-share/hplip/data/images/32x32/hp_logo.png
-share/hplip/data/images/32x32/idle.png
-share/hplip/data/images/32x32/info.png
-share/hplip/data/images/32x32/inkdrop.png
-share/hplip/data/images/32x32/keys.png
-share/hplip/data/images/32x32/linefeed_cal.png
-share/hplip/data/images/32x32/lock.png
-share/hplip/data/images/32x32/lporg.png
-share/hplip/data/images/32x32/makecopies-disabled.png
-share/hplip/data/images/32x32/makecopies.png
-share/hplip/data/images/32x32/ok.png
-share/hplip/data/images/32x32/paper.png
-share/hplip/data/images/32x32/pcard-disabled.png
-share/hplip/data/images/32x32/pcard.png
-share/hplip/data/images/32x32/plugin.png
-share/hplip/data/images/32x32/pq_diag.png
-share/hplip/data/images/32x32/print-disabled.png
-share/hplip/data/images/32x32/print.png
-share/hplip/data/images/32x32/scan-disabled.png
-share/hplip/data/images/32x32/scan.png
-share/hplip/data/images/32x32/settings.png
-share/hplip/data/images/32x32/testpage.png
-share/hplip/data/images/32x32/toner.png
-share/hplip/data/images/32x32/toner_cartridge.png
-share/hplip/data/images/32x32/troubleshoot.png
-share/hplip/data/images/32x32/warning.png
-share/hplip/data/images/32x32/wireless.png
-share/hplip/data/images/64x64/hp_logo.png
-share/hplip/data/images/devices/120.png
-share/hplip/data/images/devices/COLOR_INKJET_PRINTER_CP1700.png
-share/hplip/data/images/devices/CP_1700.png
-share/hplip/data/images/devices/DESKJET_1120C.png
-share/hplip/data/images/devices/DESKJET_1220C.png
-share/hplip/data/images/devices/DESKJET_2500C.png
-share/hplip/data/images/devices/DESKJET_3820.png
-share/hplip/data/images/devices/DESKJET_5740.png
-share/hplip/data/images/devices/DESKJET_610.png
-share/hplip/data/images/devices/DESKJET_630C.png
-share/hplip/data/images/devices/DESKJET_650C.png
-share/hplip/data/images/devices/DESKJET_840C.png
-share/hplip/data/images/devices/DESKJET_916C.png
-share/hplip/data/images/devices/DESKJET_9600.png
-share/hplip/data/images/devices/DESKJET_960C.png
-share/hplip/data/images/devices/DESKJET_970C.png
-share/hplip/data/images/devices/DESKJET_990C.png
-share/hplip/data/images/devices/DESKJET_995C.png
-share/hplip/data/images/devices/Deskjet_3740.png
-share/hplip/data/images/devices/Deskjet_5400_series.png
-share/hplip/data/images/devices/Deskjet_5700.png
-share/hplip/data/images/devices/Deskjet_5900_series.png
-share/hplip/data/images/devices/Deskjet_6500.png
-share/hplip/data/images/devices/Deskjet_6800.png
-share/hplip/data/images/devices/HP_2000C.png
-share/hplip/data/images/devices/HP_2500C.png
-share/hplip/data/images/devices/HP_BI_3000.png
-share/hplip/data/images/devices/HP_Business_Inkjet_1200.png
-share/hplip/data/images/devices/HP_Color_LaserJet_1500.png
-share/hplip/data/images/devices/HP_Color_LaserJet_2840.png
-share/hplip/data/images/devices/HP_Color_LaserJet_4500.png
-share/hplip/data/images/devices/HP_Color_LaserJet_4730mfp.png
-share/hplip/data/images/devices/HP_Color_LaserJet_8550.png
-share/hplip/data/images/devices/HP_LJ1xxx.png
-share/hplip/data/images/devices/HP_LaserJet_1012.png
-share/hplip/data/images/devices/HP_LaserJet_1220.png
-share/hplip/data/images/devices/HP_LaserJet_3200M.png
-share/hplip/data/images/devices/HP_LaserJet_3300_3310_3320.png
-share/hplip/data/images/devices/HP_LaserJet_4000.png
-share/hplip/data/images/devices/HP_LaserJet_4100_MFP.png
-share/hplip/data/images/devices/HP_LaserJet_4M.png
-share/hplip/data/images/devices/HP_LaserJet_5Si.png
-share/hplip/data/images/devices/HP_LaserJet_6MP.png
-share/hplip/data/images/devices/HP_LaserJet_8100_Series.png
-share/hplip/data/images/devices/HP_LaserJet_9000_MFP.png
-share/hplip/data/images/devices/HP_LaserJet_9040_MFP.png
-share/hplip/data/images/devices/HP_LaserJet_9500dn.png
-share/hplip/data/images/devices/HP_LaserJet_m1005.png
-share/hplip/data/images/devices/HP_LaserJet_m1522.png
-share/hplip/data/images/devices/HP_Officejet_Pro_L7700.png
-share/hplip/data/images/devices/LASERJET_3500.png
-share/hplip/data/images/devices/LASERJET_4650.png
-share/hplip/data/images/devices/LASERJET_4650dtn.png
-share/hplip/data/images/devices/LASERJET_5500.png
-share/hplip/data/images/devices/LASERJET_5500dtn.png
-share/hplip/data/images/devices/LASERJET_5550.png
-share/hplip/data/images/devices/LASERJET_5550DTN.png
-share/hplip/data/images/devices/OFFICEJET_PRO_1150C.png
-share/hplip/data/images/devices/OfficeJet_5105.png
-share/hplip/data/images/devices/OfficeJet_6100_Series.png
-share/hplip/data/images/devices/OfficeJet_8500_a910.png
-share/hplip/data/images/devices/OfficeJet_G85.png
-share/hplip/data/images/devices/OfficeJet_Series_300.png
-share/hplip/data/images/devices/Officejet_6150_Series.png
-share/hplip/data/images/devices/Officejet_6200_series.png
-share/hplip/data/images/devices/Officejet_7200_series.png
-share/hplip/data/images/devices/Officejet_9100_series.png
-share/hplip/data/images/devices/PHOTOSMART_100.png
-share/hplip/data/images/devices/PHOTOSMART_1218.png
-share/hplip/data/images/devices/PHOTOSMART_1315.png
-share/hplip/data/images/devices/PHOTOSMART_P1100.png
-share/hplip/data/images/devices/PSC_900_Series.png
-share/hplip/data/images/devices/Photosmart_2600_series.png
-share/hplip/data/images/devices/Photosmart_2700_series.png
-share/hplip/data/images/devices/Photosmart_3300_series.png
-share/hplip/data/images/devices/Photosmart_370_series.png
-share/hplip/data/images/devices/Photosmart_7400_series.png
-share/hplip/data/images/devices/Photosmart_8050.png
-share/hplip/data/images/devices/Photosmart_8100_series.png
-share/hplip/data/images/devices/Photosmart_8250.png
-share/hplip/data/images/devices/Photosmart_8400_series.png
-share/hplip/data/images/devices/Photosmart_8750_series.png
-share/hplip/data/images/devices/Photosmart_C3100.png
-share/hplip/data/images/devices/Photosmart_C4100.png
-share/hplip/data/images/devices/Photosmart_C5100.png
-share/hplip/data/images/devices/Photosmart_C6100.png
-share/hplip/data/images/devices/Photosmart_D5060.png
-share/hplip/data/images/devices/Photosmart_D5100.png
-share/hplip/data/images/devices/Photosmart_D6160.png
-share/hplip/data/images/devices/Photosmart_D7100.png
-share/hplip/data/images/devices/Photosmart_D7300.png
-share/hplip/data/images/devices/Photosmart_Pro_B8300.png
-share/hplip/data/images/devices/Photosmart_Pro_B9180.png
-share/hplip/data/images/devices/Photosmart_a310.png
-share/hplip/data/images/devices/Photosmart_a510.png
-share/hplip/data/images/devices/Photosmart_a710.png
-share/hplip/data/images/devices/cp1160.png
-share/hplip/data/images/devices/default_business_inkjet.png
-share/hplip/data/images/devices/default_designjet.png
-share/hplip/data/images/devices/default_deskjet.png
-share/hplip/data/images/devices/default_laserjet.png
-share/hplip/data/images/devices/default_officejet.png
-share/hplip/data/images/devices/default_photosmart.png
-share/hplip/data/images/devices/default_printer.png
-share/hplip/data/images/devices/default_psc.png
-share/hplip/data/images/devices/desket_5650.png
-share/hplip/data/images/devices/deskjet_1280.png
-share/hplip/data/images/devices/deskjet_3200.png
-share/hplip/data/images/devices/deskjet_3320.png
-share/hplip/data/images/devices/deskjet_3325.png
-share/hplip/data/images/devices/deskjet_3420.png
-share/hplip/data/images/devices/deskjet_3425.png
-share/hplip/data/images/devices/deskjet_3500.png
-share/hplip/data/images/devices/deskjet_3600.png
-share/hplip/data/images/devices/deskjet_3840.png
-share/hplip/data/images/devices/deskjet_5100.png
-share/hplip/data/images/devices/deskjet_5550.png
-share/hplip/data/images/devices/deskjet_5552.png
-share/hplip/data/images/devices/deskjet_5600.png
-share/hplip/data/images/devices/deskjet_6120.png
-share/hplip/data/images/devices/deskjet_6980.png
-share/hplip/data/images/devices/deskjet_D2360.png
-share/hplip/data/images/devices/dj350.png
-share/hplip/data/images/devices/dj450.png
-share/hplip/data/images/devices/hp_LaserJet_1200.png
-share/hplip/data/images/devices/hp_LaserJet_2100.png
-share/hplip/data/images/devices/hp_LaserJet_3015.png
-share/hplip/data/images/devices/hp_LaserJet_3020.png
-share/hplip/data/images/devices/hp_LaserJet_4345_mfp.png
-share/hplip/data/images/devices/hp_LaserJet_5000.png



Home | Main Index | Thread Index | Old Index