# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name torsocks version 1.2 revision 1 categories net security license GPL-2+ platforms darwin maintainers yopmail.com:sami.laine description A transparent socks proxy for use with tor long_description Torsocks is an application for Linux, BSD and \ OS X that allows you to use network applications \ such as ssh and irssi with Tor. Torsocks allows you \ to use most socks-friendly applications in a safe \ way with Tor. It ensures that DNS requests are \ handled safely and explicitly rejects UDP traffic \ from the application you are using. homepage http://torsocks.googlecode.com/ master_sites googlecode checksums rmd160 eb4b16833c5f7a09424d7acb9993c6dd04f8a8d0 \ sha256 bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4 configure.args --datarootdir=${prefix}/share/doc/torsocks post-destroot { move ${destroot}${prefix}/etc/torsocks.conf \ ${destroot}${prefix}/etc/torsocks.conf.default } post-activate { if {![file exists ${prefix}/etc/torsocks.conf]} { file copy ${prefix}/etc/torsocks.conf.default \ ${prefix}/etc/torsocks.conf } }