From fc736822e8e15d0bc59672fae62123a56a6416ac Mon Sep 17 00:00:00 2001 From: Piotr Usewicz Date: Sun, 28 Feb 2010 16:54:17 +0000 Subject: RRDTool Formula 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 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. --- Library/Formula/rrdtool.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Library/Formula/rrdtool.rb (limited to 'Library') diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb new file mode 100644 index 000000000..178b8a0b9 --- /dev/null +++ b/Library/Formula/rrdtool.rb @@ -0,0 +1,27 @@ +require 'formula' + +class Rrdtool