2011-01-15 12:43:49 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
revert previous bad commit partially
|
2011-01-15 11:30:54 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
minor improvements
|
2011-01-15 11:19:31 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
New short synonyms for fields:
- C - CATEGORIES
- b - PKGBASE
New defaults:
pkg_digger_field__empty has changed from "COMMENTS" to \
"PKGBASE"
pkg_digger_strat__empty is assigned to "exact"
Thus ::<query> matches exact PKGBASE
|
2011-01-15 11:02:46 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
More fields to search in: PKGBASE, PKGPATHe, PKGPABA, PKGPANA and PKGPAIR
|
2011-01-11 00:09:03 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to 0.50
pkg_grep_summary:
- fix for case insensitive search (pkg_digger_backend)
- new artificial fields were added: PKGPANA and PKGPABA,
see the manual page for details
pkg_bin_summary:
- new artificial field PLIST was added.
pkg_uniq_sumary:
- new option -n was added
pkg_summary2deps:
- new option -a was added for outputting all matched dependencies
separated by `|' symbol, not only the first one.
- new options -N and -P were added
- new option -X was added
- if multiple packages satisfy the condition, the package with highest
version is selected unless -a option was specified.
- another format for missed alternative dependencies.
Now they are written as altdep1|altdep2|...|altdepN
pkg_lint_summary:
- option -d: non-zero status if problems were detected
New tool pkg_summary2leaves was added.
pkg_cmp_summary:
- long options were removed
- option -2 was added
- option -u was added for showing information about whether
the package from summary1 is installed by user or as a dependency.
pkg_summary2deps:
- workaround for bad patterns like p5-Digest<=1.16nb*
found perl binary
pkg_refresh_summary:
- reimplemented using latest version of pkg_grep_summary.
This removes about 50 lines of code
minor fixes and clean-ups
|
2011-01-11 00:05:15 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
new simple task
|
2011-01-11 00:02:12 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
notes about exit status
|
2011-01-10 23:59:57 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
notes about missed alternative dependencies
|
2011-01-10 23:46:57 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Update the man page. Minor fixes.
|
2011-01-10 23:40:54 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Documentation for option "-e"
|