[101643] trunk/dports/science/hdfeos/Portfile

takeshi at macports.org takeshi at macports.org
Tue Jan 15 16:32:08 PST 2013


Revision: 101643
          https://trac.macports.org/changeset/101643
Author:   takeshi at macports.org
Date:     2013-01-15 16:32:08 -0800 (Tue, 15 Jan 2013)
Log Message:
-----------
hdfeos: white space changes

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

Modified: trunk/dports/science/hdfeos/Portfile
===================================================================
--- trunk/dports/science/hdfeos/Portfile	2013-01-16 00:28:46 UTC (rev 101642)
+++ trunk/dports/science/hdfeos/Portfile	2013-01-16 00:32:08 UTC (rev 101643)
@@ -1,37 +1,37 @@
 # -*- 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                        hdfeos
-version                     2.18
-categories                  science
-maintainers                 takeshi
-license                     public-domain
-description                 HDF-EOS library built on HDF4
+name                hdfeos
+version             2.18
+categories          science
+maintainers         takeshi
+license             public-domain
+description         HDF-EOS library built on HDF4
 long_description \
     library designed built on HDF4 to support EOS-specific \
     data structures, namely Grid, Point, and Swath.
-homepage                    http://hdfeos.org/
-platforms                   darwin
-master_sites                ftp://edhs1.gsfc.nasa.gov/edhs/${name}/latest_release/ \
-                            ftp://edhs1.gsfc.nasa.gov/edhs/${name}/previous_release/
-depends_lib                 port:hdf4
-distname                    HDF-EOS${version}v1.00
-worksrcdir                  ${name}
-extract.suffix              .tar.Z
-fetch.use_epsv              no
+homepage            http://hdfeos.org/
+platforms           darwin
+master_sites        ftp://edhs1.gsfc.nasa.gov/edhs/${name}/latest_release/ \
+                    ftp://edhs1.gsfc.nasa.gov/edhs/${name}/previous_release/
+depends_lib         port:hdf4
+distname            HDF-EOS${version}v1.00
+worksrcdir          ${name}
+extract.suffix      .tar.Z
+fetch.use_epsv      no
 checksums           md5     755a75c7ce82f0df943c81bc94b32fe4 \
                     sha1    25c44407870eaf40fe6148a1a815981c1aabef68 \
                     rmd160  2ef62fe51dd27382c5707d48953688391b846ab3
-configure.args              --with-hdf4=${prefix} \
-                            --with-jpeg=${prefix} \
-                            --with-zlib=${prefix} \
-                            --without-szlib       \
-                            --enable-shared       \
-                            --disable-dependency-tracking
-configure.cc                ${prefix}/bin/h4cc
-configure.ccache            no
+configure.args      --with-hdf4=${prefix} \
+                    --with-jpeg=${prefix} \
+                    --with-zlib=${prefix} \
+                    --without-szlib       \
+                    --enable-shared       \
+                    --disable-dependency-tracking
+configure.cc        ${prefix}/bin/h4cc
+configure.ccache    no
 
 post-destroot {
     eval xinstall -m 644 [glob ${worksrcpath}/include/*.h] \
@@ -44,6 +44,6 @@
     configure.args-append   --with-szlib=${prefix}
 }
 
-livecheck.type              regex
-livecheck.url               ${homepage}/software/hdfeos.php
-livecheck.regex             {HDF-EOS ([0-9]+.[0-9]+) is the latest version}
+livecheck.type      regex
+livecheck.url       ${homepage}/software/hdfeos.php
+livecheck.regex     {HDF-EOS ([0-9]+.[0-9]+) is the latest version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130115/4039eb1b/attachment.html>


More information about the macports-changes mailing list