Commit graph

31 commits

Author SHA1 Message Date
Xiyue Deng
02050f1251 Enable LaTeX support in gnuplot.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-13 18:25:47 -08:00
Michael Dippery
78e743374a gnuplot: Fix misspelling of "Cairo"
Closes Homebrew/homebrew#16766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-12-27 14:10:13 -08:00
Xiyue Deng
a16173fd8d Gnuplot: use opt_prefix for keg_only dependencies.
* Avoid broken path when keg_only dependencies updates.

Closes Homebrew/homebrew#16567.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14 11:05:13 -08:00
Jack Nagel
8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel
e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
nibbles 2bits
4452ebd149 gnuplot 4.6.1 + dep on pango for wx
- 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 Homebrew/homebrew#15692

Closes Homebrew/homebrew#15829.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05 19:11:12 -08:00
Adam Vandenberg
d1be7051bd gnu-plot: add option to skip building emacs lisp files
Closes Homebrew/homebrew#15777.
2012-11-01 07:53:41 -07:00
Mike McQuaid
c460aef059 gnuplot: remove X11 dependency. 2012-10-21 17:49:24 +01:00
Charlie Sharpsteen
3601ae7bb7 gnuplot: Disable aquaterm by default
Adds a MacPorts patch that allows `--without-aquaterm` as a configuration
option and then invokes this option by default.

Fixes Homebrew/homebrew#14647.
2012-09-22 10:42:35 -05:00
Charlie Sharpsteen
294a6e9b68 gnuplot: Use options DSL 2012-09-22 10:42:35 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Jack Nagel
d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Jack Nagel
63cde03be4 Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
Xiyue Deng
9ab422541b gnuplot 4.6.0
Closes Homebrew/homebrew#10931.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15 09:26:21 -05:00
Adam Vandenberg
7f273904c7 gnuplot: style nits 2012-03-11 12:58:21 -07:00
Max Howell
d224636ba4 More formula that now depend on automake
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
2012-02-29 02:03:26 +00:00
Jiahao Chen
163fc6f530 gnuplot 4.4.4
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>
2012-01-07 10:59:17 -08:00
Adam Vandenberg
c58e453dfc gnuplot - re-enable parallel builds
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-18 21:19:24 -07:00
syntaxerrormmm
6ea1c5bc52 gnuplot 4.4.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-18 18:52:13 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Lars
ea2689805e gnuplot 4.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-22 09:18:29 -08:00
Adam Vandenberg
19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg
ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
Adam Vandenberg
a11c37267a Add pkg-config to gnuplot 2010-06-18 19:07:00 -07:00
Adam Vandenberg
71d00dc910 gnuplot - allow building without lua support 2010-06-15 21:16:40 -07:00
Carmine Paolino
cecb7ff602 Opt-in pdf support with --pdf and opt-out gd with --nogd
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-15 21:14:03 -07:00
Adam Vandenberg
652b1c4b82 Fix homepage for gnuplot 2010-05-09 21:18:50 -07:00
Clemens
99c5e4b7c2 Formula for the shiny new gnuplot 4.4.0 2010-03-15 09:18:03 -07:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Miikka Koskinen
b1679ccfff Gnuplot formula
Gnuplot is a portable command-line driven interactive data and function
plotting utility.
2009-09-22 19:56:22 +01:00