freebsd-src/usr.sbin/pkg_install
Poul-Henning Kamp d030d2d2ae Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
..
add Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
create Add proper md5 comments to ports-installed packages also by 1997-07-04 04:48:02 +00:00
delete Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
info Fix multiple documentation bogons. 1997-06-19 15:18:34 +00:00
lib Eliminate an annoying message. 1997-09-02 08:48:47 +00:00
Makefile
Makefile.inc
README
tkpkg Revert $FreeBSD$ to $Id$ 1997-02-22 16:15:28 +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! :-)