diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 16:55:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 16:55:05 +0000 |
commit | 0edd7430b93d48ec51f65243adf9ec8d68151124 (patch) | |
tree | ada4de7a75e9d5301b3b4f51a81d6b5182ee4886 | |
parent | Update to 1.0.1 (diff) |
New port version 0.0.9.2: An anonymous Internet communication system
Notes
Notes:
svn path=/head/; revision=125834
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tor/Makefile | 24 | ||||
-rw-r--r-- | net/tor/distinfo | 2 | ||||
-rw-r--r-- | net/tor/pkg-descr | 16 | ||||
-rw-r--r-- | net/tor/pkg-plist | 6 |
5 files changed, 49 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 917ed9943db7..316916721e5c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -739,6 +739,7 @@ SUBDIR += tkabber SUBDIR += tn3270 SUBDIR += tn5250 + SUBDIR += tor SUBDIR += torrentsniff SUBDIR += tptest SUBDIR += traceroute diff --git a/net/tor/Makefile b/net/tor/Makefile new file mode 100644 index 000000000000..215443a4f3f6 --- /dev/null +++ b/net/tor/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Tor +# Date created: Fri Jan 7 03:59:50 UTC 2005 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= tor +PORTVERSION= 0.0.9.2 +CATEGORIES= net +MASTER_SITES= http://tor.eff.org/dist/ + +MAINTAINER= lioux@FreeBSD.org +COMMENT= An anonymous Internet communication system + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= \ + tor-resolve.1 \ + tor.1 \ + torify.1 + +.include <bsd.port.mk> diff --git a/net/tor/distinfo b/net/tor/distinfo new file mode 100644 index 000000000000..c0c036fa75b8 --- /dev/null +++ b/net/tor/distinfo @@ -0,0 +1,2 @@ +MD5 (tor-0.0.9.2.tar.gz) = 65fe27324904c350be555e4eb0ae9fcd +SIZE (tor-0.0.9.2.tar.gz) = 539296 diff --git a/net/tor/pkg-descr b/net/tor/pkg-descr new file mode 100644 index 000000000000..a65567366f43 --- /dev/null +++ b/net/tor/pkg-descr @@ -0,0 +1,16 @@ +[ excerpt from developer's web site ] + +Tor is a toolset for a wide range of organizations and people that +want to improve their safety and security on the Internet. Using +Tor can help you anonymize web browsing and publishing, instant +messaging, IRC, SSH, and more. Tor also provides a platform on which +software developers can build new applications with built-in +anonymity, safety, and privacy features. + +Check the sites below for more information: + +http://www.onion-router.net/ + +WWW: http://tor.eff.org/ + +-- lioux@FreeBSD.org diff --git a/net/tor/pkg-plist b/net/tor/pkg-plist new file mode 100644 index 000000000000..6c92bd3e9c88 --- /dev/null +++ b/net/tor/pkg-plist @@ -0,0 +1,6 @@ +bin/tor +bin/tor-resolve +bin/torify +etc/tor/tor-tsocks.conf +etc/tor/torrc.sample +@dirrm etc/tor |