aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
AgeCommit message (Collapse)Author
2011-05-26Use https for github repos.Adam Vandenberg
2011-05-24redis 2.2.8Adam Vandenberg
2011-05-11redis 2.2.7Osman Üngür
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05Redis 2.2.6James Miller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-26redis 2.2.5Vladimir Andrijevik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-25redis: don't need to chmod this if var is already OKAdam Vandenberg
2011-04-08Updating redis to 2.2.4.Ryan Schlesinger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-22redis: added chmod 0775 for database directoryGawin Dapper
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-06redis 2.2.2Adam Vandenberg
2011-03-06Specify architecture for redisarlolra
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-02-23Updated redis to 2.2.1Kevin Faustino
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-04Update redis homepageAndrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-03Fix redis version.Mike McQuaid
2011-01-03Change redis download url to point at Github to match redis.io. Changed SHA1 ↵Duncan Grazier
to match version currently hosted. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-06Update redis to 2.0.4.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-15Updated Formula: redis 2.0.3Dmitriy Kopylenko
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-27updated redis to version 2.0.2Steve Agalloco
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-10upgraded redis to 2.0.1Steve Agalloco
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-04The caveats/info on redis were wrong - correctedLee Packham
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-04redis: patch by Pedro Melo (melo)David Höppner
2010-09-03Update redis to 2.0.0.Aku Kotkavuo
Signed-off-by: David Höppner <0xffea@gmail.com> * sha1
2010-07-22Update Formula: redisAlexis Hildebrandt
Install documentation in doc Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-02Redis head moved source.Alec Thomas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-06-01Added logfile paths to redis startup script.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-29add a launchctl script for redis-serverCorey Donohoe
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-07Typo in redis caveatsAdam Vandenberg
2010-04-30Add HEAD (1.3.x) to redis.Adam Vandenberg
2010-03-29redis 1.2.6Adam Vandenberg
2010-03-11Update redis to 1.2.5Adam Vandenberg
2010-03-07updated Redis formula from 1.2.3 to 1.2.4Abdul-Jabbar Shalabi
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-02updated Redis formula from 1.2.2 to 1.2.3Abdul-Jabbar Shalabi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-17Update redis to 1.2.2Adam Vandenberg
2010-02-13Update redis to 1.2.1Adam Vandenberg
* Use built-in conf file, with replacements, rather than duplicating it entirely. * Use GCC to compile, until possible LLVM issues are tracked down.
2010-01-20Updated redis configuration to include new 1.2 features (Append Only File)Stephan Seidt
2010-01-14Updated redis version to 1.2.0 stableStephan Seidt
Closes #466
2010-01-13This should really happen *before* make.elliottcable
2010-01-13The Redis formula no longer dabbles around outside the HOMEBREW_PREFIX.elliottcable
2010-01-13No longer copying shareelliottcable
It’s avaialable in the distribution if anybody wants it.
2010-01-13Moved the REDIS_CONF directly into the function.elliottcable
2010-01-13Updated Redis to 1.1.91-beta, and added a note about path problemselliottcable
2009-10-23Update Redis to 1.02Mihai Anca
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-11Add default configuration for RedisChris Wanstrath
Signed-off-by: Max Howell <max@methylblue.com> indirect beat defunkt to the redis formula slightly, but defunkt improved it, so everyone gets credit :)
2009-09-11Add formula for redis, a key-value storeAndre Arko