> Am 14.04.2023 um 18:24 schrieb Allan Streib <astr...@fastmail.fm>: > > On Fri, Apr 14, 2023, at 05:50, Stuart Henderson wrote: >> I never found pkg_info -Q to be a useful tool. >> >> Try pkglocate instead ("pkg_add pkglocatedb" first) which allows >> searching on an index that is built from <pkgname>:<filename> - as a >> result it lets you do a substring match on package names, not just >> on filenames. > > Also, as mentioned in packages(7) man page, there is a site at > https://openports.pl/ that can be used, though obviously that requires > internet access so may not be appropriate for all cases. I tend to > use it a lot, personally.
It does not seem to differentiate between different OpenBSD versions or architectures though? I’m generally interested in what is available for the exact machine I am running on. But I guess at least knowing that there is a port for some version on some platform might be helpful — at least the inverse means I can stop looking now ;-) But still thanks for reminding me of this site. I had forgotten about that. Mike