diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-09 05:57:48 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-09 05:57:48 +0000 |
commit | f1fecbca8e270741daf63058b29a389c4f4dbe9e (patch) | |
tree | ee54d1969feb2bed53a7114b6965323e327d4157 /net-p2p/Makefile | |
parent | 30c4334403a2946e9a6a41570bb18060ddbfe415 (diff) |
The transmission-daemon is a daemon-based Transmission session that can
be controlled via IPC commands by transmission-remote (included).
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top on an efficient, cross-platform
back-end.
WWW: http://www.transmissionbt.com/
--
I am getting more and more requests lately, some users want to use Clutch. The
Clutch is using transmission-daemon to control the torrent by via web-based
interface.
http://clutchbt.com/
I have no interest in Clutch, so don't bother to ask me to create Clutch port.
I do not really know anything about transmission-daemon, so test and report me
bugs as usually.
Notes
Notes:
svn path=/head/; revision=206930
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 2262dba103f2..45c8f51e4821 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -119,6 +119,7 @@ SUBDIR += torrentvolve SUBDIR += trackerbt SUBDIR += transmission + SUBDIR += transmission-daemon SUBDIR += transmission-gtk2 SUBDIR += tribler SUBDIR += tvrss |