# $Id: Portfile,v 1.16 2005/09/27 21:54:06 toby Exp $ PortSystem 1.0 name tor version 0.1.0.15 categories security maintainers toby@opendarwin.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 sha1 d985a5f9ac0d1fc3121e8b79e196f76cfa462982 depends_lib lib:XXX:libevent configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --mandir=${prefix}/share/man test.run yes test.target check