aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mod_wsgi.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-30mod_wsgi Remove PPC flags from Makefile properly.Hasan Veldstra
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-06mod_wsgi - don't build 64bit on 32bit CPUsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-08-02mod_wsgi 3.3Adam Vandenberg
2010-06-16mod_wsgi: Add HEAD (4.x)Adam Vandenberg
2010-06-16mod_wsgi: Warn that installing in verbose mode fails.Adam Vandenberg
For some reason, "brew install -v mod_wsgi" fails, but non-verbose installs succeed.
2010-06-16Fix mod_wsgi to install outside of /usr/localChris Hoffman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-12Update sqlite to 3.6.23.1Adam Vandenberg
2010-04-12Update mod_wsgi to 3.2Adam Vandenberg
2010-01-13Use new inreplace syntax where usefulMax Howell
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-09-21Build mod_wsgi with the same arch's as Python.Adam Vandenberg
2009-08-25Formula for mod_wsgi.Adam Vandenberg
mod_wsgi is an Apache module that allows wsgi-compliant Python apps to run under Apache or as separate daemons.