Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 09:03:54 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378107 - in head/math: . rubygem-rb-gsl
Message-ID:  <201501290903.t0T93sDe098353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xmj
Date: Thu Jan 29 09:03:53 2015
New Revision: 378107
URL: https://svnweb.freebsd.org/changeset/ports/378107
QAT: https://qat.redports.org/buildarchive/r378107/

Log:
  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)

Added:
  head/math/rubygem-rb-gsl/
  head/math/rubygem-rb-gsl/Makefile   (contents, props changed)
  head/math/rubygem-rb-gsl/distinfo   (contents, props changed)
  head/math/rubygem-rb-gsl/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Thu Jan 29 07:29:29 2015	(r378106)
+++ head/math/Makefile	Thu Jan 29 09:03:53 2015	(r378107)
@@ -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

Added: head/math/rubygem-rb-gsl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-rb-gsl/Makefile	Thu Jan 29 09:03:53 2015	(r378107)
@@ -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>

Added: head/math/rubygem-rb-gsl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-rb-gsl/distinfo	Thu Jan 29 09:03:53 2015	(r378107)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rb-gsl-1.16.0.4.gem) = bc6573cc36410d2ec88672d4b12e2c908684796b276a8743c19345bbb44bef94
+SIZE (rubygem/rb-gsl-1.16.0.4.gem) = 588288

Added: head/math/rubygem-rb-gsl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-rb-gsl/pkg-descr	Thu Jan 29 09:03:53 2015	(r378107)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501290903.t0T93sDe098353>