[108084] trunk/dports/gnome/gnopernicus/Portfile

devans at macports.org devans at macports.org
Fri Jul 12 12:30:42 PDT 2013


Revision: 108084
          https://trac.macports.org/changeset/108084
Author:   devans at macports.org
Date:     2013-07-12 12:30:42 -0700 (Fri, 12 Jul 2013)
Log Message:
-----------
gnopernicus: whitespace only.

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

Modified: trunk/dports/gnome/gnopernicus/Portfile
===================================================================
--- trunk/dports/gnome/gnopernicus/Portfile	2013-07-12 19:23:56 UTC (rev 108083)
+++ trunk/dports/gnome/gnopernicus/Portfile	2013-07-12 19:30:42 UTC (rev 108084)
@@ -1,48 +1,55 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		gnopernicus
-version		1.1.2
-revision	1
+name            gnopernicus
+version         1.1.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	Collection of accessibility apps for GNOME 2.
-long_description        Gnopernicus provides Assistive Technologies (AT) \
-			for blind and visually impaired persons through \
-			modules for text-to-speech, braille, etc.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.baum.ro/gnopernicus.html
+description     Collection of accessibility apps for GNOME 2.
+long_description \
+                Gnopernicus provides Assistive Technologies (AT) \
+                for blind and visually impaired persons through \
+                modules for text-to-speech, braille, etc.
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.baum.ro/gnopernicus.html
 master_sites    gnome:sources/${name}/${branch}/
-use_bzip2	yes
-patchfiles	patch_sercomm.c
-checksums	md5 64677df8961a68a73003393166f710bd \
-			sha1 161bf9b96330db01028c267b3885d7b734ceef71 \
-			rmd160 1b5b34f4fa085b4e6fb12650326704e3863dbf55
-depends_build	port:intltool \
-		port:pkgconfig
-depends_lib	port:desktop-file-utils \
-            port:rarian \
-            port:gtk2 \
-		port:gconf \
-		port:libglade2 \
+
+use_bzip2       yes
+
+checksums       md5 64677df8961a68a73003393166f710bd \
+                sha1 161bf9b96330db01028c267b3885d7b734ceef71 \
+                rmd160 1b5b34f4fa085b4e6fb12650326704e3863dbf55
+
+depends_build   port:intltool \
+                port:pkgconfig
+
+depends_lib     port:desktop-file-utils \
+                port:rarian \
+                port:gtk2 \
+                port:gconf \
+                port:libglade2 \
                 port:libgnomeui \
                 port:libxml2 \
                 port:at-spi \
-		port:gnome-speech \
-		port:gnome-mag \
+                port:gnome-speech \
+                port:gnome-mag \
                 port:popt
-configure.args	--disable-scrollkeeper \
+
+patchfiles      patch_sercomm.c
+
+configure.args  --disable-scrollkeeper \
                 --disable-schemas-install
 
-post-destroot	{
-	file delete -force ${destroot}${prefix}/var/scrollkeeper
+post-destroot   {
+    file delete -force ${destroot}${prefix}/var/scrollkeeper
 }
 
-post-activate	{
-	system "scrollkeeper-update"
+post-activate   {
+    system "scrollkeeper-update"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130712/0bdfe7a7/attachment.html>


More information about the macports-changes mailing list