Murk version 0.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.2

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


      The murk Portfile 30252 2007-10-23 02:19:43Z jmpp macports.org $

      PortSystem 1.0

      Name: murk
      Version: 0.2
      Category: security
      Platform: darwin
      Maintainers: nomaintainer
      Description: rsync friendly encryption tool
      Long Description: rsync friendly encryption that runs on the unix command line. Encrypt a file and backup the changes to an untrusted host.

      Homepage: http://murk.sourceforge.net/
      Master Sites: sourceforge
      Checksums: md5 1fb86807f7fb885d658e1bc96d066731
      use_bzip2 yes
      Patch Files: patch-configure

      depends_lib lib:libbz2.a:bzip2 lib:libcrypto:openssl

      configure.args -I${prefix}/include -L${prefix}/lib

      test.run yes
      test.target test

      destroot {
      xinstall -m 755 ${worksrcpath}/murk ${destroot}${prefix}/bin
      xinstall -m 644 ${worksrcpath}/doc/murk.1 ${destroot}${prefix}/share/man/man1
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} INSTALL LICENSE README TODO doc/index.html doc/manpage.html ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.