# $Id: Portfile 71620 2010-09-18 07:39:01Z boeyms@macports.org $ PortSystem 1.0 name tor version 0.2.1.26 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. homepage http://www.torproject.org/ platforms darwin master_sites ${homepage}dist/ checksums md5 f7b30a144e1da41aa43f496bd47ffba7\ sha1 87af7aa658774031d181340848a875e4fd8e27bf\ rmd160 6fe03ec4a8f72c9eda4a47370ebb240db78a4a39 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+)]