From c4554bbdca313e76bf2df0366d04e5db752e9907 Mon Sep 17 00:00:00 2001 From: Jiayong Ou Date: Mon, 21 Jun 2010 10:55:24 +0200 Subject: 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 --- Library/Formula/rzip.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Library/Formula/rzip.rb (limited to 'Library/Formula/rzip.rb') diff --git a/Library/Formula/rzip.rb b/Library/Formula/rzip.rb new file mode 100644 index 000000000..ed9603470 --- /dev/null +++ b/Library/Formula/rzip.rb @@ -0,0 +1,22 @@ +require 'formula' + +class Rzip