diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-20 11:39:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-20 11:39:49 +0000 |
commit | b738c01a80465675d42f2829e94a43ba525b4190 (patch) | |
tree | 14ab3e4a9971d528bf2254f0032495d38b392bf4 /archivers/Makefile | |
parent | 78553307d207ca680ae2f0974b9212bb9fb6dbe0 (diff) |
Add rzip, a compression program, similar in functionality to gzip or bzip2, but
able to take advantage from long distance redundancies in files, which can
sometimes allow rzip to produce much better compression ratios than other programs.
WWW: http://rzip.samba.org/
Notes
Notes:
svn path=/head/; revision=107704
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 97ac3276ca5f..98c8444e4bd2 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -60,6 +60,7 @@ SUBDIR += ruby-bz2 SUBDIR += ruby-zip SUBDIR += rvm + SUBDIR += rzip SUBDIR += sectar SUBDIR += sharutils SUBDIR += squsq |