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.
14 lines
312 B
Makefile
14 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/03/10 20:46:28 veego Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFLICTS= bittorrent-[0-9]*
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../devel/py-cursespanel/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|