| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name rtorrent-devel |
|---|
| 6 | set real_name rtorrent |
|---|
| 7 | version 0.8.3 |
|---|
| 8 | categories net |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers gardnermj@gmail.com |
|---|
| 11 | description console-based BitTorrent client (development version) |
|---|
| 12 | long_description rTorrent is a console-based BitTorrent client. It aims to \ |
|---|
| 13 | be a fully-featured and efficient client with the ability to \ |
|---|
| 14 | run in the background using screen. It supports fast-resume \ |
|---|
| 15 | and session management. \ |
|---|
| 16 | This is the development version of rTorrent, now with DHT! \ |
|---|
| 17 | (See http://libtorrent.rakshasa.no/wiki/RTorrentUsingDHT) |
|---|
| 18 | |
|---|
| 19 | homepage http://libtorrent.rakshasa.no/ |
|---|
| 20 | master_sites ${homepage}downloads/ |
|---|
| 21 | distname ${real_name}-${version} |
|---|
| 22 | checksums md5 d1b43acf08e371a56915293bbcf584c6 \ |
|---|
| 23 | sha1 c6233de4b4b8d3901472696581ed88a0cd07d11d \ |
|---|
| 24 | rmd160 bbb51aa44b72ed34c53bfd20dd15fa4aafe302d5 |
|---|
| 25 | |
|---|
| 26 | depends_lib port:curl \ |
|---|
| 27 | port:libsigcxx2 \ |
|---|
| 28 | port:libtorrent-devel \ |
|---|
| 29 | port:ncurses \ |
|---|
| 30 | port:openssl \ |
|---|
| 31 | port:zlib |
|---|
| 32 | |
|---|
| 33 | configure.args --mandir=${prefix}/share/man \ |
|---|
| 34 | --disable-debug \ |
|---|
| 35 | --enable-ipv6 |
|---|
| 36 | |
|---|
| 37 | livecheck.name ${real_name} |
|---|
| 38 | |
|---|
| 39 | variant xmlrpc description {Enable XMLRPC interface} { |
|---|
| 40 | configure.args-append --with-xmlrpc-c |
|---|
| 41 | depends_lib-append port:xmlrpc-c |
|---|
| 42 | } |
|---|