diff options
author | magick <magick> | 2001-10-05 21:34:33 +0000 |
---|---|---|
committer | magick <magick> | 2001-10-05 21:34:33 +0000 |
commit | 3dd1d6d16fd46a57f7c14b225712ebd9a3dc24f9 (patch) | |
tree | e07a855ebb976866a6edc37d2f41d62bcfed7f18 /net/gtm | |
parent | 087912d3bff75cfea2ad509fc1c947eee1ec425d (diff) | |
download | pkgsrc-3dd1d6d16fd46a57f7c14b225712ebd9a3dc24f9.tar.gz |
Update gtm to 0.4.10
Changes since 0.4.9:
* OAF instead of gnorba, thanks to Christophe Fergeau
<teuf@users.sourceforge.net>
* Added support for HTTPS protocol since wget supports it but you
need to upgrade wget to 1.7
* New icons thanks to Paolo Bacchilega <paolo.bacch@tin.it>
* Proxy settings are better looking now
* Timeout value for wget is configurable now
* Added new pref to run a shell command when all downloads
completed (in other words, when gtm has done all it can do without
user intervention).
* Fixed bugs:
- Crash when the config file was corrupted thanks to
João Alves Marques Carneiro <ee96090@fe.up.pt>
- Check that target dir exists and is writable
- Do not overwrite an existing file without asking the
user if he wants a override or a resume
- Fixed some problems in the spec file, thanks to Alex
Converse
Diffstat (limited to 'net/gtm')
-rw-r--r-- | net/gtm/Makefile | 4 | ||||
-rw-r--r-- | net/gtm/distinfo | 6 | ||||
-rw-r--r-- | net/gtm/pkg/PLIST | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index 2259db48e3f..853a73196a9 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:27 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/05 21:34:33 magick Exp $ -DISTNAME= gtm-0.4.9 +DISTNAME= gtm-0.4.10 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/} diff --git a/net/gtm/distinfo b/net/gtm/distinfo index 5b39c93180f..b0f97036bcf 100644 --- a/net/gtm/distinfo +++ b/net/gtm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:17 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/10/05 21:34:33 magick Exp $ -SHA1 (gtm-0.4.9.tar.gz) = d759f9d0754d9bbd50e396186b7cb597d5b0af85 -Size (gtm-0.4.9.tar.gz) = 426114 bytes +SHA1 (gtm-0.4.10.tar.gz) = 69571dac7b494153a8e588244ff4dad47214987e +Size (gtm-0.4.10.tar.gz) = 491870 bytes diff --git a/net/gtm/pkg/PLIST b/net/gtm/pkg/PLIST index 1eb3cffc835..510faf826e4 100644 --- a/net/gtm/pkg/PLIST +++ b/net/gtm/pkg/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2001/04/01 08:16:49 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/10/05 21:34:34 magick Exp $ bin/gtm_applet bin/gtm etc/sound/events/gtm.soundlist -etc/CORBA/servers/gtm.gnorba etc/CORBA/servers/gtm_applet.gnorba share/locale/ca/LC_MESSAGES/gtm.mo share/locale/da/LC_MESSAGES/gtm.mo @@ -15,9 +14,11 @@ share/locale/fr/LC_MESSAGES/gtm.mo share/locale/gl/LC_MESSAGES/gtm.mo share/locale/hu/LC_MESSAGES/gtm.mo share/locale/it/LC_MESSAGES/gtm.mo +share/locale/nl/LC_MESSAGES/gtm.mo share/locale/ja/LC_MESSAGES/gtm.mo share/locale/ko/LC_MESSAGES/gtm.mo share/locale/no/LC_MESSAGES/gtm.mo +share/locale/pl/LC_MESSAGES/gtm.mo share/locale/pt/LC_MESSAGES/gtm.mo share/locale/pt_BR/LC_MESSAGES/gtm.mo share/locale/ro/LC_MESSAGES/gtm.mo @@ -28,6 +29,7 @@ share/locale/sv/LC_MESSAGES/gtm.mo share/locale/tr/LC_MESSAGES/gtm.mo share/locale/uk/LC_MESSAGES/gtm.mo share/locale/wa/LC_MESSAGES/gtm.mo +share/locale/zh_TW/LC_MESSAGES/gtm.mo share/pixmaps/gtm.png share/pixmaps/gtm_applet.png share/idl/Gtm.idl @@ -44,6 +46,7 @@ share/sounds/gtm/add.wav share/sounds/gtm/complete.wav share/sounds/gtm/start.wav share/applets/Network/gtm_applet.desktop +share/oaf/GNOME_GTM.oaf man/man1/gtm.1 man/man1/gtm_applet.1 @dirrm share/sounds/gtm |