1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: rtorrent
Section: net
Priority: optional
Maintainer: Jose Luis Rivas <ghostbar@debian.org>
Uploaders:
Dmitry E. Oboukhov <unera@debian.org>,
Rogério Brito <rbrito@ime.usp.br>,
Jonathan McDowell <noodles@earth.li>
Build-Depends:
bc,
debhelper (>= 10),
libcppunit-dev,
libcurl4-openssl-dev,
libncurses5-dev,
libncursesw5-dev,
libtorrent-dev (>= 0.13.8),
libxmlrpc-core-c3-dev,
pkg-config
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/debian/rtorrent.git
Vcs-Browser: https://salsa.debian.org/debian/rtorrent
Homepage: https://rakshasa.github.io/rtorrent/
Rules-Requires-Root: no
Package: rtorrent
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
screen | dtach
Description: ncurses BitTorrent client based on LibTorrent from rakshasa
rtorrent is a BitTorrent client based on LibTorrent. It uses ncurses
and aims to be a lean, yet powerful BitTorrent client, with features
similar to the most complex graphical clients.
.
Since it is a terminal application, it can be used with the "screen"/"dtach"
utility so that the user can conveniently logout from the system while keeping
the file transfers active.
.
Some of the features of rtorrent include:
* Use an URL or file path to add torrents at runtime
* Stop/delete/resume torrents
* Optionally loads/saves/deletes torrents automatically in a session
directory
* Safe fast resume support
* Detailed information about peers and the torrent
* Support for distributed hash tables (DHT)
* Support for peer-exchange (PEX)
* Support for initial seeding (Superseeding)
|