pkg info -Da > messages.txt -a, --all
Display all installed packages.
-D, --pkg-message
Show the pkg-message for matching packages.
Sort of, but I would like to create log of of these msgs at the time they are installedEasily done after the fact,pkg info -Da > messages.txt
Code:-a, --all Display all installed packages.pkg-info(8)Code:-D, --pkg-message Show the pkg-message for matching packages.
Edit: Didn't you ask this before?
Sort of, but I would like to create log of of these msgs at the time they are installed
pkg install something anotherthing morestuff | tee messages-log.txt