diff options
author | recht <recht@pkgsrc.org> | 2005-03-28 14:43:10 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-03-28 14:43:10 +0000 |
commit | fc4877c9342803872d7a54ff7d8af138f7ff06d1 (patch) | |
tree | 3bd31c7cb0bcad9e03b4c33b63c094520a733c78 /net/bittorrent-gui | |
parent | 2160538b0af0d7dc34245e91662fb31000a20001 (diff) | |
download | pkgsrc-fc4877c9342803872d7a54ff7d8af138f7ff06d1.tar.gz |
update to BitTorrent 4.0.1
2005-03-25: 4.0.1 is now available.
Changes since the last stable release:
- Possible workaround for the "TCP stack flaking out" bug as a preference.
- Preference option for the text color over the progress bar.
- Fixed problem picking config file and save locations on Win98/ME.
- Switched to GTK file save widgets to fix the problem of resuming multi-file
torrents.
- Bulk traffic flag was only being set on incoming connections.
- Some tweaks to the interface and more informative error messages.
- Fixes to installer, including location fixes for non-English users.
- Fix for interface lockups after being minimized.
- Fixed a couple tracebacks.
_ A few small tracker bugs fixed.
- An item which belonged in the previous notes: Improvments to seed behaviour
which addresses the problem for which super-seeding was created, but without
the problems of super-seeding.
2005-03-07: 4.0.0 is now available.
Changes since the last stable release:
- All new queue-based user interface
- Many options are now modifiable from the interface, including upload rate
- Lots of other interface improvements
- Extra stats are visible, for those who like it
- Remembers what it was doing across restarts
_ New .torrent maker "btmaketorrentgui" replaces "btcompletedir"
- Better performance, as always
- License has changed to the BitTorrent Open Source License
- Torrent fields are correctly created and interpreted as utf8
- Too many little things to list
A few technical notes, for those interested:
- Single port: launchmany can seed and client can download many files from a
single port and thread
- Interface now uses GTK instead of wxWidgets
- BitTorrent packets are marked as bulk data to make traffic shaping easier
2005-01-22: 3.9.1 beta is now available.
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 15 | ||||
-rw-r--r-- | net/bittorrent-gui/PLIST | 4 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index 7148a8826af..c9b0d2298ed 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,23 +1,22 @@ -# $NetBSD: Makefile,v 1.8 2004/12/25 20:03:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/28 14:43:10 recht Exp $ # .include "../../net/bittorrent/Makefile.common" PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} -PKGREVISION= 2 -COMMENT+= (wxGTK GUI) +COMMENT+= (GTK+ GUI) -DEPENDS+= bittorrent>=3.4:../../net/bittorrent +DEPENDS+= bittorrent>=4.0.1:../../net/bittorrent -NO_BUILD= # defined +PYTHON_PATCH_SCRIPTS= btdownloadgui.py btmaketorrentgui.py -PYTHON_PATCH_SCRIPTS= btcompletedirgui.py btdownloadgui.py +do-build: # empty do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin .include "../../lang/python/application.mk" -.include "../../x11/py-wxWidgets/buildlink3.mk" +.include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/bittorrent-gui/PLIST b/net/bittorrent-gui/PLIST index 6f782e88552..68c03baa72d 100644 --- a/net/bittorrent-gui/PLIST +++ b/net/bittorrent-gui/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/03 10:04:04 recht Exp $ -bin/btcompletedirgui.py +@comment $NetBSD: PLIST,v 1.2 2005/03/28 14:43:10 recht Exp $ bin/btdownloadgui.py +bin/btmaketorrentgui.py |