Dnetc version 2.9105.511b - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 2.9105.511b

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


      The dnetc Portfile 55559 2009-08-13 11:21:35Z jmr macports.org $

      PortSystem 1.0

      Name: dnetc
      Version: 2.9105.511b
      set branch [join [lrange [split ${version} .] 0 1] .]
      set minor [lindex [split ${version} .] end]
      Category: net
      Maintainers: nomaintainer
      Description: distributed.net client
      Long Description: distributed.net believes in the capability and potential of distributed computing. Their mission consists of three interdependent goals: development, deployment, and advocacy, to be pursued in the advancement of distributed computing. They advocate distributed computing, by encouraging global participation and contributions of processing power, bandwidth, and expertise\; by providing a forum for discussion\; and by raising awareness on the Internet and in the mainstream.

      Homepage: http://distributed.net/
      Platform: darwin

      Master Sites: ftp://ftp.distributed.net/pub/dcti/v${branch}/ http://http.distributed.net/pub/dcti/v${branch}/

      platform i386 {
      distname ${name}${minor}-macosx-x86
      checksums md5 ff9cd03f6b41dcb4dc1609189b8844f5 sha1 63f327ab925c1cda0ccdba66472cec8ec1c279ae rmd160 c8bf288464dca88968f39c936aa8ddf3c5a88824
      worksrcdir ${name}511-macosx-x86
      }

      platform powerpc {
      distname ${name}${minor}-macosx-ppc
      checksums md5 d0c9f31951c9767ae83cfa2646c5eb98 sha1 7c7bf07f415d367428487b24019c1a84498f8a34 rmd160 bebfa883f3c136e45714fe8a77e4577527e8b2ab
      worksrcdir ${name}511-macosx-ppc
      }

      startupitem.create yes
      startupitem.start "${prefix}/share/${name}/dnetc.init start"
      startupitem.stop "${prefix}/share/${name}/dnetc.init stop"

      use_configure no
      build {}
      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}
      xinstall -m 755 -d ${destroot}${prefix}/var/db/${name}
      destroot.keepdirs ${destroot}${prefix}/var/db/${name}
      xinstall -m 755 ${worksrcpath}/dnetc ${destroot}${prefix}/bin

      eval xinstall -m 644 [glob ${worksrcpath}/docs/*] ${destroot}${prefix}/share/doc/${name}
      xinstall -m 755 ${portpath}/files/dnetc.init ${destroot}${prefix}/share/${name}

      reinplace "s|__PREFIX__|${prefix}|g" ${destroot}${prefix}/share/${name}/dnetc.init
      }

      post-install {
      ui_msg "\n
      =========================================================================
      Please Note! Run dnetc with script ${prefix}/share/${name}/dnetc.init start.
      This script places the dnetc.ini and buffer files in ${prefix}/var/db/${name}.
      The first time the script runs you will be asked to set configuration parameters.
      To change parameters later on, use ${prefix}/share/${name}/dnetc.init config.
      dnetc is also started at system boot via the same startup script.
      ==========================================================================\n"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.