adns version 1.1 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    adns  most recent diff


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



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

      PortSystem 1.0
      Name: adns
      Version: 1.1
      revision 1
      Category: net
      Maintainers: nomaintainer
      Description: asynchronous DNS client library
      Long Description: adns is a resolver library for C (and C++) programs, and a collection of useful DNS resolver utilities.
      Homepage: http://www.chiark.greenend.org.uk/~ian/adns/
      Platform: darwin

      master_sites ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ ${homepage}ftp/
      checksums md5 891956e305acf5fc83b099333bf3ffd9

      patchfiles patch-configure patch-settings.make.in patch-src__parse.c patch-src_internal.h

      test.run yes
      test.target check

      destroot {
      xinstall -W ${worksrcpath} -m 555 client/adnslogres client/adnshost client/adnsresfilter ${destroot}${prefix}/bin
      xinstall -m 444 src/libadns.a ${destroot}${prefix}/lib
      system "ranlib ${destroot}${prefix}/lib/libadns.a"
      xinstall -m 444 src/adns.h ${destroot}${prefix}/include
      xinstall -m 755 dynamic/libadns.dylib.1.1 ${destroot}${prefix}/lib
      system "cd ${destroot}${prefix}/lib && ln -s libadns.dylib.1.1 libadns.dylib.1"
      system "cd ${destroot}${prefix}/lib && ln -s libadns.dylib.1.1 libadns.dylib"
      }

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

     Where to find more information:

    Darwin Ports



    image test