diff options
author | mezz <mezz@FreeBSD.org> | 2010-11-17 20:44:25 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-11-17 20:44:25 +0800 |
commit | e1f34da01a6bcc7fb326329b2de2673ec2360ac1 (patch) | |
tree | 7730ec2f36b62a6a0202f5d9c94fdab81fd53a4a /net-p2p/Makefile | |
parent | c3f2c08ebf9b1435e09e13839641009dd814cd9f (diff) | |
download | freebsd-ports-gnome-e1f34da01a6bcc7fb326329b2de2673ec2360ac1.tar.gz freebsd-ports-gnome-e1f34da01a6bcc7fb326329b2de2673ec2360ac1.tar.zst freebsd-ports-gnome-e1f34da01a6bcc7fb326329b2de2673ec2360ac1.zip |
A fast and lightweight QT4 BitTorrent client, loosely based on the GTK+ client.
This is the only Transmission client that can act as its own self-contained
session (as the GTK+ and Mac clients do), and can also connect to a remote
session (as the web client and transmission-remote terminal client do).
Transmission has been built from the ground up to be a lightweight, yet
powerful BitTorrent client. Its simple, intuitive interface is designed
to integrate tightly with whatever computing environment you choose to
use. Transmission strikes a balance between providing useful functionality
without feature bloat. Furthermore, it is free for anyone to use or modify.
WWW: http://www.transmissionbt.com/
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 04544488dee0..72e1d2ce5412 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -123,6 +123,7 @@ SUBDIR += transmission-cli SUBDIR += transmission-daemon SUBDIR += transmission-gtk2 + SUBDIR += transmission-qt4 SUBDIR += transmisson-remote-gui SUBDIR += tribler SUBDIR += tvrss |