Py-dnspython version 1.6.0 - How to Download and Install on Mac OS X
Wednesday the 4th of November, 2009

    py-dnspython  most recent diff


    version 1.6.0

      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.6.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


      The py-dnspython Portfile 49594 2009-04-13 03:05:32Z blb macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: py-dnspython
      Version: 1.6.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 15b8eed42689bd719ec1878a584787ea sha1 e5eeba2d5780db280cc144c7cf777a27972d9ad1 rmd160 b4a40b3fe6a7b63e8c801df6be8346570f121030

      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



    Lightbox this page.