diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-10-10 19:31:11 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-10-10 19:31:11 +0000 |
commit | a375cd9af92d9df04adc36a4b89ecbb9b2dfdd79 (patch) | |
tree | 60b9403dd678f0ff8729921050af780f4b82caa6 /net-p2p/transmission-cli/pkg-descr | |
parent | Update to version 1.1 (diff) |
Transmission is a free BitTorrent client written from scratch in C. It aims to
be as efficient as possible. Only the Mac OS X version has a graphical
interface yet. Transmission is released under the MIT license.
Transmission is still in early development stage.
WWW: http://transmission.m0k.org/
--
Let me know if it doesn't work with FreeBSD 4.x for USE_GETOPT_LONG and for
anyone that has the different setup of OpenSSL (USE_OPENSSL). FreeBSD 4.x is
untest, but FreeBSD 5.x, 6.x and 7.x have been tested.
BTW: Using CVS version, because it has good bugs fixes and added FreeBSD
support that I sent Eric Petit (the author/developer) a patch.
Diffstat (limited to '')
-rw-r--r-- | net-p2p/transmission-cli/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/transmission-cli/pkg-descr b/net-p2p/transmission-cli/pkg-descr new file mode 100644 index 000000000000..96a46498eea2 --- /dev/null +++ b/net-p2p/transmission-cli/pkg-descr @@ -0,0 +1,7 @@ +Transmission is a free BitTorrent client written from scratch in C. It aims to +be as efficient as possible. Only the Mac OS X version has a graphical +interface yet. Transmission is released under the MIT license. + +Transmission is still in early development stage. + +WWW: http://transmission.m0k.org/ |