arping version 2.05 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    arping  most recent diff


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



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

      PortSystem 1.0

      Name: arping
      Version: 2.05
      Category: net
      Platform: darwin
      Maintainers: nomaintainer
      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/
      checksums md5 96e7c2ce8ae09046e264a314eeaac4dd
      patchfiles patch-arping.c

      depends_lib port:libnet11 lib:libpcap.DP:libpcap

      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

      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}
      }

    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/arping
      % sudo port install arping
      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 arping
      ---> Verifying checksum for arping
      ---> Extracting arping
      ---> Configuring arping
      ---> Building arping with target all
      ---> Staging arping into destroot
      ---> Installing arping
    - 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 arping with these commands:
      %  man arping
      % apropos arping
      % which arping
      % locate arping

     Where to find more information:

    Darwin Ports



    image test