From 978883f7bec1a7ab3ef5313b0d21eaeb4b93f7e9 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Tue, 2 Feb 2010 13:17:29 +0100 Subject: New formula libzzip The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath. --- Library/Formula/libzzip.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/libzzip.rb (limited to 'Library') diff --git a/Library/Formula/libzzip.rb b/Library/Formula/libzzip.rb new file mode 100644 index 000000000..9fcc0c0a9 --- /dev/null +++ b/Library/Formula/libzzip.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Libzzip