From 4b9c5ed14f84f0a25ee5a086646d12274da0be9d Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 5 Feb 2010 01:45:58 +0100 Subject: [PATCH] New Formula: Varnish HTTP accelerating proxy. Signed-off-by: Adam Vandenberg * Bump to 2.1.2 * Remove unused configure switch --- Formula/varnish.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Formula/varnish.rb diff --git a/Formula/varnish.rb b/Formula/varnish.rb new file mode 100644 index 00000000000..f28f57057cd --- /dev/null +++ b/Formula/varnish.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Varnish