406791739c
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. |
||
---|---|---|
.. | ||
add | ||
admin | ||
create | ||
delete | ||
info | ||
lib | ||
Makefile | ||
Makefile.inc | ||
README | ||
tkpkg |
README
# $NetBSD: README,v 1.2 1997/06/05 12:59:19 agc Exp $ # Original from FreeBSD, no rcs id. 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! :-)