icewm: Import icewm-4.0.0 as wip/icewm
Copied files from existing pkgsrc wm/icewm package.
Will update to 4.1.0 release and enable icewm-menu-fdo tool.
Added COMMIT_MSG.
xlockmore-lite: Remove FILESDIR / PATCHDIR.
Not only were these wrong (relative not absolute), they overwrote the correct
settings coming from Makefile.common.
devel/gitea-runner: import gitea-runner-3.3.1 as devel/gitea-runner
gitea-runner is a runner for Gitea actions, compatible with GitHub's
actions. It is based on act.
Tested on NetBSD/amd64.
cad/py-PyRTL: Update to 1.0.3
Changelog:
[1.0.3] - 2026-08-04
Added
* name_scope is a context manager that prepends string prefixes to WireVector
and MemBlock names.
Changed
* sign_extended and zero_extended no longer generate slice (s) LogicNets.
* When concat is called with Const args, the constants are immediately
concatenated, returning a new Const.
* Improved render_trace's ASCII output.
Fixed
[4 lines not shown]
py-websockets: update to 17.1.
17.1
New features
Added support for reconnecting automatically by using :func:`~sync.client.reconnect` as an iterator to the :mod:`threading` implementation.
:func:`~sync.client.connect` now follows redirects in the :mod:`threading` implementation.
:func:`~sync.client.connect` can connect to another host and port than those specified in the URI in the :mod:`threading` implementation.
Improvements
Connections are now garbage collected immediately once closed.
:func:`~sync.client.unix_connect` and :func:`~sync.server.unix_serve` now accept path-like objects, such as :class:`pathlib.Path`, in the path argument.
py-wcwidth: update to 0.8.3.
0.8.3 2026-08-28
Bugfix Do not hang on wrap() calls of width 1 with text containing OSC8 hyperlinks and wide characters, PR #231.
Bugfix clip() with propagate_sgr=True, should match behavior of propagate_sgr(), PR #235.