[57002] trunk/dports/net/arping/Portfile

snc at macports.org snc at macports.org
Fri Sep 4 06:47:05 PDT 2009


Revision: 57002
          http://trac.macports.org/changeset/57002
Author:   snc at macports.org
Date:     2009-09-04 06:47:05 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
whitespace

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

Modified: trunk/dports/net/arping/Portfile
===================================================================
--- trunk/dports/net/arping/Portfile	2009-09-04 13:45:41 UTC (rev 57001)
+++ trunk/dports/net/arping/Portfile	2009-09-04 13:47:05 UTC (rev 57002)
@@ -1,39 +1,39 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; 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			arping
-version			    2.08
-categories		net
-platforms		darwin
-maintainers		    snc openmaintainer
-description		utility to find out if a MAC address is already taken on a LAN
-long_description	Arping is a util to find out if a specific IP address on \
-					the LAN is 'taken' and what MAC address owns it.
+name                arping
+version             2.08
+categories          net
+platforms           darwin
+maintainers         snc openmaintainer
+description         utility to find out if a MAC address is already taken on a LAN
+long_description    Arping is a util to find out if a specific IP address on \
+                    the LAN is 'taken' and what MAC address owns it.
 
-homepage		http://www.habets.pp.se/synscan/programs.php?prog=arping
-master_sites	ftp://ftp.habets.pp.se/pub/synscan/
+homepage            http://www.habets.pp.se/synscan/programs.php?prog=arping
+master_sites        ftp://ftp.habets.pp.se/pub/synscan/
 checksums           md5     36dba82f8a6084b634aa6f4aac6225c6 \
                     sha1    296824cc039e617c00e627e1d86670af233d922f \
                     rmd160  a405de14e3a25cb72280a642ad823a7174e481b1
-patchfiles		patch-arping.c
+patchfiles          patch-arping.c
 
-depends_lib		port:libnet11 \
-				lib:libpcap.DP:libpcap
+depends_lib         port:libnet11 \
+                    lib:libpcap.DP:libpcap
 
-use_configure	no
+use_configure       no
 
-build.cmd		gcc arping-2/arping.c -I${prefix}/include/libnet \
-					-I${prefix}/include -L${prefix}/lib -lnet -lpcap
-build.target	-o arping
+build.cmd           gcc arping-2/arping.c -I${prefix}/include/libnet \
+                    -I${prefix}/include -L${prefix}/lib -lnet -lpcap
+build.target        -o arping
 
-destroot	{
-	xinstall -m 755 -s ${worksrcpath}/arping ${destroot}${prefix}/bin
-	xinstall -m 755 ${worksrcpath}/arping-scan-net.sh \
-		${destroot}${prefix}/bin/arping-scan-net
-	xinstall -m 644 ${worksrcpath}/arping.8 ${destroot}${prefix}/share/man/man8/
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 -s ${worksrcpath}/arping ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/arping-scan-net.sh \
+        ${destroot}${prefix}/bin/arping-scan-net
+    xinstall -m 644 ${worksrcpath}/arping.8 ${destroot}${prefix}/share/man/man8/
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} LICENSE README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090904/6ebb6a01/attachment.html>


More information about the macports-changes mailing list