mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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)
This commit is contained in:
parent
7cf4eeb01c
commit
12bc1b264f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378107
4 changed files with 32 additions and 0 deletions
|
@ -608,6 +608,7 @@
|
|||
SUBDIR += rubygem-narray_miss
|
||||
SUBDIR += rubygem-numru-misc
|
||||
SUBDIR += rubygem-numru-units
|
||||
SUBDIR += rubygem-rb-gsl
|
||||
SUBDIR += saga
|
||||
SUBDIR += sage
|
||||
SUBDIR += sc
|
||||
|
|
21
math/rubygem-rb-gsl/Makefile
Normal file
21
math/rubygem-rb-gsl/Makefile
Normal file
|
@ -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>
|
2
math/rubygem-rb-gsl/distinfo
Normal file
2
math/rubygem-rb-gsl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rb-gsl-1.16.0.4.gem) = bc6573cc36410d2ec88672d4b12e2c908684796b276a8743c19345bbb44bef94
|
||||
SIZE (rubygem/rb-gsl-1.16.0.4.gem) = 588288
|
8
math/rubygem-rb-gsl/pkg-descr
Normal file
8
math/rubygem-rb-gsl/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue