aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rabbitmq.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-04Updated RabbitMQ to 2.3.1J. Brisbin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-01updated formula for rabbitmq 2.2.0Joe Tanner
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-22rabbitmq-server 2.1.1Igor Guerrero Fonseca
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-25update to rabbitmq 2.1.0Joey Geiger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-08brew-audit - check inreplace block var nameAdam Vandenberg
2010-09-07brew-audit - catch more interpolation style issuesAdam Vandenberg
2010-09-07rabbitmq 2.0.0Joey Geiger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-23update rabbitmq to 1.8.1.Rajiv Aaron Manglani
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-29update rabbitmq to 1.8.0.Rajiv Aaron Manglani
this version does not install man pages, pending necessary formulae to build them: xmlto, gnu-getopts, docbook-xml, docbook-xsl, docbook-4.5 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-19update rabbitmq to 1.7.2Wade Simmons
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Also: * remove silly path concatenation * fix log directory and broken regex.
2010-01-13Adds: depends_on 'simplejson' => :pythonMax Howell
So far we only added python, but we can add more. Fixes #401
2010-01-13Use new inreplace syntax where usefulMax Howell
2009-11-11Fixed rabbitmq formulaJannis Leidel
Fixes #127
2009-10-19Fix rabbitmq 1.7.0 startupMatthew Scott
(rabbitmq 1.7.0 has centralized rabbitmq-env to locate binaries)
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-15Updated for RabbitMQ 1.7.0Mathias Meyer
2009-10-02Fix rabbitmq formulaRaimonds Simanovskis
* store RabbitMQ Erlang binaries in lib/rabbitmq/erlang/lib to avoid overwriting of lib/erlang/lib * add HOMEBREW_PREFIX in RabbitMQ scripts
2009-09-30RabbitMQ formulaAsk Solem
RabbitMQ is a complete and highly reliable Enterprise Messaging system based on the emerging AMQP standard. Signed-off-by: Max Howell <max@methylblue.com> I left this one for ages as I wasn't sure about the erlang_libdir bit. I changed it in the end. But maybe it doesn't work. Someone will have to verify. If erlang needs to look in a certain dir for plugins, we need to make sure it looks in the HOMEBREW_PREFIX dir and not further up, ie. its prefix in the Cellar. Same for any plugin system.