Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2008 19:40:41 +0900 (JST)
From:      "Shin'ya Murakami" <murakami@ahs.scitec.kobe-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        murakami@ahs.scitec.kobe-u.ac.jp
Subject:   ports/127438: [update] math/ruby-narray: update to 0.5.9p5
Message-ID:  <20080917.194041.02255917.murakami@ahs.scitec.kobe-u.ac.jp>
Resent-Message-ID: <200809171050.m8HAo2Ow067729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127438
>Category:       ports
>Synopsis:       [update] math/ruby-narray: update to 0.5.9p5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 10:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Shin'ya Murakami
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD lune.epa.scitec.kobe-u.ac.jp 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Wed Sep 10 15:01:58 JST 2008 murashin@lune.epa.scitec.kobe-u.ac.jp:/usr/obj/usr/src/sys/LUNE i386

>Description:
	- update to 0.5.9p5.
	- remove benchmark scripts installed as examples
	- update pkg-descr
>How-To-Repeat:
	N/A
>Fix:

--- ruby-narray.diff begins here ---
diff -urN /usr/ports/math/ruby-narray/Makefile ruby-narray/Makefile
--- /usr/ports/math/ruby-narray/Makefile	2006-11-03 07:57:37.000000000 +0900
+++ ruby-narray/Makefile	2008-09-17 19:16:32.000000000 +0900
@@ -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 @@
 .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 -urN /usr/ports/math/ruby-narray/distinfo ruby-narray/distinfo
--- /usr/ports/math/ruby-narray/distinfo	2006-11-03 07:57:37.000000000 +0900
+++ ruby-narray/distinfo	2008-09-17 16:57:20.000000000 +0900
@@ -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 -urN /usr/ports/math/ruby-narray/pkg-descr ruby-narray/pkg-descr
--- /usr/ports/math/ruby-narray/pkg-descr	2001-02-01 22:25:14.000000000 +0900
+++ ruby-narray/pkg-descr	2008-09-17 19:23:43.000000000 +0900
@@ -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 -urN /usr/ports/math/ruby-narray/pkg-plist ruby-narray/pkg-plist
--- /usr/ports/math/ruby-narray/pkg-plist	2003-03-06 01:11:23.000000000 +0900
+++ ruby-narray/pkg-plist	2008-09-17 19:16:13.000000000 +0900
@@ -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%%
--- ruby-narray.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080917.194041.02255917.murakami>