[Lunar-commits] <moonbase> gnunet: new module (anonymous p2p)

Christian Krause wookietreiber at lunar-linux.org
Mon May 30 23:31:48 CEST 2011


commit 1230914c5dde23963b09a1297da15e0f1a015e93
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Mon May 30 23:31:48 2011 +0200

    gnunet: new module (anonymous p2p)
---
 zbeta/gnunet/DEPENDS |   11 +++++++++++
 zbeta/gnunet/DETAILS |   26 ++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/zbeta/gnunet/DEPENDS b/zbeta/gnunet/DEPENDS
new file mode 100644
index 0000000..f7da2e2
--- /dev/null
+++ b/zbeta/gnunet/DEPENDS
@@ -0,0 +1,11 @@
+depends libextractor
+depends libmicrohttpd
+depends curl
+depends sqlite
+
+# following are untested, if you should build gnunet with them
+# enabled, please check lvu links gnunet and use the appropriate
+# [en|dis]able /with[out] flags!
+optional_depends "libesmtp"   "" "" "for gnunet-monkey"
+optional_depends "mysql"      "" "" "with mysql database support"
+optional_depends "postgresql" "" "" "with postgresql database support"
diff --git a/zbeta/gnunet/DETAILS b/zbeta/gnunet/DETAILS
new file mode 100644
index 0000000..c559f17
--- /dev/null
+++ b/zbeta/gnunet/DETAILS
@@ -0,0 +1,26 @@
+          MODULE=gnunet
+         VERSION=0.9.0pre2
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+      SOURCE_VFY=sha1:78877347e41d055e8b766b48ed4f0033d1a102b2
+        WEB_SITE=http://gnunet.org/
+         ENTERED=20110221
+         UPDATED=20110221
+           SHORT="framework for secure peer-to-peer (P2P) networking"
+           PSAFE=no
+
+cat << EOF
+GNUnet is a framework for secure peer-to-peer networking that does
+not use any centralized or otherwise trusted services. A first
+service implemented on top of the networking layer allows anonymous
+censorship-resistant file-sharing. Anonymity is provided by making
+messages originating from a peer indistinguishable from messages
+that the peer is routing. All peers act as routers and use
+link-encrypted connections with stable bandwidth utilization to
+communicate with each other. GNUnet uses a simple, excess-based
+economic model to allocate resources. Peers in GNUnet monitor each
+others behavior with respect to resource usage; peers that
+contribute to the network are rewarded with better service.
+GNUnet is part of the GNU project.
+EOF


More information about the Lunar-commits mailing list