[new] print/pdf4qt

2025-05-16 Thread Landry Breuil
hi ports@, depending on the blend2d port i just sent, here's a port for pdf4qt, another pdf editor/viewer/library, cf https://jakubmelka.github.io/ my initial goal was to port it for geo/qgis, which bundles a copy and i plan to make qgis use this version. The only missing bit so far is that upstr

[new] graphics/blend2d

2025-05-16 Thread Landry Breuil
hi ports@, here's a new port for https://blend2d.com/, quite simple. The only 'ugly' thing is that it bundles its copy of https://asmjit.com, i havent yet figured out if it would make sense to make a separate port for it, from what i can see erlang and gzdoom in ports apparently also use it ? tes

Re: [new] audio/libkeyfinder + audio/keyfinder-cli

2025-05-16 Thread Pascal Stumpf
On Fri, 16 May 2025 18:30:08 +0200, Raphael Graf wrote: > libkeyfinder is a small C++11 library for estimating the musical key of > digital audio. The port is simple, the tests pass. > > keyfinder-cli is a CLI wrapper for libkeyfinder. It can be used to find the > musical key of an audio file, for

[NEW] sysutils/piknik

2025-05-16 Thread Volker Schlecht
Attached is a port for piknik (https://github.com/jedisct1/piknik) Piknik seamlessly and securely transfers URLs, code snippets, documents, virtually anything between arbitrary hosts. I propose to recycle user id 581 (_gonzui from textproc/gonzui) to run the server under. Thoughts? Feedback? OK

Re: [new] audio/libkeyfinder + audio/keyfinder-cli

2025-05-16 Thread Kirill A . Korinsky
On Fri, 16 May 2025 18:30:08 +0200, Raphael Graf wrote: > > libkeyfinder is a small C++11 library for estimating the musical key of > digital audio. The port is simple, the tests pass. > > keyfinder-cli is a CLI wrapper for libkeyfinder. It can be used to find the > musical key of an audio file,

[new] audio/libkeyfinder + audio/keyfinder-cli

2025-05-16 Thread Raphael Graf
libkeyfinder is a small C++11 library for estimating the musical key of digital audio. The port is simple, the tests pass. keyfinder-cli is a CLI wrapper for libkeyfinder. It can be used to find the musical key of an audio file, for example: $ keyfinder-cli AMajor.mp3 A (audio/beets can be config

Re: update: devel/rust-analyzer to 2025-05-12 (required for upcoming rust 1.87.0)

2025-05-16 Thread Volker Schlecht
ok volker@ The main error seems to be due to the build calling for mdbook-toc to be installed, with a number of follow-up errors because the toc hasn't been generated. On suggestion: moving the doc build from post-build to pre-install would make it easier to play with the doc building process wi

[update] net/mautrix-whatsapp 0.12.1

2025-05-16 Thread Renaud Allard
Hello, Here is a long awaited patch for net/mautrix-whatsapp 0.12.1 Tested on amd64 Best Regards Index: Makefile === RCS file: /cvs/ports/net/mautrix-whatsapp/Makefile,v diff -u -p -r1.28 Makefile --- Makefile 30 Jul 2024 11:58:03 -

Re: Issues updating net/mautrix-whatsapp

2025-05-16 Thread Renaud Allard
On 5/16/25 12:02 PM, Stuart Henderson wrote: On 2025/05/16 11:38, Renaud Allard wrote: Hello, net/mautrix-whatsapp changed from MODGO_MODNAME=maunium.net/go/mautrix-whatsapp to MODGO_MODNAME=go.mau.fi/mautrix-whatsapp However, the tarball still decompresses as maunium.net/go/mautrix-whatsapp

Re: apache-httpd broken with apr-1.7.5 under 7.7

2025-05-16 Thread Mike Fischer
Thanks! After doing a test on an OpenBSD 7.7-current arm64 VM with Apache httpd, mod_proxy, mod_proxy_fcgi SetHandler "proxy:unix:..." and PHP-FPM with >36000 requests handled without any errors I decided to upgrade the production machine to 7.7-stable (amd64). So far I’m not seeing any proble

Re: Issues updating net/mautrix-whatsapp

2025-05-16 Thread Stuart Henderson
On 2025/05/16 11:38, Renaud Allard wrote: > Hello, > > net/mautrix-whatsapp changed from > MODGO_MODNAME=maunium.net/go/mautrix-whatsapp to > MODGO_MODNAME=go.mau.fi/mautrix-whatsapp > > However, the tarball still decompresses as maunium.net/go/mautrix-whatsapp Seems like you may have a bad dist

Re: update: devel/rust-analyzer to 2025-05-12 (required for upcoming rust 1.87.0)

2025-05-16 Thread Laurence Tratt
On Fri, May 16, 2025 at 09:49:09AM +0200, Sebastien Marie wrote: Hello Sebastien, > I would like to update devel/rust-analyzer to 2025-05-12 (latest > version), as it is on the way to update lang/rust to 1.87.0. This builds, updates, and runs fine (and is notably faster than 2024-03) -- thanks!

Issues updating net/mautrix-whatsapp

2025-05-16 Thread Renaud Allard
Hello, net/mautrix-whatsapp changed from MODGO_MODNAME=maunium.net/go/mautrix-whatsapp to MODGO_MODNAME=go.mau.fi/mautrix-whatsapp However, the tarball still decompresses as maunium.net/go/mautrix-whatsapp Therefore, I have ===> Configuring for mautrix-whatsapp-0.12.1v0 ln: /usr/ports/pobj/

update: devel/rust-analyzer to 2025-05-12 (required for upcoming rust 1.87.0)

2025-05-16 Thread Sebastien Marie
Hi, I would like to update devel/rust-analyzer to 2025-05-12 (latest version), as it is on the way to update lang/rust to 1.87.0. The following diff builds on both lang/rust 1.86.0 and 1.87.0 . Documentation has switched from asciidoc to mdbook. I am seeing some errors on building the documentat