aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/cfengine-devel: Update to latest GH commitCy Schubert2026-07-133-9/+9
|
* sysutils/cfengine*32[56]: Deprecate and expireCy Schubert2026-07-134-0/+12
| | | | | | cfengine 3.25 and 3.26 expire this year. Reference: https://cfengine.com/supported-versions/
* sysutils/cfengine-masterfiles-devel: Update to latest GH commitCy Schubert2026-07-132-5/+5
|
* sysutils/cfengine-masterfiles328: Add new portCy Schubert2026-07-136-2/+137
| | | | | | | Add the latest cfengine to the ports collection. Update the sysutils/cfengine-masterfiles metaport to point to the new port. It becomes default.
* sysutils/cfengine328: Add new portCy Schubert2026-07-1310-2/+565
| | | | | | | Add the latest cfengine to the ports collection. Update the sysutils/cfengine metaport to point to the new port. It becomes default.
* textproc/py-docling: update 2.108.0 → 2.112.0Yuri Victorovich2026-07-132-10/+9
|
* textproc/py-docling-haystack: update 1.1.0 → 1.2.0Yuri Victorovich2026-07-132-6/+6
|
* textproc/py-docling-graph: update 1.5.1 → 1.7.1Yuri Victorovich2026-07-132-7/+9
|
* textproc/py-docling-slim: update 2.108.0 → 2.112.0Yuri Victorovich2026-07-132-5/+5
|
* textproc/py-docling-parse: update 7.4.0 → 7.8.0Yuri Victorovich2026-07-132-5/+6
|
* textproc/py-docling-core: update 2.85.0 → 2.87.0Yuri Victorovich2026-07-132-4/+4
|
* misc/py-comfy-kitchen: update 0.2.16 → 0.2.18Yuri Victorovich2026-07-132-9/+5
|
* misc/py-comfyui-workflow-templates: update 0.11.2 → 0.11.7Yuri Victorovich2026-07-132-11/+11
|
* misc/py-comfyui-workflow-templates-media-assets-01: update 0.1.0 → 0.1.1Yuri Victorovich2026-07-132-4/+4
|
* misc/py-comfyui-workflow-templates-json: update 0.1.2 → 0.1.4Yuri Victorovich2026-07-132-4/+4
|
* misc/py-comfyui-workflow-templates-core: update 0.3.267 → 0.3.270Yuri Victorovich2026-07-132-4/+4
|
* textproc/{,py-}sentencepiece: update 0.2.1 → 0.2.2Yuri Victorovich2026-07-1310-10/+185
|
* textproc/regexplain: New port: Terminal UI for explaining regexpsJimmy Olgeni2026-07-134-0/+676
|
* textproc/livediff: New port: Watch file diffs live in your terminalJimmy Olgeni2026-07-134-0/+1114
|
* net-mgmt/flow: New port: Minimalist terminal dashboard for real-time network ↵Jimmy Olgeni2026-07-134-0/+29
| | | | throughput
* dns/dnsglobe: New port: Global DNS propagation checker for your terminalJimmy Olgeni2026-07-134-0/+910
|
* security/krb5-devel: update to the latest MIT/KRB5 github commitCy Schubert2026-07-132-6/+5
|
* sysutils/screen-devel: Update to the lastest commit on savanahCy Schubert2026-07-133-6/+6
|
* sysutils/screen: Update to 5.0.2Cy Schubert2026-07-139-307/+17
|
* multimedia/shaka-packager: Use system librariesJimmy Olgeni2026-07-135-50/+69
| | | | | | | | | | | Build with USE_SYSTEM_DEPENDENCIES so the port links against the system abseil, curl, mbedtls, libpng, libwebm, libxml2, nlohmann-json and protobuf instead of the bundled copies. Only the packager and mpd_generator tools are built; the unit test suite (which requires a bundled mongoose and googletest) is skipped. A couple of source patches adjust for the system abseil, whose MutexLock API is older than the copy vendored by upstream.
* devel/sbt: update to 2.0.2 release.Alex Dupre2026-07-132-4/+4
|
* lang/solidity: update to 0.8.36 release.Alex Dupre2026-07-132-4/+4
|
* www/qutebrowser: drop qt5 flavorRoman Bogorodskiy2026-07-131-19/+2
| | | | | | | As QT5 will be deprecated soon, drop the QT5 flavor. Reviewed by: kde (arrowd) Differential Revision: https://reviews.freebsd.org/D58170
* graphics/libcdr01: update to 0.1.9 release (+)Dima Panov2026-07-132-5/+4
| | | | | libcdr 0.1.9 * Memory safety fixes
* graphics/libfreehand: update to 0.1.3 release (+)Dima Panov2026-07-134-46/+5
| | | | | | libfreehand 0.1.3 * Memory safety fixes * Minor cleanups
* net/libcmis: update to 0.6.1 release (+)Dima Panov2026-07-135-80/+6
| | | | | | | | | | | | libcmis 0.6.3 * More robust handling of server responses: added bounds and missing-value checks across the XML, SOAP, JSON, multipart and base64 parsing paths * Reject stray control characters in URLs, headers, credentials and proxy settings, and bound the size and duration of a response * Run curl_global_init once via std::call_once * Build fixes for boost 1.86, libxml2 2.12 and clang * Switched continuous integration to GitHub Actions
* print/libmspub01: update to 0.1.5 release (+)Dima Panov2026-07-135-26/+34
| | | | | | libmspub 0.1.5 * Memory safety fixes * Minor cleanups
* textproc/libexttextcat: update to 3.4.8 release (+)Dima Panov2026-07-134-16/+28
| | | | | | | | | | | | | | | | | | release to 3.4.8 + respect bufsize in prepbuffer + widen fp_Create bufsize from uint4 to size_t (ABI break; SONAME bumped libexttextcat-2.0.so.0 -> libexttextcat-2.0.so.1 via -version-info 1:0:0) + fix leak in textcat_Init bailout path + avoid forming &dest[-1] in wg_trim (undefined behavior) + update README for current UDHR source location (efele.net, after unicode.org/udhr retired in January 2024) + add Telugu, Kabyle, Nenets, Karakalpak, Morisyen, Arpitan, Sidamo, Quechua (North Bolivian), Inari Saami and Skolt Saami + rename ha-NG to ha-Latn-NG to match BCP-47/LibreOffice release to 3.4.7 + add Saraiki and Ilocano
* textproc/libabw: update to 0.1.4 release (+)Dima Panov2026-07-133-6/+5
| | | | | libabw 0.1.4 * Memory safety fixes
* textproc/libstaroffice: update to 0.0.8 release (+)Dima Panov2026-07-132-5/+4
| | | | | libstaroffice 0.0.8: * fix some errors detected by LLM
* textproc/librevenge: update to 0.0.6 release (+)Dima Panov2026-07-132-4/+4
| | | | | | | librevenge 0.0.6: * Improve robustness when reading damaged or malformed OLE2 and Zip streams. * Improve performance (tdf#63130). * Replace the deprecated std::shared_ptr::unique() with use_count() == 1.
* cad/verilator: Add missing lz4 run-time dependencyYuri Victorovich2026-07-131-2/+3
| | | | | PR: 296673 Reported by: Joel Bodenmann <jbo@FreeBSD.org>
* textproc/py-docling-eval: update 1.4.1 → 1.4.2Yuri Victorovich2026-07-132-5/+5
|
* misc/grok-build: update 0.2.93 → 0.2.99Yuri Victorovich2026-07-132-6/+6
|
* x11/xwd: update to 1.0.10Sergey A. Osokin2026-07-132-4/+4
| | | | | | | PR: 296741 Approved by: x11 (arrowd, maintainer) Sponsored by: tipi.work
* graphics/libfpx: suppress some additional warningsMikhail Teterin2026-07-131-0/+27
| | | | | | | The evolving clang is more picky and the new warnings began preventing the build from succeeding. PR: 296302
* net-im/purple-gowhatsapp: upgrade from 1.18 to 1.22Mikhail Teterin2026-07-132-71/+96
| | | | | | | | The older versions don't actually work with the current WhatsApp servers. While here, update all dependencies to their latest versions too. PR: 296740
* multimedia/libwebm: Install a CMake package configurationJimmy Olgeni2026-07-133-0/+47
| | | | | | | | Add install rules for a webmConfig.cmake so that consumers can locate the library with find_package(webm) and link against the webm::webm target. Reviewed by: yuri Differential Revision: https://reviews.freebsd.org/D58193
* security/rage-encryption: Update to 0.12.0Emanuel Haupt2026-07-133-683/+757
|
* databases/kexi: Drop stale CONFLICTS and mark DEPRECATEDMax Brazhnikov2026-07-131-3/+4
| | | | The project is abandoned, no plans for Qt6 support.
* sysutils/py-mqttwarn: Update to 0.36.1Dan Langille2026-07-132-9/+10
| | | | | | | re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.36.1 * add new dep: simple json * while here, portfmt
* finance/kraft: Update to 2.0.0 and switch to Qt6Max Brazhnikov2026-07-133-23/+25
| | | | Remove stale dependencies
* devel/immanent-checker: new portTorsten Zuehlsdorff2026-07-134-0/+44
| | | | | | | | | | | | Immanent Checker validates project structure and source-code expectations through configurable check suites. It can inspect full projects, filtered project trees, directories, and files, and can report findings in gcc-style or JSON output. This port installs the released PHAR executables for immanent-checker and immanent-parser. Sponsored by: P. Variablis
* devel/libbson: Fix build when DOCS=offYusuf Yaman2026-07-132-301/+305
| | | | | | | | | | | | The DOCS option were installing both HTML documentation and manpages but these manpages weren't covered in the plist with the DOCS substition, so we're both fixing it and seperating them now with the new MANPAGES option. PR: 296718 Reported by: René Thümmler <beastie@tsukaisute.de> Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) Approved by: osa, vvd (Mentors, implicit)
* x11/kdisplay: fix build after latest frameworks updateDima Panov2026-07-131-0/+10
| | | | | | Add missing #include <QQmlEngine> Reported by: bulk -t