# -*- 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: Portfile 154065 2016-10-19 15:17:47Z devans@macports.org $ PortSystem 1.0 name tor-devel conflicts tor version 0.2.9.4-alpha categories security platforms darwin maintainers maclemon.at:macports.org openmaintainer license BSD 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 https://www.torproject.org/ master_sites https://dist.torproject.org/ distname tor-${version} checksums rmd160 2797af12b3b6c70dad48fa9979b248377747bae0 \ sha256 fc5664fff4c86d3644043a068f11b17c57f9a295c37b7186bf90bb237913e400 depends_lib port:libevent \ path:lib/libssl.dylib:openssl \ port:zlib configure.args --disable-asciidoc \ --disable-silent-rules \ --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 tor-(\\d+\\.\\d+\\.\\d+\\.\\d+(-alpha|-beta|-rc)?)${extract.suffix}