ddclient version 3.7.0 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    ddclient  most recent diff


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



      # $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp macports.org $
      PortSystem 1.0
      Name: ddclient
      Version: 3.7.0
      Platform: darwin
      Category: net
      Maintainers: nomaintainer
      Description: Update dynamic DNS entries
      Long Description: ddclient is a Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services.
      Homepage: http://ddclient.sourceforge.net/
      master_sites sourceforge:ddclient
      checksums md5 67976f65c2aad267664267bed940ce18
      depends_run bin:perl:perl5.8

      configure {
      reinplace "s|\[\r\]$||" ${worksrcpath}/${name}
      reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl|" ${worksrcpath}/${name}
      reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/${name}
      }

      build {}

      pre-destroot {
      file mkdir ${destroot}${prefix}/etc/ddclient
      }

      destroot {
      xinstall -m 555 ${worksrcpath}/sample-etc_ddclient.conf ${destroot}${prefix}/etc/ddclient/ddclient.conf.sample

      reinplace "s|/var/run|${prefix}/var/run|" ${destroot}${prefix}/etc/ddclient/ddclient.conf.sample

      xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/sbin
      xinstall -d ${destroot}${prefix}/share/doc/${name}

      eval file copy [glob ${worksrcpath}/sample-*] ${destroot}${prefix}/share/doc/${name}
      eval file copy [glob ${worksrcpath}/COPY*] ${destroot}${prefix}/share/doc/${name}
      eval file copy [glob ${worksrcpath}/README*] ${destroot}${prefix}/share/doc/${name}

      destroot.keepdirs ${destroot}${prefix}/var/run
      }

      startupitem.create yes
      startupitem.start ${prefix}/sbin/ddclient
      startupitem.stop "/bin/kill \$(cat ${prefix}/var/run/ddclient.pid)"



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

     Where to find more information:

    Darwin Ports



    image test