diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:24:14 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:24:14 +0000 |
commit | b427eb87ce990f7727a5d63c107d34cd197c528f (patch) | |
tree | b6471bf3db242c75032be3311f7a4ce717187c43 /archivers/zoo/DESCR | |
parent | 461042de918b432b8c3c3a7c19d772e646f65dfa (diff) | |
download | pkgsrc-b427eb87ce990f7727a5d63c107d34cd197c528f.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/zoo/DESCR')
-rw-r--r-- | archivers/zoo/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archivers/zoo/DESCR b/archivers/zoo/DESCR new file mode 100644 index 00000000000..6c9afde5eb0 --- /dev/null +++ b/archivers/zoo/DESCR @@ -0,0 +1,7 @@ +Zoo is used to create and maintain collections of files in compressed +form. It uses a Lempel-Ziv compression algorithm that gives space +savings in the range of 20% to 80% depending on the type of file +data. Zoo can store and selectively extract multiple generations of +the same file. Data can be recovered from damaged archives by +skipping the damaged portion and locating undamaged data with the help +of fiz(1). |