Bwanadik version 3.2.1 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    bwanadik  most recent diff


    version 3.2.1

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


      The bwanadik Portfile 49016 2009-04-02 00:05:46Z ryandesign macports.org $

      PortSystem 1.0

      Name: BwanaDik
      Version: 3.2.1
      Category: aqua net
      Platform: darwin
      Maintainers: nomaintainer
      Homepage: http://www.jschilling.net/sw_bwanadik.php
      Description: IP address (WAN and LAN) reporter.

      Long Description: ${description}

      Master Sites: http://homepage.mac.com/johnnycat/sfw/

      Checksums: md5 61fb0fed49445bd43080980fb40a1c31 sha1 69dc47732f6e69bbea8bc5ef19862265e832e724 rmd160 1a8d5575bf6b85aa75038ef16fdb7ad5c464d497

      dist_subdir ${name}/${version}
      distname ${name}Source
      use_zip yes

      use_configure no

      build.type pbx
      build.target -project BwanaDik.xcodeproj -target BwanaDik

      set appdir build
      platform darwin 8 {
      if {$xcodeversion == "2.1"} {
      set appdir build/Release
      }
      }

      destroot { set appPath ${destroot}${applications_dir}
      file mkdir ${appPath}
      file copy "${worksrcpath}/${appdir}/Release/${name}.app" ${appPath}
      }

      default_variants +universal
      Variant: universal {}
      pre-fetch {
      if {![variant_isset universal]} {
      return -code error "${name} is only available in a universal version"
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.