aboutsummaryrefslogtreecommitdiffstats
path: root/math/ruby-narray
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired portsrene2014-09-204-58/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* many ruby/rubygem ports: death of rubyforge.orgswills2014-08-191-0/+3
| | | | | | | | | | | | | | | | | | 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)
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-161-0/+2
|
* Fix packaging as a userbapt2014-04-071-1/+3
|
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | 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)
* - Stage supportmiwi2014-02-211-6/+3
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | math)
* - Remove Author linesunpoet2013-08-301-1/+0
|
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Update to 0.6.0.1swills2011-10-282-3/+3
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 0.5.9p7.stas2010-01-032-4/+4
| | | | | PR: ports/142231 Submitted by: Wen Heping <wen@FreeBSD.org>
* - Assign all unmaintained ruby ports to ruby@,stas2009-06-161-1/+1
| | | | so people will know where to send questions to.
* - Update to 0.5.9p6miwi2009-01-092-6/+5
| | | | | PR: 130095 Submitted by: Dennis Herrmann <adox@mcx2.org>
* - update to 0.5.9p5.clsung2008-09-264-26/+7
| | | | | | | | - remove benchmark scripts installed as examples - update pkg-descr PR: ports/127438 Submitted by: Shin'ya Murakami <murakami_AT_ahs dot scitec dot kobe-u dot ac dot jp>
* - Update to 0.5.9 [1].clsung2006-11-022-5/+6
| | | | | | | - MASTER_SITES to rubyforge PR: ports/104372 [1] Submitted by: Shin'ya Murakami <murakami_AT_ahs dot scitec dot kobe-u dot ac dot jp> [1]
* - Add SHA256pav2005-11-251-0/+1
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1
| | | | been inactive more than 6 months. We hope to see him back sometime.
* - Update to 0.5.8pav2005-09-042-3/+3
| | | | | | PR: ports/85035 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Approved by: maintainer timeout (18 days)
* Update to 0.5.7p2.knu2004-03-152-3/+3
| | | | | PR: ports/64242 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* Update to 0.5.7p1 which now supports ruby 1.8.knu2004-02-172-2/+3
| | | | | PR: ports/62868 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
* Update to 0.5.7.knu2003-03-063-5/+5
|
* De-pkg-comment.knu2003-02-182-1/+1
|
* Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, nowknu2002-10-081-2/+1
| | | | that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP.
* Use RUBY_MOD*.knu2002-10-072-23/+23
|
* Update to 0.5.6p2.knu2002-06-122-2/+2
|
* Update to 0.5.6p1.knu2002-03-302-3/+4
| | | | | Prepare a backup master site since bento failed to download in the last try.
* Update to 0.5.6.knu2002-03-262-3/+2
|
* - Chase a repack. (only an installer fix)knu2002-01-113-6/+9
| | | | | | | | Submitted by: fenner's script - Add a couple of missing file entries to pkg-plist. - Bump PORTREVISION accordingly.
* Update to 0.5.5.knu2002-01-012-3/+2
|
* Bump the PORTREVISION's of the ports which install architectureknu2001-09-181-0/+1
| | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed.
* Update to 0.5.4.knu2001-07-022-2/+2
|
* Update to 0.5.3.knu2001-04-062-2/+2
|
* Add %%PORTDOCS%%.knu2001-02-101-18/+18
|
* Add ruby-narray, numerical N-dimensional array library for Ruby.knu2001-02-015-0/+73