freebsd-skq/usr.sbin/pkg_install
Maxim Sobolev 2a0eee8b7f Improve pkg_delete(1) behaviour when deleting several packages at once.
Instead of trying to delete packages in the same order as they were specified
in the command line, reorder deletion in such a way that if package A depends
on package B then package A will be deleted before B no matter in which order
they were specified in the command line.

Reviewed by:	jkh, will
Approved by:	jkh
2001-02-19 13:26:13 +00:00
..
add MFS: getpackagesite() from RELENG_4 that allows the code to be the same. 2001-02-17 20:04:41 +00:00
create mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:44:04 +00:00
delete Improve pkg_delete(1) behaviour when deleting several packages at once. 2001-02-19 13:26:13 +00:00
info mdoc(7) police: cosmetics. 2001-02-09 07:54:59 +00:00
lib - Add ability to handle bzip2-compressed packages; 2001-01-22 12:01:55 +00:00
sign Add package signing utilities; somebody might actually want them. 2001-02-06 06:46:42 +00:00
update Fix a nasty bug whereby if the package file didn't have a version number 2001-01-14 02:05:02 +00:00
version Prevent the commands output of pkg_version.pl from being executed without the 2001-02-09 20:07:06 +00:00
Makefile Add pkg_update, which can replace currently installed ports with new versions 2000-12-28 18:47:23 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
README
tkpkg Remove some $Log$ debris 1999-08-29 15:54:49 +00:00

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! :-)