# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                rtorrent
conflicts           rtorrent-devel
set real_name       rtorrent
version             0.9.2
revision            2
categories          net
platforms           darwin
maintainers         gmail.com:stuartwesterman openmaintainer
license             {GPL-2+ OpenSSLException}

description         console-based BitTorrent client

long_description    rTorrent is a console-based BitTorrent client. It aims to \
                    be a fully-featured and efficient client with the ability to \
                    run in the background using screen. It supports fast-resume \
                    and session management.

homepage            http://libtorrent.rakshasa.no/
master_sites        ${homepage}downloads/
distname            ${real_name}-${version}

checksums           rmd160  130a4c7f3bd018f7247d4561170d6878ab7a120f \
                    sha256  5c8f8c780bee376afce3c1cde2f5ecb928f40bac23b2b8171deed5cf3c888c3d

depends_build       port:pkgconfig

depends_lib         port:curl \
                    port:libsigcxx2 \
                    port:libtorrent \
                    port:ncurses \
                    path:lib/libssl.dylib:openssl \
                    port:zlib

configure.args      --mandir=${prefix}/share/man \
                    --disable-debug \
                    --enable-ipv6

variant xmlrpc description {Enable XMLRPC interface} {
    configure.args-append   --with-xmlrpc-c
    depends_lib-append      port:xmlrpc-c
}

livecheck.type      regex
livecheck.name      ${real_name}
livecheck.url       ${master_sites}
livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}