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 /net/gtk-gnutella/Makefile | |
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.
Diffstat (limited to 'net/gtk-gnutella/Makefile')
-rw-r--r-- | net/gtk-gnutella/Makefile | 5 |
1 files changed, 3 insertions, 2 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" |