a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20415 2006-11-03 02:15:27Z jberry@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name bittorrent
version 4.20.9
categories net python
maintainers nomaintainer@macports.org
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 ff1f3e38ce81c2a4beb7e7c4ce65a5ad
depends_lib port:py-wxpython \
port:py-twisted \
port:py-crypto