2008-04-11 22:23:19 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message:
initial TODO list:
existing tools:
pkg_cmp_summary:
pkg_list_all_pkgs:
man page
add -h|--help option
pkg_micro_src_summary:
- should fallback 'pkg_src_summary -f' (also to not
duplicate paexec-related code)
add -h|--help option
pkg_refresh_summary:
man page
pkg_src_fetch_var:
man page
add -h|-help option
pkg_src_summary:
add -h|--help option
-f|--fields <fields> - fields to be generated
'make print-summary-data' -> 'make show-vars VARNAMES=...'
- distributed summary building using wip/paexec
pkg_summary4view:
add -h|--help option
pkg_update_src_summary:
add -h|--help option
pkg_update_summary:
new tools:
pkg_grep_summary - for powerful grepping
|
2008-04-09 23:41:22 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message:
manual pages updated
|
2008-04-09 23:35:40 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
version -> 0.4.2
pkg_src_fetch_var:
- read PKGPATHs instead of Makefile filenames.
In order to Makefiles from PKGPATH, PKGSRCDIR environment
variable is used (/usr/pkgsrc by default).
- TAB character is used as a fields separator instead of SPC
pkg_micro_src_summary:
- added options: -h|--help|-f|--fields
-f|--fields is for specifying fields to be included
to the summary, PKGNAME and PKGPATH by default
|
2008-04-09 23:31:51 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
nothing
|
2008-04-09 23:29:18 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
my new religion: usage message is sent to stderr
|
2008-04-09 22:24:19 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
NEWS file added
ADDED: -f|--fields option to pkg_src_fetch_var program
version -> 0.4.1
|