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:
parent
e3f2dc403e
commit
100b85d303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349190
@ -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
|
||||
|
19
math/rubygem-narray_miss/Makefile
Normal file
19
math/rubygem-narray_miss/Makefile
Normal 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>
|
2
math/rubygem-narray_miss/distinfo
Normal file
2
math/rubygem-narray_miss/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/narray_miss-1.2.8.gem) = 7c306135ee78b859440cfebf2e9d2f447e57311e27b5d67afce363047e6f3ad5
|
||||
SIZE (rubygem/narray_miss-1.2.8.gem) = 15872
|
4
math/rubygem-narray_miss/pkg-descr
Normal file
4
math/rubygem-narray_miss/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user