diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-21 04:00:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-21 04:00:56 +0000 |
commit | 0914da4806098ba2faa67d86dd658d3ef54d9f3c (patch) | |
tree | c9e6157b48972ef3697e0dc1f67dfe89f999f406 /sysutils/zidrav/DESCR | |
parent | 52e8d984aa89dbba0356c01b379cc4ca5771e0ef (diff) | |
download | pkgsrc-0914da4806098ba2faa67d86dd658d3ef54d9f3c.tar.gz |
Import zidrav from pkgsrc-wip. Packaged by Tobias Nygren.
Zidrav is a file corruption detection and repair program. It is
designed to provide a way to fix file damage without having to
redownload the entire (potentially large) file over a (potentially
slow) connection. A checksum file is generated for the broken file.
The checksum file can then be used together with the correct file to
produce a binary patch file for repair.
Diffstat (limited to 'sysutils/zidrav/DESCR')
-rw-r--r-- | sysutils/zidrav/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/zidrav/DESCR b/sysutils/zidrav/DESCR new file mode 100644 index 00000000000..915cdf8f6f7 --- /dev/null +++ b/sysutils/zidrav/DESCR @@ -0,0 +1,6 @@ +Zidrav is a file corruption detection and repair program. It is +designed to provide a way to fix file damage without having to +redownload the entire (potentially large) file over a (potentially +slow) connection. A checksum file is generated for the broken file. +The checksum file can then be used together with the correct file to +produce a binary patch file for repair. |