]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r234313,234315,234322,234351,234870,235726,238461
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Aug 2012 08:27:37 +0000 (08:27 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Aug 2012 08:27:37 +0000 (08:27 +0000)
commitf06e2b97a00d285c13150f8531b9fd48af546a35
treec5b5a26f03dadb0dcc8cd5bc4a23f1625e2c0cde
parentd14c08810951b9be41276b8ae388ed6525967c13
MFC: r234313,234315,234322,234351,234870,235726,238461

add usr.sbin/pkg which is a bootstrap tool for pkgng.
it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a
user want to use a different API from the base one for its packages)
it has no man page on purpose to avoid hidding the pkg(8) man page from the
pkgng package.
for now uses pkgbeta.FreeBSD.org as default mirror to find its package
it respects MK_PKGTOOLS

git-svn-id: svn://svn.freebsd.org/base/stable/8@239563 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/Makefile
usr.sbin/pkg/Makefile [new file with mode: 0644]
usr.sbin/pkg/elf_tables.h [new file with mode: 0644]
usr.sbin/pkg/pkg.c [new file with mode: 0644]