Bug 187918 - [new ports] math/rubygem-narray_miss
Summary: [new ports] math/rubygem-narray_miss
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 05:10 UTC by murashin
Modified: 2014-03-25 20:40 UTC (History)
0 users

See Also:


Attachments
rubygem-narray_miss.shar (1.84 KB, text/plain)
2014-03-25 05:10 UTC, murashin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description murashin 2014-03-25 05:10:00 UTC
	rubygem version of math/ruby-narray_miss

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

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-25 20:34:13 UTC
Author: swills
Date: Tue Mar 25 20:34:09 2014
New Revision: 349190
URL: http://svnweb.freebsd.org/changeset/ports/349190
QAT: https://qat.redports.org/buildarchive/r349190/

Log:
  This is an additional class of ruby with conduct processing of missing value
  to NArray which is a numeric multi-dimensional array class.
  
  WWW: http://ruby.gfd-dennou.org/products/narray_miss/
  
  PR:		ports/187918
  Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>

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

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

Added: head/math/rubygem-narray_miss/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-narray_miss/Makefile	Tue Mar 25 20:34:09 2014	(r349190)
@@ -0,0 +1,19 @@
+# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
+# $FreeBSD$
+
+PORTNAME=	narray_miss
+PORTVERSION=	1.2.8
+CATEGORIES=	math rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	murashin@gfd-dennou.org
+COMMENT=	Additional class with processing of missing value to NArray
+
+RUN_DEPENDS=	rubygem-narray>0:${PORTSDIR}/math/rubygem-narray
+
+USE_RUBY=	yes
+USE_RAKE=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/math/rubygem-narray_miss/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-narray_miss/distinfo	Tue Mar 25 20:34:09 2014	(r349190)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/narray_miss-1.2.8.gem) = 7c306135ee78b859440cfebf2e9d2f447e57311e27b5d67afce363047e6f3ad5
+SIZE (rubygem/narray_miss-1.2.8.gem) = 15872

Added: head/math/rubygem-narray_miss/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-narray_miss/pkg-descr	Tue Mar 25 20:34:09 2014	(r349190)
@@ -0,0 +1,4 @@
+This is an additional class of ruby with conduct processing of missing value
+to NArray which is a numeric multi-dimensional array class.
+
+WWW: http://ruby.gfd-dennou.org/products/narray_miss/
_______________________________________________
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 3 Steve Wills freebsd_committer freebsd_triage 2014-03-25 20:34:22 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!