FreeBSD/ports d426f15net/seaweedfs Makefile distinfo

net/seaweedfs: Update 4.41 => 4.45

Changelogs:
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.42
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.43
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.44
- https://github.com/seaweedfs/seaweedfs/releases/tag/4.45

PR:             298262
Approved by:    Boris Korzun <drtr0jan at yandex.ru> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5net/seaweedfs/distinfo
+2-3net/seaweedfs/Makefile
+7-82 files

FreeBSD/src 358fe14sys/dev/sound dummy.c

snd_dummy: Bump primary channel count

Makes it easier to test scenarios involving more than 1 primary channels
per direction.

Sponsored by:   The FreeBSD Foundation
MFC after:      2 weeks
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D59085
DeltaFile
+2-2sys/dev/sound/dummy.c
+2-21 files

FreeBSD/src 5e02679sys/dev/sound/pcm dsp.c

sound: Prefer idle primary channels when allocating

dsp_chn_alloc() stopped at the first primary channel that was either
idle or already had vchans. Since the list is walked in order, the first
channel matched both conditions once it had been used, so every client
after the first was stacked onto it as a vchan and the remaining primary
channels were never allocated at all.

This is invisible on devices with a single primary channel, but not on
those which provide several. snd_emu10kx(4), for instance, registers
four primary channels for its front device, each able to run with its
own rate.

Look for an idle primary channel first, and only fall back to sharing
one that already has vchans when there is none left.

Sponsored by:   The FreeBSD Foundation
MFC after:      2 weeks
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D59084
DeltaFile
+17-7sys/dev/sound/pcm/dsp.c
+17-71 files

FreeBSD/ports 7b9c910net-mgmt Makefile, net-mgmt/rubygem-opn_api distinfo pkg-descr

net-mgmt/rubygem-opn_api: new port

Ruby client library and CLI tool for the OPNsense REST API

It is meant as a replacement for net-mgmt/py-opn-cli. It provides:
- An HTTP client with SSL, redirect handling, and API key authentication
- UUID/name resolution for ModelRelationField and CertificateField references
- Service reconfigure orchestration with configtest support
- OPNsense selection-hash normalization
- A CLI tool for interactive API access
- A resource registry that abstracts away inconsistent endpoint naming

PR:     294026
DeltaFile
+17-0net-mgmt/rubygem-opn_api/Makefile
+9-0net-mgmt/rubygem-opn_api/pkg-descr
+3-0net-mgmt/rubygem-opn_api/distinfo
+1-0net-mgmt/Makefile
+30-04 files

FreeBSD/ports 0fc2625www/freenginx distinfo Makefile, www/nginx distinfo Makefile

www/{nginx,nginx-devel,freenginx}: 3rd-party modules management

Use the new www/nginx-module-cache-purge source port instead of
fetching ngx_cache_purge from GitHub.  The module version is now
maintained in one place for these ports.

Sponsored by:   Netzkommune GmbH
DeltaFile
+5-0www/nginx/Makefile
+5-0www/nginx-devel/Makefile
+5-0www/freenginx/Makefile
+1-3www/nginx/distinfo
+1-3www/nginx-devel/distinfo
+1-3www/freenginx/distinfo
+18-93 files not shown
+24-129 files

FreeBSD/ports c92ac0cwww Makefile, www/nginx-module-cache-purge distinfo pkg-descr

www/nginx-module-cache-purge: Add New Port

The cache_purge module adds the ability to purge content from the
proxy, FastCGI, SCGI and uwsgi caches of nginx.  This port installs the
module sources only, the module itself is built by the nginx ports.

Sponsored by:   Netzkommune GmbH
DeltaFile
+33-0www/nginx-module-cache-purge/Makefile
+14-0www/nginx-module-cache-purge/files/pkg-message.in
+5-0www/nginx-module-cache-purge/pkg-descr
+3-0www/nginx-module-cache-purge/distinfo
+1-0www/Makefile
+56-05 files

FreeBSD/ports 82ba2f7www/pocketbase Makefile distinfo

www/pocketbase: Update 0.40.2 => 0.40.3

Changelog:
https://github.com/pocketbase/pocketbase/releases/tag/v0.40.3

