notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ruby-gnuplot Pipe-based interface to the gnuplot package for Ruby
0.5_7 math Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5_7Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Depends on deprecated math/ruby-narray
Expired This port expired on: 2014-09-20
Maintainer: ruby@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby19 : lang/ruby19
Runtime dependencies:
  1. gnuplot : math/gnuplot
  2. narray.so : math/ruby-narray
  3. 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:
Expand this list (23 items)
Collapse this list.
  1. http://aarnet.dl.sourceforge.net/project/rgnuplot/OldFiles/
  2. http://distcache.FreeBSD.org/ports-distfiles/ruby/
  3. http://downloads.sourceforge.net/project/rgnuplot/OldFiles/
  4. http://freefr.dl.sourceforge.net/project/rgnuplot/OldFiles/
  5. http://garr.dl.sourceforge.net/project/rgnuplot/OldFiles/
  6. http://heanet.dl.sourceforge.net/project/rgnuplot/OldFiles/
  7. http://hivelocity.dl.sourceforge.net/project/rgnuplot/OldFiles/
  8. http://ignum.dl.sourceforge.net/project/rgnuplot/OldFiles/
  9. http://internode.dl.sourceforge.net/project/rgnuplot/OldFiles/
  10. http://iweb.dl.sourceforge.net/project/rgnuplot/OldFiles/
  11. http://jaist.dl.sourceforge.net/project/rgnuplot/OldFiles/
  12. http://kaz.dl.sourceforge.net/project/rgnuplot/OldFiles/
  13. http://kent.dl.sourceforge.net/project/rgnuplot/OldFiles/
  14. http://master.dl.sourceforge.net/project/rgnuplot/OldFiles/
  15. http://nchc.dl.sourceforge.net/project/rgnuplot/OldFiles/
  16. http://ncu.dl.sourceforge.net/project/rgnuplot/OldFiles/
  17. http://netcologne.dl.sourceforge.net/project/rgnuplot/OldFiles/
  18. http://sunet.dl.sourceforge.net/project/rgnuplot/OldFiles/
  19. http://superb-dca3.dl.sourceforge.net/project/rgnuplot/OldFiles/
  20. http://switch.dl.sourceforge.net/project/rgnuplot/OldFiles/
  21. http://tenet.dl.sourceforge.net/project/rgnuplot/OldFiles/
  22. http://ufpr.dl.sourceforge.net/project/rgnuplot/OldFiles/
  23. http://waix.dl.sourceforge.net/project/rgnuplot/OldFiles/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5_7
20 Sep 2014 09:45:04
Revision:368630Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
0.5_7
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:365393Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:361099Original commit files touched by this commit
olgeni search for other commits by this committer
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
Revision:350495Original commit files touched by this commit
bapt search for other commits by this committer
Support stae
0.5_6
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
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 View all of this commit message)
0.5_4
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
0.5_4
29 Aug 2013 18:06:48
Revision:325620Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove Author line
0.5_4
29 Aug 2013 04:10:38
Revision:325562Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use single space after WWW:
0.5_4
02 May 2011 12:44:53
Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
0.5_3
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.5_3
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.5_2
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.5_1
22 Aug 2009 00:28:34
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
0.5_1
16 Jun 2009 15:53:25
Original commit files touched by this commit
stas search for other commits by this committer
- 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
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.5
11 Nov 2005 01:18:01
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
knu search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
0.5
18 Feb 2003 05:29:43
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.5
08 Feb 2003 08:55:56
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.5.
0.4
18 Nov 2002 10:29:26
Original commit files touched by this commit
knu search for other commits by this committer
Remove unnecessary substitution.

Pointed out by: eivind
0.4
27 Oct 2002 23:03:15
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.4.
0.3
06 Oct 2002 21:32:50
Original commit files touched by this commit
knu search for other commits by this committer
Use RUBY_MOD*.
0.3
11 Jun 2002 13:10:51
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.3.
22 Feb 2002 15:37:05
commit hash: fp1.25083@dev.null.freshports.orgcommit hash: fp1.25083@dev.null.freshports.orgcommit hash: fp1.25083@dev.null.freshports.orgcommit hash: fp1.25083@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to 0.2.    
10 Feb 2001 12:39:32
commit hash: fp1.9429@dev.null.freshports.orgcommit hash: fp1.9429@dev.null.freshports.orgcommit hash: fp1.9429@dev.null.freshports.orgcommit hash: fp1.9429@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add %%PORTDOCS%%.    
01 Feb 2001 16:18:07
commit hash: fp1.9158@dev.null.freshports.orgcommit hash: fp1.9158@dev.null.freshports.orgcommit hash: fp1.9158@dev.null.freshports.orgcommit hash: fp1.9158@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add ruby-gnuplot, a pipe-based interface to the gnuplot package for   Ruby.    

Number of commits found: 29