53a2d53b89
- Fix MASTER_SITES and HOMEPAGE. 0.3.18 This new release of BitTornado includes the ability to make encrypted connections. I've also finally stopped BitComet from being abusive to clients running in super-seed mode. The encryption standard followed, developed by Azureus, is available at http://www.azureuswiki.com/index.php/Message_Stream_Encryption BitTornado supports both header-only and full-stream encryption, though header-only is only supported in one of BitTornado's four encryption modes. 0.3.17 Few very minor changes, a new stable release. 0.3.16 This version is basically a maintenance release; Super-Seed mode is now working properly again, a minor long-standing bug has been repaired, and it looks like the new version of wxPython (or Python) has finally solved the client-crashing problem.
17 lines
463 B
Text
17 lines
463 B
Text
# $NetBSD: Makefile.common,v 1.11 2007/09/21 18:52:06 veego Exp $
|
|
#
|
|
|
|
DISTNAME= BitTornado-0.3.18
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download2.bittornado.com/download/
|
|
|
|
MAINTAINER= veego@NetBSD.org
|
|
HOMEPAGE= http://www.bittornado.com/
|
|
COMMENT= Experimental bittorrent client
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../net/bittornado/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../net/bittornado/patches
|
|
|
|
WRKSRC= ${WRKDIR}/BitTornado-CVS
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23 22
|