New options:
-l, -lt, -lr faster replacement for pkg_leaves
-lR, -lE for removing automatically installed
leaf packages
-l[RE]n -n is passed to pkg_delete
-V display version
-p option has been added. Sample of usage:
pkg_info -u -QPKGPATH /etc/really_needed_packages.txt
# Unsorted pkg_add, pkg_delete for days, weeks, months...
pkg_status -sp /etc/really_needed_packages.txt
`>>>' and `---' have been replaced with `>' and `-'
pkg_status now has its own Makefile
Implementation for option -b
(comparison with pkg_summary.{txt,gz,bz2})
In order to avoid conflicts with FreeBSD and OpenBSD native pkg_info
utility, path to pkgsrc pkg_info is kept in pkg_status source file.
fix: with -r stupid banner should not be showed,
that is -r implies -Q
Alternative to pkg_micro_src_summary utility is set by
PKG_SRC_SUMMARY_CMD variable.
pkg_status utility checks the version of each installed package
against the pkgsrc source tree or pkg_summary.{txt,gz,bz} file.
'pkg_status -s' (checking against pkgsrc source tree) is
a drammatically faster and more powerful replacement
for 'lintpkgsrc -i'.
Of course it is based on pkg_summary-utils ;-)