aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
AgeCommit message (Collapse)Author
2012-11-05gnuplot 4.6.1 + dep on pango for wxnibbles 2bits
- Upgrade to version 4.6.1 - Remove the patch. It decides aquaterm=no on its own now. - Fix HEAD by not running `autoreconf`. Instead run `./prepare` - Add an option to build the Qt4 terminal plus optional Qt dep. - Add an option to build the testsuite. It's fantastic. - Add an option to build the cairo terminals using pango. - Make the pango dep active if `--cario` or `--wx` because - the wxWidgets termial requires pango. - Add `--without-latex` and `--without-tutorial` so no LaTeX Req. - Add `--without-cairo` unless it is turned on as an option. - Add an `ENV.j1` to fix an emacs related file locking error. - Remove the unrecognized `--disable-debug` & aquaterm options. - Works with superenv and passes its testsuite on 10.8.2. Fixes #15692 Closes #15829. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-01gnu-plot: add option to skip building emacs lisp filesAdam Vandenberg
Closes #15777.
2012-10-21gnuplot: remove X11 dependency.Mike McQuaid
2012-09-22gnuplot: Disable aquaterm by defaultCharlie Sharpsteen
Adds a MacPorts patch that allows `--without-aquaterm` as a configuration option and then invokes this option by default. Fixes #14647.
2012-09-22gnuplot: Use options DSLCharlie Sharpsteen
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-10Use autotools symbolsAdam Vandenberg
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.