diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-07 19:27:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-07 19:27:28 +0000 |
commit | 268a83bff7f783cb46719fa7da111989eb5d2ffa (patch) | |
tree | 8b014ccec53d445ca1755f550569949fdbb4bc95 | |
parent | 9a107886b00528c3cceca769075f3eb7cfdf2143 (diff) | |
download | pkgsrc-268a83bff7f783cb46719fa7da111989eb5d2ffa.tar.gz |
Update to 0.90, as requested in pkg/17508. Changes since 0.85:
- All configuration can now be made from the GUI.
- Fully redesigned search filters to work like ipchains/iptable on Linux.
- Obsoleted experimental "auto-download", superseded by the new filtering code.
- Added Gnutella bandwidth management.
- Both HTTP and Gnet bandwidth is now displayed real time.
- Added full HUGE support (Hash/URN Gnutella Extensions).
- Added support for local host preference.
- Gtk-gnutella can do traffic compression when connecting to a node that
also supports it.
- Upload and downloads will now show User-Agent/Server information.
- Added status to the download queue.
- You can now freeze the download queue whilst manipulating it.
- Searches can now be listed on the left side of the screen, or as tabs like
in the previous versions.
- Added automatic banning of servents that are hammering us.
- Many more cool new features that you'll discover whilst playing with it.
-rw-r--r-- | net/gtk-gnutella/Makefile | 5 | ||||
-rw-r--r-- | net/gtk-gnutella/PLIST | 8 | ||||
-rw-r--r-- | net/gtk-gnutella/distinfo | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 546fcb43777..78731edb971 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/04/15 06:59:23 martti Exp $ +# $NetBSD: Makefile,v 1.16 2002/07/07 19:27:28 wiz Exp $ # -DISTNAME= gtk-gnutella-0.85 +DISTNAME= gtk-gnutella-0.90 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/} @@ -17,6 +17,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtk-gnutella ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gtk-gnutella +.include "../../textproc/libxml2/buildlink.mk" .include "../../x11/gtk/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/gtk-gnutella/PLIST b/net/gtk-gnutella/PLIST index 1c982ec268d..794cbb0c5b4 100644 --- a/net/gtk-gnutella/PLIST +++ b/net/gtk-gnutella/PLIST @@ -1,4 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:32 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/07/07 19:27:28 wiz Exp $ bin/gtk-gnutella share/doc/gtk-gnutella/README +share/gtk-gnutella/pixmaps/arrow_down.xpm +share/gtk-gnutella/pixmaps/arrow_up.xpm +share/gtk-gnutella/pixmaps/firewall.xpm +share/gtk-gnutella/pixmaps/no_firewall.xpm +@dirrm share/gtk-gnutella/pixmaps +@dirrm share/gtk-gnutella @dirrm share/doc/gtk-gnutella diff --git a/net/gtk-gnutella/distinfo b/net/gtk-gnutella/distinfo index 266ec1853c3..a5f1be8c151 100644 --- a/net/gtk-gnutella/distinfo +++ b/net/gtk-gnutella/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/04/15 06:59:23 martti Exp $ +$NetBSD: distinfo,v 1.7 2002/07/07 19:27:28 wiz Exp $ -SHA1 (gtk-gnutella-0.85.tar.gz) = 614cc8ff83ea1ed7d1fd002a3bb3d759dc23c083 -Size (gtk-gnutella-0.85.tar.gz) = 261538 bytes +SHA1 (gtk-gnutella-0.90.tar.gz) = b31984b6e83b0471a5ee2de2486d85b3400ecb67 +Size (gtk-gnutella-0.90.tar.gz) = 469236 bytes |