diff options
author | pav <pav@FreeBSD.org> | 2004-04-20 19:39:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-20 19:39:49 +0800 |
commit | a90466d5a8349b6bd03977a010d50f4c6caafb4d (patch) | |
tree | 6c70d34304cd58e54e88a252e39bba9616ceb36b /archivers/Makefile | |
parent | 603f07ea50b7cfd55be63d99fe12a7263c11c39d (diff) | |
download | freebsd-ports-gnome-a90466d5a8349b6bd03977a010d50f4c6caafb4d.tar.gz freebsd-ports-gnome-a90466d5a8349b6bd03977a010d50f4c6caafb4d.tar.zst freebsd-ports-gnome-a90466d5a8349b6bd03977a010d50f4c6caafb4d.zip |
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/
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 |