2011-09-06 23:46:22 by Aleksey Cheusov | Files touched by this commit (5) |
Log message:
Update to 0.56.1
pkg_lint_summary:
- Serious fix in recently added -n option (misprint actually :-/ )
|
2011-09-06 23:44:28 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
.include devel/mk-configure/configure.mk for "do-configure" target
|
2011-08-28 16:08:00 by Aleksey Cheusov | Files touched by this commit (5) |
Log message:
Update to 0.56.0
pkg_cmp_summary:
- New option -O was added for specifying fields for
output without using them for comparison
|
2011-08-27 19:37:45 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message:
digest was added to DEPENDS
Updated to 0.55.0
pkg_lint_summary:
- New option -f option was added that checks files in PLIST
fields given on input and warns about files common for several
packages.
- New option -p option was added for specifying prefix directory
used by option -l.
- New option -n was added that analyses PLIST and CONFLICTS
fields in input summaries and outputs unregistered conflicts.
- New option -s was added that checks OPSYS, OS_VERSION and
MACHINE_ARCH fields given on input and warns if they differ from
that of running system (uname -srm).
pkg_cmp_summary:
- New options -a and -A were added for specifying fields for
comparing in addition to package versions.
- New option -E was added. It works together with -A and changes
its output.
- Options -c and -b were reimplemented using more generic -a.
- Examples section was added to pkg_cmp_summary.1
pkg_bin_summary:
- New option -e option was added for effectively using
pkg_bin_summary with xargs (xargs -r is not portable).
- New option -k was added for enriching binary package summaries
with checksums using algorithms supported by digest(1)
pkg_digger_backend:
- Mixed -1|-3|-9 options are now handled correctly.
pkg_summary2leaves:
- When no files are given as arguments (stdin),
pkg_summary2leaves outputs an error message.
Regression tests have been reorganized. One test - one file.
Some manual pages were updated and improved.
|
2011-08-27 19:13:03 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
pkg_bin_summary: -k option was added for enriching
package summary with checksums using algorithms supported by digest(1)
|
2011-08-27 17:08:27 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
minor fix in regression test
|
2011-08-27 17:06:53 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
pkg_cmp_summary: new option -E was added. It makes -u deprecated.
|
2011-08-27 16:33:35 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
pkg_cmp_summary -A: always output an empty line for simplying
parsing the output
|
2011-08-27 11:31:50 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Add examples section to pkg_cmp_summary.1
|
2011-08-27 11:00:44 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
two new regression tests for pkg_cmp_summary -A and -a
|