From murakami@ahs.scitec.kobe-u.ac.jp  Wed Sep 17 10:40:08 2008
Return-Path: <murakami@ahs.scitec.kobe-u.ac.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8EF18106567C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Sep 2008 10:40:08 +0000 (UTC)
	(envelope-from murakami@ahs.scitec.kobe-u.ac.jp)
Received: from tako.epa.scitec.kobe-u.ac.jp (tako.epa.scitec.kobe-u.ac.jp [133.30.109.21])
	by mx1.freebsd.org (Postfix) with SMTP id 1E06C8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Sep 2008 10:40:02 +0000 (UTC)
	(envelope-from murakami@ahs.scitec.kobe-u.ac.jp)
Received: (qmail 8486 invoked from network); 17 Sep 2008 19:39:58 +0900
Received: from lune.epa.scitec.kobe-u.ac.jp (HELO localhost) (133.30.109.72)
  by tako.epa.scitec.kobe-u.ac.jp with SMTP; 17 Sep 2008 19:39:58 +0900
Message-Id: <20080917.194041.02255917.murakami@ahs.scitec.kobe-u.ac.jp>
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: [update] math/ruby-narray: update to 0.5.9p5

>Number:         127438
>Category:       ports
>Synopsis:       [update] math/ruby-narray: update to 0.5.9p5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 10:50:02 UTC 2008
>Closed-Date:    Fri Sep 26 07:06:07 UTC 2008
>Last-Modified:  Fri Sep 26 07:10:01 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Sep 17 10:50:11 UTC 2008 
Responsible-Changed-Why:  
clsung@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127438 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Sep 26 07:06:06 UTC 2008 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127438 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127438: commit references a PR
Date: Fri, 26 Sep 2008 07:06:10 +0000 (UTC)

 clsung      2008-09-26 07:05:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/ruby-narray     Makefile distinfo pkg-descr pkg-plist 
   Log:
   - 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>
   
   Revision  Changes    Path
   1.19      +1 -3      ports/math/ruby-narray/Makefile
   1.15      +3 -3      ports/math/ruby-narray/distinfo
   1.2       +3 -9      ports/math/ruby-narray/pkg-descr
   1.6       +0 -11     ports/math/ruby-narray/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
