aboutsummaryrefslogtreecommitdiff
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* print/rubygem-ttfunk: Fix gemspec for rubygem-bigdecimal 4.0.0 updatePo-Chuan Hsieh3 days2-1/+13
| | | | - Bump PORTREVISION for package change
* */*: De-orbit alias.mkJason E. Hale3 days2-2/+2
| | | | | | | | | | | | Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted. This feature was never documented in the PHB, so there is no work to be done by the docs@ team. Nothing against DragonFly, but if DPorts still needs FreeBSD 9 support, they really should work that out with upstream projects. Ultimately, we don't need to keep carrying this outdated feature that doesn't affect us.
* print/py-plutoprint: New port: A Python Library for Generating PDFs and ↵Jose Alonso Cardenas Marquez5 days4-0/+42
| | | | | | | | | | Images from HTML PlutoPrint is a lightweight and easy-to-use Python library for generating high-quality PDFs and images directly from HTML or XML content. It is based on PlutoBook’s robust rendering engine and provides a simple API to convert ur HTML into crisp PDF documents or vibrant image files. This makes it ideal for reports, invoices, or visual snapshots.
* print/plutobook: Update to 0.12.0Joel Bodenmann10 days2-4/+4
| | | | Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.12.0
* print/scribus-devel: update to 1.7.1Piotr Kubaj11 days3-55/+29
| | | | Changelog: https://wiki.scribus.net/canvas/1.7.1_Release
* print/R-cran-knitr: Update to 1.51Zsolt Udvari12 days2-8/+7
| | | | | | The port doesn't need build so CRAN_DEPENDS should be only RUN_DEPENDS. Changelog: https://github.com/yihui/knitr/releases/tag/v1.51
* print/rubygem-color_diff: Update version 0.1=>0.2Muhammad Moinur Rahman13 days2-5/+5
| | | | | | - Return to pool Changelog: https://github.com/hansondr/color_diff/releases/tag/v0.2
* print/py-fonttools: Update to 4.61.1Po-Chuan Hsieh2025-12-192-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* */*: Bump PORTREVISION for known Qt private API abusersJason E. Hale2025-12-191-1/+1
| | | | | | | | | | | | | | | | | | | Qt 6.10.1 edition. These ports are known to directly use or link to a library that uses the Qt private API and must be rebuilt with every Qt update. Qt *public* API/ABI compatability is excellent, so most consumers don't need to necessarily be rebuilt between patch or even minor releases, but use of the private API breaks this compatibility between even patch releases and its use is highly discouraged. This list [1] is based on histortical data. We don't have time to revisit every port on the list with each Qt update, so if your port has dropped Qt private headers and was bumped in error, please remove it yourself if you have write access to the Wiki or alert someone on kde@. [1] https://wiki.freebsd.org/KDE/Qt
* Qt6: Update to 6.10.1Jason E. Hale2025-12-191-3/+3
| | | | | | | | | | I'm not giving the usual fanfare. This has been an absolute slog. Ports changes: qt6-base: Added WAYLAND option. This is congruent with the X11 option. We really don't recommend disabling this option, but it is available for advanced users who don't want wayland for whatever reason.
* print/py-uharfbuzz: Fix buildPo-Chuan Hsieh2025-12-181-1/+1
|
* print/pdf-renderer: fix build and change master siteAlex Dupre2025-12-173-16/+15
|
* print/py-uharfbuzz: Update to 0.53.0Po-Chuan Hsieh2025-12-162-5/+5
| | | | Changes: https://github.com/harfbuzz/uharfbuzz/releases
* lang/rust: Bump revisions after 1.92.0Mikael Urankar2025-12-161-1/+1
| | | | PR: 291582
* many: Unpin Go portsDag-Erling Smørgrav2025-12-151-1/+1
| | | | | | | | | | | | * Ports that were pinned to a deprecated version of Go (1.23 or older) have been unpinned. * Ports that were pinned to a still-supported version of Go (1.24 or newer) have been converted to requesting that as their minimum Go version. * Ports that had been forcibly deprecated for pinning an expired Go version have been undeprecated.
* */*: Bump PORTREVISIONZsolt Udvari2025-12-151-1/+1
| | | | | Bump PORTREVISION values because of graphics/mupdf's update (commit 4db975fa3e312b8ed5f390fa4d6f01505cf89929).
* print/scribus: update to 1.6.5Piotr Kubaj2025-12-152-23/+4
| | | | Changelog: https://wiki.scribus.net/canvas/1.6.5_Release
* print/harfbuzz: fix build WITH=DOCS (+)Dima Panov2025-12-151-0/+6
| | | | Reported by: bulk -t
* print/harfbuzz*: Update to 12.2.0Daniel Engberg2025-12-145-14/+22
| | | | | | | Changelog: https://github.com/harfbuzz/harfbuzz/releases/tag/12.2.0 PR: 290938 Approved by: maintainer timeout, 1+ month
* print/cups-filters: Bump PORTREVISIONTijl Coosemans2025-12-141-1/+1
|
* print/cups: Update to 2.4.16Tijl Coosemans2025-12-142-11/+10
| | | | Also include 2 post-release bug fixes.
* print/cups-filters: Update to more recent commitTijl Coosemans2025-12-144-529/+9
|
* print/a2ps: update to 4.15.8Dirk Meyer2025-12-142-5/+5
|
* print/plutobook: Update to 0.11.3Joel Bodenmann2025-12-122-4/+4
| | | | Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.11.3
* print/pdf-renderer: allow building with jdk21Ronald Klop2025-12-112-7/+18
| | | | | | | | | | | | | Error was: [00:01:29] -do-compile: [00:01:29] [javac] Compiling 116 source files to /wrkdirs/usr/ports/print/pdf-renderer/work/pdf-renderer-0.9.1_1,1/build/classes [00:01:30] [javac] warning: [options] bootstrap class path not set in conjunction with -source 5 [00:01:30] [javac] error: Source option 5 is no longer supported. Use 8 or later. [00:01:30] [javac] error: Target option 5 is no longer supported. Use 8 or later. [00:01:30] [00:01:30] BUILD FAILED PR: 291576
* KDE: Update KDE Plasma to 6.5.4Max Brazhnikov2025-12-111-3/+3
| | | | Announcement: https://kde.org/announcements/plasma/6/6.5.4/
* print/linux-rl9-cups-libs: update 2.3.3op2-33.el9_6.1 => 2.3.3op2-34.el9_7Dima Panov2025-12-102-11/+11
|
* print/texinfo: Update texinfo.tex to 20251206Po-Chuan Hsieh2025-12-092-5/+5
| | | | | | - Bump PORTREVISION for package change Changes: https://git.savannah.gnu.org/cgit/texinfo.git/log/doc/texinfo.tex
* graphics/poppler: bump consumers of graphics/popplerLoïc Bartoletti2025-12-068-6/+8
| | | | | PR: 291277 Exp-run by: antoine
* print/scribus: fix build with poppler 25.10Loïc Bartoletti2025-12-062-1/+20
| | | | PR: 291277
* print/scribus-devel: fix build with poppler 25.10Loïc Bartoletti2025-12-062-3/+36
| | | | PR: 291277
* print/plutobook: Update to 0.11.2Joel Bodenmann2025-12-062-4/+4
| | | | Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.11.2
* print/scribus-devel: Prepare for Qt 6.10Jason E. Hale2025-12-052-2/+5
| | | | | | Add upstream patches to fix build with Qt 6.10. With hat: kde@
* all: return rakuco's ports to the pool after safekeeping their commit bit.Rene Ladan2025-12-041-1/+1
| | | | Hat: portmgr
* various: Bump Go ports for 1.24.11Adam Weinberger2025-12-032-2/+2
|
* print/cups: Fix regressionsTijl Coosemans2025-12-036-14/+46
| | | | | | | | - Apply upstream patch to unblock GTK+ print dialogs. - Apply upstream patch for out-of-bounds read in cupsUTF8ToCharset(). - Make cupsd ignore IdleExitTimeout in cupsd.conf. Reported by: christos
* print/py-fonttools: Update to 4.61.0Po-Chuan Hsieh2025-12-022-7/+7
| | | | Changes: https://github.com/fonttools/fonttools/releases
* print/texinfo: Update texinfo.tex to 20251125Po-Chuan Hsieh2025-12-022-5/+5
| | | | | | - Bump PORTREVISION for package change Changes: https://git.savannah.gnu.org/cgit/texinfo.git/log/doc/texinfo.tex
* print/texinfo: Update texinfo.tex to 20251025Po-Chuan Hsieh2025-11-292-4/+5
| | | | | | - Bump PORTREVISION for package change Changes: https://git.savannah.gnu.org/cgit/texinfo.git/log/doc/texinfo.tex
* print/cups: Update to 2.4.15Tijl Coosemans2025-11-293-4/+16
|
* graphics/xreader: move and update to 4.6.0Charlie Li2025-11-2710-681/+0
| | | | | | | | | | This started as a fork of graphics/atril, which in turn forked from graphics/evince, so move categories to match. - make PDF and pixbuf support unconditional, support for those formats are always expected - optionalise NLS, previewer, thumbnailer - exclude DOCS as upstream is still evaluating the build issue
* print/plutobook: Update to 0.11.1Joel Bodenmann2025-11-242-4/+4
| | | | Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.11.1
* print/plutobook: Update to 0.11.0Joel Bodenmann2025-11-242-4/+4
| | | | Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.11.0
* print/R-cran-tinytex: Update to 0.58Nuno Teixeira2025-11-202-7/+5
| | | | | | - Use RUN_DEPENDS only since port doesn't compile ChangeLog: https://github.com/rstudio/tinytex/releases/tag/v0.58
* print/hplip-plugin: Fix fetch under poudriereTijl Coosemans2025-11-191-1/+2
| | | | | | | | Don't run fetch if the distfile exists. It only checked if the download completed in that case but under poudriere there isn't always network access. Reported by: vishwin
* KDE: Update KDE Plasma to 6.5.3Max Brazhnikov2025-11-181-3/+3
| | | | Announcement: https://kde.org/announcements/plasma/6/6.5.3/
* print/hplip(-plugin): Update to 3.25.8Tijl Coosemans2025-11-188-45/+131
|
* Qt5: Update to 5.15.18Jason E. Hale2025-11-131-3/+3
| | | | | | | | | | | | | | | This is the penultimate release of Qt5. While Qt5 is EOL, due to the LGPL releases being a year behind the commercial releases, there will still be one more patch release in May 2026. PySide2: Update to 5.15.18 Announcement: https://lists.qt-project.org/pipermail/announce/2025-October/000592.html Release notes: https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/5.15.18/release-note.md MFH: 2025Q4
* lang/rust: Bump revisions after 1.91.1Mikael Urankar2025-11-111-1/+1
| | | | PR: 290816
* various: Bump Go ports for 1.24.10Adam Weinberger2025-11-062-1/+2
|