1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/pkg_install
Maxim Sobolev a1ad4f468a New feature: allow origins of all dependencies be recorded into package list
using new `@comment DEPORIGIN:...' directive. This would allow us to make
many neat things including:

- easier binary upgrades;
- source upgrades without using external tools by simply extending
  bsd.port.mk and pkg_install tools;
- mixed-mode upgrades (source + binary);
- depreciate and deorbit silly +REQUIRED_BY files in the near future.

This feature is no-op until appropriate bsd.port.mk patch is committed, and
even when it is already committed packages generated will remain 100%
compatible with old set of pkg_install tools (module all those neat
features, of course).

MFC after:	6 days
2002-05-05 21:03:25 +00:00
..
add Use `The .Nm utility' 2002-04-20 12:27:18 +00:00
create New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00
delete Use `The .Nm utility' 2002-04-20 12:27:18 +00:00
info New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00
lib New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00
sign Use `The .Nm utility' 2002-04-20 12:27:18 +00:00
update mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:12:08 +00:00
version Use `The .Nm utility' 2002-04-20 12:27:18 +00:00
Makefile exists(../../crypto) --> exists(${.CURDIR}/../../crypto) 2001-08-02 18:21:48 +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

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