diff options
author | swills <swills@FreeBSD.org> | 2014-03-26 04:34:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-26 04:34:09 +0800 |
commit | d8ac3d91a1a4037b935c1192ca13384bce3cf7c3 (patch) | |
tree | bcb4c4ada94ca76d5d6f56e85ed1c0652ecdd187 /math | |
parent | cd31bde48030d162c86af2b29f169980639f4934 (diff) | |
download | freebsd-ports-gnome-d8ac3d91a1a4037b935c1192ca13384bce3cf7c3.tar.gz freebsd-ports-gnome-d8ac3d91a1a4037b935c1192ca13384bce3cf7c3.tar.zst freebsd-ports-gnome-d8ac3d91a1a4037b935c1192ca13384bce3cf7c3.zip |
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-narray_miss/Makefile | 19 | ||||
-rw-r--r-- | math/rubygem-narray_miss/distinfo | 2 | ||||
-rw-r--r-- | math/rubygem-narray_miss/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 4c8f83cb31b2..3a3144d5b8c4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/rubygem-narray_miss/Makefile b/math/rubygem-narray_miss/Makefile new file mode 100644 index 000000000000..213620a1e1f6 --- /dev/null +++ b/math/rubygem-narray_miss/Makefile @@ -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> diff --git a/math/rubygem-narray_miss/distinfo b/math/rubygem-narray_miss/distinfo new file mode 100644 index 000000000000..0fa3d6eb3518 --- /dev/null +++ b/math/rubygem-narray_miss/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/narray_miss-1.2.8.gem) = 7c306135ee78b859440cfebf2e9d2f447e57311e27b5d67afce363047e6f3ad5 +SIZE (rubygem/narray_miss-1.2.8.gem) = 15872 diff --git a/math/rubygem-narray_miss/pkg-descr b/math/rubygem-narray_miss/pkg-descr new file mode 100644 index 000000000000..2bf726b83a89 --- /dev/null +++ b/math/rubygem-narray_miss/pkg-descr @@ -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/ |