aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Clean up LaunchAgent caveats.Carlos Rodriguez
Documentation now has instructions on creating ~/Library/LaunchAgents directory for first time installs of Formulas. Appending trailing slash to Formula documentation in regards to copying plists to LaunchAgents directory. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-29Updated couchdb.rb formula to couchdb 1.0.2.yachris
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-09couchdb - needs newer curl on LeopardAdam Vandenberg
2010-09-22couchdb - fix typo in plistTrevor Turk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-01couchdb: fix potential problem with download, add plist info in caveatsTrevor Turk
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-26couchdb: fixes #2285David Höppner
2010-08-17Update to couchdb 1.0.1 and remove .ini file fix from brewLee Packham
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10disable delayed commits (see http://couchdb.apache.org/notice/1.0.1.html for ↵Robert Newson
details) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-07-14update couchdb to 1.0.0Caleb Land
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25CouchDB was not finding ErlangAdam Vandenberg
2010-06-16Fix couchdb homepage.Adam Vandenberg
( Should be DSL-style call, not assignment. Fixes #1614 )
2010-04-13Fix tag for CouchDB. Fixes #1166.Adam Vandenberg
2010-04-10turn couchdb to .11Matt Lyon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-26CouchDB - tweak path referencesAdam Vandenberg
2010-03-26Removed patches from couchdb folmula, in favor of configure flags, with ↵Angel Pizarro
locations from the erlnag and spidermokey formulas Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-19Force Couchdb to find Spidermonkey and ErlangMax Howell
If you install Homebrew somewhere that isn't /usr/local couchdb doesn't find its deps, so patch that. See? Install to /usr/local! Fixes #180. Closes #493.
2009-12-12Updated to CouchDB 0.10.1Tim Buchwaldt
2009-10-19Correctly set the -install_name of libjs.dylibCaleb Land
Remove the workaround for the wrong dylib ID from couchdb and set it correctly at the source. Fixes #95
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-15A workaround for spidermonkey wonkiness to create a working couchjs binary.Mathias Meyer
2009-10-14upgrade to couchdb 0.10 and fix problemsCaleb Land
erlang installs its headers in a messed up place HOMEBREW_PREFIX/lib/erlang/usr/include)
2009-10-04Simplify couchdb formulaMax Howell
2009-10-01[couchdb] use mkpath instead of mkdirChristian Mayer
To prevent Error: File exists - /usr/local/Cellar/couchdb/0.9.1/var/lib/couchdb when recompiling.
2009-09-29Tweak the var/(lib|log) directories.Paul J. Davis
It appears as though Homebrew is aggressively removing empty directories. I just created empty files to keep these alive so that CouchDB would't choke on startup. I'm tired, otherwise I'd see if I could use skip_clean? to skip removing the empty dirs. Thanks to Kamal for fixing the initial log directory mixup. Signed-Off-By: Adam Vandenberg <flangy@gmail.com> Update Couchdb formula now that skip_clean? can test empty folders.
2009-09-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-14Couchdb and dependency formulaeSean Wolfe
Signed-off-by: Max Howell <max@methylblue.com> I squashed a number of commits here, and also replaced the use of nspr.prefix with HOMEBREW_PREFIX as in theory we are flexible with our requirement for dependencies, although with the limited build system that SpiderMonkey possesses this is difficult for us to achieve anyway…