- update to 0.5.9p5.

- 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>
This commit is contained in:
Cheng-Lung Sung 2008-09-26 07:05:56 +00:00
parent b15a561deb
commit f0696ecf45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220785
4 changed files with 7 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= narray
PORTVERSION= 0.5.9
PORTVERSION= 0.5.9p5
CATEGORIES= math ruby
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -35,8 +35,6 @@ post-install:
.for f in ${DOC_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/speed/*.rb ${RUBY_MODEXAMPLESDIR}/
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (ruby/narray-0.5.9.tar.gz) = 04962b591dac5a0f1c3384545b0cfa83
SHA256 (ruby/narray-0.5.9.tar.gz) = 300fbc023a97bfbe1e3b6745ed9e822288e1947cfc76c5c4dc27d41256d88a8d
SIZE (ruby/narray-0.5.9.tar.gz) = 67954
MD5 (ruby/narray-0.5.9p5.tar.gz) = d6f47cfeb89d1d379c4a9d1ec0ded305
SHA256 (ruby/narray-0.5.9p5.tar.gz) = 527a136ae643c435c876d67a5d6b6ec0e0d7d98a3d6028dfdb5622ca416c56c4
SIZE (ruby/narray-0.5.9p5.tar.gz) = 65763

View File

@ -1,10 +1,4 @@
NArray is a class of Numerical N-dimensional Array, providing fast and
efficient computing of the large data arrays.
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.
Element types: Integer, Float, Complex and Ruby Object.
Methods: array manipulation, arithmetic operators and mathematical
functions (including FFTW and LU factorization).
Author: Masahiro TANAKA <masa@ir.isas.ac.jp>
WWW: http://www.ir.isas.ac.jp/~masa/ruby/index-e.html
Author: Masahiro TANAKA <masa16.tanaka @nospam@ gmail.com>
WWW: http://narray.rubyforge.org/

View File

@ -10,14 +10,3 @@
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/SPEC.en
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/add.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/add_int.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/lu.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mat.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mul.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mul2.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mul_comp.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mul_int.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mybench.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/solve.rb
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%