summaryrefslogtreecommitdiff
path: root/net/bittornado
AgeCommit message (Collapse)AuthorFilesLines
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2011-10-30* No need to buildlink with python module packagse, simple DEPENDS is ↵obache2-7/+9
sufficient. * switch to use py-crypto instead of obsolated py-amkCrypto. * register egg-info. Bump PKGREVISION.
2011-06-19enable crypto connectionsplunky1-2/+3
(many peers refuse to talk to me, otherwise?)
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+3
changed runtime dependencies now.
2008-06-12Add DESTDIR support.joerg1-1/+2
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-3/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-02-04Reset maintainer on his request.wiz1-2/+2
2007-09-21Update BitTornado and BitTornado-gui to 0.3.18.veego3-10/+12
- 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.
2006-03-10Update to 0.3.15:veego3-8/+7
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-14Update bittornado to 0.3.14 and take maintainership as offered by wiz.veego2-7/+7
The Changelog is not very usefull: Okay, here comes another attempt at keeping the client from sticking in the task manager. This version has also been compiled with the older versions of Python/wxPython, a la T-0.3.12, and has a number of other minor bug fixes.
2005-09-27Update to 0.3.13. Changes undocumented.wiz2-6/+6
2005-06-27Update to 0.3.12, provided by veego@.wiz2-6/+6
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.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-28Update to 0.3.10 and while doing that remove patch-ab because thereveego4-55/+16
are problems with some network configuration. phone agreed to reomve it. Add 24 to PYTHON_VERSIONS_ACCEPTED, because it works since version 0.3.9 with Python 2.4. Approved by wiz. Release notes: - 0.3.9 Ever since the Python people released a new revision of their rather intriguing programming language, I've had people bugging me to put out a new version (especially since there were issues with running the 0.3.8 codebase under it). I'd been waiting for a version of wxPython for Windows that would work with the new Python to be released as well, and now that it has, well, here you go! This version also fixes a few other bugs; the number of upload slots is now proper, and firewalled peers that lose all their connections will find themselves reconnecting more quickly, and a few other problems were fixed. I did hold back a number of fixes and improvements pending work on 0.4.0. Otherwise I'd wind up having to update two separate branches of code, something I'd really rather not do. (Forking your own code can suck badly.) So the window-width problem still isn't fixed. Oh well. - 0.3.9a The T-0.3.9a release contains a bugfix for the tracker, and the modified installer includes a DLL which is missing on some people's systems. If you're already successfully running T-0.3.9 on your system, there's no need to upgrade. - 0.3.9b This contains another fix to the tracker codebase. No change was made to client functionality. - 0.3.10 The latest update should fix the problem with the client getting stuck in the task manager under Windows. The pause system has been rewritten, and no longer halts the engine; it should work properly without freezing up now on machines w/ limits on the maximum number of connections that can be kept open. A few other bugs have been fixed, though the GUI width problem hasn't (and may not until the GUI is rewritten). Another stupid bug, where the download time estimate isn't blanked when the client is paused, will be fixed in the next version.
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-07apply the patch frommrg3-2/+50
http://arctic.org/~dean/patches/bittornado-0.3.7-source-port-and-iptos.patch that fixes the setting the TOS to IPTOS_THROUGHPUT and allows one to control the source-port all connections come from, not just the listen port. (the actual port is still randomized in the 10000-60000 port range by default.) bump PKGREVISION. approved by wiz@.
2004-11-30Update to 0.3.8, provided by veego.wiz4-13/+11
This is a maintenance release for the client; it's mostly to fix problem induced when people install Service Pack 2 for XP. There are a few more bugs fixed, including in the tracker code and in the launchmany clients. There's a very stupid UI bug, caused by the newest version of wxPython, in which a very long filename will cause the window to stretch even if the option is deselected in Prefs. This may not be fixed until the next GUI is written.
2004-10-28Initial import of bittornado and bittornado-gui:wiz6-0/+217
Experimental BitTorrent client, based on the official one.