aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-rb-gsl
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2015-01-29 09:03:53 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2015-01-29 09:03:53 +0000
commit12bc1b264f488921b18651fbdb2bbaf890a581f1 (patch)
tree02d0ec710f608912d3cd04691e33072617cd07d8 /math/rubygem-rb-gsl
parent7cf4eeb01ced198d2bfe79af3c9522e4ed2a3977 (diff)
downloadports-12bc1b264f488921b18651fbdb2bbaf890a581f1.tar.gz
ports-12bc1b264f488921b18651fbdb2bbaf890a581f1.zip
math/rubygem-rb-gsl: Add port.
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. WWW: https://rubygems.org/gems/rb-gsl PR: 196994 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> Approved by: mentor (implicit)
Notes
Notes: svn path=/head/; revision=378107
Diffstat (limited to 'math/rubygem-rb-gsl')
-rw-r--r--math/rubygem-rb-gsl/Makefile21
-rw-r--r--math/rubygem-rb-gsl/distinfo2
-rw-r--r--math/rubygem-rb-gsl/pkg-descr8
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