ez-ipupdate version 3.0.11b7 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    ez-ipupdate  most recent diff


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



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

      PortSystem 1.0
      Name: ez-ipupdate
      Version: 3.0.11b7
      Category: net
      Maintainers: nomaintainer
      Platform: darwin freebsd
      Description: dynamic dns client
      Long Description: ez-ipupdate is a small utility for updating your host name at one of the dynamic DNS services. The daemon mode is currently not working under Darwin/OS-X.

      Homepage: http://www.ez-ipupdate.com
      master_sites ${homepage}/dist/
      checksums md5 525be4550b4461fdf105aed8e753b020

      configure.args --cache-file=${prefix}/var/ez-ipupdate

      platform darwin {
      configure.cppflags "-D__FreeBSD__"
      configure.args-append --host=powerpc-apple-freebsd
      }

      build.target

      pre-destroot {
      reinplace "s|DESTDIR =|DESTDIR = ${destroot}|g" ${worksrcpath}/Makefile
      }

      set conf ${prefix}/etc/ez-ipupdate.conf

      post-destroot {
      file mkdir ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/README ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/example.conf ${destroot}${conf}.sample
      reinplace "s|/usr/local/bin/ez-ipupdate|${prefix}/bin/ez-ipupdate|g" ${destroot}${conf}.sample
      }

      post-install {
      if { ![file exists ${conf}] } {
      if { [file exists ${conf}.sample] } {
      file copy ${conf}.sample ${conf}
      }
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test