Download and Install py-dns version 2.3.1 on Mac OS X
Thursday the 28th of August, 2008

    py-dns  most recent diff


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



      # $Id: Portfile 32763 2008-01-13 09:33:51Z afb macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dns
      Version: 2.3.1
      Category: python net
      Maintainers: nomaintainer
      Platform: darwin freebsd
      Description: module for performing DNS queries from python
      Long Description: py-dns provides a module for performing DNS queries from python applications.

      Homepage: http://pydns.sourceforge.net/
      master_sites sourceforge:pydns
      checksums md5 a2ee77b46d17f8f355ff7784cea76d2c
      distname pydns-${version}
      extract.suffix .tar.gz

      post-destroot {
      xinstall -m 644 -W ${worksrcpath} CREDITS.txt README-guido.txt README.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/tests test.py test2.py test4.py test5.py testPackers.py testsrv.py ${destroot}${prefix}/share/doc/${name}/examples
      }

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

     Where to find more information:

    Darwin Ports



    image test