Port details |
- ruby-gnuplot Pipe-based interface to the gnuplot package for Ruby
- 0.5_7 math
=0 0.5_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated math/ruby-narray
This port expired on: 2014-09-20
- Maintainer: ruby@FreeBSD.org
- Port Added: 2001-02-01 13:18:07
- Last Update: 2014-09-20 09:45:04
- SVN Revision: 368630
- Also Listed In: ruby
- License: not specified in port
- WWW:
- http://physci.gmu.edu/~gmiller/gnuplot/
- Description:
- Ruby/Gnuplot is a pipe-based interface to the gnuplot package.
Provides the full capabilities of the gnuplot package to Ruby
programs. Inspired by the Python Gnuplot package that works on the
same principle. Here's an example usage of Ruby/Gnuplot:
require 'narray'
require 'gplot/Gnuplot'
x = NArray.sfloat(100).indgen!
y = x.collect { |i| i*i }
plot = Plot.new ()
plot.setTitle ("Demo 1");
plot.setXlabel ("X");
plot.setYlabel ("X^2");
ds = DataSet.new (y, {"with"=> "lines", "title"=>"Data"})
ds.setGrid (x)
plot.draw ( ds )
WWW: http://physci.gmu.edu/~gmiller/gnuplot/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ruby19-gnuplot>0:math/ruby-gnuplot
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby19-gnuplot
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby19 : lang/ruby19
- Runtime dependencies:
-
- gnuplot : math/gnuplot
- narray.so : math/ruby-narray
- ruby19 : lang/ruby19
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ruby19-gnuplot-0.5_7:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_7 20 Sep 2014 09:45:04 |
rene |
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in
sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 (Only the first 15 lines of the commit message are shown above ) |
0.5_7 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.5_6 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
0.5_6 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
0.5_6 07 Apr 2014 14:57:04 |
bapt |
Support stae |
0.5_6 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
0.5_5 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.5_4 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.5_4 29 Aug 2013 18:06:48 |
sunpoet |
- Remove Author line |
0.5_4 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
0.5_4 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
0.5_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.5_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.5_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.5_1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.5_1 16 Jun 2009 15:53:25 |
stas |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to. |
0.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
0.5 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.5 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.5 18 Feb 2003 05:29:43 |
knu |
De-pkg-comment. |
0.5 08 Feb 2003 08:55:56 |
knu |
Update to 0.5. |
0.4 18 Nov 2002 10:29:26 |
knu |
Remove unnecessary substitution.
Pointed out by: eivind |
0.4 27 Oct 2002 23:03:15 |
knu |
Update to 0.4. |
0.3 06 Oct 2002 21:32:50 |
knu |
Use RUBY_MOD*. |
0.3 11 Jun 2002 13:10:51 |
knu |
Update to 0.3. |
22 Feb 2002 15:37:05 |
knu |
Update to 0.2. |
10 Feb 2001 12:39:32 |
knu |
Add %%PORTDOCS%%. |
01 Feb 2001 16:18:07 |
knu |
Add ruby-gnuplot, a pipe-based interface to the gnuplot package for Ruby. |