[NEW] security/dictpw

2022-07-27 Thread Guilherme Janczak
Homepage: https://github.com/guijan/dictpw/ dictpw is a password generator program I wrote. It generates passwords in the style suggested in the famous "Password Strength" XKCD comic: https://xkcd.com/936/ That style is more memorable and not any less secure. I've been using it for a few months al

[new] games/space-cadet-pinball

2022-04-30 Thread Guilherme Janczak
Homepage: https://github.com/k4zmu2a/SpaceCadetPinball SpaceCadetPinball is a reverse engineered reimplementation of the popular 3D Pinball for Windows - Space Cadet that was once a part of Windows. #openbsd-gaming voiced concerns over the fact that it's a decompilation, just pointing that out. T

devel/rust-bindgen 0.69.4: broken

2024-12-20 Thread Guilherme Janczak
Any attempt to run the devel/rust-bindgen port on OpenBSD 7.6 amd64 errors: ``` $ bindgen error: llvm/clang library not found $ bindgen --help error: llvm/clang library not found $ bindgen test.h error: llvm/clang library not found ```