# -*- 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-devel conflicts rtorrent set real_name rtorrent version 0.9.0 categories net platforms darwin maintainers gmail.com:gardnermj license GPL description console-based BitTorrent client (unstable release) 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. \ This is the "unstable" release of rTorrent. homepage http://libtorrent.rakshasa.no/ master_sites ${homepage}downloads/ dist_subdir ${real_name} distname ${real_name}-${version} checksums rmd160 0b276a946947274223c60a912c1e0b918958baec \ sha256 005445c40374e90478374542d441bf8c95dbc1ecd6e1f6585ca4966b2f708a97 depends_build port:pkgconfig depends_lib port:curl \ port:libsigcxx2 \ port:libtorrent-devel \ port:ncurses \ port:openssl \ port:zlib if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 } 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.url [lindex ${master_sites} 0] livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}