Version: 3.21.2, Package name: hplip-3.21.2 |
Maintained by: Antoine Jacoutot |
Master sites: |
Description-common The Hewlett-Packard Linux Imaging and Printing (HPLIP) system provides a unified single and multi-function connectivity driver solution. It provides support for print, scan, fax and toolbox. This package provides the HPLIP applications' common files. Description-gui The Hewlett-Packard Linux Imaging and Printing (HPLIP) system provides a unified single and multi-function connectivity driver solution. It provides support for print, scan, fax and toolbox. This package provides the HPLIP graphical tools. Description-hpaio The Hewlett-Packard Linux Imaging and Printing (HPLIP) system provides a unified single and multi-function connectivity driver solution. It provides support for print, scan, fax and toolbox. This package provides the native sane(7) driver for HP scanners. Description-hpcups The Hewlett-Packard Linux Imaging and Printing (HPLIP) system provides a unified single and multi-function connectivity driver solution. It provides support for print, scan, fax and toolbox. This package provides the native CUPS driver for HP printers. Description-hpijs The Hewlett-Packard Co. Linux Inkjet Driver Project is an add-on to the GNU Ghostscript application. This driver is based on the Hewlett Packard Appliance APDK for deskjet printers. Description-main The Hewlett-Packard Linux Imaging and Printing (HPLIP) system provides a unified single and multi-function connectivity driver solution. It provides support for print, scan, fax and toolbox. |
Filesize: 0.596 KB |
Version History (View Complete History) |
|
2021-02-26 11:20:37 by Christian Weisgerber | Files touched by this commit (149) |
Log message: remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-18 02:13:42 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to hplip-3.21.2. |
2020-12-04 05:36:50 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Update to hplip-3.20.11. |
2020-11-09 05:38:27 by Kirill Bychkov | Files touched by this commit (2) |
Log message: Fix hp-uiscan desktop file. OK aja@ (maintainer) |
2020-10-11 09:45:31 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Add a bit more information regarding HP scanners. from a discussion with landry@ |
2020-10-08 00:47:45 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Oops, bumped the wrong subpackage. |
2020-10-07 01:24:13 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Remove optional dependency on devel/py-notify which is going to be removed pending the upcoming x11/py-gtk2 removal. |
2020-10-03 07:39:32 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Update to hplip-3.20.9. |
2020-08-13 07:55:25 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Missing dependency on py3-distro. Remove redundant 'import platform'. prodded by gjones5555 |
2020-07-04 04:04:57 by Stuart Henderson | Files touched by this commit (1) |
Log message: bump hpaio; plist changed |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-17 01:35:05 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to hplip-3.20.6. |
2020-05-23 01:58:58 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Update to hplip-3.20.5. |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2020-03-14 08:12:13 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to hplip-3.20.3. |
2020-03-01 09:41:15 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to hplip-3.20.2. |
2020-02-22 08:02:06 by Antoine Jacoutot | Files touched by this commit (11) |
Log message: Move from python2 -> python3. Move from qt4 -> qt5. Any regression, please let me know. |
2019-12-14 09:46:19 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to hplip-3.19.12. |
2019-11-17 13:42:44 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Update to hplip-3.19.11. |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-02-24 03:40:43 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to hplip-3.19.1. |
2018-12-14 00:42:00 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to hplip-3.18.12. |
2018-11-03 04:41:33 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Unbreak hpcups printing; it was trying to dlopen a Linux proprietary blob. from Debian |
2018-11-02 02:20:17 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Don't try to run automake-1.11. spotted by sthen@ |
2018-10-31 08:14:30 by Antoine Jacoutot | Files touched by this commit (49) |
Log message: Update to hplip-3.18.10. Very *lightly* tested so far; please send any regression to me directly. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-26 02:15:54 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to hplip-3.17.7. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-15 08:40:37 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Fix plugins installation. issue reported by Reheis Claus |
2017-06-06 03:15:47 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to hplip-3.17.6. |
2017-06-05 10:03:32 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Automatically enable hpaio in sane using: /etc/sane.d/dll.d/hpaio One less manual thing to do... |
2017-05-23 07:01:05 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Regen WANTLIB after sane-backends update. |
2017-04-18 12:18:35 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to hplip-3.17.4. |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-02-18 10:33:52 by Antoine Jacoutot | Files touched by this commit (58) |
Log message: Missed bump. |
2017-02-18 10:32:38 by Antoine Jacoutot | Files touched by this commit (60) |
Log message: idn -> idn2 after gnutls WANTLIB change. |
2016-11-26 02:48:11 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to hplip-3.16.11. |
2016-11-14 08:29:24 by David Coppa | Files touched by this commit (2) |
Log message: Fix printing a test page from hp-setup OK ajacoutot@ |
2016-11-14 05:58:23 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Create a link from foomatic-rip to foomatic-rip-hplip; some old filters still look for it. reported by dcoppa@ |
2016-10-27 02:35:26 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to hplip-3.16.10. |
2016-09-27 02:00:27 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to hplip-3.16.9. |
2016-09-19 03:17:45 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Unbreak with cups>=2.2.0. Hopefully catched all breakage since a few ports aren't building currently (ligtop2...). |
2016-09-10 07:03:44 by Antoine Jacoutot | Files touched by this commit (95) |
Log message: First pass at pre-entively fixing ports that would break once guenther's header pollution diff is in. lang/squeak/vm does not build but it's due to the recent audio changes games/xbattle: also fixes some conflicting implicit decl print/hplip: also fixes some conflicting implicit decl |
2016-08-29 01:48:21 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to hplip-3.16.8. |
2016-07-30 08:20:25 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to hplip-3.16.7. |
2016-05-05 02:25:31 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: Update to hplip-3.16.5. |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2016-03-19 05:37:40 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to hplip-3.16.3. |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-02-24 20:50:37 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Update to hplip-3.16.2. |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2016-01-05 06:24:05 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: print/py-reportlab/reportlab -> print/py-reportlab |
2015-11-17 01:57:45 by Antoine Jacoutot | Files touched by this commit (11) |
Log message: Update to hplip-3.15.11. |
2015-10-09 12:21:34 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Sync wantlib/depends to unbreak after recent sane-backends update. reported by nigel@ |
2015-09-16 00:25:39 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to hplip-3.15.9. |
2015-08-21 08:50:24 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: sed -i |
2015-07-19 08:40:54 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Add PORTROACH annotation. |
2015-07-15 22:55:46 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Update to hplip-3.15.7. |
2015-06-11 00:25:08 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Update to hplip-3.15.6. |
2015-06-06 07:23:44 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missing RUN_DEPENDS on devel/py-gobject. reported by skinner at britvault dot co dot u |
2015-04-16 22:18:14 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: Update to hplip-3.15.4. |
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message: Bump after the recent changes in packaging dbus and dconf. |
2015-03-31 03:44:48 by Antoine Jacoutot | Files touched by this commit (25) |
Log message: Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match XDG_DATA_DIR (where Desktop tools will look for by default). discussed with sthen@ and matthieu@ ok sthen@ |
2015-03-26 06:14:15 by Stuart Henderson | Files touched by this commit (21) |
Log message: REVISION bumps for py-Pillow RDEP change |
2015-03-18 12:04:53 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missed bump. |
2015-03-18 12:04:31 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Unbreak runtime: fix backwards memcpy. |
2015-03-15 02:46:52 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Fix a backwards memcpy and some debug output. reported by Alessandro DE LAURENZIS memmove patch by from dcoppa@ |
2015-02-22 07:46:43 by Stuart Henderson | Files touched by this commit (2) |
Log message: Replace an overlapping memcpy with memmove, ok ajacoutot@ naddy@ |
2015-02-05 10:34:33 by Antoine Jacoutot | Files touched by this commit (28) |
Log message: Update to hplip-3.15.2. |
2011-07-08 18:30:28 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Update to hplip-3.11.5. |
2011-06-16 04:16:43 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Regen all dependencies after sane-backend recent changes. |
2011-06-12 10:00:03 by Remi Pointel | Files touched by this commit (1) |
Log message: missed bump after python 27 switch. |
2011-06-07 09:47:59 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Clean the mess: shuffle dependencies and files... |
2011-04-17 01:19:44 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Update to hplip-3.11.3. |
2011-04-15 12:40:47 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Rework the way we handle dependencies in the print ports: * depends on foomatic-filters when a driver installs: share/foomatic/db/source/.../*.ppd{,.gz} * depends on foomatic-db-engine when a driver installs: share/foomatic/db/source/.../*.xml foomatic-db-engine now depends on foomatic-db (which itself depends on nothing anymore). This will ensure all the needed packages are installed for complete foomatic-* use. Some packages install both pre-created ppd and xml files, so theorically it wouldn't need to depend on foomatic-db-engine, but we still do it because we may want to regen the ppd file. It's the best compromise I could come up with. |
2011-03-01 23:59:03 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: Update to hplip-3.11.1. |
2011-01-16 16:02:53 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Fix README after recent ugen(4) changes from jakemsr@ |
2010-12-20 04:41:43 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Better README. |
2010-11-25 04:24:16 by David Coppa | Files touched by this commit (2) |
Log message: Fix pstotiff. OK ajacoutot@ |
2010-11-20 02:48:40 by Marc Espie | Files touched by this commit (96) |
Log message: new depends |
2010-11-06 13:07:42 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Remove duplicate WANTLIB. from Charles Smith |
2010-11-06 10:07:01 by Marc Espie | Files touched by this commit (25) |
Log message: move gettext to new WANTLIB |
2010-11-05 04:29:48 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Allow hp-setup to go a bit further... not complete yet. |
2010-11-05 02:21:22 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Use xdg-open instead of trying to come up with a giant list of browser names. Fix CUPS web interface URL. |
2010-11-04 11:07:10 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: tyop in MESSAGE. |
2010-10-31 01:43:44 by Antoine Jacoutot | Files touched by this commit (11) |
Log message: Update to hplip-3.10.9 and move to new REVISION. |
2010-09-08 01:13:16 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Update to hplip-3.10.6. |
2010-09-07 13:36:34 by Matthias Kilian | Files touched by this commit (1) |
Log message: Bring back PKGNAME-main. |
2010-08-30 16:13:08 by Federico G. Schwindt | Files touched by this commit (1) |
Log message: Bump |
2010-07-07 10:42:25 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Enable polkit support. Note that this is only a build_depends, if people don't use polkit, this won't change anything, but it they do then the support files are there. ok jasper@ robert@ |
2010-05-30 00:29:07 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Update to hplip-3.10.5. |
2010-04-07 04:07:26 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Tweak. |
2010-03-26 02:00:03 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Move hp-check from -gui to -main. |
2010-03-24 00:31:13 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Add setup.py to the SUBST_CMD list. from Greg Jones, thanks. |
2010-03-21 05:07:43 by Antoine Jacoutot | Files touched by this commit (19) |
Log message: Major update to hplip-3.10.2. Take maintainership. Tweak, flush and fix dependencies... Add some example on how to use hplip. |
2010-01-10 11:09:29 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: * -main really needs -hpcups, -hpijs is useless in this case. * reorder depends * tweak MESSAGE and COMMENT |
2010-01-10 09:43:18 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Try and be logical: * no need to depend on foomatic-filters because hpcups uses its own cups raster and hpijs uses the bundled foomatic-rip-hplip. * move foomatic-rip-hplip into the -hplip subpackage because it is only used there. Bump and add conflict marker accordingly. |
2009-12-22 08:54:32 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: Use @unexec-delete instead of @unexec for the *-update-* goos. prodded by espie@ discussed with espie@ sthen@ landry@ |
2009-08-20 02:07:48 by Antoine Jacoutot | Files touched by this commit (14) |
Log message: Updated to hplip-3.9.8 Fix SHARED_LIBS. sane-hpaio is a loadable module. Move some PPD files from -hpijs to -hpcups. |
2009-08-07 06:20:22 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: hp-scan needs graphics/py-Imaging. |
2009-07-13 02:14:29 by Antoine Jacoutot | Files touched by this commit (49) |
Log message: Major update to hplip-3.9.6b. Refer to the project homepage for the complete changelog. This port now comes into 5 subpackages (ala Fedora): - main: complete hplip functionnalities - hpijs: deprecated hpijs printer driver - hpcups: new-gen printer driver - libs: libraries and helpers used by other subpackages - gui: graphical tools (systray applet...) It seems this version works a least as good as the previous one we had in-tree. I could use some feedbacks for the fancier stuffs that hplip provides (besides regular printing using hpcups and/or hpijs), like printer communication, ink levels... because I have no hp equipment, but at least, there was no regression reported. (some features are Linux-only and are expected not to work) Tested by several, thanks! |
2009-06-23 12:05:17 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - update homepage |
2009-06-16 05:45:28 by Stuart Henderson | Files touched by this commit (3) |
Log message: regen WANTLIB and bump; avahi/gio-2.0 |
2009-03-25 07:39:40 by Jasper Lievisse Adriaanse | Files touched by this commit (13) |
Log message: - more missing package name bumps |
2009-02-11 08:28:11 by Christian Weisgerber | Files touched by this commit (1) |
Log message: forgotten package bump |
2009-02-02 03:47:12 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: - SECURITY: fix for Secunia SA31470 -- patches adapted from RedHat (CVE-2008-2940 CVE-2008-2941) prodded by jasper@ - fix some hardcoded paths and regen PLIST while here ok jasper@ |
2008-06-05 13:10:43 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - link the hpaio module the same way as other sane backends loadable modules ; this should allow scanimage(1) to work issue reported by Stephan Andreas <alfons1991 at arcor dot de> on ports@ |
2008-03-15 04:18:30 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: - update to version 2.7.12 (should be the latest 2.7.* release; we'll see about updating to the 2.8.* version later) - enable gui interface Thanks to Predrag Punosevac <punosevac at math.arizona dot edu> for the reminder |