b3b589f7a0
Changes since 0.3.10: - Changes include bug fixes to the tracker and to btlaunchmany[curses], the Windows installers' being built using older versions of Python and wxPython to fix the problem with the client sticking in the task list, and the addition of a little sneakiness to help keep ISPs from killing connections to seed clients. - Today's release should fix the problem with clients hanging in the task manager. It should also fix problems on 64-bit processors.
18 lines
497 B
Text
18 lines
497 B
Text
# $NetBSD: Makefile.common,v 1.7 2005/06/27 18:02:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= BitTornado-0.3.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.bittornado.com/download/
|
|
|
|
MAINTAINER= wiz@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
|