6a4528da06
This release fixes a few long-standing bugs, including one that prevented a torrent from being restarted if files had been selected for no longer downloading. The tracker isn't crashing sporadically any more. And some security has been added to super-seed to prevent CERTAIN CLIENTS (*thwaps BitComet*) from leeching important bandwidth. Neither encryption nor DHT (official or Azureus's version) has been added yet, nor has the UI been revamped.
18 lines
502 B
Text
18 lines
502 B
Text
# $NetBSD: Makefile.common,v 1.10 2006/03/10 20:46:28 veego Exp $
|
|
#
|
|
|
|
DISTNAME= BitTornado-0.3.15
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.bittornado.com/download/
|
|
|
|
MAINTAINER= veego@NetBSD.org
|
|
HOMEPAGE= http://bittornado.com/
|
|
COMMENT= Experimental bittorrent client
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../net/bittornado/distinfo
|
|
FILESDIR= ${.CURDIR}/../../net/bittornado/files
|
|
PATCHDIR= ${.CURDIR}/../../net/bittornado/patches
|
|
|
|
WRKSRC= ${WRKDIR}/BitTornado-CVS
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23 22
|