PR:             298261
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5www/pocketbase/distinfo
+1-1www/pocketbase/Makefile
+6-62 files

FreeBSD/ports 121db6edatabases/py-oxyde distinfo Makefile

databases/py-oxyde: Update 0.7.1 => 0.8.0

While here, update maintainer address.

Changelog:
https://github.com/mr-fatalyst/oxyde/releases/tag/v0.8.0
Commit log:
https://github.com/mr-fatalyst/oxyde/compare/v0.7.1...v0.8.0

PR:             298256
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3databases/py-oxyde/distinfo
+3-3databases/py-oxyde/Makefile
+6-62 files

FreeBSD/ports 6d2377fdatabases/py-oxyde-core Makefile.crates Makefile

databases/py-oxyde-core: Update 0.6.2 => 0.7.1

While here, update maintainer address.

Changelogs:
- https://github.com/mr-fatalyst/oxyde/releases/tag/core-v0.7.0
- https://github.com/mr-fatalyst/oxyde/releases/tag/core-v0.7.1
Commit log:
https://github.com/mr-fatalyst/oxyde/compare/core-v0.6.2...core-v0.7.1

PR:             298255
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+11-3databases/py-oxyde-core/distinfo
+2-3databases/py-oxyde-core/Makefile
+4-0databases/py-oxyde-core/Makefile.crates
+17-63 files

FreeBSD/ports c722b86lang Makefile, lang/R-cran-languageserver pkg-descr distinfo

lang/R-cran-languageserver: New port

An implementation of the Language Server Protocol for R.
DeltaFile
+39-0lang/R-cran-languageserver/Makefile
+3-0lang/R-cran-languageserver/distinfo
+2-0lang/R-cran-languageserver/pkg-descr
+1-0lang/Makefile
+45-04 files

FreeBSD/ports f934600biology/py-ont-fast5-api distinfo Makefile

biology/py-ont-fast5-api: Update to 4.1.3

Note: Upstream does not seem to publish meaningful change logs anywhere
Changes: https://github.com/nanoporetech/ont_fast5_api/commits/master/

Reported by:    Repology
DeltaFile
+7-7biology/py-ont-fast5-api/Makefile
+3-3biology/py-ont-fast5-api/distinfo
+10-102 files

FreeBSD/ports a228aa7net/libpfctl Makefile distinfo

net/libpfctl: add 14.5 support

PR:             298250
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+1-1net/libpfctl/Makefile
+2-0net/libpfctl/distinfo
+3-12 files

FreeBSD/ports 9a73417databases/sqlite-jdbc Makefile distinfo

databases/sqlite-jdbc: Update to 3.53.4.0

Changelog:      https://github.com/xerial/sqlite-jdbc/releases/tag/3.53.4.0
DeltaFile
+5-5databases/sqlite-jdbc/distinfo
+1-1databases/sqlite-jdbc/Makefile
+6-62 files

FreeBSD/ports f302778net-mgmt/mqtt2prometheus Makefile

net-mgmt/mqtt2prometheus: Drop maintainership

I've switch to telegraf to push metrics from mqtt to my victoria-metrics
so I don't use this ports anymore.
DeltaFile
+2-2net-mgmt/mqtt2prometheus/Makefile
+2-21 files

FreeBSD/ports d18239etextproc/py-langchain-docling distinfo Makefile

textproc/py-langchain-docling: update 2.0.0 → 3.0.0
DeltaFile
+3-3textproc/py-langchain-docling/distinfo
+3-3textproc/py-langchain-docling/Makefile
+6-62 files

FreeBSD/ports 22c89actextproc/py-docling-parse Makefile distinfo

textproc/py-docling-parse: update 7.8.1 → 7.17.0
DeltaFile
+3-3textproc/py-docling-parse/distinfo
+2-2textproc/py-docling-parse/Makefile
+5-52 files

FreeBSD/ports a21cbf9textproc/py-docling-slim Makefile distinfo

textproc/py-docling-slim: update 2.115.0 → 2.126.0
DeltaFile
+3-3textproc/py-docling-slim/distinfo
+2-2textproc/py-docling-slim/Makefile
+5-52 files

FreeBSD/ports 9039d60textproc/py-docling-ocr-onnxtr Makefile distinfo

