[103679] trunk/dports/gnome/genius/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 4 10:29:45 PST 2013


Revision: 103679
          https://trac.macports.org/changeset/103679
Author:   ryandesign at macports.org
Date:     2013-03-04 10:29:45 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
genius: whitespace changes to conform to modeline; reformatting

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

Modified: trunk/dports/gnome/genius/Portfile
===================================================================
--- trunk/dports/gnome/genius/Portfile	2013-03-04 18:24:43 UTC (rev 103678)
+++ trunk/dports/gnome/genius/Portfile	2013-03-04 18:29:45 UTC (rev 103679)
@@ -1,31 +1,34 @@
 # -*- 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		genius
+name                genius
 version             1.0.16
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description	Genius is a calculator program.
-long_description        Genius is a calculator program similiar in some aspects to \
-			BC, Matlab or Maple. GEL is the name of its extention language \
-			(stands for \"Genius Extension Language\", clever huh?), in \
-			fact, a large part of the standard genius functions are \
-			written in GEL itself.
-maintainers	nomaintainer
-categories	gnome math
-platforms	darwin
-homepage	http://www.jirka.org/genius.html
-master_sites    gnome:sources/${name}/${branch} \
-                http://ftp.5z.com/pub/genius/
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome math
+platforms           darwin
+maintainers         nomaintainer
+
+description         Genius is a calculator program.
+
+long_description    Genius is a calculator program similiar in some aspects \
+                    to BC, Matlab or Maple. GEL is the name of its extention \
+                    language (stands for \"Genius Extension Language\", \
+                    clever huh?), in fact, a large part of the standard \
+                    genius functions are written in GEL itself.
+
+homepage            http://www.jirka.org/genius.html
+master_sites        gnome:sources/${name}/${branch} \
+                    http://ftp.5z.com/pub/genius/
 use_xz              yes
 
 checksums           rmd160  e338aa0cac7a86c5f92182e29df912a2e69a4a42 \
                     sha256  4db26338fb413b13d43ae063de8b1ad4024fe58e3ee3db6873165750aa75f16d
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:rarian
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:rarian
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:mpfr \
@@ -37,8 +40,8 @@
 
 configure.args      --disable-gnome \
                     --disable-gtksourceview \
-                --disable-update-mimedb \
-                --disable-scrollkeeper
+                    --disable-update-mimedb \
+                    --disable-scrollkeeper
 
 configure.cflags-append -std=gnu89
 
@@ -50,10 +53,10 @@
 
     configure.args-append \
                     --enable-gnome \
-                         --enable-gtksourceview
+                    --enable-gtksourceview
     configure.args-delete \
                     --disable-gnome \
-                         --disable-gtksourceview
+                    --disable-gtksourceview
 }
 
 # Legacy without_gnome variant to be removed after March 2014
@@ -67,7 +70,7 @@
 
 post-activate {
     system "${prefix}/bin/scrollkeeper-update"
-   system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+    system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/d1188248/attachment.html>


More information about the macports-changes mailing list