freebsd-dev/usr.sbin/pkg_install
Kirill Ponomarev 3d4e952eef Add -P flag, it does the same as the -p option, except that the
given prefix is also used recursively for the dependency packages,
if any.  If the -P flag appears after any -p flag on the
command line, it overrides it's effect, causing pkg_add to use the
given prefix recursively.

PR:		bin/75742
Submitted by:	Frerich Raabe <raabe AT kde DOT org>
MFC after:	3 days
2005-11-12 11:45:01 +00:00
..
add Add -P flag, it does the same as the -p option, except that the 2005-11-12 11:45:01 +00:00
create Introduce 3 new options for pkg_create(1), -x for using basic 2005-11-08 20:48:26 +00:00
delete Fix pkg_info(1) and pkg_delete(1) to handle properly packages which 2005-10-10 08:38:21 +00:00
info Fix pkg_info(1) and pkg_delete(1) to handle properly packages which 2005-10-10 08:38:21 +00:00
lib Do not bitch about bsdpan modules not having origin. 2005-09-24 21:41:47 +00:00
sign
version * pkg_version(1) exits if INDEX files is not found and -I is not 2005-10-10 12:35:31 +00:00
Makefile
Makefile.inc Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
README
tkpkg

This is the pkg_install suite of tools for doing maintainance 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! :-)