# -*- 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
PortGroup           python 1.0

name                bittornado
version             0.3.18
revision            2
categories          net python
platforms           darwin
license             MIT
maintainers         nomaintainer

description         bittorrent client and python module with enhancements
long_description    bittornado is a tool for distributing files. It is \
                    based on the bittorrent tool but has many \
                    enhancement over it: multitracker support - to \
                    have redundant tracker, preferences menu for GUI \
                    client, webseed support to have better control of \
                    download, graphical torrent file maker and \
                    experimental IPv6 support.
homepage            http://www.bittornado.com/

supported_archs         noarch
python.default_version  27

master_sites        http://download2.bittornado.com/download/
distname            BitTornado-${version}
checksums           md5 faeb137036cfaaeab91afc7f62c7dc30 \
                    sha1 64c65b69d112f76ba8a024ff5b8671058130b71a \
                    rmd160 77e61f01101c2878d4e993e0581365a71c375892

worksrcdir          BitTornado-CVS

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     LATEST&nbsp\;VERSION:(?:&nbsp\;)+(\[0-9.\]+)