[136483] trunk/dports/sysutils/multitail/Portfile

mf2k at macports.org mf2k at macports.org
Mon May 18 15:05:39 PDT 2015


Revision: 136483
          https://trac.macports.org/changeset/136483
Author:   mf2k at macports.org
Date:     2015-05-18 15:05:38 -0700 (Mon, 18 May 2015)
Log Message:
-----------
multitail: Add and conform to modeline. Detab.

Modified Paths:
--------------
    trunk/dports/sysutils/multitail/Portfile

Modified: trunk/dports/sysutils/multitail/Portfile
===================================================================
--- trunk/dports/sysutils/multitail/Portfile	2015-05-18 22:01:24 UTC (rev 136482)
+++ trunk/dports/sysutils/multitail/Portfile	2015-05-18 22:05:38 UTC (rev 136483)
@@ -1,53 +1,55 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		multitail
-version		6.4.1
-categories	sysutils
-license		GPL-2
-maintainers	nomaintainer
-platforms	darwin
-description	Tail multiple files in one terminal at once
-long_description	MultiTail lets you view one or multiple files like the \
-	original tail program. The difference is that it creates multiple \
-	windows on your console (with ncurses). Merging of 2 or even more \
-	logfiles is possible. It can also use colors while displaying the \
-	logfiles (through regular expressions), for faster recognition of what \
-	is important and what not. It can also filter lines (again with \
-	regular expressions). It has interactive menus for editing given \
-	regular expressions and deleting and adding windows. One can also have \
-	windows with the output of shell scripts and other software. When \
-	viewing the output of external software, MultiTail can mimic the \
-	functionality of tools like 'watch' and such.
+name                multitail
+version             6.4.1
+categories          sysutils
+license             GPL-2
+maintainers         nomaintainer
+platforms           darwin
 
-homepage	http://www.vanheusden.com/multitail/
-master_sites	${homepage}
-extract.suffix	.tgz
+description         Tail multiple files in one terminal at once
+long_description    MultiTail lets you view one or multiple files like the \
+    original tail program. The difference is that it creates multiple \
+    windows on your console (with ncurses). Merging of 2 or even more \
+    logfiles is possible. It can also use colors while displaying the \
+    logfiles (through regular expressions), for faster recognition of what \
+    is important and what not. It can also filter lines (again with \
+    regular expressions). It has interactive menus for editing given \
+    regular expressions and deleting and adding windows. One can also have \
+    windows with the output of shell scripts and other software. When \
+    viewing the output of external software, MultiTail can mimic the \
+    functionality of tools like 'watch' and such.
 
-checksums	rmd160  bb5057dbd20ac920ef9f848f37c461bf42389477 \
-		sha256  8a6baecf3537c791f70645f3613bfea0c91a22040f2531bfe03b6d0cdd112134
+homepage            http://www.vanheusden.com/multitail/
+master_sites        ${homepage}
+extract.suffix      .tgz
 
-depends_lib	port:ncurses
+checksums           rmd160  bb5057dbd20ac920ef9f848f37c461bf42389477 \
+                    sha256  8a6baecf3537c791f70645f3613bfea0c91a22040f2531bfe03b6d0cdd112134
 
-patchfiles	patch-makefile.macosx-add-xclip.o.diff
+depends_lib         port:ncurses
 
+patchfiles          patch-makefile.macosx-add-xclip.o.diff
+
 post-patch {
-	reinplace "s|\$(DESTDIR)/usr|\$(DESTDIR)${prefix}|g" \
-		${worksrcpath}/makefile.macosx
+    reinplace "s|\$(DESTDIR)/usr|\$(DESTDIR)${prefix}|g" \
+        ${worksrcpath}/makefile.macosx
         reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc|g" \
-                ${worksrcpath}/makefile.macosx
+            ${worksrcpath}/makefile.macosx
 }
 
-use_configure	no
+use_configure       no
 
 variant universal {}
 
-build.args	-f makefile.macosx \
-		CC="${configure.cc} [get_canonical_archflags cc]"
+build.args          -f makefile.macosx \
+                    CC="${configure.cc} [get_canonical_archflags cc]"
 
 eval destroot.args ${build.args}
 
-livecheck.type	regex
-livecheck.url	${homepage}download.php
-livecheck.regex	${name}-(\[0-9.]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}download.php
+livecheck.regex     ${name}-(\[0-9.]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150518/07d78f38/attachment.html>


More information about the macports-changes mailing list