freebsd-nq/usr.sbin/pkg_install
Maxim Sobolev b038b9c421 - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
name is less than 5 and doesn't contain recognizeable suffix (one of .tar or
  .tgz), while gzip's it if lengh of the name greater than 4. For example
  `pkg_create [options] pkg1' will create pkg1.tar, while
  `pkg_create [options] pkg11' will create pkg11.tgz;
- use TRUE/FALSE as a values for boolean variables instead of explicit 1/0 and
  erroneous YES in one case.

MFC candidate.
2001-01-16 08:27:28 +00:00
..
add Fix a bug arised from the ')' in the wrong place when calling printf()-like 2001-01-15 09:45:16 +00:00
create - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package 2001-01-16 08:27:28 +00:00
delete Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
info Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
lib Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +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 Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +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! :-)