sysutils/devedeng: update to 4.22.0
- convert to pep517
Upstream changes:
- Fixed hanging when using spumux for menus
MFH: 2026Q3
(cherry picked from commit 30ce09aba2b2df3d47ec3214e4a2e92282758210)
devel/boost-libs: fix build on armv7
A file was moved, causing an armv7-specific instance of REINPLACE_CMD
to fail. As this fix up became a no-op in a recent version anyway,
just get rid of the whole thing.
Reported by: Mark Millard <marklmi at yahoo.com>
Approved by: portmgr (build fix blanket)
misc/mmv: use upstream release abd clean up port
Use upstream release archive as recommended by Porters Handbook and
clean up port
PR: 297921
Reported by: diizzy
textproc/py-sphinx-llm: Add new port
The sphinx-llm package includes a collection of Sphinx extensions for working
with LLMs.
There are two categories of tools in this package:
Enabling LLMs and agents to consume your docs - Produces additional build
output for consumption by LLMs and agents. This is useful when you want your
project to be well indexed and represented in LLMs when users ask about
projects in your domain.
Leveraging LLMs to generate content dynamically during the Sphinx build - Uses
LLMs to generate content as part of the build process. This is useful for
generating static content that gets baked into the documentation. It is not
intended to provide an interactive chat service in your documentation.
https://github.com/NVIDIA/sphinx-llm