diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-03-25 20:34:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-03-25 20:34:09 +0000 |
commit | 100b85d30390b39bf41170f904621bd8b7ec83a2 (patch) | |
tree | bcb4c4ada94ca76d5d6f56e85ed1c0652ecdd187 /math | |
parent | e3f2dc403e1f2ed61e27a9e99291979b51707fa1 (diff) |
Notes
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/ |