From: Omar Polo Subject: Re: Hello new port request To: Stefan Cc: ports@openbsd.org Date: Mon, 08 Jan 2024 16:45:05 +0100 Hello, On 2024/01/08 14:56:37 +0100, Stefan wrote: > Hey there, > > just curious if someone maybe please could port this great tool to openbsd > > https://github.com/HACKERALERT/Picocrypt Gave it a try for fun. It's not straightforward since it's not the 'usual' go port; it cannot be fetched using `go get' as far as i can see. I've ran `go mod vendor' in the src directory, tar'ed up the contents and used that to make the attached port. Somehow it needed some patching to compile. The tool seems to work upon some quick testing, except for the file picker button that crashes the program if pressed. It'll need more investigation. Cheers, Omar Polo