Some time ago Joerg proposed to remove pkg_install from base system and
switch to using pkg_install from pkgsrc just like all other systems do.
I agree with him and don't want to reproduce his arguments but I would
like to raise this question once again.
AFAIR the only argument against removal was that NetBSD is a number one
system for pkgsrc and it is impractical to bootstrap pkgsrc for end
users. I've just imported othersrc/usr/sbin/pkg_setup script that I
think solves this problem. The script downloads pkg_install package from
the NetBSD binary repository, installs it and initializes pkgdb.
Without arguments pkg_setup downloads the package from
ftp://ftp.NetBSD.org/pub/pkgsrc/packages/$OPSYS/$ARCH/$OSVER.
If pkg_setup were a part of the base system instead of pkg_install, the
users would be able to initialize pkgsrc easily by simply running
'pkg_setup'. As easy as that. Then bmake, bootstrap-mk-files and
everything else can be installed with a help of pkg_add as usual. We can
also provide a meta package that includes everything required for
source-based updates and installation.