summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etcCharlie Li20 hours3-109/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | EXT_SUFFIX, according to PEP 3149, refers to the full tag and extension for compiled extension module objects, eg .cpython-311.so, .cpython-313t.so, etc. We do not use the correct semantic meaning, and this usage becomes ambiguous and confusing when tags do not match between bytecode and compiled extension module objects. Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's specification of a magic tag, which consists of implementation name and shorthand version only. This is meant for bytecode and other files containing this tag in their filename that do not depend on a specific Python ABI for the same version. Chase all existing consumers. Introduce PYTHON_SOABI to align with PEP 3149's specification of a tag, which consists of implementation name, shorthand version and any ABI flags present (this and PYTHON_TAG are identical without ABI flags). This is meant for compiled extension module objects and other files that depend on a specific Python ABI for the same version. Add documentation for these variables that our PYTHON_EXT_SUFFIX never had. PR: 274671 Event: Kitchener-Waterloo Hackathon 202506
* print/py-fonttools: Update to 4.58.2Po-Chuan Hsieh3 days2-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* KDE: Update Plasma to 6.4.0Max Brazhnikov3 days2-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcements: https://kde.org/announcements/plasma/6/6.4.0/ https://kde.org/announcements/plasma/6/6.3.91/ https://kde.org/announcements/plasma/6/6.3.90/ New ports added: x11-themes/plasma6-aurorae: Aurorae window decoration x11-wm/plasma6-kwin-x11: KWin for X11 Removed ports: sysutils/plasma6-drkonqi: requires Systemd kde.mk: - Add aurorae and kwin-x11 to the list of Plasma components - Remove drkonqi x11/plasma6-kscreen: - Add missing build dep on wayland-protocols. pkgconfig is required to find wayland-protocols data location sysutils/plasma6-polkit-kde-agent-1: - Refresh USE_KDE sysutils/plasma6-plasma-systemmonitor: - Add runtime deps on ksystemstats x11-wm/plasma6-kwin*: - Depend on aurorae and switch breeze to runtime dependence x11/plasma6-plasma-workspace: - Depend on kwin-x11 - Refresh USE_QT - Add GTK option for better integration of GTK apps x11-wm/plasma6-kwin: - update COMMENT
* Qt5: Update to 5.15.17 (getting down to the end)Jason E. Hale5 days2-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Upstream standard support for Qt5 is officially over. [1] In short, that means get your ports off of Qt5 ASAP, especially end-user applications. FreeBSD deprecation of Qt5 is coming soon! It will likely be a year of lead time, but please help in the meantime and remove qt5 flavors and child ports whenever possible. www/qt5-webengine has been updated to 5.15.19 with security patches up to Chromium 135.0.7049.95. It's unclear at this point if further security patches will be publically available. The Qt5 WebEngine component, however, is and forever will be based on Chromium 87.0.4280.144, which is over 4 years old. Props to upstream for their backports over all these years and making them publically available (probably more to do with licensing constraints than anything, but hey). We otherwise depend on KDE as our direct upstream to roll our distfiles, which we have been hosting locally for over 3 years. Since Qt upstream drops the LGPL releases of Qt 5.15.x a year later, there's no guarantee KDE will rebase their patchset over the next year for the remaining two .18 and .19 releases. This might be the last update for Qt5 on FreeBSD. [1] https://www.qt.io/blog/qt-5.15-extended-support-for-subscription-license-holders
* print/py-pypdf: Update to 5.6.0Wen Heping8 days2-4/+4
|
* Uses/linux.mk: Remove libidn2Gleb Popov10 days1-2/+2
|
* Qt6: Update to 6.9.1Jason E. Hale10 days1-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | June 03, 2024 by Jani Heikkinen We have released Qt 6.9.1 today. As a patch release, Qt 6.9.1 does not introduce new features but contains more than 450 bug fixes, security updates, and other improvements on top of Qt 6.9.0 release. See more information about the most important changes and bug fixes from the Qt 6.9.1 release note. Announcement: https://www.qt.io/blog/qt-6.9.1-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.1/release-note.md We (kde@) skipped shipping Qt 6.9.0 due to unacceptable rendering bugs in the WebEngine component, but here are the announcements and release notes from Qt 6.9.0. Announcement: https://www.qt.io/blog/qt-6.9-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.0/release-note.md PySide6: Update to 6.9.1 PySide6 and its related components have been updated alongside the Qt release for compatibility. Older versions will not build with Qt 6.9.x. Announcement: https://www.qt.io/blog/qt-for-python-release-6.9 PyQt6: Update to 6.9.1 As with PySide6, older versions of PyQt6 will not build with Qt 6.9.x. Support tools like py-sip and py-qtbuilder have also been updated to their latest versions. Announcement: https://www.riverbankcomputing.com/news/PyQt_v6.9.0_Released https://www.riverbankcomputing.com/news/PyQt_v6.9.1_Released PR: 286051 Exp-run by: antoine
* various: Bump PORTREVISION after go124-1.24.4 updateAdam Weinberger14 days2-1/+2
|
* linux-rl9*: Stop installing build-id filesGleb Popov2025-06-026-18/+0
| | | | | | | - They complicate pkg-plist manipulations - They increase the package's size - They are used for debugging and it is unlikely that someone would debug binaries coming from Linux RPMs
* devel/boost: bump consumers after Boost updateDima Panov2025-06-022-1/+2
|
* print/makeindex: RefactorMuhammad Moinur Rahman2025-06-011-3/+9
| | | | | | - Add LICENSE LicenseRef-makeindex - Use DISTVERSION instead of PORTVERSION - Use USES=tar instead of EXTRACT_SUFX
* print/py-ufomerge: Update to 1.9.3Po-Chuan Hsieh2025-06-022-4/+4
| | | | Changes: https://github.com/googlefonts/ufomerge/releases
* print/py-fonttools: Update to 4.58.1Po-Chuan Hsieh2025-06-022-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* print/texinfo: Update texinfo.tex to 20250322Po-Chuan Hsieh2025-06-022-5/+5
| | | | | | - Bump PORTREVISION for package change Changes: https://git.savannah.gnu.org/cgit/texinfo.git/log/doc/texinfo.tex
* print/py-pydyf: Fix licenseMuhammad Moinur Rahman2025-05-311-1/+2
| | | | Approved by: portmgr (blanket)
* print/pdfcpu: Update to 0.11.0Daniel Engberg2025-05-292-7/+7
| | | | Changelog: https://github.com/pdfcpu/pdfcpu/releases/tag/v0.11.0
* print/py-ufomerge: Update to 1.9.2Po-Chuan Hsieh2025-05-252-4/+4
| | | | Changes: https://github.com/googlefonts/ufomerge/releases
* print/py-fonttools: Update to 4.58.0Po-Chuan Hsieh2025-05-252-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* print/py-fontbakery: Update to 1.0.0Po-Chuan Hsieh2025-05-252-4/+4
| | | | | Changes: https://github.com/fonttools/fontbakery/releases https://github.com/fonttools/fontbakery/blob/main/CHANGELOG.md
* print/lout: Update to 3.43.2Kevin Bowling2025-05-232-4/+4
|
* go: Bump go124-dependent portsAdam Weinberger2025-05-211-1/+1
| | | | | | | Earlier I bumped the default Go to 1.24. Ports that specify a lower version will still build with those lower version (for now), so they don't need a bumping. Instead I'm bumping anything that (now) has go124 as a dependency.
* print/rubygem-rbpdf: Update to 1.21.4Po-Chuan Hsieh2025-05-202-4/+4
| | | | Changes: https://github.com/naitoh/rbpdf/blob/master/CHANGELOG
* print/py-ufomerge: Update to 1.9.1Po-Chuan Hsieh2025-05-202-4/+4
| | | | Changes: https://github.com/googlefonts/ufomerge/releases
* print/py-fontbakery: Update to 0.13.3Po-Chuan Hsieh2025-05-202-7/+7
| | | | | Changes: https://github.com/fonttools/fontbakery/releases https://github.com/fonttools/fontbakery/blob/main/CHANGELOG.md
* print/py-reportlab: Update version 4.4.0=>4.4.1Muhammad Moinur Rahman2025-05-182-5/+8
| | | | | | - Pet portclippy Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
* print/sioyek: update to 2.0.0.20250513Robert Clausecker2025-05-187-133/+56
| | | | | | | | | | - fixes a crash when using the search function. - the new version requires qt6 - ship and install the man page - get rid of most now-obsolete site patches PR: 286827 Reported by: Nithal El Mejmissani <nithale@gmail.com>
* print/py-ufomerge: Update to 1.9.0Po-Chuan Hsieh2025-05-182-4/+4
| | | | Changes: https://github.com/googlefonts/ufomerge/releases
* print/miktex: Update to 25.4Zsolt Udvari2025-05-112-4/+6
| | | | Changelog: https://github.com/MiKTeX/miktex/releases/tag/25.4
* print/lout: Update to 3.43.1Kevin Bowling2025-05-102-5/+5
|
* KDE: Update KDE Plasma to 6.3.5Max Brazhnikov2025-05-081-3/+3
| | | | Announcement: https://kde.org/announcements/plasma/6/6.3.5/
* print/epson-inkjet-printer-escpr2: Use patchelf to set a correct ELF interpreterGleb Popov2025-05-041-3/+9
| | | | PR: 280388
* print/ghostscript10: Update port to 10.05.1Michael Osipov2025-05-023-5/+6
| | | | | | | Approved by: jrm (mentor) MFH: 2025Q2 Differential Revision: https://reviews.freebsd.org/D50097 Release Notes: https://ghostscript.readthedocs.io/en/gs10.05.1/News.html
* print/R-cran-textshaping: Update to 1.0.1Einar Bjarni Halldórsson2025-05-012-5/+5
| | | | | ChangeLog: https://github.com/r-lib/textshaping/releases/tag/v1.0.1 PR: 286500
* print/pdfcpu: Update to 0.10.2Daniel Engberg2025-04-273-8/+16
| | | | | | | Users needs to reset their config when upgrading from a previous version Changelog: https://github.com/pdfcpu/pdfcpu/releases/tag/v0.10.2
* print/scribus-devel: Fix build with Qt 6.9Jason E. Hale2025-04-262-2/+5
| | | | | With hat: kde@ PR: 286051
* print/pdf-tools: Add lexical-binding cookie to pdf-tools-init.elJoseph Mingrone2025-04-262-1/+3
| | | | | | | | As of 9f25d46568b in upstream's master branch, Emacs emits a run-time warning when lexical binding is unset. This serves as a reminder that lexical binding is preferred. Sponsored by: The FreeBSD Foundation
* print/py-reportlab: Update version 4.3.1=>4.4.0Muhammad Moinur Rahman2025-04-252-4/+4
| | | | Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
* print/gv: Assign new maintainermew14930xvi2025-04-225-30/+35
| | | | | | Fix libXaw3d update issue and housekeeping. PR: 286231
* all: expire on 2025-06-21 for textproc/docbook-utilsRene Ladan2025-04-212-0/+10
|
* Framework: Make use of USE_LINUX=imageformat-libsGleb Popov2025-04-215-7/+10
|
* */*: Bump PORTREVISION after mupdf updateZsolt Udvari2025-04-191-1/+1
|
* graphics/poppler: bump dependent portsLoïc Bartoletti2025-04-1811-10/+11
|
* print/latex-biber: Update to 2.20Rainer Hurling2025-04-182-7/+6
| | | | | | | | | | | | | | | | | Now that TeX Live 2025 is in the ports, LaTeX Biber must also be adapted to BibLaTeX version 3.20. Changes: - Added new option settings `minyearinit` and `minyearfull` for `uniquename` - Added `\DeclareNamehashTemplate` and supporting macros to allow customisation of the nameparts used in name hash construction. - Added facility for custom namehash ids in extended name format. - Added new field `fullhashraw`. - Misc bug fixes PR: 286175 MFH: 2025Q2
* print/R-cran-tinytex: Update to 0.57Nuno Teixeira2025-04-182-4/+4
| | | | ChangeLog: https://github.com/rstudio/tinytex/releases/tag/v0.57
* print/py-ufomerge: Update to 1.8.3Po-Chuan Hsieh2025-04-182-4/+4
| | | | Changes: https://github.com/googlefonts/ufomerge/releases
* print/py-fonttools: Update to 4.57.0Po-Chuan Hsieh2025-04-182-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* print/miktex: Update to 25.3Zsolt Udvari2025-04-172-6/+4
| | | | | | Remove WRKSRC knob. Changelog: https://github.com/MiKTeX/miktex/releases/tag/25.3
* D ports: fixup after Dub upgradeGleb Popov2025-04-161-1/+2
| | | | | Approved by: acm Pull Request: https://github.com/freebsd/freebsd-ports/pull/369
* print/linux-rl9-freetype: upstream reroll (+)Dima Panov2025-04-164-14/+14
| | | | freetype: 2.10.4-9.el9 => 2.10.4-10.el9_5
* print/py-fontbakery: Update to 0.13.2Po-Chuan Hsieh2025-04-103-40/+17
| | | | | Changes: https://github.com/fonttools/fontbakery/releases https://github.com/fonttools/fontbakery/blob/main/CHANGELOG.md