Comparison of KISS and OpenBSD package management commands

KISSpkg_*
buildpkg_create
download
installpkg_add
listpkg_info -A/-I
removepkg_delete
searchpkg_info -Q
updatepkg_add -u
dependscat /var/db/pkg/package-*/+REQUIRING
exportpkg_create -f
maintainer
manifestpkg_info -L
orphanspkg_info -t
ownspkg_info -E
revdeppkg_info -R
rmdepspkg_delete -a
sizepkg_info -s
KISS_ROOTpkg_add -B/-L

I've written this from the point of view of learning the OpenBSD commands from KISS. No, they don't match up perfectly, and they might not be correct. Please let me know if you can help me improve this!