[35971] trunk/dports/gnome/dasher/Portfile

jmr at macports.org jmr at macports.org
Fri Apr 11 19:55:21 PDT 2008


Revision: 35971
          http://trac.macosforge.org/projects/macports/changeset/35971
Author:   jmr at macports.org
Date:     2008-04-11 19:55:20 -0700 (Fri, 11 Apr 2008)

Log Message:
-----------
dasher: modeline and whitespace changes

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

Modified: trunk/dports/gnome/dasher/Portfile
===================================================================
--- trunk/dports/gnome/dasher/Portfile	2008-04-11 21:33:16 UTC (rev 35970)
+++ trunk/dports/gnome/dasher/Portfile	2008-04-12 02:55:20 UTC (rev 35971)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -2,35 +3,36 @@
 
-name		dasher
-version		4.7.0
-description	Zooming text entry system.
-long_description  	Dasher is a zooming predictive text \
-			entry system, designed for situations \
-			where keyboard input is impractical \
-			(for instance, accessibility or PDAs). It \
-			is usable with highly limited amounts of \
-			physical input while still allowing \
-			high rates of text entry.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gnome.org/
+name            dasher
+version         4.7.0
+description     Zooming text entry system.
+long_description \
+                Dasher is a zooming predictive text entry system, designed \
+                for situations where keyboard input is impractical (for \
+                instance, accessibility or PDAs). It is usable with highly \
+                limited amounts of physical input while still allowing high \
+                rates of text entry.
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org/
+
+use_bzip2       yes
 master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	md5 83fe6b7d3327baadcf350da19bfe7ce4 \
-		sha1 3c98835986f1db541fe681f470c7345eaa66421a \
-		rmd160 64323feeee6cb99fc71eb7b0e31edfdb3806ec14
-depends_lib	\
-	port:libbonoboui \
-	port:libgnomeui \
-	port:at-spi \
-	port:gnome-vfs \
-	port:gnome-speech \
-	port:libwnck \
-        port:gnome-keyring \
-        port:gnome-doc-utils
-use_bzip2 	yes
-configure.args	--mandir=${prefix}/share/info \
-		--disable-scrollkeeper
+checksums       md5 83fe6b7d3327baadcf350da19bfe7ce4 \
+                sha1 3c98835986f1db541fe681f470c7345eaa66421a \
+                rmd160 64323feeee6cb99fc71eb7b0e31edfdb3806ec14
 
-post-activate	{
-	system "scrollkeeper-update"
+depends_lib     port:libbonoboui \
+                port:libgnomeui \
+                port:at-spi \
+                port:gnome-vfs \
+                port:gnome-speech \
+                port:libwnck \
+                port:gnome-keyring \
+                port:gnome-doc-utils
+
+configure.args  --mandir=${prefix}/share/info \
+                --disable-scrollkeeper
+
+post-activate   {
+    system "scrollkeeper-update"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080411/d04f8d0c/attachment.html


More information about the macports-changes mailing list