Ddclient version 3.8.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    ddclient  most recent diff


    version 3.8.0

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The ddclient Portfile 55458 2009-08-11 05:27:11Z snc macports.org $

      PortSystem 1.0

      Name: ddclient
      Version: 3.8.0
      Platform: darwin
      Category: net
      #license GPL
      Maintainers: snc openmaintainer
      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 be5c08fee4a45468b8e41c3dcb79e360 sha1 ff889adacf916bebb25522d9cc1eda0e9593a7f4 rmd160 771ed13aa248c13af11e0466888513418bae98fb
      depends_run path:bin/perl:perl5

      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)"

      livecheck.regex "${name}-(\\d+\\.\\d+\\.\\d+)"

    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



    Lightbox this page.