[136901] trunk/dports/perl

devans at macports.org devans at macports.org
Fri May 29 05:47:43 PDT 2015


Revision: 136901
          https://trac.macports.org/changeset/136901
Author:   devans at macports.org
Date:     2015-05-29 05:47:43 -0700 (Fri, 29 May 2015)
Log Message:
-----------
p5-pdl-fftw3: new port, PDL interface to the Fastest Fourier Transform in the West v3.

Added Paths:
-----------
    trunk/dports/perl/p5-pdl-fftw3/
    trunk/dports/perl/p5-pdl-fftw3/Portfile

Added: trunk/dports/perl/p5-pdl-fftw3/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl-fftw3/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-pdl-fftw3/Portfile	2015-05-29 12:47:43 UTC (rev 136901)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.16 5.18 5.20
+perl5.setup         PDL-FFTW3 0.02.2
+license             GPL
+maintainers         devans openmaintainer
+description         PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  a10e39658cbe398f681dc8967cb9dce8c6d8bfd8 \
+                    sha256  befce74c01ca5114e6d35ecac7e5625d3aff09abc28772f858dce4293fcd0473
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-alien-fftw3
+
+    depends_lib-append \
+                    port:p${perl5.major}-pdl \
+                    port:fftw-3 \
+                    port:fftw-3-single \
+                    port:fftw-3-long
+}


Property changes on: trunk/dports/perl/p5-pdl-fftw3/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150529/d4de4f51/attachment-0001.html>


More information about the macports-changes mailing list