[84632] trunk/dports/science/xastir/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 28 23:13:27 PDT 2011


Revision: 84632
          http://trac.macports.org/changeset/84632
Author:   ryandesign at macports.org
Date:     2011-09-28 23:13:25 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
xastir: whitespace changes / reformatting / add modeline

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

Modified: trunk/dports/science/xastir/Portfile
===================================================================
--- trunk/dports/science/xastir/Portfile	2011-09-29 06:03:36 UTC (rev 84631)
+++ trunk/dports/science/xastir/Portfile	2011-09-29 06:13:25 UTC (rev 84632)
@@ -1,31 +1,47 @@
+# -*- 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
-name		xastir
-version		1.9.8
-categories	science
-maintainers	nomaintainer
-description	Amateur Radio APRS tracking software
-long_description ${description}
-platforms	darwin
-homepage	http://www.xastir.org/
-master_sites	sourceforge
+PortSystem          1.0
 
-checksums	md5     7598a25ada47e322e0aafec1ca242b0c \
-		sha1    0832e73fd3b2863561e1eabd4ea97abd2ca3e669 \
-		rmd160  c5c7d0ab1fe9abfcbda4ddd1db3e97c0548babd5
+name                xastir
+version             1.9.8
+categories          science
+platforms           darwin
+maintainers         nomaintainer
 
-depends_lib \
-	port:xorg-libXp port:xpm port:xorg-libXt port:fontconfig \
-	lib:libXm:openmotif port:libgeotiff port:ImageMagick port:gdal \
-	port:pcre port:db46 port:tiff port:proj port:shapelib
+description         Amateur Radio APRS tracking software
 
-patchfiles      patch-acinclude.m4.diff
+long_description    ${description}
 
-pre-configure    { system "cd ${worksrcpath} && sh ./bootstrap.sh" }
+homepage            http://www.xastir.org/
+master_sites        sourceforge
 
-configure.cppflags-append       -I${prefix}/include/db46
-configure.ldflags-append        -L${prefix}/lib/db46
+checksums           md5     7598a25ada47e322e0aafec1ca242b0c \
+                    sha1    0832e73fd3b2863561e1eabd4ea97abd2ca3e669 \
+                    rmd160  c5c7d0ab1fe9abfcbda4ddd1db3e97c0548babd5
 
+depends_lib         port:xorg-libXp \
+                    port:xpm \
+                    port:xorg-libXt \
+                    port:fontconfig \
+                    lib:libXm:openmotif \
+                    port:libgeotiff \
+                    port:ImageMagick \
+                    port:gdal \
+                    port:pcre \
+                    port:db46 \
+                    port:tiff \
+                    port:proj \
+                    port:shapelib
+
+patchfiles          patch-acinclude.m4.diff
+
+pre-configure {
+    system "cd ${worksrcpath} && sh ./bootstrap.sh"
+}
+
+configure.cppflags-append   -I${prefix}/include/db46
+configure.ldflags-append    -L${prefix}/lib/db46
+
 # shapelib is not universal
 universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/921ce4ae/attachment.html>


More information about the macports-changes mailing list