clean-ups, improvements
This commit is contained in:
parent
1e59b35172
commit
12a0cc2e4d
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
A collection of utilities for manipulating pkg_summary(5) files.
|
||||
|
||||
pkg_list_all_pkgs - list all packages (in PKGPATH form) in pkgsrc tree
|
||||
pkg_src_summary - create a full pkg_src_summary for given packages
|
||||
pkg_micro_src_summary - create a micro pkg_src_summary for given packages
|
||||
pkg_list_all_pkgs - list (in PKGPATH form) all packages in pkgsrc tree
|
||||
pkg_src_summary - create a full pkg_src_summary
|
||||
for given (in PKGPATH form) packages
|
||||
pkg_micro_src_summary - create a micro pkg_src_summary
|
||||
for given (in PKGPATH form) packages
|
||||
pkg_update_summary - updates pkg_summary(5) by analysing the modification
|
||||
time of binary packages and pkg_summary(5) file
|
||||
pkg_update_src_summary - efficiently updates pkg_src_summary for all
|
||||
|
|
Loading…
Reference in a new issue