diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-09 01:07:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-09 01:07:33 +0800 |
commit | 3889be168f448ec443d82fa309ca0fd31f6071f1 (patch) | |
tree | 97ecd60efad0bad273e5a36a43dc3dbf8825fb7d /net | |
parent | f841c83fe08bac9d2e0aedd5f106ea7e909e5549 (diff) | |
download | freebsd-ports-gnome-3889be168f448ec443d82fa309ca0fd31f6071f1.tar.gz freebsd-ports-gnome-3889be168f448ec443d82fa309ca0fd31f6071f1.tar.zst freebsd-ports-gnome-3889be168f448ec443d82fa309ca0fd31f6071f1.zip |
o Remove net/tor since security/tor exists prior to net/tor addition
o Point users of security/tor to net/tor in ports/MOVED
Diffstat (limited to 'net')
-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, 0 insertions, 49 deletions
diff --git a/net/Makefile b/net/Makefile index 316916721e5c..917ed9943db7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -739,7 +739,6 @@ SUBDIR += tkabber SUBDIR += tn3270 SUBDIR += tn5250 - SUBDIR += tor SUBDIR += torrentsniff SUBDIR += tptest SUBDIR += traceroute diff --git a/net/tor/Makefile b/net/tor/Makefile deleted file mode 100644 index 215443a4f3f6..000000000000 --- a/net/tor/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 deleted file mode 100644 index c0c036fa75b8..000000000000 --- a/net/tor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index a65567366f43..000000000000 --- a/net/tor/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -[ 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 deleted file mode 100644 index 6c92bd3e9c88..000000000000 --- a/net/tor/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/tor -bin/tor-resolve -bin/torify -etc/tor/tor-tsocks.conf -etc/tor/torrc.sample -@dirrm etc/tor |