# -*- 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 python25 1.0

name             bittorrent
version          5.2.0
revision         1
categories       net python
maintainers      nomaintainer
description      peer-to-peer tool for distributing files
long_description \
	BitTorrent is a tool for distributing files. It's extremely \
	easy to use - downloads are started by clicking on hyperlinks. \
	Whenever more than one person is downloading at once they send \
	pieces of the file(s) to each other, thus relieving the \
	central server's bandwidth burden. Even with many simultaneous \
	downloads, the upload burden on the central server remains \
	quite small, since each new downloader introduces new upload \
	capacity.
homepage         http://www.bittorrent.com/
platforms        darwin

master_sites     http://download.bittorrent.com/dl/
distname         BitTorrent-${version}
checksums        md5 b35d1de939b0768fd5c62978326864eb \
		 sha1 ff89b8e585b48dda4a87f5379636c0458a876277

depends_lib		port:py25-wxpython \
			port:py25-twisted \
			port:py25-crypto