diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-21 21:41:09 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-21 21:41:09 +0000 |
commit | 5ac0140a199d5f08a9c6c3ef2fdf51cf33ef133a (patch) | |
tree | 8d56621b99c5645329b020ae16450f4132e566e5 /archivers/zutils/DESCR | |
parent | 12c007f1034b0aac3484bf28112d404fdb844420 (diff) | |
download | pkgsrc-5ac0140a199d5f08a9c6c3ef2fdf51cf33ef133a.tar.gz |
Import zutils-0.9 as archivers/zutils
Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given
file, including standard input, is compressed, its decompressed
content is used. Compressed files are decompressed on the fly; no
temporary files are created. These utilities are not wrapper scripts
but safer and more efficient C++ programs. In particular the
"--recursive" option is very efficient in those utilities supporting it.
The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.
Diffstat (limited to 'archivers/zutils/DESCR')
-rw-r--r-- | archivers/zutils/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/zutils/DESCR b/archivers/zutils/DESCR new file mode 100644 index 00000000000..0251309d196 --- /dev/null +++ b/archivers/zutils/DESCR @@ -0,0 +1,14 @@ +Zutils is a collection of utilities able to deal with any combination +of compressed and non-compressed files transparently. If any given +file, including standard input, is compressed, its decompressed +content is used. Compressed files are decompressed on the fly; no +temporary files are created. These utilities are not wrapper scripts +but safer and more efficient C++ programs. In particular the +"--recursive" option is very efficient in those utilities supporting it. + +The provided utilities are: +Zcat - Decompresses and copies files to standard output. +Zcmp - Decompresses and compares two files byte by byte. +Zdiff - Decompresses and compares two files line by line. +Zgrep - Decompresses and searches files for a regular expression. +Ztest - Tests integrity of compressed files. |