aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10Document all existing install options.Adam Vandenberg
2010-07-30Update rrdtool to 1.4.4 and fix Ruby bindingsAdam Vandenberg
* Ruby bindings (may) now work against the system Ruby.
2010-07-01Update rrdtool to 1.4.3.Adam Vandenberg
Also adds a (failing) test for the Ruby support.
2010-04-20RRDTool FormulaPiotr Usewicz
RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. Use it to write your custom monitoring shell scripts or create whole applications using its Perl, Python, Ruby, TCL or PHP bindings. Signed-off-by: Adam Vandenberg <flangy@gmail.com> Note: I disabled the Python bindings. Installing stuff into a Homebrew-built Python's site-packages can cause problems. I couldn't find a way to build the Python module without installing it, so hopefully some future user can correct this and submit a patch.