An easy way to list the installed ports in FreeBSD in chronological order (most recent first):
ls -latT /var/db/pkg | less
An easy way to list the installed ports in FreeBSD in chronological order (most recent first):
ls -latT /var/db/pkg | less