[25253] trunk/dports/perl/p5-pdl

source_changes at macosforge.org source_changes at macosforge.org
Wed May 16 13:40:38 PDT 2007


Revision: 25253
          http://trac.macosforge.org/projects/macports/changeset/25253
Author:   markd at macports.org
Date:     2007-05-16 13:40:37 -0700 (Wed, 16 May 2007)

Log Message:
-----------
Update to 2.4.3.

Modified Paths:
--------------
    trunk/dports/perl/p5-pdl/Portfile
    trunk/dports/perl/p5-pdl/files/patch-IO_Dumper.pm

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2007-05-16 20:08:56 UTC (rev 25252)
+++ trunk/dports/perl/p5-pdl/Portfile	2007-05-16 20:40:37 UTC (rev 25253)
@@ -2,8 +2,7 @@
 
 PortSystem			1.0
 PortGroup			perl5 1.0
-perl5.setup			PDL 2.4.1
-revision			1
+perl5.setup			PDL 2.4.3
 maintainers			nomaintainer at macports.org
 description			Perl Data Language - scientific computing capability
 long_description \
@@ -17,12 +16,12 @@
 
 homepage			http://pdl.perl.org/
 
-checksums			md5 0d57eb5ccb4d9e63103622e1e1144793
+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 lib:libnetpbm:netpbm \
-					lib:libjpeg:jpeg lib:libgsl:gsl lib:libdfftw:fftw
+					port:p5-astro-fits-header port:netpbm \
+					port:jpeg port:gsl port:fftw
 
 patchfiles			patch-perldl.conf patch-IO_Dumper.pm
 

Modified: trunk/dports/perl/p5-pdl/files/patch-IO_Dumper.pm
===================================================================
--- trunk/dports/perl/p5-pdl/files/patch-IO_Dumper.pm	2007-05-16 20:08:56 UTC (rev 25252)
+++ trunk/dports/perl/p5-pdl/files/patch-IO_Dumper.pm	2007-05-16 20:40:37 UTC (rev 25253)
@@ -1,23 +1,11 @@
---- IO/Dumper.pm.orig	Fri Jan 17 01:27:26 2003
-+++ IO/Dumper.pm	Thu May 20 18:24:41 2004
-@@ -395,7 +395,7 @@
- sub PDL::IO::Dumper::uudecode_PDL {
-     my $lines = shift;
-     my $out;
--    my $fname = "/tmp/tmp-$$.fits";
-+    my $fname = "tmp-pdl_io_dumper-$$.fits";
-     if($PDL::IO::Dumper::uudecode_ok) {
- 	open(FITS,"|uudecode");
- 	$lines =~ s/^[^\n]*\n/begin 664 $fname\n/o;
-@@ -458,9 +458,9 @@
-     else { 
-       
-       ##
--      ## Write FITS file, uuencode it, snarf it up, and clean up /tmp
-+      ## Write FITS file, uuencode it, snarf it up, and clean up tmpfiles
-       ##
--      my($fname) = "/tmp/$$.fits";
-+      my($fname) = "tmp-pdl_io_dumper-$$.fits";
-       wfits($_,$fname);
-       my(@uulines);
+--- IO/Dumper.pm.org	2006-03-14 15:19:11.000000000 -0800
++++ IO/Dumper.pm	2007-05-16 13:32:37.000000000 -0700
+@@ -404,7 +404,7 @@
+ #
+ sub _make_tmpname () {
+     # should we use File::Spec routines to create the file name?
+-    return $PDL::Config{TEMPDIR} . "/tmp-$$.fits";
++    return $PDL::Config{TEMPDIR} . "/tmp/tmp-$$.fits";
+ }
  
+ # For uudecode_PDL:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070516/b665ace9/attachment.html


More information about the macports-changes mailing list