# $Id: Portfile 58147 2009-09-23 00:17:20Z boeyms@macports.org $ PortSystem 1.0 name tor-devel version 0.2.2.2-alpha 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/ distname tor-${version} checksums md5 205f46d7c2646b1f22e231ccc8e443f1 \ sha1 3beaecd47f4c0d3d5d182ef8d47166a81f9f62eb \ rmd160 282fdf37293ec24ba1c99beeccbe598cfbcda2df depends_lib port:libevent port:openssl port:zlib configure.args --with-libevent-dir=${prefix} \ --with-openssl-dir=${prefix} \ --with-zlib-dir=${prefix} 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+(-alpha|-beta|-rc)?)]