bsdinstall's distextract returns to the progress view it used
until dialog(3) removal, now through bsdpv(3): per-distribution mini
progress bars, an overall gauge, and a files-per-second status line,
restored with the historical dpv-era structure intact.
The pkgbase installer, which previously ran pkg-install(8) with no
progress indication at all, now streams pkg(8)'s EVENT_PIPE JSON events
through a translator that advances a bsdpv(1) gauge on each
INFO_INSTALL_FINISHED, with the total taken from a dry-run solve; when
bsdpv(1) is unavailable (early bootstrap) it falls back to plain pkg(8)
output.