aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
AgeCommit message (Collapse)Author
2011-03-18gnuplot - re-enable parallel buildsAdam Vandenberg
Parallel builds fail if lua is compiled with LLVM, so a previous commit flagged Lua as "fails_with_llvm". Re-enabled parallel builds, as they work fine against a GCC-build lua.
2011-03-18gnuplot 4.4.3syntaxerrormmm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-22gnuplot 4.4.2Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-10Document all existing install options.Adam Vandenberg
2010-06-18Add pkg-config to gnuplotAdam Vandenberg
2010-06-15gnuplot - allow building without lua supportAdam Vandenberg
2010-06-15Opt-in pdf support with `--pdf` and opt-out gd with `--nogd`Carmine Paolino
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-09Fix homepage for gnuplotAdam Vandenberg
2010-03-15Formula for the shiny new gnuplot 4.4.0Clemens
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-09-22Gnuplot formulaMiikka Koskinen
Gnuplot is a portable command-line driven interactive data and function plotting utility.