]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r234313 r234315 r234322 r234351 r234870
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 May 2012 22:50:07 +0000 (22:50 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 6 May 2012 22:50:07 +0000 (22:50 +0000)
commit800c60a153a35df207ec1024a953ffadbb7a0998
tree0b2d4e089677416be25fedb275aa24d880894275
parentdc1aa030d58e16760891266c4fef89f14b46f8ed
MFC r234313 r234315 r234322 r234351 r234870

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

Approved by: des (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/9@235112 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]