From cddca9ceb1f1497b0a4e9b526536af98eb8c24c6 Mon Sep 17 00:00:00 2001 From: Jiayong Ou Date: Mon, 21 Jun 2010 10:55:24 +0200 Subject: [PATCH] New formula: rzip rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage long distance redundencies in files, which can sometimes allow rzip to produce much better compression ratios than other programs. Signed-off-by: Adam Vandenberg --- Formula/rzip.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Formula/rzip.rb diff --git a/Formula/rzip.rb b/Formula/rzip.rb new file mode 100644 index 00000000000..ed96034708e --- /dev/null +++ b/Formula/rzip.rb @@ -0,0 +1,22 @@ +require 'formula' + +class Rzip