diff --git a/math/Makefile b/math/Makefile index 037a0f6f7204..029d1b01b793 100644 --- a/math/Makefile +++ b/math/Makefile @@ -652,6 +652,7 @@ SUBDIR += rpy SUBDIR += rpy2 SUBDIR += ruby-algebra + SUBDIR += rubygem-algebra SUBDIR += rubygem-expression_parser SUBDIR += rubygem-fftw3 SUBDIR += rubygem-narray diff --git a/math/rubygem-algebra/Makefile b/math/rubygem-algebra/Makefile new file mode 100644 index 000000000000..6532e8ee9dd6 --- /dev/null +++ b/math/rubygem-algebra/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= algebra +PORTVERSION= 0.2.3 +CATEGORIES= math rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for mathematical computations + +USE_RUBY= yes +USES= gem + +.include diff --git a/math/rubygem-algebra/distinfo b/math/rubygem-algebra/distinfo new file mode 100644 index 000000000000..d71d63c090cd --- /dev/null +++ b/math/rubygem-algebra/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1482869542 +SHA256 (rubygem/algebra-0.2.3.gem) = 6729bec6984ea642b51d4094395ef253015c5b20ed0a9b68c9988a6048ba37f9 +SIZE (rubygem/algebra-0.2.3.gem) = 210944 diff --git a/math/rubygem-algebra/pkg-descr b/math/rubygem-algebra/pkg-descr new file mode 100644 index 000000000000..fef026b09479 --- /dev/null +++ b/math/rubygem-algebra/pkg-descr @@ -0,0 +1,6 @@ +This is a library for mathematical computations. Our purpose is to express the +mathematical object naturally in Ruby. Though it is not operated fast, we can +see the algorithm of the mathematical processing not in black box but in +scripts. This library is in development stage. + +WWW: https://github.com/kunishi/algebra-ruby2