[119757] trunk/dports/perl/p5-pdl/Portfile

mf2k at macports.org mf2k at macports.org
Mon May 5 13:35:00 PDT 2014


Revision: 119757
          https://trac.macports.org/changeset/119757
Author:   mf2k at macports.org
Date:     2014-05-05 13:35:00 -0700 (Mon, 05 May 2014)
Log Message:
-----------
p5-pdl: Update to version 2.7.0. (#40828)

Modified Paths:
--------------
    trunk/dports/perl/p5-pdl/Portfile

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2014-05-05 18:07:51 UTC (rev 119756)
+++ trunk/dports/perl/p5-pdl/Portfile	2014-05-05 20:35:00 UTC (rev 119757)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         PDL 2.006
+perl5.setup         PDL 2.007
 maintainers         saao.ac.za:tim
 license             Artistic GPL-2
 description         Perl Data Language - scientific computing capability for perl
@@ -19,39 +19,46 @@
 
 homepage            http://pdl.perl.org/
 
-checksums           rmd160 d95e3fcd0b350a1863c28d331a44a902ae3b44be \
-                    sha256 78119429cbe9b23387173db9c0e8c39de18a4a8ec757c10d4156fa30979d7ec5
+checksums           rmd160  8d700ea03cb937ca94768e8a2e7338919f2ba561 \
+                    sha256  609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c
 
 if {${perl5.major} != ""} {
     depends_lib-append \
+                        port:fftw-3 \
+                        port:gsl \
+                        port:hdf5-18 \
+                        port:jpeg \
+                        port:netpbm \
                         port:p${perl5.major}-astro-fits-header \
+                        port:p${perl5.major}-convert-uu \
+                        port:p${perl5.major}-extutils-f77 \
+                        port:p${perl5.major}-file-map \
                         port:p${perl5.major}-inline \
+                        port:p${perl5.major}-module-compile \
+                        port:p${perl5.major}-pgplot \
                         port:p${perl5.major}-term-readline-gnu \
-                        port:p${perl5.major}-extutils-f77 \
-                        port:netpbm \
-                        port:hdf5-18 \
-                        port:jpeg \
-                        port:gsl \
-                        port:fftw-3 \
+                        port:p${perl5.major}-test-warn \
                         port:pgplot \
-                        port:p${perl5.major}-pgplot \
-                        port:plplot \
-                        port:p${perl5.major}-convert-uu \
-                        port:p${perl5.major}-file-map \
-                        port:p${perl5.major}-module-compile
+                        port:plplot
 
-                        # Might be needed:
-                        # port:p${perl5.major}-gd \
-                        # port:p${perl5.major}-opengl \
+                        # In core:
+                        # port:p${perl5.major}-data-dumper \
+                        # port:p${perl5.major}-extutils-makemaker \
+                        # port:p${perl5.major}-file-temp \
+                        # port:p${perl5.major}-filter-util-call \
+                        # port:p${perl5.major}-pod-select \
+                        # port:p${perl5.major}-text-balanced \
 
+                        # Depreciated from core in 5.16 but still there in
+                        # 5.18. Will need macports packages for these at some
+                        # point:
+                        # port:p${perl5.major}-filter-simple \
+                        # port:p${perl5.major}-pod-parser \
+
                         # Needed for pdl2, but no MacPort package available
                         # and the dependency chain is very long
                         # port:p${perl5.major}-devel-repl \
 
-                        # proj 4.7 might not be needed anymore
-                        # https://trac.macports.org/ticket/35292
-                        # port:proj47  \
-
     # Prereqs in Makefile.PL:
     # 'Astro::FITS::Header' => 0,
     # 'Convert::UU'         => 0,
@@ -68,6 +75,7 @@
     # 'Pod::Select'         => 0,           # core in 5.6.0
     # 'Storable'            => 1.03,        # core 2.04 in 5.8.0
     # 'Text::Balanced'      => 1.89,        # core 1.89 in 5.7.3
+    # 'Test::Warn'          => 0,
 
 
     # pgplot is not universal
@@ -82,7 +90,7 @@
             ${worksrcpath}/IO/Browser/Makefile.PL \
             ${worksrcpath}/IO/GD/Makefile.PL \
             ${worksrcpath}/IO/HDF/Makefile.PL \
-            ${worksrcpath}/Lib/FFTW/Makefile.PL \
+            ${worksrcpath}/Lib/FFT/Makefile.PL \
             ${worksrcpath}/Lib/GIS/Proj/Makefile.PL \
             ${worksrcpath}/Lib/Transform/Proj4/Makefile.PL \
             ${worksrcpath}/t/callext.t
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140505/41c376cf/attachment-0001.html>


More information about the macports-changes mailing list