math/rubygem-algebra: create port

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
This commit is contained in:
Steve Wills 2016-12-27 21:20:44 +00:00
parent efb151552e
commit d3d2bddb33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429664
4 changed files with 24 additions and 0 deletions

View File

@ -652,6 +652,7 @@
SUBDIR += rpy
SUBDIR += rpy2
SUBDIR += ruby-algebra
SUBDIR += rubygem-algebra
SUBDIR += rubygem-expression_parser
SUBDIR += rubygem-fftw3
SUBDIR += rubygem-narray

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1482869542
SHA256 (rubygem/algebra-0.2.3.gem) = 6729bec6984ea642b51d4094395ef253015c5b20ed0a9b68c9988a6048ba37f9
SIZE (rubygem/algebra-0.2.3.gem) = 210944

View File

@ -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