Bug 187917

Summary: [new ports] math/rubygem-narray
Product: Ports & Packages Reporter: murashin
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rubygem-narray.shar none

Description murashin 2014-03-25 03:40:00 UTC
	- add rubygem version of math/ruby-narray

How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-25 03:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Mark Linimon 2014-03-25 15:55:34 UTC
----- Forwarded message from Shin-ya Murakami <murashin@gfd-dennou.org> -----

Date: Tue, 25 Mar 2014 13:52:38 +0900 (JST)
From: Shin-ya Murakami <murashin@gfd-dennou.org>
To: freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/187917: [new ports] math/rubygem-narray
X-Mailer: Mew version 6.5 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO)

Hi, 

There is a typo at MAINTAINER line

murashin@FreeBSD.org is wrong, 
murashin@gfd-dennou.org is correct.

diff -urN rubygem-narray.old/Makefile rubygem-narray/Makefile
--- rubygem-narray.old/Makefile	      2014-03-25 12:35:11.938817000 +0900
+++ rubygem-narray/Makefile	      2014-03-25 13:53:11.712514328 +0900
@@ -10,7 +10,7 @@
 CATEGORIES=   math rubygems
 MASTER_SITES= RG
 
-MAINTAINER=	murashin@FreeBSD.org
+MAINTAINER=	murashin@gfd-dennou.org
 COMMENT=	Numerical N-dimensional array library for Ruby
 
 USE_RUBY=	yes

----
Shin-ya Murakami
email: murashin@gfd-dennou.org
WWW: http://www.gfd-dennou.org/member/murashin/
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"


----- End forwarded message -----
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-25 20:20:28 UTC
Author: swills
Date: Tue Mar 25 20:20:23 2014
New Revision: 349189
URL: http://svnweb.freebsd.org/changeset/ports/349189
QAT: https://qat.redports.org/buildarchive/r349189/

Log:
  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.
  
  WWW: http://narray.rubyforge.org/
  
  PR:		ports/187917
  Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>

Added:
  head/math/rubygem-narray/
  head/math/rubygem-narray/Makefile   (contents, props changed)
  head/math/rubygem-narray/distinfo   (contents, props changed)
  head/math/rubygem-narray/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Mar 25 20:15:41 2014	(r349188)
+++ head/math/Makefile	Tue Mar 25 20:20:23 2014	(r349189)
@@ -611,6 +611,7 @@
     SUBDIR += ruby-narray_miss
     SUBDIR += ruby-numru_misc
     SUBDIR += ruby-numru_units
+    SUBDIR += rubygem-narray
     SUBDIR += saga
     SUBDIR += sage
     SUBDIR += sc

Added: head/math/rubygem-narray/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-narray/Makefile	Tue Mar 25 20:20:23 2014	(r349189)
@@ -0,0 +1,17 @@
+# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
+# $FreeBSD$
+
+PORTNAME=	narray
+PORTVERSION=	0.6.0.8
+CATEGORIES=	math rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	murashin@gfd-dennou.org
+COMMENT=	Numerical N-dimensional array library for Ruby
+
+USE_RUBY=	yes
+USE_RAKE=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/math/rubygem-narray/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-narray/distinfo	Tue Mar 25 20:20:23 2014	(r349189)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/narray-0.6.0.8.gem) = 6ebe71c6047b2058fd456041ce29ba4bcc91615bfa8a87b0c4f60cdd82a7275d
+SIZE (rubygem/narray-0.6.0.8.gem) = 65024

Added: head/math/rubygem-narray/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-narray/pkg-descr	Tue Mar 25 20:20:23 2014	(r349189)
@@ -0,0 +1,7 @@
+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.
+
+WWW: http://narray.rubyforge.org/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2014-03-25 20:20:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!