aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ejabberd.rb
AgeCommit message (Collapse)Author
2013-08-15Use Hardware::CPU.arch(32|64)_bit in formulaeMisty De Meo
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-07-03ejabberd 2.1.13Michael Weibel
Closes #20985. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-27ejabberd: use new dslAdam Vandenberg
2012-05-21ejabberd 2.1.11Michael Weibel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-01-02ejabberd 2.1.10.Hiroaki Nakamura
Also add 32-bit only option. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25ejabberd 2.1.9José Martínez
Closes #8293. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-06-14ejabberd: add odbcMike Glazer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13ejabberd 2.1.8José Martínez
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-27ejabberd - On 10.5, requires newer opensslJonathan Halcrow
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15Updated formula: ejabberd-2.1.5Moritz Ulrich
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-05-28Fix ejabberdctl, via whoisjake. Fixes #1469Adam Vandenberg
2010-05-27Update ejabbered to 2.1.3Adam Vandenberg
2010-03-30ejabberd formulaMarcos Augusto
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Udated to 2.1.2