fping version 2.4b2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    fping  most recent diff


      View the most recent changes for the fping port at: fping.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for fping.
      The raw portfile for fping 2.4b2 is located here:
      http://fping.darwinports.com/dports/net/fping/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/fping
      Google
      Web Darwinports.com



      # $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp macports.org $
      PortSystem 1.0

      Name: fping
      Version: 2.4b2
      Category: net
      Maintainers: nomaintainer
      Platform: darwin
      Homepage: http://www.fping.com
      master_sites http://fping.sourceforge.net/download/
      distname ${name}
      checksums md5 d5e8be59e307cef76bc479e1684df705
      worksrcdir ${name}-${version}_to
      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.

      configure.args --mandir="${prefix}/share/man"

      post-destroot {
      if {[variant_isset ipv6]} {
      system "ln -s fping.8 ${destroot}${prefix}/share/man/man8/fping6.8"
      }
      # Check if user is running as root
      if {$env(USER) == "root"} {
      system "chmod 4511 ${destroot}${prefix}/sbin/fping"
      if {[variant_isset ipv6]} {
      system "chmod 4511 ${destroot}${prefix}/sbin/fping6"
      }
      } else {
      ui_msg "-----------------------------------------------------------"
      ui_msg "Note that you are not running as root, so ${name} cannot"
      ui_msg "be installed setuid root. Therefore, it will only be able"
      ui_msg "to be executed by root."
      ui_msg "-----------------------------------------------------------"
      system "chmod 0511 ${destroot}${prefix}/sbin/fping"
      if {[variant_isset ipv6]} {
      system "chmod 0511 ${destroot}${prefix}/sbin/fping6"
      }
      }
      }

      Variant: ipv6 {
      version 2.4b2_to-ipv6
      checksums md5 b1f10f88afd35b94846bfb0844d7a834
      master_sites http://unfix.org/projects/ipv6/
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/fping
      % sudo port install fping
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching fping
      ---> Verifying checksum for fping
      ---> Extracting fping
      ---> Configuring fping
      ---> Building fping with target all
      ---> Staging fping into destroot
      ---> Installing fping
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using fping with these commands:
      %  man fping
      % apropos fping
      % which fping
      % locate fping

     Where to find more information:

    Darwin Ports



    image test