freebsd-dev/usr.sbin/pkg_install/info
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
..
info.h Add ability to query installed packages based on origin. 2002-05-04 14:49:49 +00:00
main.c Update usage() and manpage to match reality (add -O into usage and adjust 2002-05-05 13:44:32 +00:00
Makefile WARNS=2 cleanup. 2001-10-10 06:58:42 +00:00
perform.c In a origin lookup mode (-O) don't bail out when encountering empty package 2002-05-05 20:50:27 +00:00
pkg_info.1 Update usage() and manpage to match reality (add -O into usage and adjust 2002-05-05 13:44:32 +00:00
show.c New feature: allow origins of all dependencies be recorded into package list 2002-05-05 21:03:25 +00:00