# $Id: Portfile 83563 2011-09-06 00:32:46Z ryandesign@macports.org $ PortSystem 1.0 name tor version 0.2.2.32 categories 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. platforms darwin homepage https://www.torproject.org/ master_sites ${homepage}dist/ checksums rmd160 649c21f7ec89e34774c79db6544b612f0895bb61\ sha256 8744328c10b54950e08ee404a75a0e76865be0615cad6f7ffc8c75af7151ef4d depends_lib port:libevent port:openssl port:zlib configure.args --mandir=${prefix}/share/man post-destroot { set tsocksconf ${destroot}${prefix}/etc/tor/tor-tsocks.conf move ${tsocksconf} ${tsocksconf}.sample } test.run yes test.target check livecheck.type regex livecheck.url ${master_sites}?C=M\;O=D livecheck.regex [suffix tor-(\\d+\\.\\d+\\.\\d+\\.\\d+)]