aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
AgeCommit message (Collapse)Author
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15gnuplot 4.6.0Xiyue Deng
Closes #10931. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11gnuplot: style nitsAdam Vandenberg
2012-02-29More formula that now depend on automakeMax Howell
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
2012-01-07gnuplot 4.4.4Jiahao Chen
Updates gnuplot to version 4.4.4. Adds optional wx dependency support. Adds CVS development head with autotools invocation. Adds very simple test for gnuplot binary version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.