[113002] trunk/dports/net/fping/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 6 10:47:10 PST 2013


Revision: 113002
          https://trac.macports.org/changeset/113002
Author:   ryandesign at macports.org
Date:     2013-11-06 10:47:10 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
fping: whitespace changes; add modeline

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

Modified: trunk/dports/net/fping/Portfile
===================================================================
--- trunk/dports/net/fping/Portfile	2013-11-06 18:44:50 UTC (rev 113001)
+++ trunk/dports/net/fping/Portfile	2013-11-06 18:47:10 UTC (rev 113002)
@@ -1,29 +1,32 @@
+# -*- 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			fping
-epoch			1
+name                fping
+epoch               1
 version             3.7
-categories		net
-license			X11
-maintainers		nomaintainer
-platforms		darwin
+categories          net
+platforms           darwin
+maintainers         nomaintainer
+license             X11
+
+description         A scriptable ping program to check if multiple hosts are up
+
+long_description    fping is different from ping in that you can specify \
+                    any number of hosts on the command line, or specify \
+                    a file containing the lists of hosts to ping. \
+                    Instead of trying one host until it timeouts or \
+                    replies, fping will send out a ping packet and move \
+                    on to the next host in a round-robin fashion. If a \
+                    host replies, it is noted and removed from the list \
+                    of hosts to check. If a host does not respond within \
+                    a certain time limit and/or retry limit it will be \
+                    considered unreachable.
+
 homepage            http://fping.org/
 master_sites        ${homepage}dist/
 
-description		A scriptable ping program to check if multiple hosts are up
-long_description	fping is different from ping in that you can specify \
-					any number of hosts on the command line, or specify \
-					a file containing the lists of hosts to ping. \
-					Instead of trying one host until it timeouts or \
-					replies, fping will send out a ping packet and move \
-					on to the next host in a round-robin fashion. If a \
-					host replies, it is noted and removed from the list \
-					of hosts to check. If a host does not respond within \
-					a certain time limit and/or retry limit it will be \
-					considered unreachable. 
-
 checksums           rmd160  d6d433ef455580a17b36c9113d964d02a5feff29 \
                     sha256  3c59b216b8609b5fd5dddcb87bf5f476ee21a9d548de49b6145f4dfcd9ad7821
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/1f2c4c2e/attachment.html>


More information about the macports-changes mailing list