From: Thomas Frohwein Subject: New Port: devel/godotpcktool - tool to inspect, extract, and repack Godot pack files To: ports@openbsd.org Date: Wed, 13 May 2026 15:56:30 -0700 Hello, I am looking for ok's to import this tool. It is helpful for inspecting and managing Godot .pck files. This will be useful for further work on Godot ports and their use. It's a relatively small CLI tool made in C++ and works when I tested it with a Godot 3.x project. Example uses: $ godotpcktool -a list /path/to/file.pck $ godotpcktool -a extract -o /path/to/destdir/ /path/to/source/file.pck ok?