diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-03-04 23:23:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-03-04 23:23:15 +0800 |
commit | 155d1857eaef2ebedce0dc916bfd95523bc04f28 (patch) | |
tree | 6c02590d9cc36bbddbba9521010947e19772166f /net | |
parent | 9f902634b6d1cfc17d34fdd407c1ed28efec245e (diff) | |
download | freebsd-ports-gnome-155d1857eaef2ebedce0dc916bfd95523bc04f28.tar.gz freebsd-ports-gnome-155d1857eaef2ebedce0dc916bfd95523bc04f28.tar.zst freebsd-ports-gnome-155d1857eaef2ebedce0dc916bfd95523bc04f28.zip |
add tor 0.0.9.5
An anonymous Internet communication system
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tor/Makefile | 22 | ||||
-rw-r--r-- | net/tor/distinfo | 2 | ||||
-rw-r--r-- | net/tor/pkg-descr | 7 | ||||
-rw-r--r-- | net/tor/pkg-plist | 6 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7e2717a9855a..89ff8c3e42e9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -763,6 +763,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..a32040072064 --- /dev/null +++ b/net/tor/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# Ports collection makefile for: tor +# Date created: Mar 4, 2005 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tor +PORTVERSION= 0.0.9.5 +CATEGORIES= net +MASTER_SITES= http://tor.eff.org/dist/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= An anonymous Internet communication system + +GNU_CONFIGURE= yes + +MAN1= tor.1 tor-resolve.1 torify.1 +MANCOMPRESSED= no + +.include <bsd.port.mk> diff --git a/net/tor/distinfo b/net/tor/distinfo new file mode 100644 index 000000000000..507a92407bd1 --- /dev/null +++ b/net/tor/distinfo @@ -0,0 +1,2 @@ +MD5 (tor-0.0.9.5.tar.gz) = 7cc28039e40a6a66a81d2a076171153e +SIZE (tor-0.0.9.5.tar.gz) = 569467 diff --git a/net/tor/pkg-descr b/net/tor/pkg-descr new file mode 100644 index 000000000000..6764a14d23de --- /dev/null +++ b/net/tor/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://tor.eff.org/ diff --git a/net/tor/pkg-plist b/net/tor/pkg-plist new file mode 100644 index 000000000000..d29ec920142d --- /dev/null +++ b/net/tor/pkg-plist @@ -0,0 +1,6 @@ +bin/tor +bin/tor-resolve +bin/torify +etc/tor/torrc.sample +etc/tor/tor-tsocks.conf +@dirrm etc/tor |