[54952] trunk/dports/science/libANN/Portfile

mnick at macports.org mnick at macports.org
Tue Aug 4 16:22:57 PDT 2009


Revision: 54952
          http://trac.macports.org/changeset/54952
Author:   mnick at macports.org
Date:     2009-08-04 16:22:56 -0700 (Tue, 04 Aug 2009)
Log Message:
-----------
fix whitespace

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

Modified: trunk/dports/science/libANN/Portfile
===================================================================
--- trunk/dports/science/libANN/Portfile	2009-08-04 23:19:37 UTC (rev 54951)
+++ trunk/dports/science/libANN/Portfile	2009-08-04 23:22:56 UTC (rev 54952)
@@ -1,34 +1,34 @@
 # $Id$
 
-PortSystem 			1.0
+PortSystem          1.0
 
-name 				libANN
-version 			1.1.1
-maintainers 		mnick
+name                libANN
+version             1.1.1
+maintainers         mnick
 
-categories 			science devel
-description 		A Library for Approximate Nearest Neighbor Searching
-long_description 	ANN is a library written in C++, which supports data structures and \
-					algorithms for both exact and approximate nearest neighbor searching \
-					in arbitrarily high dimensions.
+categories          science devel
+description         A Library for Approximate Nearest Neighbor Searching
+long_description    ANN is a library written in C++, which supports data structures and \
+                    algorithms for both exact and approximate nearest neighbor searching \
+                    in arbitrarily high dimensions.
 
-platforms 			darwin
+platforms           darwin
 
-homepage 			http://www.cs.umd.edu/~mount/ANN/
-master_sites 		${homepage}/Files/${version}/
-distname 			ann_${version}
+homepage            http://www.cs.umd.edu/~mount/ANN/
+master_sites        ${homepage}/Files/${version}/
+distname            ann_${version}
 
 checksums           md5     b6247e4a34e8a5e122ebf299cd51f871 \
                     sha1    3f4ac40d6cd3733c3a63b959ca505decd10a833d \
-					rmd160  5b5df4713583cf4fadc6636a76e73a33403f8f16
+                    rmd160  5b5df4713583cf4fadc6636a76e73a33403f8f16
 
-use_configure 		no
-build.target 		macosx-g++
+use_configure       no
+build.target        macosx-g++
 
 destroot {
-	file copy ${worksrcpath}/include/ANN ${destroot}/${prefix}/include
-	file copy ${worksrcpath}/lib/libANN.a ${destroot}/${prefix}/lib
-	eval file copy [glob ${worksrcpath}/bin/*] ${destroot}/${prefix}/bin
-	file mkdir ${destroot}/${prefix}/share/doc
-	file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/libANN
+    file copy ${worksrcpath}/include/ANN ${destroot}/${prefix}/include
+    file copy ${worksrcpath}/lib/libANN.a ${destroot}/${prefix}/lib
+    eval file copy [glob ${worksrcpath}/bin/*] ${destroot}/${prefix}/bin
+    file mkdir ${destroot}/${prefix}/share/doc
+    file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/libANN
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090804/30bda180/attachment.html>


More information about the macports-changes mailing list