Commit graph

4 commits

Author SHA1 Message Date
Steve Wills
567e80f29a math/rubygem-narray: update to 0.6.0.9
PR:		190473
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2014-08-21 19:41:32 +00:00
Steve Wills
f64d997379 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)
2014-08-19 15:35:35 +00:00
Steve Wills
c25f75e2d9 - Avoid calling make while building
Requested by:	marino
2014-03-28 20:41:23 +00:00
Steve Wills
e3f2dc403e NArray is an Numerical N-dimensional Array class. Supported element types are
1/2/4-byte Integer, single/double-precision Real/Complex, and Ruby Object. This
extension library incorporates fast calculation and easy manipulation of large
numerical arrays into the Ruby language. NArray has features similar to NumPy,
but NArray has vector and matrix subclasses.

WWW: http://narray.rubyforge.org/

PR:		ports/187917
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2014-03-25 20:20:23 +00:00