aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/collectd.rb
AgeCommit message (Collapse)Author
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-06-18colletd: add debug optionGrzegorz Dzięgielewski
Closes #20578. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-04-24collectd 5.3.0Ankit Solanki
Closes #19335. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-01-05collectd: add launchctl plistLuke Petre
Closes #16892. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-26CollectC: make java opt-inAdam Vandenberg
Enabling Java only works against Java 1.6, not 1.7. So make this opt-in as more people will be switching their JAVA HOME to 1.7 paths. Closes #14707.
2012-09-14collectd: remove skip_cleanAdam Vandenberg
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-06-03collectd 5.1.0Adam Vandenberg
2012-04-20collectd: fails with clangToby DiPasquale
cf. #11651. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20collectd: fix permissions errors during configureJack Nagel
Fixes #11651. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03collectd 5.0.2Adam Vandenberg
2011-05-15collectd 5.0.0Lamnk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-21collectd 4.10.2Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-16collectd - disable Perl on LeopardAdam Vandenberg
Perl support fails to compile on Leopard, so disable. Better patches welcome.
2010-09-08collectd - var should not be inside the Cellar directoryWilliam Lynch
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-27collectd 4.10.1Adam Vandenberg
2010-06-01Updated collectd to 4.10.0Piotr Usewicz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-23Update collectd to not strip symbols.Adam Vandenberg
2010-01-24collectd 4.9.1spahl
A daemon which collects system performance statistics periodically.