[111637] trunk/dports/sysutils/grok/Portfile

devans at macports.org devans at macports.org
Fri Sep 27 09:41:52 PDT 2013


Revision: 111637
          https://trac.macports.org/changeset/111637
Author:   devans at macports.org
Date:     2013-09-27 09:41:52 -0700 (Fri, 27 Sep 2013)
Log Message:
-----------
grok: add mode line, whitespace.

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

Modified: trunk/dports/sysutils/grok/Portfile
===================================================================
--- trunk/dports/sysutils/grok/Portfile	2013-09-27 16:36:44 UTC (rev 111636)
+++ trunk/dports/sysutils/grok/Portfile	2013-09-27 16:41:52 UTC (rev 111637)
@@ -1,41 +1,41 @@
+# -*- 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              grok
-epoch             1
-version           1.20110708.1
-categories        sysutils
-license           BSD
-maintainers       nomaintainer
-platforms         darwin
+name                grok
+epoch               1
+version             1.20110708.1
+categories          sysutils
+license             BSD
+maintainers         nomaintainer
+platforms           darwin
 
-description       Easily parse logs and other files.
+description         Easily parse logs and other files.
 
-long_description  Grok is simple software that allows you to easily parse logs \
-                  and other files. You teach grok how to parse data through the \
-                  config file. Grok is a system for reacting to events - those events \
-                  being log entries.
+long_description    Grok is simple software that allows you to easily parse logs \
+                    and other files. You teach grok how to parse data through the \
+                    config file. Grok is a system for reacting to events - those events \
+                    being log entries.
 
-homepage          http://www.semicomplete.com/projects/grok/
+homepage            http://www.semicomplete.com/projects/grok/
 
-master_sites      http://semicomplete.googlecode.com/files/
+master_sites        http://semicomplete.googlecode.com/files/
 
 checksums           rmd160  99a79d67fbb5c163df58d68ce7b1903e7766c3e6 \
                     sha256  3362857a03115029df76c3a3f0587b2ed1f9977f963bb1bd701e2bf59ad701c8
 
-depends_build     port:bison \
-                  port:flex \
-                  port:gperf \
-                  port:gmake
+depends_build       port:bison \
+                    port:flex \
+                    port:gperf \
+                    port:gmake
 
-depends_lib	  port:libevent \
-                  port:pcre \
-                  port:tokyocabinet
+depends_lib         port:libevent \
+                    port:pcre \
+                    port:tokyocabinet
 
-use_configure     no
+use_configure       no
 
-build.cmd	  gmake
+build.cmd           gmake
 
-destroot.args     PREFIX=${prefix} INSTALL_USER=${install.user} INSTALL_GROUP=${install.group}
-
+destroot.args       PREFIX=${prefix} INSTALL_USER=${install.user} INSTALL_GROUP=${install.group}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130927/327931b7/attachment.html>


More information about the macports-changes mailing list