[77858] trunk/dports/aqua/mkconsole/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 14 22:00:55 PDT 2011


Revision: 77858
          http://trac.macports.org/changeset/77858
Author:   ryandesign at macports.org
Date:     2011-04-14 22:00:54 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
mkconsole: whitespace / formatting changes, add modeline

Modified Paths:
--------------
    trunk/dports/aqua/mkconsole/Portfile

Modified: trunk/dports/aqua/mkconsole/Portfile
===================================================================
--- trunk/dports/aqua/mkconsole/Portfile	2011-04-15 04:42:15 UTC (rev 77857)
+++ trunk/dports/aqua/mkconsole/Portfile	2011-04-15 05:00:54 UTC (rev 77858)
@@ -1,41 +1,43 @@
+# -*- 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
-PortGroup		xcode 1.0
+PortSystem          1.0
+PortGroup           xcode 1.0
 
-name			mkconsole
-set my_name		MkConsole
-version			1.11
-categories		aqua
-maintainers		nomaintainer
-description		application that displays logfiles on your desktop
+name                mkconsole
+set my_name         MkConsole
+version             1.11
+categories          aqua
+maintainers         nomaintainer
 
-long_description \
-	This is a little application that displays logfiles on your \
-	desktop. Really useful if you have to monitor servers or you \
-	just want to keep an eye on what's going on on your machine. \
-	In its standard configuration it displays entries from any \
-	number of logfiles interleaved in a single window. Have a \
-	look at some screenshots. MkConsole is smart enough to close \
-	and reopen files every now and then to deal with rotating \
-	files and it transparently works around stale NFS handles \
-	which often exist after your Mac wakes up from sleep and \
-	tries to read from a logfile mounted via NFS. If you don't \
-	mind hacking the user defaults (rather than using the \
-	preferences panel) you can also configure multiple windows \
-	with multiple logifiles each.
+description         application that displays logfiles on your desktop
 
-homepage		http://www.mulle-kybernetik.com/software/${my_name}/
-master_sites	${homepage}Downloads/
-use_dmg         yes
+long_description    This is a little application that displays logfiles on \
+                    your desktop. Really useful if you have to monitor \
+                    servers or you just want to keep an eye on what's going \
+                    on on your machine. In its standard configuration it \
+                    displays entries from any number of logfiles interleaved \
+                    in a single window. Have a look at some screenshots. \
+                    MkConsole is smart enough to close and reopen files \
+                    every now and then to deal with rotating files and it \
+                    transparently works around stale NFS handles which often \
+                    exist after your Mac wakes up from sleep and tries to \
+                    read from a logfile mounted via NFS. If you don't mind \
+                    hacking the user defaults (rather than using the \
+                    preferences panel) you can also configure multiple \
+                    windows with multiple logfiles each.
 
-checksums       sha1    1b49da4f959bbe7b14076a3bad956a4ab35ea0f3 \
-                rmd160  4eab3d0bb86b4fe742cc991641121f615c0f58dc
+homepage            http://www.mulle-kybernetik.com/software/${my_name}/
+master_sites        ${homepage}Downloads/
+use_dmg             yes
 
-worksrcdir      ${name}-${version}/Source/${name}-${version}
+checksums           sha1    1b49da4f959bbe7b14076a3bad956a4ab35ea0f3 \
+                    rmd160  4eab3d0bb86b4fe742cc991641121f615c0f58dc
 
+worksrcdir          ${name}-${version}/Source/${name}-${version}
+
 xcode.destroot.settings-append SKIP_INSTALL=no
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex {v(\d+(?:\.\d+)*)}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {v(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/7367fb6a/attachment.html>


More information about the macports-changes mailing list