NetBSD/usr.sbin/pkg_install/create
hubertf 406791739c Add code to include the size of a package into both the
installed version and binary packages. The size can be queried then
via pkg_info:

        xfeyrer @ noon% pkg_info -s xv
        Information for xv-3.10apl1:

        Size of this package in bytes: 4670692


        xfeyrer @ noon% pkg_info -S xv
        Information for xv-3.10apl1:

        Size in bytes including required pkgs: 14610165

While doing work on the size code, support for the @src directive was
removed (formerly enabled with the pkg_create -s switch, but unused in
our pkg system).  The new pkg_info -s and -S switches were tested on
installed, local (file) and remote (ftp) packages.

In bsd.pkg.mk, take special care for pkg_* versions that do not have
the pkg_create -s and -S switches and do not record size information
there.
1999-11-29 19:48:44 +00:00
..
create.h Add code to include the size of a package into both the 1999-11-29 19:48:44 +00:00
main.c Add code to include the size of a package into both the 1999-11-29 19:48:44 +00:00
Makefile
perform.c Add code to include the size of a package into both the 1999-11-29 19:48:44 +00:00
pkg_create.1 Add code to include the size of a package into both the 1999-11-29 19:48:44 +00:00
pl.c Add code to include the size of a package into both the 1999-11-29 19:48:44 +00:00