From 6ee85cdc7759e326b53dcb969b60eb0d7da5dc35 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 15 Mar 2012 03:03:29 -0400 Subject: Remove PHP formula from homebrew. Refs #10673. Closes #10957. Signed-off-by: Max Howell --- Library/Formula/xcache.rb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Library/Formula/xcache.rb (limited to 'Library/Formula/xcache.rb') diff --git a/Library/Formula/xcache.rb b/Library/Formula/xcache.rb deleted file mode 100644 index 912f8633b..000000000 --- a/Library/Formula/xcache.rb +++ /dev/null @@ -1,29 +0,0 @@ -require 'formula' - -class Xcache < Formula - url 'http://xcache.lighttpd.net/pub/Releases/1.3.1/xcache-1.3.1.tar.gz' - homepage 'http://xcache.lighttpd.net/' - md5 'aff79b19c7623ba923233ae193e9537a' - - def install - # See https://github.com/mxcl/homebrew/issues/issue/69 - ENV.universal_binary unless Hardware.is_64_bit? - - system "phpize" - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make" - prefix.install 'modules/xcache.so' - end - - def caveats; <<-EOS.undent - To use this software: - * Add the following line to php.ini: - zend_extension="#{prefix}/xcache.so" - * Restart your webserver. - * Write a PHP page that calls "phpinfo();" - * Load it in a browser and look for the info on the xcache module. - * If you see it, you have been successful! - EOS - end -end -- cgit v1.2.3