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

ryandesign at macports.org ryandesign at macports.org
Thu May 6 06:46:08 PDT 2010


Revision: 67357
          http://trac.macports.org/changeset/67357
Author:   ryandesign at macports.org
Date:     2010-05-06 06:46:05 -0700 (Thu, 06 May 2010)
Log Message:
-----------
p5-pdl: whitespace / formatting changes only

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

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2010-05-06 13:36:55 UTC (rev 67356)
+++ trunk/dports/perl/p5-pdl/Portfile	2010-05-06 13:46:05 UTC (rev 67357)
@@ -1,36 +1,41 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			perl5 1.0
-perl5.setup			PDL 2.4.3
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         PDL 2.4.3
 revision            2
-maintainers			nomaintainer
-description			Perl Data Language - scientific computing capability
-long_description \
-	The perlDL project aims to turn perl into an efficient numerical \
-	language for scientific computing. The PDL module gives standard perl \
-	the ability to COMPACTLY store and SPEEDILY manipulate the large \
-	N-dimensional data sets which are the bread and butter of scientific \
-	computing.
+maintainers         nomaintainer
+description         Perl Data Language - scientific computing capability
+long_description    The perlDL project aims to turn perl into an efficient numerical \
+                    language for scientific computing. The PDL module gives standard perl \
+                    the ability to COMPACTLY store and SPEEDILY manipulate the large \
+                    N-dimensional data sets which are the bread and butter of scientific \
+                    computing.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://pdl.perl.org/
+homepage            http://pdl.perl.org/
 
-checksums			md5 8fa453a4ac90d5c0382020d5635ad90a
+checksums           md5     8fa453a4ac90d5c0382020d5635ad90a
 
-depends_lib-append			port:p5-text-balanced port:p5-filter \
-					port:p5-inline port:p5-extutils-f77 \
-					port:p5-astro-fits-header port:netpbm \
-					port:jpeg port:gsl port:fftw
+depends_lib-append  port:p5-text-balanced \
+                    port:p5-filter \
+                    port:p5-inline \
+                    port:p5-extutils-f77 \
+                    port:p5-astro-fits-header \
+                    port:netpbm \
+                    port:jpeg \
+                    port:gsl \
+                    port:fftw
 
-patchfiles			patch-perldl.conf patch-IO_Dumper.pm
+patchfiles          patch-perldl.conf \
+                    patch-IO_Dumper.pm
 
 post-patch {
-	reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/perldl.conf
+    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/perldl.conf
 }
 
 #variant plplot {
-#	depends_lib-append	port:p5-graphics-plplot
+#   depends_lib-append  port:p5-graphics-plplot
 #}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100506/ac7ce082/attachment.html>


More information about the macports-changes mailing list