[64815] trunk/dports/devel/atk/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 15 21:21:30 PDT 2010


Revision: 64815
          http://trac.macports.org/changeset/64815
Author:   ryandesign at macports.org
Date:     2010-03-15 21:21:29 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
atk: whitespace changes / reformatting only

Modified Paths:
--------------
    trunk/dports/devel/atk/Portfile

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2010-03-16 04:20:13 UTC (rev 64814)
+++ trunk/dports/devel/atk/Portfile	2010-03-16 04:21:29 UTC (rev 64815)
@@ -1,44 +1,45 @@
 # -*- 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  archcheck 1.0
-PortGroup  muniversal 1.0
+PortSystem              1.0
+PortGroup               archcheck 1.0
+PortGroup               muniversal 1.0
 
-name		atk
-version		1.28.0
-set branch  [join [lrange [split ${version} .] 0 1] .]
-categories	devel
-maintainers	nomaintainer
-description	GNOME accessibility toolkit
-homepage	http://projects.gnome.org/accessibility/
-platforms	darwin
+name                    atk
+version                 1.28.0
+set branch              [join [lrange [split ${version} .] 0 1] .]
+categories              devel
+maintainers             nomaintainer
+platforms               darwin
 
-long_description ATK is the GNOME Accessibility ToolKit
+description             GNOME accessibility toolkit
 
-master_sites	gnome:sources/${name}/${branch}/
+long_description        ATK is the GNOME Accessibility ToolKit
 
-checksums       md5     010a85478adc053c016a0a5c9bb52004 \
-                sha1    4cf9c171f5b305453396501b4c29a68ab3a9ec89\
-                rmd160  c39465729be48288d857428de136fce01ed4398e
+homepage                http://projects.gnome.org/accessibility/
+master_sites            gnome:sources/${name}/${branch}/
 
-use_bzip2	yes
+checksums               md5     010a85478adc053c016a0a5c9bb52004 \
+                        sha1    4cf9c171f5b305453396501b4c29a68ab3a9ec89\
+                        rmd160  c39465729be48288d857428de136fce01ed4398e
 
-depends_build   port:pkgconfig \
-                port:gtk-doc
+use_bzip2               yes
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gettext \
-                port:libiconv
+depends_build           port:pkgconfig \
+                        port:gtk-doc
 
+depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                        port:gettext \
+                        port:libiconv
+
 archcheck.files-append  lib/libglib-2.0.dylib \
                         lib/libintl.dylib \
                         lib/libiconv.dylib
 
-configure.args  --enable-static
+configure.args          --enable-static
 
-use_parallel_build  yes
+use_parallel_build      yes
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type          regex
+livecheck.url           http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex         {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/68d87c73/attachment.html>


More information about the macports-changes mailing list