qutebrowser with Qt 6

2024-08-19 Thread Marco van Hulten
Hello, The package qutebrowser is now coming compiled with Qt 5. I would like to use it with Qt 6 (see next paragraph). Could the package be built with Qt 6? Would there be issues expected if the port were compiled with Qt 6? Qt 5 has (sometimes) a problem with Cloudflare. Specifically, for m

qutebrowser-3.3.1p1 high CPU usage

2024-12-26 Thread Marco van Hulten
Recently qutebrowser was updated to include QtWebEngine 6, which was something I was looking forward to as now fewer web sites break compared with QtWebEngine 5. However, qutebrowser is now using about 175% CPU continuously on my system, even with no web pages loaded. This results in a fast-blowi

[wip new] geo/cdo-2.5.2

2025-06-02 Thread Marco van Hulten
Hi all, I managed to compile and run Climate Data Operators [CDO] on OpenBSD. Is anyone working on this port? If not, I will work on this. As it'll be my first port, it may take a bit of time before I send the tar ball. After debugging things with the help of the authors, I told them that I pla

Re: NEW: geo/cdo

2025-06-23 Thread Marco van Hulten
On Sat Jun 21, 2025 at 7:43 PM CEST, Marco van Hulten wrote: > Hello, > > Attached is a port of CDO, a tool to manipulate and analyse climate and > numerical weather prediction (NWP) model data. > > https://code.mpimet.mpg.de/projects/cdo > > I tested it on amd64. Re

NEW: geo/cdo

2025-06-21 Thread Marco van Hulten
Hello, Attached is a port of CDO, a tool to manipulate and analyse climate and numerical weather prediction (NWP) model data. https://code.mpimet.mpg.de/projects/cdo I tested it on amd64. Reading a netCDF file (cdo -infon file.nc) works. Feedback and testing (on other platforms) are very welco

Re: [NEW] games/cubiomes-viewer

2025-06-24 Thread Marco van Hulten
On Sun, 30 Mar 2025 00:19:07 +0100 Peter Hessler wrote: > Cubiomes Viewer provides a graphical interface for the efficient and > flexible seed-finding utilities provided by cubiomes and a map viewer > for the Minecraft biomes and structure generation. > > The tool is designed for high performance

Re: neovim readme

2025-06-26 Thread Marco van Hulten
On Thu, 26 Jun 2025 09:37:51 +0100 Stuart Henderson wrote: > neovim's pkg-readme points at libtermkey's readme, but nvim no longer > depends on libtermkey. > > Is the esc thing still an issue? It seemed ok for me in a quick test > without touching tmux config, but I'm not using nvim full time so m

Re: NEW: archivers/libaec

2025-07-03 Thread Marco van Hulten
On Thu, 3 Jul 2025 17:41:30 +0200 Marco van Hulten wrote: > Hello, > > Attached is a new port of a compression algorithm library, which is a > drop-in replacement of Szip, needed for GRIB files, which are generated > by some atmospheric models. > > Martin Reindl was okay to

NEW: archivers/libaec

2025-07-03 Thread Marco van Hulten
Hello, Attached is a new port of a compression algorithm library, which is a drop-in replacement of Szip, needed for GRIB files, which are generated by some atmospheric models. Martin Reindl was okay to link math/hdf5 to it (after he's back from holidays). In turn, geo/cdo (recently submitted po

Re: help with porting libaec

2025-07-03 Thread Marco van Hulten
On Thu, 3 Jul 2025 12:23:29 +0200 Marco van Hulten wrote: > Hello, > > I'm trying to port something. WIP is attached. > > When I grab the tar ball without 'configure', I have to generate it. > This fails as follows: > > [...] > > Apparently it ext

help with porting libaec

2025-07-03 Thread Marco van Hulten
Hello, I'm trying to port something. WIP is attached. When I grab the tar ball without 'configure', I have to generate it. This fails as follows: marco@foobar:.../archivers/libaec$ make configure ===> Building from scratch libaec-1.1.4 ===> libaec-1.1.4 depends on: metaauto-* -> metaauto-1.0p4

Re: NEW: archivers/libaec

2025-07-04 Thread Marco van Hulten
On Fri Jul 4, 2025 at 7:38 PM CEST, Stuart Henderson wrote: > On 2025/07/03 17:44, Marco van Hulten wrote: >> On Thu, 3 Jul 2025 17:41:30 +0200 Marco van Hulten wrote: >> > Hello, >> > >> > Attached is a new port of a compression algorithm library, which i

Re: NEW: archivers/libaec

2025-07-29 Thread Marco van Hulten
On Tue, 29 Jul 2025 08:42:26 +0200 Martin Reindl wrote: > here is the update for hdf5 to use szip+aec as I/O filter. > Examples are moved to an own project. > > Looking for more tests + feedback. 'make test' fails on amd64: ... Testing ../../src/h5repack/h5repack --src-vfd-name onion --src-vfd-

Re: NEW: archivers/libaec

2025-07-30 Thread Marco van Hulten
On Tue, 29 Jul 2025 20:01:53 +0200 Martin Reindl wrote: > Am 29.07.25 um 16:50 schrieb Marco van Hulten: > > On Tue, 29 Jul 2025 14:16:31 +0200 Martin Reindl wrote: > >> Am 2025-07-29 10:58, schrieb Marco van Hulten: > >>> On Tue, 29 Jul 2025 08:42:26 +0200 Martin

Re: NEW: archivers/libaec

2025-08-01 Thread Marco van Hulten
On Wed, 30 Jul 2025 15:56:17 +0200 Martin Reindl wrote: > > There are many more libraries linked than in your case. How is it > > possible that your cdo reads the *.grb file without it being linked to > > hdf5? > > > > I imagine that I should have done something to make cdo work with > > netcdf-4