diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-28 12:29:18 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-28 12:29:18 +0800 |
commit | 9a7dcf1e532610ae40fe4dc90b7a7794e5e75eb8 (patch) | |
tree | bbf1be574f2345bdbd39e7f43e6d6b5e7de7e2c4 /net-p2p/freenet/Makefile | |
parent | 25b7fb28e155ef26914486a4c47f67577e44cf77 (diff) | |
download | freebsd-ports-gnome-9a7dcf1e532610ae40fe4dc90b7a7794e5e75eb8.tar.gz freebsd-ports-gnome-9a7dcf1e532610ae40fe4dc90b7a7794e5e75eb8.tar.zst freebsd-ports-gnome-9a7dcf1e532610ae40fe4dc90b7a7794e5e75eb8.zip |
o Update to Freenet Stable build 5072 released 20040228 snapshot
o This new build incorporates the new "rate limiting" load balancing
mechanism discussed here. Rate limiting has proven surprisingly
effective in the unstable branch, typically keeping a node's load
within a few percentage points of where it is supposed to be.
This is in stark contrast to previous load balancing attempts
where load was continuously so high as to render Freenet nodes
almost completely useless.
Diffstat (limited to 'net-p2p/freenet/Makefile')
-rw-r--r-- | net-p2p/freenet/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 8e85b6c1276b..7f62b57fff5e 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -6,10 +6,13 @@ # PORTNAME= freenet -PORTVERSION= 0.5.2.1 +PORTVERSION= 0.5.2.1.5072 CATEGORIES= net java security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://freenetproject.org/snapshots/ +DISTNAME= ${PORTNAME}-20040228 +EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech |