./graphics/ruby-gnuplot, Ruby interface to a gnuplot process

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.2, Package name: ruby27-gnuplot-2.6.2, Maintainer: minskim

Ruby Gnuplot is a pipe-based interface to the gnuplot package. It
provides the full capabilities of the gnuplot package to Ruby
programs.


Required to run:
[lang/ruby23-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610)
Log message:
Add SHA512 digests for distfiles for graphics category

Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-26 17:06:26 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
   2013-01-14 07:14:04 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-gnuplot to 2.6.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-17 13:21:15 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-gnuplot to 2.6.0.

2.6.0
* better readme, allow for unsetting variables, thanks @kot-behemoth and @evnu
   2012-09-16 08:36:08 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-gnuplot to 2.5.0.

2.5.0
 * save output to instance variable, thanks for the patch.
   2012-03-21 16:42:24 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-gnuplot to 2.4.1.

2.4.1
 * Quote escape more strings. Thanks for the tip!

2.4.0
 * Allow for 3D plots, fix examples. Thanks everybody!