pkgsrc-wip/pkg_summary-utils/files/TODO
Aleksey Cheusov dac5de94de version -> 0.22.0
merge changes from 'deve' branche
  See files/NEWS file for details
2008-12-01 21:31:33 +00:00

51 lines
1.2 KiB
Text

TODO list and thoughts
existing tools:
pkg_cmp_summary:
pkg_list_all_pkgs:
pkg_micro_src_summary:
- f PKGNAME,PKGPATH,...
pkg_refresh_summary:
- should optionally output packages that are not newest
(they can be deleted, for examples)
pkg_src_fetch_var:
- man page
pkg_src_summary:
pkg_summary4view:
pkg_update_src_summary:
pkg_update_summary:
- use standard 'find -newer' instead of 'ls -1t' and
non-portable 'test f1 -nt f2'
pkg_grep_summary:
- man page
new tools?
- (unsure) additional tool for fields reordering?
- (unsure) simplified wrapper over pkg_grep_summary for grepping
packages by their (list of!) PKGBASEs/PKGNAMEs/PKGPATHs
(look inside pkg_refresh_summary and pkg_update_src_summary)
- rfc822_to_summary and (?)debian_to_summary(?) for converting an
information about Debian packages to pkg_summary(5) format.
For pkg_online database server for Debian packages?
- pkg_summary2INDEX
pkg_summary2PKGDB
- pkg_op_summary <refresh|intersect|subtract>
- pkg_get_deps
- pkg_summary2binary
ANY IDEAS? LET ME KNOW