# $Id: Portfile 23615 2007-04-05 15:29:06Z pipping@macports.org $ PortSystem 1.0 name tor version 0.1.1.26 categories security maintainers boeyms@fastmail.fm openmaintainer@macports.org 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://tor.eff.org/ platforms darwin master_sites ${homepage}dist/ checksums md5 0667df7a1f670bee5163b607aea172ba \ sha1 4d754ee52e20ae99179a74245a5288527c179ab6 \ rmd160 cc1ce91d96dc25a963d1f49f7965db106890949a depends_lib port:libevent port:openssl port:zlib configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --mandir=${prefix}/share/man test.run yes test.target check