1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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>
This commit is contained in:
Steve Wills 2014-03-25 20:34:09 +00:00
parent e3f2dc403e
commit 100b85d303
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349190
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/narray_miss-1.2.8.gem) = 7c306135ee78b859440cfebf2e9d2f447e57311e27b5d67afce363047e6f3ad5
SIZE (rubygem/narray_miss-1.2.8.gem) = 15872

View File

@ -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/