Download and Install tsocks version 1.8.4 on Mac OS X
Thursday the 7th of August, 2008

    tsocks  most recent diff


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



      # $Id: Portfile 37610 2008-06-15 15:54:51Z jmr macports.org $

      PortSystem 1.0

      Name: tsocks
      Version: 1.8.4
      Category: net
      Maintainers: darren.bane gmail.com
      Description: Transparent SOCKS proxying library
      Long Description: tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary.
      Homepage: http://giig.ugr.es/~rgarcia/tsocks/
      master_sites ${homepage}
      use_bzip2 yes
      Platform: darwin
      checksums md5 dccf57d632136b62dbe7ec7970b6c3e3
      use_autoconf yes
      patchfiles patch-configure.in patch-Makefile.in patch-tsocks.in patch-tsocks.c patch-tsocks.h patch-dead_pool.c

      configure.args --with-conf=${prefix}/etc/tsocks.conf --libdir=${prefix}/lib --mandir=${prefix}/share/man

      post-extract {
      reinplace "s|/etc/tsocks.conf|${prefix}/etc/tsocks.conf|g" ${worksrcpath}/tsocks.8
      }

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/etc
      xinstall -m 755 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample

      xinstall -m 755 -d ${destroot}${prefix}/share/examples/tsocks
      eval xinstall -m 755 [glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks

      xinstall -m 755 -d ${destroot}${prefix}/share/doc/tsocks
      foreach doc { COPYING ChangeLog FAQ INSTALL TODO } {
      xinstall -m 755 ${worksrcpath}/${doc} ${destroot}${prefix}/share/doc/tsocks/${doc}
      }
      }

      post-activate { ui_msg "\n
      The tsocks.conf.sample file is in ${prefix}/etc. Rename it to tsocks.conf to use it. You should set tordns_enable to false if you're not using Tor.\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/tsocks
      % sudo port install tsocks
      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 tsocks
      ---> Verifying checksum for tsocks
      ---> Extracting tsocks
      ---> Configuring tsocks
      ---> Building tsocks with target all
      ---> Staging tsocks into destroot
      ---> Installing tsocks
    - 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 tsocks with these commands:
      %  man tsocks
      % apropos tsocks
      % which tsocks
      % locate tsocks

     Where to find more information:

    Darwin Ports



    image test