[81193] trunk/dports/net/driftnet/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 26 19:26:56 PDT 2011


Revision: 81193
          http://trac.macports.org/changeset/81193
Author:   ryandesign at macports.org
Date:     2011-07-26 19:26:56 -0700 (Tue, 26 Jul 2011)
Log Message:
-----------
driftnet: clean up whitespace, add modeline

Modified Paths:
--------------
    trunk/dports/net/driftnet/Portfile

Modified: trunk/dports/net/driftnet/Portfile
===================================================================
--- trunk/dports/net/driftnet/Portfile	2011-07-27 02:26:47 UTC (rev 81192)
+++ trunk/dports/net/driftnet/Portfile	2011-07-27 02:26:56 UTC (rev 81193)
@@ -1,43 +1,49 @@
+# -*- 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
-name		driftnet
-version		0.1.6
-revision	3
-categories	net
-maintainers	nomaintainer
-description	Watch the pictures go by on your net
-homepage	http://www.ex-parrot.com/~chris/driftnet
-platforms	darwin
+PortSystem          1.0
 
-long_description \
-		Inspired by EtherPEG, Driftnet is a program which	\
-		listens to network traffic and picks out images from	\
-		TCP streams it observes. Fun to run on a host which	\
-		sees lots of web traffic. 
+name                driftnet
+version             0.1.6
+revision            3
+categories          net
+platforms           darwin
+maintainers         nomaintainer
 
-master_sites	http://www.ex-parrot.com/~chris/driftnet/ \
-		http://www.vanheusden.com/mirrors/
+description         Watch the pictures go by on your net
 
-#		Driftnet doesn't use a configure file, so the Makefile	\
-#		has to be rudely coerced to work properly.
+long_description    Inspired by EtherPEG, Driftnet is a program which \
+                    listens to network traffic and picks out images from \
+                    TCP streams it observes. Fun to run on a host which \
+                    sees lots of web traffic.
 
-#user_notes	This program is lots of fun to use at a conference	\
-#		where wireless networking is available. I did the port	\
-#		at IETF 57 :-)
+homepage            http://www.ex-parrot.com/~chris/driftnet
+master_sites        http://www.ex-parrot.com/~chris/driftnet/ \
+                    http://www.vanheusden.com/mirrors/
 
-checksums	md5 8e11d77770452f97bb3c23f510489815
+#                   Driftnet doesn't use a configure file, so the Makefile \
+#                   has to be rudely coerced to work properly.
 
-depends_build   port:makedepend
+#user_notes         This program is lots of fun to use at a conference \
+#                   where wireless networking is available. I did the port \
+#                   at IETF 57 :-)
 
+checksums           md5     8e11d77770452f97bb3c23f510489815
+
+depends_build       port:makedepend
+
 # really needs libungif, giflib won't do
-depends_lib	port:jpeg port:libpcap \
-		port:libungif port:gtk1
+depends_lib         port:jpeg \
+                    port:libpcap \
+                    port:libungif \
+                    port:gtk1
 
-patchfiles	patch-driftnet.h patch-driftnet.c \
-		patch-media.c patch-Makefile
+patchfiles          patch-driftnet.h \
+                    patch-driftnet.c \
+                    patch-media.c \
+                    patch-Makefile
 
-use_configure	no
+use_configure       no
 
 variant universal {}
 if {[variant_isset universal]} {
@@ -48,12 +54,12 @@
 
 build.target
 
-build.args		CC="${configure.cc} ${archflags}"	\
-			CFLAGS="-I${prefix}/include		\
-			-I${prefix}/lib/glib/include	\
-			-I${prefix}/include/glib-1.2	\
-			-I${prefix}/include/gtk-1.2	\
-			-DDRIFTNET_VERSION='\\"0.1.6\\"'"
+build.args          CC="${configure.cc} ${archflags}" \
+                    CFLAGS="-I${prefix}/include \
+                    -I${prefix}/lib/glib/include \
+                    -I${prefix}/include/glib-1.2 \
+                    -I${prefix}/include/gtk-1.2 \
+                    -DDRIFTNET_VERSION='\\"0.1.6\\"'"
 
 destroot {
     xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110726/fc2f371c/attachment.html>


More information about the macports-changes mailing list