freebsd-dev/usr.sbin/pkg_install/lib
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
..
deps.c New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00
exec.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
file.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
global.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
lib.h New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00
Makefile - Introduce a notion of `packing list format version'. This allows making 2001-10-10 08:21:41 +00:00
match.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
msg.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
pen.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
plist.c New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00
str.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
version.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00