# $Id: Portfile 86786 2011-11-04 05:20:35Z boeyms@macports.org $ PortSystem 1.0 name tor version 0.2.2.34 categories security maintainers nomaintainer 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 3cbf6f00ab88010ed2f916526c4acef9a8514c37\ sha256 a027a535b35e5f9ca7091e4c83a06b4be48f0f95d6906bdd467ccc0659e7e798 patchfiles patch-contrib__torify.in.diff 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+)]