Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 14:47:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368187 - in head/math: . rubygem-fftw3
Message-ID:  <201409141447.s8EElBIU047752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Sep 14 14:47:11 2014
New Revision: 368187
URL: http://svnweb.freebsd.org/changeset/ports/368187
QAT: https://qat.redports.org/buildarchive/r368187/

Log:
  math/rubygem-fftw3: add port for gem version of fftw3
  
  Ruby bindins for Fast Fourier Transforms by using FFTW Ver.3.
  
  WWW: http://ruby.gfd-dennou.org/products/ruby-fftw3/
  
  PR:		193454
  Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep 14 14:44:25 2014	(r368186)
+++ head/math/Makefile	Sun Sep 14 14:47:11 2014	(r368187)
@@ -602,6 +602,7 @@
     SUBDIR += ruby-narray_miss
     SUBDIR += ruby-numru_misc
     SUBDIR += ruby-numru_units
+    SUBDIR += rubygem-fftw3
     SUBDIR += rubygem-narray
     SUBDIR += rubygem-narray_miss
     SUBDIR += rubygem-numru-misc

Added: head/math/rubygem-fftw3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-fftw3/Makefile	Sun Sep 14 14:47:11 2014	(r368187)
@@ -0,0 +1,20 @@
+# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
+# $FreeBSD$
+
+PORTNAME=	fftw3
+PORTVERSION=	0.3
+CATEGORIES=	math rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	murashin@gfd-dennou.org
+COMMENT=	Ruby interface to the FFTW ver.3
+
+RUN_DEPENDS=	rubygem-narray>0:${PORTSDIR}/math/rubygem-narray
+LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3
+
+USE_RUBY=	yes
+USE_RAKE=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/math/rubygem-fftw3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-fftw3/distinfo	Sun Sep 14 14:47:11 2014	(r368187)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fftw3-0.3.gem) = 3059285f3939d2301f533b06b608c56feb1b8b7092b48ff379220ff5c1fa989b
+SIZE (rubygem/fftw3-0.3.gem) = 8192

Added: head/math/rubygem-fftw3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/rubygem-fftw3/pkg-descr	Sun Sep 14 14:47:11 2014	(r368187)
@@ -0,0 +1,3 @@
+Ruby bindins for Fast Fourier Transforms by using FFTW Ver.3.
+
+WWW: http://ruby.gfd-dennou.org/products/ruby-fftw3/



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