[75931] trunk/dports/math/blitz/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 12 23:06:08 PST 2011


Revision: 75931
          http://trac.macports.org/changeset/75931
Author:   ryandesign at macports.org
Date:     2011-02-12 23:06:07 -0800 (Sat, 12 Feb 2011)
Log Message:
-----------
blitz: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/math/blitz/Portfile

Modified: trunk/dports/math/blitz/Portfile
===================================================================
--- trunk/dports/math/blitz/Portfile	2011-02-13 07:05:22 UTC (rev 75930)
+++ trunk/dports/math/blitz/Portfile	2011-02-13 07:06:07 UTC (rev 75931)
@@ -1,25 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			blitz
-version			0.9
-categories		math devel
-platforms		darwin
-maintainers		nomaintainer
-description		A C++ class library for scientific computing
-long_description	Blitz++ is a C++ class library for scientific computing \
-			which provides performance on par with Fortran 77/90. It uses \
-			template techniques to achieve high performance.
+name                blitz
+version             0.9
+categories          math devel
+platforms           darwin
+maintainers         nomaintainer
+description         A C++ class library for scientific computing
+long_description    Blitz++ is a C++ class library for scientific computing which provides performance on \
+                    par with Fortran 77/90. It uses template techniques to \
+                    achieve high performance.
 
-homepage		http://www.oonumerics.org/blitz/
-master_sites	sourceforge
-checksums		md5 031df2816c73e2d3bd6d667bbac19eca
+homepage            http://www.oonumerics.org/blitz/
+master_sites        sourceforge
 
-configure.args	--infodir=${prefix}/share/info --enable-shared \
-				--disable-doxygen --disable-dot --disable-fortran \
-				--disable-latex-docs 
+checksums           md5     031df2816c73e2d3bd6d667bbac19eca
 
-destroot.args	docdir=${prefix}/share/doc/${name}
+configure.args      --infodir=${prefix}/share/info \
+                    --enable-shared \
+                    --disable-doxygen \
+                    --disable-dot \
+                    --disable-fortran \
+                    --disable-latex-docs
 
-livecheck.distname	${name} Blitz++
+destroot.args       docdir=${prefix}/share/doc/${name}
+
+livecheck.distname  ${name} Blitz++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110212/4eddbcbe/attachment.html>


More information about the macports-changes mailing list