[Lunar-commits] <moonbase> tor: new module
Duncan Gibson
engelsman at lunar-linux.org
Mon Jan 10 22:31:33 CET 2011
commit 5be342a6752408b5fadb61799cb0fb7c24ad1672
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Mon Jan 10 22:31:33 2011 +0100
tor: new module
... probably add CONFIGURE script later which automatically sets up
some things ... see tor homepage for ideas
Note: zbeta module, use at your own risk - untested by me - engelsman
---
zbeta/tor/DEPENDS | 3 +++
zbeta/tor/DETAILS | 19 +++++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/zbeta/tor/DEPENDS b/zbeta/tor/DEPENDS
new file mode 100644
index 0000000..8303028
--- /dev/null
+++ b/zbeta/tor/DEPENDS
@@ -0,0 +1,3 @@
+depends libevent
+depends zlib
+depends openssl
diff --git a/zbeta/tor/DETAILS b/zbeta/tor/DETAILS
new file mode 100644
index 0000000..cf70989
--- /dev/null
+++ b/zbeta/tor/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=tor
+ VERSION=0.2.1.28
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://www.torproject.org/dist
+ SOURCE_VFY=sha1:31c6995314a7a205a5d685bffbe966a766c84d7b
+ WEB_SITE=http://www.torproject.org
+ ENTERED=20101231
+ UPDATED=20101231
+ SHORT="defends you against network surveillance and traffic analysis"
+
+cat << EOF
+Tor is a network of virtual tunnels that allows people and groups
+to improve their privacy and security on the Internet. It also
+enables software developers to create new communication tools
+with built-in privacy features. Tor provides the foundation for
+a range of applications that allow organizations and individuals
+to share information over public networks without compromising
+their privacy.
+EOF
More information about the Lunar-commits
mailing list