[57015] trunk/dports/sysutils/ifstat/Portfile

toby at macports.org toby at macports.org
Fri Sep 4 12:54:42 PDT 2009


Revision: 57015
          http://trac.macports.org/changeset/57015
Author:   toby at macports.org
Date:     2009-09-04 12:54:41 -0700 (Fri, 04 Sep 2009)
Log Message:
-----------
whitespace, cleanup

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

Modified: trunk/dports/sysutils/ifstat/Portfile
===================================================================
--- trunk/dports/sysutils/ifstat/Portfile	2009-09-04 18:54:07 UTC (rev 57014)
+++ trunk/dports/sysutils/ifstat/Portfile	2009-09-04 19:54:41 UTC (rev 57015)
@@ -1,22 +1,29 @@
 # $Id$
 
 PortSystem 1.0
-name        ifstat
-version     1.1
-revision    1
-categories  sysutils net
-description iftat is a tool to report network interfaces bandwith.  
-long_description    ifstat is a tool to report network interfaces bandwith \
-            just like vmstat/iostat do for other system counters. \
-            ifstat gathers these statistics from the kernel internal \
-            counters, which is highly operating system dependen
-homepage    http://gael.roualland.free.fr/ifstat/   
-platforms   darwin
-maintainers nomaintainer
+
+name            ifstat
+version         1.1
+revision        1
+categories      sysutils net
+description     ifstat is a tool to report network interface bandwidth
+long_description \
+    ifstat is a tool to report network interfaces bandwith \
+    just like vmstat/iostat do for other system counters. \
+    ifstat gathers these statistics from the kernel internal \
+    counters, which is highly operating system dependent.
+homepage        http://gael.roualland.free.fr/ifstat/   
+license         GPLv2
+platforms       darwin
+maintainers     nomaintainer
 master_sites    ${homepage}
-checksums   md5 b655642c33a626cfe976792fbcd9b6e1
+checksums       md5 b655642c33a626cfe976792fbcd9b6e1
 configure.args  --mandir=${prefix}/share/man --enable-library
-destroot.destdir    prefix=${destroot}${prefix}
 
-variant snmp {  depends_lib-append  lib:libnetsnmp:net-snmp
-        configure.args-append   --with-snmp=${prefix} }
+destroot.destdir \
+                prefix=${destroot}${prefix}
+
+variant snmp description "Enable SNMP support" {
+    depends_lib-append      port:net-snmp
+    configure.args-append   --with-snmp=${prefix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090904/0e062bab/attachment.html>


More information about the macports-changes mailing list