[92778] trunk/dports/net/flow-tools/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Sun May 6 09:17:37 PDT 2012


Revision: 92778
          https://trac.macports.org/changeset/92778
Author:   ciserlohn at macports.org
Date:     2012-05-06 09:17:36 -0700 (Sun, 06 May 2012)
Log Message:
-----------
flow-tools: whitespace/indentation fixes

Modified Paths:
--------------
    trunk/dports/net/flow-tools/Portfile

Modified: trunk/dports/net/flow-tools/Portfile
===================================================================
--- trunk/dports/net/flow-tools/Portfile	2012-05-06 16:13:54 UTC (rev 92777)
+++ trunk/dports/net/flow-tools/Portfile	2012-05-06 16:17:36 UTC (rev 92778)
@@ -1,75 +1,75 @@
 # -*- 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			flow-tools
-version			0.68
-revision        1
-categories		net
-maintainers		nomaintainer
-platforms		darwin
+name                    flow-tools
+version                 0.68
+revision                1
+categories              net
+maintainers             nomaintainer
+platforms               darwin
 license                 BSD
 
-description		Suite of tools and library to work with netflow data
-long_description	${description}
+description             Suite of tools and library to work with netflow data
+long_description        ${description}
 
-homepage		http://www.splintered.net/sw/flow-tools/
-master_sites	        ftp://ftp.eng.oar.net/pub/flow-tools/
-checksums		md5 c9e0a8b53c79611b6bffcb9d510a5a38
+homepage                http://www.splintered.net/sw/flow-tools/
+master_sites            ftp://ftp.eng.oar.net/pub/flow-tools/
+checksums               md5 c9e0a8b53c79611b6bffcb9d510a5a38
 
-patchfiles		patch-configs_Makefile \
-			patch-flow-header.c \
-			patch-ftpaths.h \
-			patch-lib_ftchash.c \
-			patch-lib_ftio.c \
-			patch-lib_ftsym.c \
-			patch-lib_fttlv.c \
-			patch-lib_Makefile.in \
-			patch-lib_support.c \
-			patch-lib-ftfile.c \
-			patch-src_flow-fanout.c \
-			patch-src_Makefile.in
+patchfiles              patch-configs_Makefile \
+                        patch-flow-header.c \
+                        patch-ftpaths.h \
+                        patch-lib_ftchash.c \
+                        patch-lib_ftio.c \
+                        patch-lib_ftsym.c \
+                        patch-lib_fttlv.c \
+                        patch-lib_Makefile.in \
+                        patch-lib_support.c \
+                        patch-lib-ftfile.c \
+                        patch-src_flow-fanout.c \
+                        patch-src_Makefile.in
 
-depends_lib		port:openssl \
-			port:zlib
+depends_lib             port:openssl \
+                        port:zlib
 
 if {${configure.compiler} == "clang"} {
     configure.compiler llvm-gcc-4.2
 }
 
 post-patch {
-	reinplace "s|__PREFIX__|${prefix}|g" \
-		${worksrcpath}/lib/ftpaths.h
+        reinplace "s|__PREFIX__|${prefix}|g" \
+                ${worksrcpath}/lib/ftpaths.h
 
-	reinplace "s|\$WHERE_MYSQL/lib/mysql|\$WHERE_MYSQL/lib/mysql5|g" \
-		${worksrcpath}/configure
-	reinplace "s|\$WHERE_MYSQL/include/mysql|\$WHERE_MYSQL/include/mysql5|g" \
-		${worksrcpath}/configure
+        reinplace "s|\$WHERE_MYSQL/lib/mysql|\$WHERE_MYSQL/lib/mysql5|g" \
+                ${worksrcpath}/configure
+        reinplace "s|\$WHERE_MYSQL/include/mysql|\$WHERE_MYSQL/include/mysql5|g" \
+                ${worksrcpath}/configure
 
-	eval reinplace "s|@localstatedir@/sym/|${prefix}/share/flow-tools/|g" \
-		[glob ${worksrcpath}/docs/flow-*.1.in] \
-		[glob ${worksrcpath}/docs/flow-*.html.in]
+        eval reinplace "s|@localstatedir@/sym/|${prefix}/share/flow-tools/|g" \
+                [glob ${worksrcpath}/docs/flow-*.1.in] \
+                [glob ${worksrcpath}/docs/flow-*.html.in]
 
-	eval reinplace "s|@localstatedir@/cfg/|${prefix}/etc/flow-tools/|g" \
-		[glob ${worksrcpath}/docs/flow-*.1.in] \
-		[glob ${worksrcpath}/docs/flow-*.html.in]
+        eval reinplace "s|@localstatedir@/cfg/|${prefix}/etc/flow-tools/|g" \
+                [glob ${worksrcpath}/docs/flow-*.1.in] \
+                [glob ${worksrcpath}/docs/flow-*.html.in]
 }
 
-configure.args		--with-openssl=${prefix} \
-			--localstatedir=${prefix} \
-			--mandir=${prefix}/share/man
+configure.args          --with-openssl=${prefix} \
+                        --localstatedir=${prefix} \
+                        --mandir=${prefix}/share/man
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} INSTALL README ChangeLog TODO \
-		${destroot}${prefix}/share/doc/${name}
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+        xinstall -m 644 -W ${worksrcpath} INSTALL README ChangeLog TODO \
+                ${destroot}${prefix}/share/doc/${name}
 }
 
 variant mysql5 {
-	configure.args-append	--with-mysql=${prefix}
-	depends_lib-append	path:bin/mysql_config5:mysql5
+        configure.args-append   --with-mysql=${prefix}
+        depends_lib-append      path:bin/mysql_config5:mysql5
 }
 
-livecheck.type		regex
-livecheck.regex		${name}-(\[0-9.\]+)\\.tar
+livecheck.type          regex
+livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120506/fc6850ee/attachment.html>


More information about the macports-changes mailing list