diff options
author | clsung <clsung@FreeBSD.org> | 2008-09-26 15:05:56 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-09-26 15:05:56 +0800 |
commit | 609db6e87e15cf878acf57e100374f86afe8a4fc (patch) | |
tree | 1af9ac9716c17965674e00333f585340306ec906 /math | |
parent | 24a4f34af50c4cebf2219e42e4fa9b1204ee3f76 (diff) | |
download | freebsd-ports-gnome-609db6e87e15cf878acf57e100374f86afe8a4fc.tar.gz freebsd-ports-gnome-609db6e87e15cf878acf57e100374f86afe8a4fc.tar.zst freebsd-ports-gnome-609db6e87e15cf878acf57e100374f86afe8a4fc.zip |
- 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>
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-narray/Makefile | 4 | ||||
-rw-r--r-- | math/ruby-narray/distinfo | 6 | ||||
-rw-r--r-- | math/ruby-narray/pkg-descr | 12 | ||||
-rw-r--r-- | math/ruby-narray/pkg-plist | 11 |
4 files changed, 7 insertions, 26 deletions
diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile index 92a88a10c274..82d4d990e0a0 100644 --- a/math/ruby-narray/Makefile +++ b/math/ruby-narray/Makefile @@ -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> diff --git a/math/ruby-narray/distinfo b/math/ruby-narray/distinfo index 2a32a9737f71..40a762455e16 100644 --- a/math/ruby-narray/distinfo +++ b/math/ruby-narray/distinfo @@ -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 diff --git a/math/ruby-narray/pkg-descr b/math/ruby-narray/pkg-descr index 3de87355aadc..956c84e3b3b3 100644 --- a/math/ruby-narray/pkg-descr +++ b/math/ruby-narray/pkg-descr @@ -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/ diff --git a/math/ruby-narray/pkg-plist b/math/ruby-narray/pkg-plist index bbd1db146a4d..b9e358c698de 100644 --- a/math/ruby-narray/pkg-plist +++ b/math/ruby-narray/pkg-plist @@ -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%% |