textproc/py-docling-ocr-onnxtr: update 0.2.1 → 0.3.0
DeltaFile
+3-3textproc/py-docling-ocr-onnxtr/distinfo
+2-2textproc/py-docling-ocr-onnxtr/Makefile
+5-52 files

FreeBSD/ports 5436c89misc/py-mlflow-skinny Makefile

misc/py-mlflow-skinny: correct dependency
DeltaFile
+2-2misc/py-mlflow-skinny/Makefile
+2-21 files

FreeBSD/ports 3463636textproc/py-pdf2docx distinfo Makefile, textproc/py-pdf2docx/files patch-setup.py

textproc/py-pdf2docx: update 0.5.8 → 0.5.13
DeltaFile
+9-7textproc/py-pdf2docx/Makefile
+14-0textproc/py-pdf2docx/files/patch-setup.py
+3-3textproc/py-pdf2docx/distinfo
+26-103 files

FreeBSD/ports 23b6ad1textproc/py-docling-serve distinfo Makefile

textproc/py-docling-serve: update 1.28.0 → 1.32.0
DeltaFile
+31-8textproc/py-docling-serve/Makefile
+3-3textproc/py-docling-serve/distinfo
+34-112 files

FreeBSD/ports 6220167textproc/py-docling-glm-ocr Makefile distinfo

textproc/py-docling-glm-ocr: update 0.5.0 → 0.5.1
DeltaFile
+3-3textproc/py-docling-glm-ocr/distinfo
+2-2textproc/py-docling-glm-ocr/Makefile
+5-52 files

FreeBSD/ports b910c64textproc/py-docling-mcp distinfo Makefile

textproc/py-docling-mcp: update 2.1.0 → 3.2.0
DeltaFile
+3-3textproc/py-docling-mcp/distinfo
+3-3textproc/py-docling-mcp/Makefile
+6-62 files

FreeBSD/ports 45d825etextproc/py-docling-metrics-text distinfo Makefile

textproc/py-docling-metrics-text: update 0.11.0 → 0.15.0
DeltaFile
+6-6textproc/py-docling-metrics-text/Makefile
+3-3textproc/py-docling-metrics-text/distinfo
+9-92 files

FreeBSD/ports 6b33509textproc/py-docling-metrics-table distinfo Makefile

textproc/py-docling-metrics-table: update 0.12.0 → 0.16.0
DeltaFile
+4-4textproc/py-docling-metrics-table/Makefile
+3-3textproc/py-docling-metrics-table/distinfo
+7-72 files

FreeBSD/ports a329733textproc/py-docling-haystack Makefile distinfo

textproc/py-docling-haystack: update 1.3.0 → 2.0.0
DeltaFile
+3-3textproc/py-docling-haystack/distinfo
+2-2textproc/py-docling-haystack/Makefile
+5-52 files

FreeBSD/ports b43808dtextproc/py-docling distinfo Makefile

textproc/py-docling: update 2.115.0 → 2.126.0
DeltaFile
+5-6textproc/py-docling/Makefile
+3-3textproc/py-docling/distinfo
+8-92 files

FreeBSD/ports 84e59f2textproc/py-docling-ibm-models Makefile distinfo, textproc/py-docling-ibm-models/files patch-pyproject.toml

textproc/py-docling-ibm-models: update 3.13.3 → 4.0.2
DeltaFile
+7-4textproc/py-docling-ibm-models/files/patch-pyproject.toml
+3-3textproc/py-docling-ibm-models/distinfo
+2-2textproc/py-docling-ibm-models/Makefile
+12-93 files

FreeBSD/ports df8ab3btextproc/py-docling-jobkit Makefile distinfo

textproc/py-docling-jobkit: update 3.1.0 → 3.5.0
DeltaFile
+3-3textproc/py-docling-jobkit/distinfo
+2-2textproc/py-docling-jobkit/Makefile
+5-52 files

FreeBSD/ports c72ca9ctextproc/py-docling-core Makefile distinfo

textproc/py-docling-core: update 2.88.0 → 2.95.0
DeltaFile
+3-3textproc/py-docling-core/distinfo
+1-1textproc/py-docling-core/Makefile
+4-42 files