Commit pkg_radd(1) on behalf of corecode@. pkg_radd is a wrapper for
authorMatthias Schmidt <matthias@dragonflybsd.org>
Sat, 5 Jan 2008 10:14:26 +0000 (10:14 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Sat, 5 Jan 2008 10:14:26 +0000 (10:14 +0000)
commit642f1a42a5034f4f783dc8d7ef9ea5cbc5774f57
tree0a0f4d0cbe85541f6c6d7a671f510c7887091e06
parente56f0b348a88d8f45770ece8aabbddbf961fb20f
Commit pkg_radd(1) on behalf of corecode@.  pkg_radd is a wrapper for
pkg_add(1) to install binary packages.  This allows users to install binary
packages out-of-the-box without fetching the pkgsrc(7) tree or without
looking at any site hosting binary packages.

  # pkg_radd -v host
  [...]
  extract: Package name is host-20040812
  extract: CWD to /usr/pkg
  [...]
  Attempting to record package into /var/db/pkg/host-20040812.
  Package host-20040812 registered in /var/db/pkg/host-20040812

The mentioned /etc/settings.conf will follow in a later commit.  pkg_radd
will work fine without that file.

Submitted-by: corecode@
mdoc-ok-by: swildner@
usr.bin/Makefile
usr.bin/pkg_radd/Makefile [new file with mode: 0644]
usr.bin/pkg_radd/pkg_radd.1 [new file with mode: 0644]
usr.bin/pkg_radd/pkg_radd.sh [new file with mode: 0644]