freebsd-dev/usr.sbin/pkg_install
Bruce A. Mah ca8f81dd24 pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because
we weren't properly checking for the case that the two version strings
being compared had different numbers of components.  This has been
fixed.

Pointed out by:	sobomax
Reviewed by:	silence on -ports
2002-05-31 15:45:48 +00:00
..
add Consistancy check: s/file system/filesystem/g 2002-05-16 02:28:39 +00:00
create mdoc(7) police: markup nits. 2002-05-30 08:24:52 +00:00
delete - Make use of DEPOROGINs (if there are any) when installing package; 2002-05-14 21:42:37 +00:00
info - Make use of DEPOROGINs (if there are any) when installing package; 2002-05-14 21:42:37 +00:00
lib Eliminate free'ing already freed chunks. 2002-05-22 10:33:25 +00:00
sign replace __FUNCTION__ with standardized __func__. 2002-05-11 04:17:55 +00:00
version pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because 2002-05-31 15:45:48 +00:00
Makefile Do my bit for the Perl removal team and shoot my own, rather mangy 2002-05-08 18:44:24 +00:00
Makefile.inc Use some black make(1) magic to make pkg_install build even without 2002-02-27 19:03:15 +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! :-)