diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-25 20:02:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-25 20:02:46 +0000 |
commit | 291fd4496b2d4b8ee00e071e6b29bf962999aa69 (patch) | |
tree | df12b5a90508abb8480bbab4b48c95e8387f1837 /net | |
parent | 824cb3387c7de64cfb01efc1baa4c84d46d5b2ec (diff) | |
download | pkgsrc-291fd4496b2d4b8ee00e071e6b29bf962999aa69.tar.gz |
Update ed2k-gtk-gui to 0.6.3.
Chnages:
* Properly maintain window position on restart and when hiding
or unhiding the window via the system tray icon.
* Time left estimation for active downloads (Downloading or Looking)
is now available in the downloads view right-click context menu
where appropriate, if exactly one download is selected.
* Added context menu (=right-click menu) headers to avoid accidental
selection of the first item in the list, e.g. 'Pause' in the
downloads context menu.
* Fixed/Improved core detection for MacOSX [puck lock]
* French translation of documentation added [Marc Framboisier]
* Added command line switches to disable certain pages:
--disable-dl-page
--disable-ul-page
--disable-search-page
--disable-shared-page
--disable-stats-page
* Slovak translation of the GUI added [Vaclav Ogursky]
* Updated translations: Italian [Guido Grazioli], Polish [Piotr Borys],
French [Marc Framboisier]
* miscellaneous smaller fixes [Thomas Lussnig, Stéphane Loeuillet]
* recognise donkey-53.3 hybrid and show the server list (instead of
thinking it's an overnet-only core); patch by Suren Chilingaryan
(patch #996929).
* New and improved connect dialog. This time hopefully much simpler.
Requires a core with version 1.0 or later for the local core
detection part (these cores write a cookie into /tmp which the
GUI can detect and use to authenticate on the admin port locally).
If you want to use older cores with this GUI, please use the
'remote core' function the dialog, and set up the admin user
and admin password manually in the command line client before that.
(v1.0 cores will be available soon)
Diffstat (limited to 'net')
-rw-r--r-- | net/ed2k-gtk-gui/Makefile | 5 | ||||
-rw-r--r-- | net/ed2k-gtk-gui/PLIST | 15 | ||||
-rw-r--r-- | net/ed2k-gtk-gui/distinfo | 6 |
3 files changed, 19 insertions, 7 deletions
diff --git a/net/ed2k-gtk-gui/Makefile b/net/ed2k-gtk-gui/Makefile index 3ff270190a3..230781127e6 100644 --- a/net/ed2k-gtk-gui/Makefile +++ b/net/ed2k-gtk-gui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:17:51 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/25 20:02:46 minskim Exp $ -DISTNAME= ed2k-gtk-gui-0.6.2 -PKGREVISION= 2 +DISTNAME= ed2k-gtk-gui-0.6.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ed2k-gtk-gui/} diff --git a/net/ed2k-gtk-gui/PLIST b/net/ed2k-gtk-gui/PLIST index e253e4d5979..c07c8c4b0f7 100644 --- a/net/ed2k-gtk-gui/PLIST +++ b/net/ed2k-gtk-gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/09 13:56:22 minskim Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/25 20:02:46 minskim Exp $ bin/ed2k_gui man/man1/ed2k-gtk-gui.1 man/man1/ed2k_gui.1 @@ -20,6 +20,14 @@ share/doc/ed2k_gui/espanol/index-6.html share/doc/ed2k_gui/espanol/index-7.html share/doc/ed2k_gui/espanol/index.html share/doc/ed2k_gui/espanol/index.sgml +share/doc/ed2k_gui/francais/index-fr-1.html +share/doc/ed2k_gui/francais/index-fr-2.html +share/doc/ed2k_gui/francais/index-fr-3.html +share/doc/ed2k_gui/francais/index-fr-4.html +share/doc/ed2k_gui/francais/index-fr-5.html +share/doc/ed2k_gui/francais/index-fr-6.html +share/doc/ed2k_gui/francais/index-fr.html +share/doc/ed2k_gui/francais/index-fr.sgml share/doc/ed2k_gui/index-1.html share/doc/ed2k_gui/index-2.html share/doc/ed2k_gui/index-3.html @@ -434,12 +442,16 @@ share/ed2k_gui/icons/orbit/toolbar-go.png share/ed2k_gui/icons/orbit/toolbar-num-connections.png share/ed2k_gui/icons/orbit/toolbar-overnet-logo.png share/ed2k_gui/icons/orbit/toolbar-server.png +share/ed2k_gui/ui/ui-connect-dialog.glade +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/ed2k_gui.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/ed2k_gui.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/ed2k_gui.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ed2k_gui.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/ed2k_gui.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/ed2k_gui.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/ed2k_gui.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/ed2k_gui.mo +@dirrm share/ed2k_gui/ui @dirrm share/ed2k_gui/icons/orbit @dirrm share/ed2k_gui/icons/jara @dirrm share/ed2k_gui/icons/h2o @@ -449,6 +461,7 @@ ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/ed2k_gui.mo @dirrm share/ed2k_gui/icons @dirrm share/ed2k_gui @dirrm share/doc/ed2k_gui/pl +@dirrm share/doc/ed2k_gui/francais @dirrm share/doc/ed2k_gui/espanol @dirrm share/doc/ed2k_gui/deutsch @dirrm share/doc/ed2k_gui diff --git a/net/ed2k-gtk-gui/distinfo b/net/ed2k-gtk-gui/distinfo index 55a375cae2f..199bb4b8813 100644 --- a/net/ed2k-gtk-gui/distinfo +++ b/net/ed2k-gtk-gui/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/04/09 13:56:22 minskim Exp $ +$NetBSD: distinfo,v 1.3 2004/11/25 20:02:46 minskim Exp $ -SHA1 (ed2k-gtk-gui-0.6.2.tar.gz) = 8efc986435633692c31ec7ea2e8c6ba199a9bad1 -Size (ed2k-gtk-gui-0.6.2.tar.gz) = 1787696 bytes +SHA1 (ed2k-gtk-gui-0.6.3.tar.gz) = b5474717b1b9cdeddae8cc707fe9809608138dc1 +Size (ed2k-gtk-gui-0.6.3.tar.gz) = 1993079 bytes |