lang/ez80asm: Update 2.2 => 2.3
Changelog:
- Performance optimizations
- Converted the two-pass design to a one-pass design
- Introduced several fast-path code flows and small code changes
for additional performance optimizations
- Fix for source-line buffer overflow at maximum line length
https://github.com/AgonPlatform/agon-ez80asm/releases/tag/v2.3
PR: 298470
Approved by: osa, vvd (Mentors, implicit)
sysutils/vm-tui: New port
vm-tui is a terminal UI and scripting front-end for vm-bhyve, showing
guests, switches, datastores, images, templates and rc.conf settings,
and editing guest configuration keys with pre-flight checks.
WWW: https://github.com/olgeni/vm-tui
www/nginx-module-form-input: Update to 0.13.0
Switch the project over to github.com/joneum/form-input-nginx-module,
which is the active repository.
multipart/form-data bodies are read where form_input_multipart is on,
file parts are skipped. Bodies that nginx spooled to a temporary file
are read instead of coming back empty. set_form_input_multi is refused
at startup when array-var-nginx-module is not part of the build, and the
request body is only buffered in locations that use a directive.
Sponsored by: Netzkommune GmbH
www/remark42: update to 1.17.1
- Bump Go requirement to 1.27 (upstream go.mod requires go 1.27.0)
- Add patch to fix TypeScript build with newer CSSStyleDeclaration types