[65603] trunk/dports/gnome/gramps/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 28 14:38:14 PDT 2010


Revision: 65603
          http://trac.macports.org/changeset/65603
Author:   ryandesign at macports.org
Date:     2010-03-28 14:38:13 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
gramps: whitespace changes only (mostly tabs to spaces); see #24258

Modified Paths:
--------------
    trunk/dports/gnome/gramps/Portfile

Modified: trunk/dports/gnome/gramps/Portfile
===================================================================
--- trunk/dports/gnome/gramps/Portfile	2010-03-28 21:36:34 UTC (rev 65602)
+++ trunk/dports/gnome/gramps/Portfile	2010-03-28 21:38:13 UTC (rev 65603)
@@ -1,58 +1,57 @@
 # -*- 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				gramps
-version				3.2.0
-categories			gnome science python genealogy
-platforms			darwin
-maintainers			nomaintainer
+name                            gramps
+version                         3.2.0
+categories                      gnome science python genealogy
+platforms                       darwin
+maintainers                     nomaintainer
 
-description			GRAMPS is a genealogy program
+description                     GRAMPS is a genealogy program
 
-long_description		GRAMPS is a genealogy program to store, edit, \
+long_description                GRAMPS is a genealogy program to store, edit, \
                                 and research genealogical data.  It provides \
                                 advanced capabilities for research, analysis, and \
                                 correlation to potentially fill relationship gaps. \
-				NOTE 1: Some users have experienced problems importing \
-				databases from Gramps version 2 or from 3.1.x. It is advised that \
-				databases are exported from Gramps version 2 in \
-				Gramps XML format before updating to Gramps version 3. \
-				The Gramps XML export from version 2 can then be imported \
-				into gramps 3 if the automatic database upgrade does not \
-				work.\
-				NOTE 2: The WriteCD plugin is unavailable. This relies on \
-				GNOME and has not been made to work on OS X. \
-				NOTE 3: The spelling checker is not installed because \
-				there is no port of the python bindings to gtkspell. \
-				NOTE 4: The Geographic View is not available because \
-				webkit-gtk does not build under MacPorts (ticket #23464)
+                                NOTE 1: Some users have experienced problems importing \
+                                databases from Gramps version 2 or from 3.1.x. It is advised that \
+                                databases are exported from Gramps version 2 in \
+                                Gramps XML format before updating to Gramps version 3. \
+                                The Gramps XML export from version 2 can then be imported \
+                                into gramps 3 if the automatic database upgrade does not \
+                                work. \
+                                NOTE 2: The WriteCD plugin is unavailable. This relies on \
+                                GNOME and has not been made to work on OS X. \
+                                NOTE 3: The spelling checker is not installed because \
+                                there is no port of the python bindings to gtkspell. \
+                                NOTE 4: The Geographic View is not available because \
+                                webkit-gtk does not build under MacPorts (ticket #23464)
 
-homepage			http://www.gramps-project.org/
-master_sites			sourceforge:gramps
-checksums			md5     38f905162c9f3064e46397d9907492f7 \
-				sha1    f9e334bba254072a86c55cf8e153e3f10bb8cbfb \
-				rmd160  3d2bc442942e6d7e92589d84a86e9f06745d1a49
-                    
-configure.args			--disable-mime-install \
-				--disable-scrollkeeper
-				
+homepage                        http://www.gramps-project.org/
+master_sites                    sourceforge:gramps
 
-configure.env			PYTHON=${prefix}/bin/python2.5 \
-				GMSGFMT=${prefix}/bin/msgfmt
+checksums                       md5     38f905162c9f3064e46397d9907492f7 \
+                                sha1    f9e334bba254072a86c55cf8e153e3f10bb8cbfb \
+                                rmd160  3d2bc442942e6d7e92589d84a86e9f06745d1a49
 
-depends_lib			bin:update-mime-database:shared-mime-info \
-				port:py25-gtk \
-				port:py25-gnome \
-				port:gtkspell2 \
-				port:aspell-dict-en \
-				port:gnome-python-extras
+configure.args                  --disable-mime-install \
+                                --disable-scrollkeeper
 
+configure.env                   PYTHON=${prefix}/bin/python2.5 \
+                                GMSGFMT=${prefix}/bin/msgfmt
 
+depends_lib                     bin:update-mime-database:shared-mime-info \
+                                port:py25-gtk \
+                                port:py25-gnome \
+                                port:gtkspell2 \
+                                port:aspell-dict-en \
+                                port:gnome-python-extras
+
 post-activate {
-	system "update-mime-database ${prefix}/share/mime"
-	system "scrollkeeper-update"
+    system "update-mime-database ${prefix}/share/mime"
+    system "scrollkeeper-update"
 }
 
-livecheck.regex "<title>Stable (.*) released.*</title>"
+livecheck.regex                 "<title>Stable (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100328/fe690944/attachment.html>


More information about the macports-changes mailing list