aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/beanstalk.rb
AgeCommit message (Collapse)Author
2013-05-01beanstalk 1.9Alexander Graefe
Closes #19555. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-06Update github URLsJack Nagel
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2012-11-25Make generic caveats for launchd plist files.Mike McQuaid
2012-11-04beanstalkd 1.8Andrew Bennett
Closes #15852. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-04beanstalk 1.7Alexander Graefe
Closes #15301. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-06-21beanstalkd: install plistAdam Vandenberg
2012-05-28Beanstalk: add launchd plistJames Herdman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28beanstalk 1.6Adam Vandenberg
2012-03-14p1 the default patch-levelAdam Vandenberg
2012-03-05Beanstalk: patch to prevent 100% cpu useageJulio Viera
patch commit: https://github.com/kr/beanstalkd/commit/80da772efeeaabb12893f52a93da74ca9e69206d bug report: https://github.com/kr/beanstalkd/issues/96 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-05Beanstalkd 1.5James F. Herdman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03beanstalk: apply patch for libevent 2.xAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-07-20update beanstalkd to 1.4.6jgeiger
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-22Update beanstalk to 1.4.4Martin Schürrer
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-01-30Tell beanstalk where to find libevent.Adam Vandenberg
2009-12-02Put more aliases in the formulaMax 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-10-12Beanstalk FormulaPiotr Usewicz
Beanstalk is a simple, fast workqueue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously. Signed-off-by: Max Howell <max@methylblue.com> I changed it to beanstalk.rb as that's how they refer to it in general.