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

mf2k at macports.org mf2k at macports.org
Mon Jul 21 08:59:43 PDT 2014


Revision: 122360
          https://trac.macports.org/changeset/122360
Author:   mf2k at macports.org
Date:     2014-07-21 08:59:42 -0700 (Mon, 21 Jul 2014)
Log Message:
-----------
p5-pdl: Add dependencies that are stated on the homepage.

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

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2014-07-21 15:58:37 UTC (rev 122359)
+++ trunk/dports/perl/p5-pdl/Portfile	2014-07-21 15:59:42 UTC (rev 122360)
@@ -4,9 +4,10 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
+# Does not build for me (mf2k) with perl 5.18
 perl5.branches      5.8 5.10 5.12 5.14 5.16
 perl5.setup         PDL 2.007
-revision            1
+revision            2
 maintainers         nomaintainer
 license             Artistic GPL-2
 description         Perl Data Language - scientific computing capability for perl
@@ -26,6 +27,7 @@
 if {${perl5.major} != ""} {
     depends_lib-append \
                         port:fftw-3 \
+                        port:freeglut \
                         port:gsl \
                         port:hdf5-18 \
                         port:jpeg \
@@ -34,13 +36,18 @@
                         port:p${perl5.major}-convert-uu \
                         port:p${perl5.major}-extutils-f77 \
                         port:p${perl5.major}-file-map \
+                        port:p${perl5.major}-filter-simple \
                         port:p${perl5.major}-inline \
                         port:p${perl5.major}-module-compile \
+                        port:p${perl5.major}-opengl \
                         port:p${perl5.major}-pgplot \
                         port:p${perl5.major}-term-readline-gnu \
                         port:p${perl5.major}-test-warn \
                         port:pgplot \
-                        port:plplot
+                        port:plplot \
+                        port:slatec \
+                        port:xorg-libXi \
+                        port:xorg-libXmu
 
                         # In core:
                         # port:p${perl5.major}-data-dumper \
@@ -57,7 +64,7 @@
                             depends_lib-append  port:p${perl5.major}-extutils-makemaker
                         }
 
-                        # Depreciated from core in 5.16 but still there in
+                        # Deprecated 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140721/e38071e0/attachment.html>


More information about the macports-changes mailing list