diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-01-29 09:03:53 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2015-01-29 09:03:53 +0000 |
commit | 12bc1b264f488921b18651fbdb2bbaf890a581f1 (patch) | |
tree | 02d0ec710f608912d3cd04691e33072617cd07d8 /math/rubygem-rb-gsl | |
parent | 7cf4eeb01ced198d2bfe79af3c9522e4ed2a3977 (diff) |
Notes
Diffstat (limited to 'math/rubygem-rb-gsl')
-rw-r--r-- | math/rubygem-rb-gsl/Makefile | 21 | ||||
-rw-r--r-- | math/rubygem-rb-gsl/distinfo | 2 | ||||
-rw-r--r-- | math/rubygem-rb-gsl/pkg-descr | 8 |
3 files changed, 31 insertions, 0 deletions
diff --git a/math/rubygem-rb-gsl/Makefile b/math/rubygem-rb-gsl/Makefile new file mode 100644 index 000000000000..200a7146f23b --- /dev/null +++ b/math/rubygem-rb-gsl/Makefile @@ -0,0 +1,21 @@ +# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> +# $FreeBSD$ + +PORTNAME= rb-gsl +PORTVERSION= 1.16.0.4 +CATEGORIES= math rubygems +MASTER_SITES= RG + +MAINTAINER= murashin@gfd-dennou.org +COMMENT= Ruby extension library for GSL (GNU Scientific Library) + +LICENSE= GPLv2 + +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl +RUN_DEPENDS= rubygem-narray>=0.5.9:${PORTSDIR}/math/rubygem-narray + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/rubygem-rb-gsl/distinfo b/math/rubygem-rb-gsl/distinfo new file mode 100644 index 000000000000..764e3ffb74c9 --- /dev/null +++ b/math/rubygem-rb-gsl/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rb-gsl-1.16.0.4.gem) = bc6573cc36410d2ec88672d4b12e2c908684796b276a8743c19345bbb44bef94 +SIZE (rubygem/rb-gsl-1.16.0.4.gem) = 588288 diff --git a/math/rubygem-rb-gsl/pkg-descr b/math/rubygem-rb-gsl/pkg-descr new file mode 100644 index 000000000000..1e3984128a68 --- /dev/null +++ b/math/rubygem-rb-gsl/pkg-descr @@ -0,0 +1,8 @@ +Ruby/GSL is a Ruby extension library for GSL (GNU Scientific Library), +which provides a number of functions and methods for numerical +computing in Ruby. + +Author: Yoshiki Tsunesada <yoshiki@cr.phys.titech.ac.jp>, + David MacMahon, + Jens Wille +WWW: https://rubygems.org/gems/rb-gsl |