Download and Install tor version 0.1.2.19 on Mac OS X
Tuesday the 8th of July, 2008

    tor  most recent diff


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



      # $Id: Portfile 36101 2008-04-18 00:46:28Z ryandesign macports.org $

      PortSystem 1.0

      Name: tor
      Version: 0.1.2.19
      revision 1
      Category: security
      Maintainers: boeyms openmaintainer
      Description: anonymizing overlay network for TCP
      Long Description: Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.
      Homepage: http://www.torproject.org/
      Platform: darwin
      master_sites ${homepage}dist/
      checksums md5 4b3f9963b843010af5aa3bd6266d11e0 sha1 5022dab0de2499e2c6638e1a2e9eee6c79fb707c rmd160 4f1b5474a4bbad2e3c82ef0fce2dd838907e48d5
      depends_lib port:libevent port:openssl port:zlib
      configure.args --mandir=${prefix}/share/man --enable-eventdns

      test.run yes
      test.target check
      livecheck.check regex
      livecheck.url ${master_sites}?C=M\;O=D
      livecheck.regex [suffix tor-(\\d+\\.\\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/tor
      % sudo port install tor
      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 tor
      ---> Verifying checksum for tor
      ---> Extracting tor
      ---> Configuring tor
      ---> Building tor with target all
      ---> Staging tor into destroot
      ---> Installing tor
    - 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 tor with these commands:
      %  man tor
      % apropos tor
      % which tor
      % locate tor

     Where to find more information:

    Darwin Ports



    image test