summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia16-32/+32
2020-03-18Fix shell portabilityjoerg2-1/+15
2020-03-18gutenprint-lib: Minor patch adjustmentsgdt4-16/+22
Quote variables formerly in [[ (thanks rillig@). Note upstream status.
2020-03-17gutenprint-lib: Remediate bashismsgdt4-1/+58
These files aren't used, but the patches belong upstream, and it's easier to patch than to explain why it's safe not to ptach.
2020-03-12print/cups-filters: Avoid portablity check failgdt1-1/+4
This package has a script which is written for bash and has a bashism. While that's a bug, the package has REPLACE_BASH for it and further doesn't include the file in the PLIST. So there's no benefit to pkgsrc fixing this, other than the quest to rid the world of bashisms. Simply skip checks on this file.
2020-03-12fig2dev: fix unportable test(1) operator.wiz2-1/+16
2020-03-12luatex: fix unportable test(1) operatorwiz3-2/+21
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz51-102/+102
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz56-106/+112
2020-03-05Fix build with newer cups.bouyer4-13/+209
While there switch to fltk13 bump PKGREVISION
2020-03-05web2c: fix build with poppler 0.86.1wiz2-5/+16
2020-03-04*: bump PKGREVISION for poppler 0.86.1wiz20-36/+40
2020-03-04poppler*: update to 0.86.1, requested by adam@wiz3-10/+10
Release 0.86.1: core: * Fix regression in Browse Link handling * Internal code improvements
2020-03-04poppler*: update to 0.86.0wiz11-30/+19
Release 0.86.0: core: * Fix link content exfiltration attack * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881 * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam * Internal code improvements glib: * Automatic handle of page's cropbox on annots. Issue #129 * Fix memory leak if poppler_document_new_from_file fails * Minor speed optimization on poppler_page_get_annot_mapping utils: * pdfdetach: add 'savefile' option * pdftoppm/pdftocairo: Fix more odd/even mismatch qt5: * Fix loading from iodevice Release 0.85.0: core: * Fix case unsensitive search for Deseret and Osage. Issue #853 * Fix crash in unicodeToAscii7 * CairoOutputDev: make initialisation thread-safe * Fix crash on broken files. Issues #869, #870 * Internal code improvements utils: * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873 * pdftohtml: Fix issue with the font size sometimes being huge qt5: * Fix FormField::name encoding * Accept UTF-16 uiNames for form fields * Fix search for "complex" characters * Allow to load document from QIODevice glib: * make the frontend initialization thread safe.
2020-03-01print: remove pdfmodnia7-142/+1
unmaintained gnome2 component, archived upstream
2020-03-01glabels: gets gnome categorynia1-2/+2
2020-03-01glabels: missing schema includenia1-1/+2
2020-03-01PKGREVISION bump for poppler dependency changemarkd5-10/+10
2020-03-01glabels: Remove file that's no longer needednia1-72/+0
2020-03-01glabels: Update to 3.4.1nia4-227/+704
Updated to gtk3 version, no longer depends on gnome2 libraries
2020-03-01poppler-cpp: PKGREVISION bump for previous.markd1-1/+2
2020-03-01poppler*: reenable splash backend - needed to display output in poppler-qtmarkd9-22/+23
based backends. also add nss dependency and be explicit in the tiff dependency.
2020-02-29print/libgnomeprint: Bark as BROKEN if cups is requestedgdt1-2/+3
2020-02-29print/foliate: lang/gjs is a runtime dependency, not build-time.rhialto1-2/+3
2020-02-24Fix breakage on Darwin.brook1-1/+8
MacOS does not provide /usr/include, but it sneaks into some command lines and causes errors. Be explicit about the path to glib2 to avoid this.
2020-02-19py-reportlab: updated to 3.5.34adam3-8/+14
RELEASE 3.5.33: * fix bug in Pie3d * fix bug in background splitting in repeatRows cases * small improvements to CandleSticks * created NotSet validator (use in CandleStickProperties) * update .travis.yml and .appeyor.yml hopefully to create 3.8 wheels RELEASE 3.5.32: * some chart efficiency changes * use clock in fontFinder * improve recursive access and do some minor eval/exec fixes * improve use of eval/exec RELEASE 3.5.31: * paraparser fix RELEASE 3.5.30: * better support for candlestick charts using smartGetItem RELEASE 3.5.29: * Support for candlestick charts and infilled pair plots RELEASE 3.5.28: * improve support for AES encryption RELEASE 3.5.27: * fix to justified para splits * fix BalanceColumn width calculation * preliminary support for AES encryption RELEASE 3.5.26: * micro changes to normalDate * fix warnings about is not (detected in python 3.8b4) * implement PR 59 bug fix RELEASE 3.5.25: * add recursive ttf searching * sync with rlextra * fix Barchart axis crossing issue RELEASE 3.5.24: * prepare for python3.8, drop support for python3.4
2020-02-10qpdf: Update to 9.1.1ryoon2-10/+8
Chaneglog: This is qpdf version 9.1.1. This release contains a few small enhancements and bug fixes. Most notably, fix-qdf is now a proper executable rather than a perl script, so qpdf no longer has a runtime dependency on perl.
2020-02-09print/cups-base: remove unknown configure optionsrillig1-5/+1
2020-02-08print: Remove libgnomecups - no longer part of GNOMEnia11-182/+1
Last release in 2008. Not used by anything in pkgsrc, near as I can tell.
2020-02-02okular: update kde release service to 19.12.1markd3-11/+11
builds with qt 5.14, other changes unknown.
2020-01-29Remove part of airprint scheduler printers patch as perprlw13-97/+8
https://github.com/apple/cups/issues/5641 OK Till Kamppeter
2020-01-26all: migrate homepages from http to httpsrillig15-31/+31
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-26mupdf: Enable opengl by default on non-Darwinnia2-3/+9
Briefly discussed with leot on IRC a while ago
2020-01-18all: migrate several HOMEPAGEs to httpsrillig787-1574/+1574
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin19-32/+38
2020-01-17deforaos-pdfviewer: update to 0.1.0khorben3-11/+11
Changes since 0.0.2: - Defaults to Gtk+ 3 (like libDesktop) - More translated content
2020-01-16ghostscript-agpl: fix dvipdfmarkd3-3/+17
2020-01-13Added print/R-tinytex version 0.18mef1-1/+2
2020-01-13print/R-tinytex: import R-tinytex-0.18mef3-0/+27
Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.
2020-01-13Fix poppler for C consumers.joerg3-2/+21
2020-01-12*: Recursive revbump from devel/boost-libsryoon4-8/+8
2020-01-11web2c: Fix build with poppler-0.84.0ryoon5-121/+127
2020-01-10poppler*: update to 0.84.0wiz5-31/+12
Release 0.84.0: core: * Fix crash when converting from Unicode to ASCII-7 * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big * JBIG2Stream: fix potential crash in malformed documents * JBIG2Stream: fix leak in reset() if called several times * Internal code improvements utils: * pdfimages: Add error message if first page is larger then number of pages. * pdfinfo: Improved paper size recognition * pdfsig: Fix exit code when dumping signatures * pdftocairo: Error out when even/odd selects 0 pages * pdftohtml: Fix memory leak * pdftoppm: Add an option to scale before rotate * pdftoppm: Add -hide-annotations option * pdftoppm: Error out when even/odd selects 0 pages * pdftops: Improve -optimizecolorspace qt5: * Code cleanups glib: * Fix compiler warrnings Release 0.83.0: core: * Improve when a file is recognized as Linearized * Improve const-ness of the code * Make code a bit more readable/maintanable * Fix uninitialized memory uses in broken files utils: * pdffonts: Make code a bit more readable/maintanable * pdftohtml: Make code a bit more readable/maintanable qt5: * Remove a bunch of unused internal functions * trUtf8 -> tr (less warnings) build system: * make-glib-api-docs: switch to python3
2020-01-07Update HOMEPAGE to the correct source files (it is also MASTER_SITES).kim1-3/+11
Note that this is the Athena modified version of psify, which includes support for SCHEME and Java source files, and for rendering reserved words in comments with a separate font. If you update the HOMEPAGE, please make sure that the downloaded source files are in fact the correct ones.
2020-01-07Update MAINTAINER.kim1-2/+2
2020-01-07Upstream is gone. Update MAINTAINER.kim1-3/+3
2020-01-06(print/ghostscript-agpl) Delete garbage from DESTDIRmef1-1/+2
2020-01-04Remove reference to an inexistent patch filekhorben1-2/+1
2020-01-04hplip: Update to 3.19.12khorben10-71/+330
Tested on NetBSD/amd64 (9.0_BETA) with a HP LaserJet 200 color MFP M276. A manual copy/paste of the intermediate release notes follows (see https://developers.hp.com/hp-linux-imaging-and-printing/release_notes for the original content). HPLIP 3.19.12: * Added support for the following new Printers: - HP Color LaserJet Pro M256dn - HP Color LaserJet Pro M255dn - HP Color LaserJet Pro M256nw - HP Color LaserJet Pro M255nw - HP Color LaserJet Pro M256dw - HP Color LaserJet Pro M255dw - HP Color LaserJet Pro M155a - HP Color LaserJet Pro M156a - HP Color LaserJet Pro M155nw - HP Color LaserJet Pro M156nw - HP Color LaserJet Pro MFP M282nw - HP Color LaserJet Pro MFP M284nw - HP Color LaserJet Pro MFP M283fdn - HP Color LaserJet Pro MFP M285fdn - HP Color LaserJet Pro MFP M283fdw - HP Color LaserJet Pro MFP M285fdw - HP Color LaserJet Pro MFP M283cdw - HP Color LaserJet Pro MFP M285cdw - HP Color LaserJet Pro MFP M182n - HP Color LaserJet Pro MFP M184n - HP Color LaserJet Pro MFP M182nw - HP Color LaserJet Pro MFP M184nw - HP Color LaserJet Pro MFP M183fw - HP Color LaserJet Pro MFP M185fw * Added support for following new Distro's: - Debian 10.1 - Debian 10.2 - Manjaro 18.1.2 * Features: - Rendering print jobs with cupsfilter command HPLIP 3.19.11: * Added support for the following new Printers: - HP Color LaserJet MFP M776dn - HP Color LaserJet Flow MFP M776z - HP Color LaserJet Flow MFP M776zs - HP Color LaserJet M856dn - HP Color LaserJet M856x - HP Color LaserJet E85055dn * Added support for following new Distro's: - Manjaro 18.1.0(64-bit) - Ubuntu 19.10(64-bit) - Fedora 31(64-bit) HPLIP 3.19.8: * Added support for the following new Printers: - HP DesignJet T1530 Postscript - HP DesignJet T2530 Postscript - HP DesignJet T930 Postscript - HP DesignJet T1600 Postscript Printer - HP DesignJet T1600dr Postscript Printer - HP DesignJet T2600 Postscript MFP - HP LaserJet Pro MFP M329dn - HP LaserJet Pro MFP M329dw - HP LaserJet Pro M305d - HP LaserJet Pro M304a - HP LaserJet Pro M305dn - HP LaserJet Pro M305dw * Added support for following new Distro's: - OpenSuse 15.1 - Debian 9.9 - Debian 10 - Manjaro 18.0.4 - Linux Mint 19.2 - RHEL 8.0 HPLIP 3.19.6: * Added support for the following new Printers: - HP Smart Tank 500 series - HP Smart Tank 530 series - HP Smart Tank Plus 570 series - HP Smart Tank Plus 650 - HP Smart Tank 610 - HP Smart Tank Plus 550 - HP Smart Tank 510 - HP Neverstop Laser MFP 1200a - HP Neverstop Laser MFP 1200w - HP Laser NS MFP 1005 - HP Laser NS MFP 1005w - HP Neverstop Laser 1000a - HP Neverstop Laser 1000w - HP Laser NS 1020 - HP Laser NS 1020w - HP DesignJet T2600dr Postscript MFP - HP DesignJet XL 3600 PS MFP - HP Color LaserJet Pro M453cdn - HP Color LaserJet Pro M454dn - HP Color LaserJet Pro M454cdn - HP Color LaserJet Pro M453cdw - HP Color LaserJet Pro M454nw - HP Color LaserJet Pro M454dw - HP Color LaserJet Pro M454cdw - HP Color LaserJet Pro MFP M479dw - HP Color LaserJet Pro MFP M478fcdn - HP Color LaserJet Pro MFP M479fdn - HP Color LaserJet Pro MFP M479fcdn - HP Color LaserJet Pro MFP M478fcdw - HP Color LaserJet Pro MFP M479fdw - HP Color LaserJet Pro MFP M479fnw - HP Color LaserJet Pro MFP M479fcdw - HP LaserJet Pro MFP M428dw - HP LaserJet Pro MFP M429dw - HP LaserJet Pro MFP M428fdn - HP LaserJet Pro MFP M428c1 - HP LaserJet Pro MFP M428c3 - HP LaserJet Pro MFP M428m - HP LaserJet Pro MFP M429fdn - HP LaserJet Pro MFP M428fdw - HP LaserJet Pro MFP M428c2 - HP LaserJet Pro MFP M428c4 - HP LaserJet Pro MFP M429fdw - HP LaserJet Pro M404d - HP LaserJet Pro M405d - HP LaserJet Pro M404n - HP LaserJet Pro M405n - HP LaserJet Pro M404dn - HP LaserJet Pro M404c1 - HP LaserJet Pro M404c3 - HP LaserJet Pro M404m - HP LaserJet Pro M405dn - HP LaserJet Pro M404dw - HP LaserJet Pro M404c2 - HP LaserJet Pro M404c4 - HP LaserJet Pro M405dw HPLIP 3.19.5: * Added support for the following new Printers: - HP LaserJet Enterprise M507n - HP LaserJet Enterprise M507dn - HP LaserJet Enterprise M507x - HP LaserJet Enterprise M507dng - HP LaserJet Managed E50145dn - HP LaserJet Managed E50145x - HP LaserJet Enterprise MFP M528dn - HP LaserJet Enterprise MFP M528f - HP LaserJet Enterprise Flow MFP M528c - HP LaserJet Enterprise Flow MFP M528z - HP LaserJet Managed MFP E52645dn - HP LaserJet Managed Flow MFP E52645c - HP Color LaserJet Managed E75245dn - HP Color LaserJet Enterprise M751n - HP Color LaserJet Enterprise M751dn - HP PageWide XL 3900PS MFP - HP OfficeJet Pro 8030 All-in-One Printer series - HP OfficeJet Pro 8020 All-in-One Printer series - HP OfficeJet 8020 All-in-One Printer Series - HP OfficeJet 8010 All-in-One Printer series * Added support for following new Distro's: - Debian 9.8(64-bit) - Ubuntu 19.04(64-bit) - Fedora 30(64-bit) HPLIP 3.19.3: * Added support for the following new Printers: - HP OfficeJet Pro All-in-One 9010 - HP OfficeJet Pro All-in-One 9020 - HP OfficeJet All-in-One 9010 - HP PageWide XL 4100 Printer - HP PageWide XL 4100 MFP - HP PageWide XL 4600 Printer - HP PageWide XL 4600PS MFP - HP Color LaserJet Managed MFP E77422a - HP Color LaserJet Managed MFP E77422dv - HP Color LaserJet Managed MFP E77422dn - HP Color LaserJet Managed MFP E77428dn - HP LaserJet MFP E72425a - HP LaserJet MFP E72425dv - HP LaserJet MFP E72425dn - HP LaserJet MFP E72430dn - HP LaserJet Managed MFP E62655dn - HP LaserJet Managed MFP E62665hs - HP LaserJet Managed Flow MFP E62665h - HP LaserJet Managed Flow MFP E62675z - HP LaserJet Managed Flow MFP E62665z - HP LaserJet Managed E60155dn - HP LaserJet Managed E60165dn - HP LaserJet Managed E60175dn - HP Color LaserJet Managed E65150dn - HP Color LaserJet Managed E65160dn - HP Color LaserJet Managed MFP E67650dh - HP Color LaserJet Managed Flow MFP E67660z * Added support for following new Distro's: - Debian 9.7(64-bit) - RHEL-7.6(64-bit) - LinuxMint 19.1(64-bit) HPLIP 3.19.1: * Added support for the following new Printers: - HP LaserJet Managed MFP E82540du - HP LaserJet Managed MFP E82550du - HP LaserJet Managed MFP E82560du - HP Color LaserJet Managed MFP E87640 du - HP Color LaserJet Managed MFP E87650du - HP Color LaserJet Managed MFP E87660du * Added support for the following new ScanJet Device: - HP Scanjet Pro 2500 f1 * Added support for following new Distro's: - Fedora 29(64-bit) - Open Suse 15(64-bit) - Manjaro 18.0(64-bit) - RHEL 7.2(64-bit) HPLIP 3.18.12: * Added support for the following new Printers: - HP Tango - HP Tango X * Added support for the following new ScanJet Device: - HP Scanjet Pro 2000 S1 * Added support for following new Distro's: - Debian 9.6(64-bit) - Ubuntu 18.10(64-bit) HPLIP 3.18.10: * Added support for the following new Printers: - HP DesignJet T1708 PostScript - HP DesignJet T1708dr PostScript HPLIP 3.18.9: * Added support for the following new Printers: - HP PageWide 755dn - HP PageWide MFP 774dns - HP PageWide MFP 774dn - HP PageWide MFP 779dns - HP PageWide MFP 779dn - HP LaserJet Pro MFP M148dw - HP LaserJet Pro MFP M149dw - HP LaserJet Pro MFP M148fdw - HP LaserJet Pro MFP M149fdw - HP LaserJet Pro M118dw - HP LaserJet Pro M119dw - HP Scanjet Enterprise 7500 Flatbed Scanner * Added support for the following new Distros: - Linux Mint 19 - Debian 9.5 HPLIP 3.18.7: * Added support for the following new Printers: - HP Smart Tank 350 - HP Smart Tank Wireless 450 - HP Ink Tank 310 - HP Ink Tank Wireless 410 - HP Ink Tank 115 - HP DesignJet Z6 24in - HP DesignJet Z6 44in - HP DesignJet Z6dr 44in - HP DesignJet Z9 24in - HP DesignJet Z9 44in - HP DesignJet Z9dr 44in * Added support for the following new Distros: - Fedora 28 (64 bit) * Issues fixed: - CR 59273 - Supplies and status information are not displayed in the hp-toolbox for Ruby - CR 58929 - HPLIP Google Reported Issues related to models.dat file on PPD mapping - CD 58930 - HPLIP Google Reported Syntactical Issues related to models.dat file HPLIP 3.18.6: * Added support for the following new Printers: - HP DesignJet Z6810ps 60in - HP DesignJet Z6610ps 60in - HP DesignJet Z6810ps 42in
2020-01-03Patch CVE-2019-14869sevan3-3/+48