Date: Tue, 25 Mar 2014 20:34:09 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349190 - in head/math: . rubygem-narray_miss Message-ID: <201403252034.s2PKY9hD081264@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403252034.s2PKY9hD081264>