diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-03 00:24:34 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-03 00:24:34 +0800 |
commit | 7992d26d5b2a289e1e39073879a3deacb5a329c1 (patch) | |
tree | 2d6e8a60d93a6b4e715b54a466bb35885153ac72 /net-p2p/Makefile | |
parent | f34b6181279923a8e9872ff15d46d6d5642f8a3f (diff) | |
download | freebsd-ports-graphics-7992d26d5b2a289e1e39073879a3deacb5a329c1.tar.gz freebsd-ports-graphics-7992d26d5b2a289e1e39073879a3deacb5a329c1.tar.zst freebsd-ports-graphics-7992d26d5b2a289e1e39073879a3deacb5a329c1.zip |
Tribler is a social community that facilitates filesharing through a so called
peer-to-peer (p2p) network. A p2p network is structural different to a
server-computer structure, where every user downloads its files from one
central server. Within p2p the user/downloader becomes also an uploader to the
next user. In this way there is no central computer that provides every file
to all users.
WWW: http://www.tribler.org/
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 440a96ad81c..62cc17b41d7 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -121,6 +121,7 @@ SUBDIR += trackerbt SUBDIR += transmission SUBDIR += transmission-gtk2 + SUBDIR += tribler SUBDIR += tvrss SUBDIR += valknut SUBDIR += verlihub |