summaryrefslogtreecommitdiff
path: root/net/gtk-gnutella
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-12-03 13:12:05 +0000
committeradam <adam@pkgsrc.org>2004-12-03 13:12:05 +0000
commit4f35c8d6f6112dbe22c32b02f0aa5fd591b04fc3 (patch)
tree150316360f36ca61c3e3f1d9198d28ce94cab64f /net/gtk-gnutella
parent3c2d134f55f5e152a5fd3502e7f70e3760725028 (diff)
downloadpkgsrc-4f35c8d6f6112dbe22c32b02f0aa5fd591b04fc3.tar.gz
Changes 0.95:
- Support for very old Gnutella features has been removed or deprecated to keep the network healthy. Note that GTKG 0.94 is now considered a deprecated servent in terms of Gnutella features. Every GTKG user MUST upgrade to 0.95 as soon as possible. - GUI updates: * [GTK2] Enable drag and drop for magnet links * [GTK1] Search results have less columns, and the hit details are now displayed in a separate pane underneath. * Visual progress indicator correctly shows newly downloaded fragments, shows fragments currently available for download more accurately, and active downloads are marked with arrows. * The maximum amount of search results has been lowered to 1000. Please use filters or more specific queries to find what you are looking for if you get many search results. * A detailed view has been added to the search results to show all available information for a search result. * The status bar will now give feedback about the contacted host caches. * Gnutella node stats can now show how many bytes were sent/received. * In the node pane, right-clicking now allows to configure which columns should be displayed, just like in the search pane. * More general statistics in the stats pane. It is possible to see TCP and/or UDP traffic stats separately (for messages only, not flow-control). - Bitzi support has been added to retrieve additional information on possible downloads. See http://bitzi.com/ for details. - The geographic location of hosts can now be shown courtesy of MaxMind. - Recently developed features of the Gnutella network are now supported: * High outdegree provides better connectivity between Gnutella hosts. The maximum TTL in the network is now 4 and ultra nodes must maintain at least a connection with 30 peers. * Last-hop QRP between ultra peers. * Dynamic querying support, allows selective querying of peers instead of simply broadcasting the query. It is used for leaf queries and for your queries when running as an ultra node. * OOB (out of band) query hits lets other servents deliver search results directly to you instead of going through the Gnutella network. * OOB proxied queries, allowing direct hit delivery at the ultra node level for queries emitted by legacy leaves. * GTKG will now prevent firewalled hosts from running as ultra nodes. * In "auto mode", GTKG will revert to leaf mode when uploads are stalling at an abnormally high rate, indicating bandwidth is saturated. - UDP is now also supported as a transport protocol in addition to TCP. You may need to make changes to your firewall settings to take full advantage of this. The UDP port used is the same as the one used for TCP. - Firewall detection has been improved to include UDP firewalling detection. - Clock skew computation for hosts not running NTP has been redesigned. Also, GTKG will now automatically detect a locally running NTP. - Japanese translation added. - French and German translation updated.
Diffstat (limited to 'net/gtk-gnutella')
-rw-r--r--net/gtk-gnutella/Makefile5
-rw-r--r--net/gtk-gnutella/PLIST10
-rw-r--r--net/gtk-gnutella/distinfo6
3 files changed, 14 insertions, 7 deletions
diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile
index f594db3e1c0..1dd7ebf5ef4 100644
--- a/net/gtk-gnutella/Makefile
+++ b/net/gtk-gnutella/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2004/10/03 00:17:53 tv Exp $
+# $NetBSD: Makefile,v 1.35 2004/12/03 13:12:05 adam Exp $
-DISTNAME= gtk-gnutella-0.94
-PKGREVISION= 1
+DISTNAME= gtk-gnutella-0.95
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/gtk-gnutella/PLIST b/net/gtk-gnutella/PLIST
index 820c85b1773..9824f908129 100644
--- a/net/gtk-gnutella/PLIST
+++ b/net/gtk-gnutella/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.8 2004/08/02 09:00:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/12/03 13:12:05 adam Exp $
bin/gtk-gnutella
+share/gtk-gnutella/bogons.txt
+share/gtk-gnutella/geo-ip.txt
share/gtk-gnutella/gwcache.boot
share/gtk-gnutella/hostiles.txt
share/gtk-gnutella/pixmaps/arrow_down.xpm
@@ -13,6 +15,10 @@ share/gtk-gnutella/pixmaps/download.xpm
share/gtk-gnutella/pixmaps/exit.xpm
share/gtk-gnutella/pixmaps/filter.xpm
share/gtk-gnutella/pixmaps/firewall.xpm
+share/gtk-gnutella/pixmaps/firewall_punchable.xpm
+share/gtk-gnutella/pixmaps/firewall_tcp.xpm
+share/gtk-gnutella/pixmaps/firewall_udp.xpm
+share/gtk-gnutella/pixmaps/firewall_udp_punchable.xpm
share/gtk-gnutella/pixmaps/freeze.xpm
share/gtk-gnutella/pixmaps/icon.xpm
share/gtk-gnutella/pixmaps/leaf.xpm
@@ -26,10 +32,12 @@ share/gtk-gnutella/pixmaps/stock_form-time-field-16.xpm
share/gtk-gnutella/pixmaps/thaw.xpm
share/gtk-gnutella/pixmaps/ultra.xpm
share/gtk-gnutella/pixmaps/upload.xpm
+share/gtk-gnutella/pixmaps/warning.xpm
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtk-gnutella.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gtk-gnutella.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtk-gnutella.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gtk-gnutella.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gtk-gnutella.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gtk-gnutella.mo
@dirrm share/gtk-gnutella/pixmaps
@dirrm share/gtk-gnutella
diff --git a/net/gtk-gnutella/distinfo b/net/gtk-gnutella/distinfo
index ec3622f3b9f..754f8e0419c 100644
--- a/net/gtk-gnutella/distinfo
+++ b/net/gtk-gnutella/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/08/02 09:00:34 adam Exp $
+$NetBSD: distinfo,v 1.16 2004/12/03 13:12:05 adam Exp $
-SHA1 (gtk-gnutella-0.94.tar.bz2) = ce77bbc4a302839f96caadadc5eac417ee0ecb30
-Size (gtk-gnutella-0.94.tar.bz2) = 1435586 bytes
+SHA1 (gtk-gnutella-0.95.tar.bz2) = 38be3abced5add254f7a0fff88b7e7e1d0e47fa8
+Size (gtk-gnutella-0.95.tar.bz2) = 2191028 bytes