[79137] trunk/dports/science/afni/Portfile

snc at macports.org snc at macports.org
Thu Jun 2 19:25:59 PDT 2011


Revision: 79137
          http://trac.macports.org/changeset/79137
Author:   snc at macports.org
Date:     2011-06-02 19:25:58 -0700 (Thu, 02 Jun 2011)
Log Message:
-----------
afni: whitespace

Modified Paths:
--------------
    trunk/dports/science/afni/Portfile

Modified: trunk/dports/science/afni/Portfile
===================================================================
--- trunk/dports/science/afni/Portfile	2011-06-03 02:25:11 UTC (rev 79136)
+++ trunk/dports/science/afni/Portfile	2011-06-03 02:25:58 UTC (rev 79137)
@@ -1,31 +1,31 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem	1.0
+PortSystem    1.0
 
-name		        afni
+name                afni
 version             2010_10_19_1028
 revision            1
-distname	        AFNI_${version}
-categories	        science
-maintainers	        nomaintainer
-description	        Analysis of Functional Neuro Images
-long_description	This is a port of AFNI, Advanced Functional Neuro \
+distname            AFNI_${version}
+categories          science
+maintainers         nomaintainer
+description         Analysis of Functional Neuro Images
+long_description    This is a port of AFNI, Advanced Functional Neuro \
                     Imaging.  AFNI is a tool for analyzing 3 dimensional \
                     images, especially functional MRI images used in \
                     brain mapping research.
-homepage	        http://afni.nimh.nih.gov/
+homepage            http://afni.nimh.nih.gov/
 
 platforms           darwin
-depends_lib	        path:lib/pkgconfig/glib-2.0.pc:glib2 \
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:glib1 \
                     port:openmotif
-depends_run	        port:netpbm \
-		            port:jpeg \
-		            port:whirlgif \
-		            port:endian
+depends_run         port:netpbm \
+                    port:jpeg \
+                    port:whirlgif \
+                    port:endian
 
-master_sites	    http://afni.nimh.nih.gov/pub/dist/tgz/AFNI_ARCHIVE/
+master_sites        http://afni.nimh.nih.gov/pub/dist/tgz/AFNI_ARCHIVE/
 dist_subdir         ${name}/${version}_${revision}
 extract.suffix      .tgz
 
@@ -49,7 +49,7 @@
 }
 patchfiles          patch-Makefile.INCLUDE.diff
 
-use_configure	    no
+use_configure       no
 
 if {${os.major} == 10} {
     set combination macosx_10.6_Intel_64
@@ -82,22 +82,22 @@
     }
 }
 
-pre-build	{
+pre-build    {
         # this appears to be Tiger-only, but i'm uncertain (predates me)
-		if { ! [file exists "/usr/X11R6/lib/libGLw.a"] } {
-		    file copy ${distpath}/libGLw.a.tiger /usr/X11R6/lib/libGLw.a
-		}
-		#file copy -force ${distpath}/afni.1 ${workpath}
-		#reinplace "s|%%PREFIX%%|${prefix}|g" ${workpath}/afni.1
+        if { ! [file exists "/usr/X11R6/lib/libGLw.a"] } {
+            file copy ${distpath}/libGLw.a.tiger /usr/X11R6/lib/libGLw.a
+        }
+        #file copy -force ${distpath}/afni.1 ${workpath}
+        #reinplace "s|%%PREFIX%%|${prefix}|g" ${workpath}/afni.1
 }
-build.target	    all plugins
+build.target        all plugins
 
 destroot.target     vastness
 post-destroot {
         # Deal with files that conflict with other ports
-		eval file delete ${destroot}${prefix}/bin/cjpeg ${destroot}${prefix}/bin/djpeg \
-			${destroot}${prefix}/bin/whirlgif
-		file rename ${destroot}${prefix}/bin/abut ${destroot}${prefix}/bin/afni_abut
+        eval file delete ${destroot}${prefix}/bin/cjpeg ${destroot}${prefix}/bin/djpeg \
+            ${destroot}${prefix}/bin/whirlgif
+        file rename ${destroot}${prefix}/bin/abut ${destroot}${prefix}/bin/afni_abut
 
 #        xinstall -d -m 755 ${destroot}${prefix}/lib/${name}
 #        xinstall -d -m 755 ${destroot}${prefix}/include/${name}
@@ -112,8 +112,8 @@
 #       eval file rename [glob ${destroot}${prefix}/bin/*.txt] ${destroot}${prefix}/share/${name}
 
 # Install binaries and scripts
-#		xinstall -d -m 755 ${destroot}${prefix}/bin
-#		eval xinstall -m 755 [glob ${worksrcpath}/macosx_bin/*] ${destroot}${prefix}/bin
+#        xinstall -d -m 755 ${destroot}${prefix}/bin
+#        eval xinstall -m 755 [glob ${worksrcpath}/macosx_bin/*] ${destroot}${prefix}/bin
 }
 
 notes \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110602/eb61a995/attachment.html>


More information about the macports-changes mailing list