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

    mixminion  most recent diff


    version 0.0.7.1

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


      The mixminion Portfile 58570 2009-10-01 07:11:48Z blb macports.org $

      PortSystem 1.0
      PortGroup python26 1.0
      Name: mixminion
      Version: 0.0.7.1
      Category: mail
      Maintainers: nomaintainer
      Description: implementation of the Type III Anonymous Remailer protocol
      Long Description: Mixminion is the reference implementation of the Type III Anonymous Remailer protocol in Python.

      Platform: darwin

      Homepage: http://mixminion.net/
      Master Sites: ${homepage}dist/
      distname Mixminion-${version}

      Checksums: md5 a7ee96a22dd6246760556fa959a37380

      post-destroot {
      foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
      ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}
      }
      foreach mannum {1 5 8} {
      foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man${mannum} *] {
      ln -s ${python.prefix}/share/man/man${mannum}/${manfile} ${destroot}${prefix}/share/man/man${mannum}/${manfile}
      }
      }
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.