[87393] trunk/dports/genealogy/lifelines/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 19 01:12:29 PST 2011


Revision: 87393
          http://trac.macports.org/changeset/87393
Author:   ryandesign at macports.org
Date:     2011-11-19 01:12:26 -0800 (Sat, 19 Nov 2011)
Log Message:
-----------
lifelines: whitespace changes / reformatting / add modeline (#32114)

Modified Paths:
--------------
    trunk/dports/genealogy/lifelines/Portfile

Modified: trunk/dports/genealogy/lifelines/Portfile
===================================================================
--- trunk/dports/genealogy/lifelines/Portfile	2011-11-19 08:57:28 UTC (rev 87392)
+++ trunk/dports/genealogy/lifelines/Portfile	2011-11-19 09:12:26 UTC (rev 87393)
@@ -1,39 +1,42 @@
+# -*- 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		lifelines
-version		3.0.46.1
-categories	genealogy
-maintainers	nordist.net:brent
-description	Genealogy software
-homepage	http://${name}.sourceforge.net/
-platforms	darwin
+PortSystem          1.0
 
-long_description \
-	LifeLines is second generation, open source genealogy software. \
-	It provides GEDCOM interoperability and powerful scripting, with \
-	a curses-based UI.
+name                lifelines
+version             3.0.46.1
+categories          genealogy
+platforms           darwin
+maintainers         nordist.net:brent
 
-master_sites			sourceforge
+description         Genealogy software
 
-checksums	md5 3bcccdf4407052d504b1dd1ad7337b15
+long_description    LifeLines is second generation, open source genealogy \
+                    software. It provides GEDCOM interoperability and \
+                    powerful scripting, with a curses-based UI.
 
-depends_lib	port:gettext
+homepage            http://${name}.sourceforge.net/
 
-configure.args	--with-libintl-prefix=${prefix} \
-		--with-libiconv-prefix=${prefix} \
-		--without-included-gettext
+master_sites        sourceforge
 
+checksums           md5     3bcccdf4407052d504b1dd1ad7337b15
+
+depends_lib         port:gettext
+
+configure.args      --with-libintl-prefix=${prefix} \
+                    --with-libiconv-prefix=${prefix} \
+                    --without-included-gettext
+
 post-destroot {
-	xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
-		${destroot}${prefix}/share/man/man1/
-	system "cd ${destroot}${prefix}/share/doc/${name}/ && \
-		rm btedit.1 dbverify.1 llines.1"
-	xinstall -d ${destroot}${prefix}/share/${name}/st
-	system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
-		${destroot}${prefix}/share/${name}/st"
-	xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
-		${destroot}${prefix}/share/${name}/
-	system "cd ${destroot}${prefix}/share/${name}/ && \
-		rm ll-*.html ll-*.pdf ll-*.txt listops.jpg"
+    xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
+        ${destroot}${prefix}/share/man/man1/
+    system "cd ${destroot}${prefix}/share/doc/${name}/ && \
+        rm btedit.1 dbverify.1 llines.1"
+    xinstall -d ${destroot}${prefix}/share/${name}/st
+    system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
+        ${destroot}${prefix}/share/${name}/st"
+    xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
+        ${destroot}${prefix}/share/${name}/
+    system "cd ${destroot}${prefix}/share/${name}/ && \
+        rm ll-*.html ll-*.pdf ll-*.txt listops.jpg"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111119/e3ece2fd/attachment.html>


More information about the macports-changes mailing list