dnsmasq version 2.32 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    dnsmasq  most recent diff


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



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

      PortSystem 1.0

      Name: dnsmasq
      Version: 2.32
      Category: net
      Platform: darwin
      Maintainers: nomaintainer
      Description: lightweight DNS forwarder and DHCP server
      Long Description: Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP for network booting of diskless machines.

      Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html
      master_sites http://www.thekelleys.org.uk/dnsmasq/
      checksums sha1 f07c090922777f061fbe52aea464b1e43b3988d3
      patchfiles patch-config.h.diff patch-Makefile.diff

      configure {
      reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/src/config.h
      }

      destroot.args PREFIX=${prefix}

      platform darwin 8 {
      build.args-append CC=/usr/bin/gcc-4.0
      }


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

     Where to find more information:

    Darwin Ports



    image test