Download and Install py-dnspython version 1.5.0 on Mac OS X
Friday the 29th of August, 2008

    py-dnspython  most recent diff


      View the most recent changes for the py-dnspython port at: py-dnspython.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for py-dnspython.
      The raw portfile for py-dnspython 1.5.0 is located here:
      http://py-dnspython.darwinports.com/dports/python/py-dnspython/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-dnspython
      Google
      Web Darwinports.com



      # $Id: Portfile 28031 2007-08-18 16:25:25Z nox macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dnspython
      Version: 1.5.0
      Category: python net
      Platform: darwin
      Maintainers: nomaintainer
      Description: DNS toolkit for Python

      Long Description: dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.

      Homepage: http://www.dnspython.org/
      master_sites ${homepage}kits/${version}
      distname dnspython-${version}

      checksums md5 8b9bfb32988d03e49cdf8b3de7c7e6df sha1 65bec9f891a22bfe2885ebcaa0efc735b5f5194b rmd160 4a0c9d3b082879528c7468dfb38c20009890fd87

      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py mx.py name.py reverse.py reverse_name.py xfr.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-dnspython
      % sudo port install py-dnspython
      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-dnspython
      ---> Verifying checksum for py-dnspython
      ---> Extracting py-dnspython
      ---> Configuring py-dnspython
      ---> Building py-dnspython with target all
      ---> Staging py-dnspython into destroot
      ---> Installing py-dnspython
    - 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-dnspython with these commands:
      %  man py-dnspython
      % apropos py-dnspython
      % which py-dnspython
      % locate py-dnspython

     Where to find more information:

    Darwin Ports



    image test