diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 15:27:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 15:27:42 +0000 |
commit | dea27d0930ae09bb049a79fe800ebd9d7d396b61 (patch) | |
tree | 22eef0ebb27f29d3d23ce316a6ce144af2f4bf35 /net-p2p/Makefile | |
parent | 41618ec3445ba0a851bac989ffa26b6678f7625a (diff) |
Unworkable is a BSD-licensed BitTorrent implementation
for UNIX written from-scratch in C. It uses libevent
for scalable asynchronous networking and the mmap()
system call for local data access. Some of the goals of
the project include (in no particular order) high code
quality, efficiency, simplicity and security.
WWW: http://p2presearch.com/unworkable/
PR: ports/127904
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=221439
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 ec4f464514b8..c5920a6d1b09 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -125,6 +125,7 @@ SUBDIR += transmission-gtk2 SUBDIR += tribler SUBDIR += tvrss + SUBDIR += unworkable SUBDIR += valknut SUBDIR += verlihub SUBDIR += verlihub-plugins |