summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnuplot/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-01-14Update ruby-gnuplot to 2.6.2.taca1-2/+2
2.6.2 * llrt: Make SPlot.to_gplot use parent's implementation 2.6.1 * TheKnight Fix bug in SPlot.to_gplot implementation.
2012-12-17Update ruby-gnuplot to 2.6.0.taca1-2/+2
2.6.0 * better readme, allow for unsetting variables, thanks @kot-behemoth and @evnu
2012-09-16Update ruby-gnuplot to 2.5.0.taca1-2/+2
2.5.0 * save output to instance variable, thanks for the patch.
2012-03-21Update ruby-gnuplot to 2.4.1.taca1-2/+2
2.4.1 * Quote escape more strings. Thanks for the tip! 2.4.0 * Allow for 3D plots, fix examples. Thanks everybody!
2011-06-19Update ruby-gnuplot pakage to 2.3.6.taca1-2/+2
2.3.6 * Cleanup readme (thanks blambeau again, really, for the snippets) 2.3.5 * Cleanup readme, add examples as real code files (thanks blambeau!)
2010-09-10Update graphics/ruby-gnuplot to 2.3.4.taca1-7/+4
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. 2.3.4 * Include more files in the gem by switching to Jeweler (thanks Jeweler guyz)! 2.3.3 * Fix issue #4 (thanks Jakobs) * Fix some unit tests (thanks Nobu!) 2.3.2 Feb 2010 * Add an arbitrary_lines specifier 2.3.1 Feb 2010 * Fix a bug I introduced in 2.3.0 2.3.0 Feb 2010 * incorporate a few patch changes 2.2.3.1 July 18 2009 * output the raw "to gnuplot" data if $VERBOSE Version 2.2.2 July 2009 * raise if no executable found, should be windows compat. now
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam1-15/+6
directly into site_ruby.
2006-05-07Import ruby-gnuplot.minskim1-0/+24
Ruby Gnuplot is a pipe-based interface to the gnuplot package. It provides the full capabilities of the gnuplot package to Ruby programs.