aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-narray
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/rubygem-narray: update to 0.6.1.2Steve Wills2018-07-102-3/+4
| | | | | | | | PR: 225013 Approved by: maintainer timeout (murashin@gfd-dennou.org, >6 months) Notes: svn path=/head/; revision=474368
* Update WWW: remove trailing /Sunpoet Po-Chuan Hsieh2017-01-191-1/+1
| | | | Notes: svn path=/head/; revision=431907
* - Update WWW: rubygems.org uses https://Sunpoet Po-Chuan Hsieh2016-12-111-1/+1
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=428377
* math/rubygem-narray: remove unneeded USE_RAKESteve Wills2016-04-271-1/+0
| | | | Notes: svn path=/head/; revision=414148
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Update to version 0.6.1.1Pawel Pekala2015-02-062-3/+3
| | | | | | | | PR: 196992 Submitted by: murashin@gfd-dennou.org (maintainer) Notes: svn path=/head/; revision=378557
* math/rubygem-narray: update to 0.6.0.9Steve Wills2014-08-212-3/+3
| | | | | | | | PR: 190473 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=365591
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=365393
* - Avoid calling make while buildingSteve Wills2014-03-282-1/+4
| | | | | | | Requested by: marino Notes: svn path=/head/; revision=349460
* NArray is an Numerical N-dimensional Array class. Supported element types areSteve Wills2014-03-253-0/+26
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> Notes: svn path=/head/; revision=349189