freebsd-skq/usr.sbin/pkg_install
bapt c572b3700b if a file in plist starts with / then do not prefix it with "prefix" [1]
pkg info -g returns 1 if a file mismatch [2]
flush stdout in pkg info -g [3]
clean up quiet mode (-q | --quiet) output of pkg_version(1) [4]
fix missing error call in uname check added to pkg_version(1) [5]
fix pkg_add(1) fails to install with -C from bad path [6]
only resolve path from pkg_add(1) -p if the given prefix do not start with a '/' [7]

PR:		bin/13128 [1]
		bin/139015 [2]
		bin/113702 [3]
		bin/142570 [4]
		bin/146857 [5]
		bin/157543 [6]
Submitted by:	cy [1]
		Anton Yuzhaninov <citrin@citrin.ru> [2]
		Ighighi <ighighi@gmail.com> [3]
		"N.J. Mann" <njm@njm.me.uk> [4]
		gcooper [5]
		David Naylor <naylor.b.david@gmail.com> [6]
		netchild [7]
MFC after:	2 weeks
2012-09-18 22:09:23 +00:00
..
add if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
create if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
delete Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
info if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
lib if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
updating General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
version if a file in plist starts with / then do not prefix it with "prefix" [1] 2012-09-18 22:09:23 +00:00
Makefile Backout libinstall.a -> libpkg commit. 2011-05-17 19:11:47 +00:00
Makefile.inc Backout libinstall.a -> libpkg commit. 2011-05-17 19:11:47 +00:00
README Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
tkpkg Remove $Log$ keyword and associated history, which can cause annoyance in 2011-03-31 14:33:27 +00:00

$FreeBSD$

This is the pkg_install suite of tools for doing maintenance of
software "packages".  More documentation is available in the man pages
for each individual command.

This code was written by Jordan Hubbard for FreeBSD, snatched and
mildly reshaped by John Kohl in NetBSD and the changes taken back into
FreeBSD again by Jordan, who then proceeded to add another couple
of dozen features on top.  Whee! :-)