[117885] trunk/dports/math/fgsl/Portfile

takeshi at macports.org takeshi at macports.org
Sun Mar 16 01:04:59 PDT 2014


Revision: 117885
          https://trac.macports.org/changeset/117885
Author:   takeshi at macports.org
Date:     2014-03-16 01:04:59 -0700 (Sun, 16 Mar 2014)
Log Message:
-----------
fgsl: white space changes

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

Modified: trunk/dports/math/fgsl/Portfile
===================================================================
--- trunk/dports/math/fgsl/Portfile	2014-03-16 08:01:13 UTC (rev 117884)
+++ trunk/dports/math/fgsl/Portfile	2014-03-16 08:04:59 UTC (rev 117885)
@@ -1,30 +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
-PortGroup         compilers 1.0
+PortSystem          1.0
+PortGroup           compilers 1.0
 
-compilers.choose  fc f77 f90
-compilers.setup   require_fortran
+compilers.choose    fc f77 f90
+compilers.setup     require_fortran
 
-name              fgsl
-version           1.0.0
-categories        math science
-maintainers       takeshi
-license           GPL-2
-description       Fortran interface to the GNU scientific library
-long_description  \
+name                fgsl
+version             1.0.0
+categories          math science
+maintainers         takeshi
+license             GPL-2
+description         Fortran interface to the GNU scientific library
+long_description \
     A portable, object-based Fortran interface to the GNU scientific library, \
     a collection of numerical routines for scientific computing.
 homepage          http://www.lrz.de/services/software/mathematik/gsl/fortran/
-platforms         darwin
-master_sites      ${homepage}
+platforms           darwin
+master_sites        ${homepage}
 checksums           md5     88ce720f6c3d8045a57f20d3789f470d \
                     sha1    f39362bd4d0c2daf8382d8ec818bb166ae5a7dea \
                     rmd160  0226788ee7e27be3ef8e740b81d799fe49df176d
-depends_lib       port:gsl
+depends_lib         port:gsl
 use_parallel_build  no
-universal_variant no
+universal_variant   no
 
 if {![fortran_variant_isset]} {
     default_variants +gcc48
@@ -34,6 +34,6 @@
                         fgsl_docdir=${prefix}/share/doc/${name} \
                         fgsl_doc2dir=${prefix}/share/doc/${name}/html
 
-livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex {Download .*version ([0-9]+\.[0-9]+\.*[0-9]*)}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {Download .*version ([0-9]+\.[0-9]+\.*[0-9]*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140316/81b1532e/attachment.html>


More information about the macports-changes mailing list