diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 17:07:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 17:07:33 +0000 |
commit | 7d8019bc9d85e53e92f7f28e3aa78de5b263d10f (patch) | |
tree | 32a9ec2265daf21982be94084b9c0008adf6d969 | |
parent | c27e73922b123decc36e0cb653f4abacae6a2f5c (diff) | |
download | ports-7d8019bc9d85e53e92f7f28e3aa78de5b263d10f.tar.gz ports-7d8019bc9d85e53e92f7f28e3aa78de5b263d10f.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
Notes
Notes:
svn path=/head/; revision=125836
-rw-r--r-- | MOVED | 1 | ||||
-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 |
6 files changed, 1 insertions, 49 deletions
@@ -1369,3 +1369,4 @@ www/horde2|www/horde|2004-12-26|Resurrect www/horde mail/imp3|mail/imp|2004-12-26|Resurrect mail/imp games/xblast-beta|games/xblast|2004-12-28|xblast is newest version now emulators/linux-zsnes||2004-12-30|feature-complete native version available +net/tor|security/tor|2005-01-08|duplicate ports 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 |