lang/fpc: Add infrastructure to bootstrap on macOS
Does compile all the way, but still fails linking and I couldn't figure
out yet why. Rather than throwing it all away, I guess it's better to
commit it with BROKEN_ON_PLATFORM.
x11/worker: update to 5.4.0
# pkgsrc changes
* Add optional AVFS support (default enabled).
* Take maintainership.
# noteworthy upstream changes
* Add internal image viewer in the show image mode.
* Add search result preview in the search window.
* Add new command to copy file content to clipboard.
* The clockbar can now be customized.
* The copy command now supports more overwrite modes.
* Introduce history for search expressions.
filesystems/avfs: initial import of package
AVFS is a virtual file system, which enables all programs to look inside
archived or compressed files, or access remote files without recompiling
the programs or changing the kernel.
At the moment it supports floppies, tar and gzip files, zip, bzip2, ar
and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a
few other handlers are implemented with the Midnight Commander's
external FS.
py-obspy: updated to 1.5.0
1.5.0
Changes:
- General
* Fix documentation for the command line scripts
* Fix code coverage reporting
* Github CI: update min numpy version to 1.21
* Github CI: pin cartopy < 0.22, pyproj < 3.5 for ubuntu 3.8
mindepversion tests
* Minimum Dependencies: numpy 1.21 (was 1.20)
- obspy.core:
* response: tweaks to allow sane processing of PolynomialResponseStage
responses if they have 2 coefficients or less
* response: allow recalculating overall sensitivity even if unit type is not
one of VEL/ACC/DISP
factor for pole–zero response stages
* deprecate `Trace.attach_response()` and `Stream.attach_response()` in
[151 lines not shown]
py-scrapy: updated to 2.15.0
Scrapy 2.15.0 (2026-04-09)
Highlights:
- Experimental support for running without a Twisted reactor
- Experimental ``httpx``-based download handler