2008-06-14 11:26:10 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
added: -a and -r options
added: PSS_OPTIONS environment variable
minor fixes in man page
|
2008-06-14 10:51:39 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
comma is also allowed as fields separator
|
2008-06-14 09:41:36 by Aleksey Cheusov | Files touched by this commit (9) | |
Log message:
update to version 0.9.0
ADDED: CVS_CHECKSUM field to pkg_src_summary. This gives a way to
compare two pkgsrc trees by comparing their pkg_src_summaries
comparing not only an information about package versions but also
an information about CVS files and their revisions.
new script added: 'cvs_checksum' that analyses local cvs
repository and lists all files in it with their revisions and,
optionally, calculates a checksum for all this. Run
'cvs_checksum -h' for more information. CKSUM environment
variable sets a checksum program, by default, standard 'cksum'.
pkg_src_summary can generate new field: CVS_CHECKSUM, a checksum
calculated by 'cvs_checksum' program for a package. By default
CVS_CHECKSUM is NOT generated.
'pkg_cmp_summary -c' prints '!' (this means "not equal") for
packages with the same versions but different CVS_CHECKSUM provided
that CVS_CHECKSUM is set in both compared packages.
|
2008-06-10 23:32:24 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
FIXED: -p option. Before running 'bmake plist PLIST=plist_file'
it is necessary to remove plist_file
version -> 0.8.1
|
2008-06-10 21:30:58 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message:
Initial version of script for calculating a checksum for files and cvs tags
from a local cvs repository. This checksum will be a part of
pkg_src_summary. This is necessary to optionally use
cvs files/tags in comparing source packages by distbb.
Currently only package versions are compared by pkg_cmp_summary and
therefore by distbb too. The problem is that packages are often updated
without increasing PKGREVISION.
|
2008-05-19 23:02:26 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message:
pkg_update_src_summary uses runawk's xgetline.awk module =>
=> latest runawk is needed
++pkgrevision
|
2008-05-16 18:40:23 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
needs latest awk dewey, ++pkgrevision
|
2008-05-15 17:57:11 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
requires awk-pkgsrc-dewey>=0.5.5
++pkgrevision
|
2008-05-14 23:18:58 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
todo list and thoughts
|
2008-05-13 01:13:54 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
requires latest version of awk-pkgsrc-dewey
minor fixes in TODO
++pkgrevision
|