Commit Graph

8 Commits (90d50ab492f35b6f77c94612919ff4e5e1da6025)

Author SHA1 Message Date
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Jack Nagel 83fcafb5aa Add mirrors for GNU formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30 12:56:07 -06:00
Jack Nagel 5c0aa582c1 plotutils: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13 23:39:29 -05:00
Daniel Holtmann-Rice 943738a628 libplot: make use of libpng 1.5 compatible
Lion now includes libpng 1.5, which causes a "dereferencing pointer to
incomplete type" error when png_ptr->jmpbuf is accessed directly. Adding an
inreplace to change occurences of 'png_ptr->jmpbuf' to 'png_jmpbuf (png_ptr)' in
the file libplot/z_write.c fixes the build on Lion, and should have no effect on
Snow Leopard since the png_jmpbuf function has been present for several
versions.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-13 10:39:34 -07:00
Jon Seymour 1ed4f6cadc gnuplot: enable png and pic2plot support
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-19 07:13:51 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Amitava 568d4adf63 The plotutils Package.
A GNU package for producing 2D plots in a variety of formats, built around an enhanced libplot C/C++ function library.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30 18:25:02 -07:00