aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
AgeCommit message (Collapse)Author
2011-03-13mongodb: enable --HEAD installs.Dmitry Plashchynski
--HEAD installs the latest stable developer release (not the nightly.) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>
2010-12-11mongodb - Fixed md5 for 32bit versionKashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-09Update MongoDB to version 1.6.5Kevin Faustino
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-26MongoDB 1.6.4Ville Lautanala
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-23Update mongodb to 1.6.3.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-01Update mongodb to 1.6.2Kevin Faustino
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-17MongoDB 1.6.1Kevin Faustino
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-10Document all existing install options.Adam 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-07Use new symlink aliasesMax Howell
2010-08-05updated production release to 1.6.0 for both 32/64bitskim
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-31bump version to 1.5.7Jesse Newland
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-29Added HEAD url for mongodbRafael Gaspar
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-30updated to mongodb 1.4.4Torsten Curdt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-25Updated formula mongodb to 1.4.3Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-08Fixed mongodb caveats to explain copying the plist file to ↵Ryan McGeary
~/Library/LaunchAgents * launchctl doesn't start the daemon on login unless the plist lives in ~/Library/LaunchAgents Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-27MongoDB 1.4.2Kevin Faustino
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-15updated mongodb-1.4.1SHIBATA Hiroshi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-29Upgrade mongodb to version 1.4.0Evan Sharp
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-02Update MongoDB to 1.2.4.Radford Smith
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-24bumped MongoDB to 1.2.3julienXX
2010-01-30updated MongoDB version to 1.2.2julienXX
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-16chomp whoami usage for plistsMax Howell
Fixes #424
2009-12-31Don't specify bin, assume mongod is in the PATHMax Howell
2009-12-31Updated formula: mongodb - Added configuration file, changing data dir to ↵Kieran Pilkington
#{var}/mongodb, and adding launchd plist file.
2009-12-19Updated MongoDB to 1.2.0Istvan Hoka
2009-12-06Updating mongodb to version 1.1.4Michael Dwan
2009-11-11Fixed MongoDB::Hardware error on mongodb installAntonio Touriño
2009-11-11Updating node.rb and mongodb.rb Formulas to latest version.pedro
2009-11-09MongoDB - add --32bit option to force 32 bits; don't strip binaries.Adam Vandenberg
2009-10-27MongoDB - support 32bit installs and bump to 1.1.2.Adam Vandenberg
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-02updated MongoDB formula to version 1.1.1Clinton R. Nixon
2009-09-14MongoDB formulaClinton R. Nixon
Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database.