aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/plotutils.rb
AgeCommit message (Collapse)Author
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-13plotutils: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-13libplot: make use of libpng 1.5 compatibleDaniel Holtmann-Rice
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-04-19gnuplot: enable png and pic2plot supportJon Seymour
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-30The plotutils Package.Amitava
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>