           SPELL=tor

if [ "$TOR_DEVEL" == "y" ]; then
         VERSION=0.1.2.2-alpha
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
     SOURCE_HASH=sha512:69ed2d10a22827fd72ade87ce8a80479d6f1075ec0be864e64ef3dd3c27dd6054522f4af06979309333eba8f2699bfee6168f43800f72ca4032e91f115f600c9
else
         VERSION=0.1.1.24
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
     SOURCE_HASH=sha512:e940d508d46130387b1383647772754d68c364398489ff91055038fb539df7cf9891026fefcadc1550efbf4c11bbcde0ec0e92608cca08f6f0160aca62731a68
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=BSD
        WEB_SITE=http://tor.eff.org/
         ENTERED=20050415
        KEYWORDS="net"
           SHORT="An anonymous Internet communication system"

cat << EOF
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.

Your traffic is safer when you use Tor, because communications are bounced
around a distributed network of servers, called onion routers. Instead
of taking a direct route from source to destination, data packets on
the Tor network take a random pathway through several servers that
cover your tracks so no observer at any single point can tell where the
data came from or where it's going. This makes it hard for recipients,
observers, and even the onion routers themselves to figure out who and
where you are. Tor's technology aims to provide Internet users with
protection against "traffic analysis," a form of network surveillance
that threatens personal anonymity and privacy, confidential business
activities and relationships, and state security.
EOF
