summaryrefslogtreecommitdiff
path: root/print/hplip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: Bump revisions after dbus updateGleb Popov2025-03-081-1/+1
| | | | | PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* devel/py-pygobject: bump consumer PORTREVISIONs after port renameCharlie Li2024-11-221-0/+1
| | | | | With hat: gnome PR: 273722
* print/hplip: use USE_GNOME=pygobject3 helperCharlie Li2024-10-101-3/+3
| | | | | | | The helper is equivalent to the previous explicit dependency declaration so no functional or metadata changes. With hat: gnome
* print/hplip(-plugin): Update to 3.24.4Tijl Coosemans2024-06-214-6/+18
|
* print/hplip(-plugin): Update to 3.23.12Tijl Coosemans2024-01-135-82/+31
|
* print/hplip: Fix snprintf calls when device URI contains %20Tijl Coosemans2023-11-172-0/+47
| | | | PR: 270741
* print/hplip(-plugin): Update to 3.23.8Tijl Coosemans2023-10-063-5/+7
|
* print/hplip: Fix patch from f97941e2c029Tijl Coosemans2023-08-171-1/+2
| | | | | | by applying dos2unix first. PR: 272804
* print/hplip: fix fax/filters/cdmfax/jetlib.cpp with llvm16Oleg Sidorkin2023-08-151-0/+35
|
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-0/+1
| | | | New major version 3.0.0
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* print/hplip: Fix build with llvm16Tijl Coosemans2023-06-258-12/+115
| | | | PR: 272171
* print/hplip(-plugin): Update to 3.23.5Tijl Coosemans2023-06-233-14/+37
|
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* print/hplip: Port pcardext module to Python 3.xTijl Coosemans2023-02-102-0/+55
|
* print/hplip: Fix staging with X11 offTijl Coosemans2022-12-021-4/+0
| | | | PR: 268125
* print/hplip(-plugin): Update to 3.22.10Chris2022-11-243-5/+46
| | | | PR: 267954, 267955
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* print: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Akinori MUSHA aka knu <knu@idaemons.org> * Alan Eldridge <alane@geeksrus.net> * Alex Dupre <ale@FreeBSD.org> * Alex Dupre <sysadmin@alexdupre.com> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Andreas Klemm <andreas@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Anish Mistry <amistry@am-productions.biz> * Anton Berezin <tobez@tobez.org> * Bruce M Simpson <bms@FreeBSD.org> * Bruce M. Simpson <bms@FreeBSD.org> * CHOI Junho <cjh@FreeBSD.org> * Chuck Robey <chuckr@FreeBSD.org> * D'Arcy Cain <darcy@druid.net> * David O'Brien (obrien@NUXI.com) * David O'Brien <obrien@FreeBSD.org> * David O'Brien <obrien@cs.ucdavis.edu> * Dima Dorfman <dima@unixfreak.org> * Dmitry Kazarov <d.y.kazarov@mail.ru> * Dmitry Sivachenko <dima@Chg.RU> * Emanuel Haupt <ehaupt@FreeBSD.org> * Fabiano Sidler <fabianosidler@swissonline.ch> * Fernan Aguero <fernan.aguero@gmail.com> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> * Golyashov Sergey <svvord@soft-wizard.ru> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp> * Igor Pokrovsky <tiamat@comset.net> * James Bailie <jimmy@mammothcheese.ca> * Jean-Marc Zucconi <jmz@FreeBSD.org> and David O'Brien <obrien@FreeBSD.org> * Jean-Sebastien Roy <js@jeannot.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Joel Sutton <jsutton@bbcon.com.au> * Joerg Wunsch <joerg@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Jachuf <jjachuf@gmail.com> * Joseph Koshy <jkoshy@FreeBSD.org> * Juergen Lock <nox@jelal.kn-bremen.de> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * KANOU Hiroki <kanou@khdd.net> * KATO Tsuguru <tkato@prontomail.com> * Kapil Chowksey * Kentaro Inagaki <JBD01226@niftyserve.ne.jp> * Kimura Fuyuki <fuyuki@hadaly.org> * Klemm <andreas@klemm.gtn.com> * Koop Mast <kwm@FreeBSD.org> * Kozlov Sergey <kozlov.sergey.404@gmail.com> * Lars Koeller * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Pulford <mark@kyne.com.au> * Mark Reidel <ports@mark.reidel.info> * Martin Dieringer <martin.dieringer@gmx.de> * Martin Kammerhofer * Martin Klaffenboeck <martin.klaffenboeck@gmx.at> * Martin Ranne <gasp@ridcully.dnsalias.org> * Matthew Hunt <mph@pobox.com> * Maxim Loginov <Zeliboba@mail.ru> * Michael Johnson <ahze@FreeBSD.org> * Michael Moll <kvedulv at kvedulv.de> * Michael Nottebrock <lofi@FreeBSD.org> * Mike Meyer <mwm@mired.org> * Mikhail Teterin * Mita Yoshio <mita@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Oliver Breuninger <ob@seicom.NET> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Patrick Dung (patrick_dkt@yahoo.com.hk) * Patrick Powell <papowell@astart.com> * Pedro Giffuni * Philip M. Gollucci <pgpollucci@p6m7g8.com> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Robert Withrow <witr@rwwa.com> * Romain Tartiere <romain@FreeBSD.org> * Satoshi Asami <asami@FreeBSD.org> * Satoshi TAOKA <taoka@FreeBSD.org> * Satoshi Taoka <taoka@FreeBSD.org> * Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> * Simon 'corecode' Schubert <corecode@corecode.ath.cx> * Simun Mikecin <numisemis@yahoo.com> * Stefan Esser <se@FreeBSD.org> * Stefan Hagen <ports@textmail.me> * Stephen Fisher * Steve Wills <swills@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Tim McCormick <tim@pcbsd.org> * Tomokatsu SAITO <saito@a2z.co.jp> * Veniamin Gvozdikov <vg@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp> * amistry@am-productions.biz * andrew@scoop.co.nz * arved * brett@peloton.physics.montana.edu * chuckr@FreeBSD.org * cjm2 * dbader@eece.unm.edu * dgilbert@velocet.ca * e-masson@kisoft-services.com * eserte@cs.tu-berlin.de * gahr * giffunip * hrs * ijliao * jmz * joerg * johans * jseger@FreeBSD.org * kline * ljo * lofi@FreeBSD.org * martin.dieringer@gmx.de * mwest@uct.ac.za * oly@world.std.com * patrick, trevor * smace@FreeBSD.org * spcoltri@unm.edu * tg@FreeBSD.org * tobez * wenheping@gmail.com With hat: portmgr
* print/hplip: update to 3.22.4Tijl Coosemans2022-05-013-4/+12
|
* print/hplip: fix pkg-plist with X11 disabledTijl Coosemans2022-04-081-8/+0
| | | | PR: 263131
* print/hplip(-plugin): update to 3.22.2Tijl Coosemans2022-03-1146-396/+906
| | | | | | | | | | | | | | | | | | | | - Convert post-patch to real patches because they are easier to maintain. - Fix a NULL dereference in the scanner backend when D-Bus isn't running. - Depend on sysutils/py-distro to make hp-toolbox (Device Manager) work again. - Upstream switched to Avahi for mDNS support. Rename the SNMP option to NETWORK because it's not just SNMP now. - Don't install some programs related to uninstalling and upgrading of HPLIP and the installation of firmware plugins because they circumvent the package system. - Install icons in share/icons so desktops can choose an appropriate resolution. Portions taken from a patch by Oleg Sidorkin <osidorkin@gmail.com>. PR: 255586, 257034, 257512
* devel/py-qt5, devel/py-sip: Update versionsLoïc Bartoletti2022-03-071-0/+1
| | | | | | | | | | | | - Update sip to 6.5.1 - Update PyQt5 to 5.15.6 - Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5 - Update PyQtSip to 12.9.1 - Update PyQtBuilder to 1.12.2 - Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino) PR: 261685 Exp-run by: antoine
* PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.Loïc Bartoletti2022-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SIP: As mentioned in the update from sip to sip5, this is a transitional version to remove what is deprecated in sip4. Sip6 completely removes the deprecated parts. Unfortunately, some ports — mostly cura things — can not use sip6, so we reintroduce sip4. PyQt: At the same time, we took the opportunity to simplify PyQT and propose only one package as for devel/pyside2. */py-qt5-* have been merged — excepted chart, networkauth and webengine — into devel/py-qt5-pyqt. This allows us to be in adequacy with the packages that the author of these libraries proposes, namely: PyQt - devel/py-qt5-pyqt PyQt-Charts - x11-toolkits/py-qt5-chart PyQt-NetworkAuth – net/py-qt5-networkauth PyQt-WebEngine – www/py-qt5-webengine SIP – devel/py-sip py-sip - devel/py-qt5-sip PyQt-builder - devel/py-qtbuilder Qscintilla - devel/py-qt5-qscintilla2 Reviewed by: diizzy, kde Tested by: kai, rhurlin, arrowd, madpilot Approved by: makc, tcberner, kde Differential Revision: https://reviews.freebsd.org/D33237 Exp-run by: antoine
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Simplify some ports using PYTHON_MAJOR_VER and Python 3.6+Rene Ladan2021-01-121-8/+3
| | | | Notes: svn path=/head/; revision=561385
* Follow up on graphics/py-pillow6 port removal in r559976Rene Ladan2021-01-051-1/+1
| | | | | | | | | | | | | | The graphics/py-pillow6 port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_PILLOW, leaving a dangling reference. Remove it from Mk/Uses/python.mk, leaving only the Python 3 version of that port, graphics/py-pillow, defined and bump the minimal verion of Python to 3.6 for affected ports. Notes: svn path=/head/; revision=560425
* print/hplip: drop support for expired USES=gnome:pygobjectRene Ladan2020-12-121-2/+0
| | | | Notes: svn path=/head/; revision=557827
* The Python 2 support in HPLIP depends on devel/py-gobject, not py-gobject3.Tijl Coosemans2020-09-071-3/+10
| | | | | | | PR: 225724 Notes: svn path=/head/; revision=547894
* Merge QT5 option with X11 option because it's the only supported toolkitTijl Coosemans2020-09-072-88/+76
| | | | | | | nowadays. Notes: svn path=/head/; revision=547893
* Update to 3.20.6.Tijl Coosemans2020-09-074-40/+42
| | | | | | | | PR: 247477 Submitted by: fluffy Notes: svn path=/head/; revision=547891
* print/hplip and print/hplip-plugin: Handover maintainership to tijlBen Woods2020-09-031-1/+1
| | | | | | | | | | Thanks very much to Tijl for offering to take on maintaining these ports since I haven't been able to find enough time. Approved by: tijl (new maintainer) Notes: svn path=/head/; revision=547430
* Fix mDNS support for network printers.Tijl Coosemans2020-07-212-11/+70
| | | | | | | | | | | | | | | | | | | | At least on FreeBSD 13, SO_REUSEPORT is no longer sufficient when Avahi already uses port 5353. It seems that port reuse is only allowed for processes from the same user now. But even if Avahi is not running and port 5353 is available my printer still failed to be detected. According to RFC 6762 only fully compliant queriers should be using that port which HPLIP isn't. I suspect the printer is sending responses that HPLIP can't parse. Patch HPLIP to use a simple socket (dynamically allocated port) which is enough for the one-shot mDNS queries it performs. Now my printer is detected by "hp-probe --method=mdns" and xsane can find the scanner part using the hpaio plugin. PR: 247723 Approved by: maintainer timeout (19 days) Notes: svn path=/head/; revision=542780
* print/hplip[-plugin]: update to 3.20.3 releaseDima Panov2020-04-272-5/+5
| | | | | | | | | | PR: 245405 Submitted by: fluffy Approved by: maintainer (timeout, 21d) Relnotes: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes Notes: svn path=/head/; revision=533123
* Update py-sip to 4.19.21 and qscintilla2 to 2.11.4Loïc Bartoletti2020-04-111-1/+1
| | | | | | | | | | | | | | - Update py-sip to 4.19.21 - Update qscintilla2 to 2.11.4 - Replace MASTER_SITE_RIVERBANK with https versions - Replace QSCI2_DISTNAME to match with the new one PR: 245308 Approved by: tcberner (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=531396
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-11/+2
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* print/hplip: Bump PORTREVISION post r527054Ben Woods2020-02-241-1/+1
| | | | | | | | PR: 244373 Reported by: vvd@unislabs.com Notes: svn path=/head/; revision=527055
* print/hplip: Change USE_GNOME dependency from pygobject to pygobject3Ben Woods2020-02-241-1/+1
| | | | | | | | PR: 244373 Submitted by: vvd@unislabs.com Notes: svn path=/head/; revision=527054
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Notes: svn path=/head/; revision=526962
* print/hplip and print/hplip-plugin: Update to 3.19.12Ben Woods2019-12-233-4/+8
| | | | | | | | | | | | Changes this release: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes PR: 242589 Submitted by: fluffy Submitted by: Neel Chauhan <neel@neelc.org> (earlier patch version) Notes: svn path=/head/; revision=520691
* - Update HPLIP package to 3.19.11 releaseDima Panov2019-11-182-5/+6
| | | | | | | | | | | - Unbreak build with python 3.8+ by provide full path to cpython includes PR: 242055 Submitted by: myself Approved by: maintainer (woodsb02) Notes: svn path=/head/; revision=517864
* print/hplip: Update to 3.19.10Ben Woods2019-11-0412-45/+399
| | | | | | | | | | | | | print/hplip-plugin: Update to 3.19.6 Changes this release: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes PR: 241528 Reported by: S Joseph <josephatwork@gmail.com> Notes: svn path=/head/; revision=516637
* print/hplip and print/hplip-plugin: Update to 3.18.6Ben Woods2019-11-033-5/+33
| | | | | | | | | | | Changes this release: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes PR: 240428 Submitted by: asomers Notes: svn path=/head/; revision=516430
* Clean up final leftovers from Qt4.Rene Ladan2019-06-261-1/+1
| | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725 Notes: svn path=/head/; revision=505150
* print/hplip: Fix runtime with graphics/py-pillow 6.0.0Kai Knoblich2019-06-022-3/+15
| | | | | | | | | | | | Fix a possible runtime error in installers/dcheck.py when graphics/py-pillow is updated to 6.0.0, which removed the previously deprecated constant Image.VERSION . PR: 238072, 237426 (related) Approved by: woodsb02 (maintainer) Notes: svn path=/head/; revision=503333
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* print/hplip: remove remnants of QT4 optionTobias C. Berner2019-03-161-13/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495999