summaryrefslogtreecommitdiff
path: root/net/gtm/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-04-01 08:16:48 +0000
committertron <tron@pkgsrc.org>2001-04-01 08:16:48 +0000
commit7c4f51e85414816c8e785e43cb4a361d43a2610f (patch)
treea96faf71b6769e05aee3602fe06a2e76d5d27624 /net/gtm/Makefile
parent7c25b8d84cfde77e1097367f4cc9e936bdf5fb08 (diff)
downloadpkgsrc-7c4f51e85414816c8e785e43cb4a361d43a2610f.tar.gz
Update "gtm" package to version 0.4.9. Changes since version 0.4.7:
- Added man pages of the gtm and gtm_applet thanks to Christian Marillat <marillat@wanadoo.fr>. - Fixed a couple of bugs - The buttons on the download info page where not disable on startup - Wrong error message if the file already existed in the download dir when the new download was added. Replace the file to solve it - Correct wrong English strings (thanks #i18n people) - Wrong call to gtk_rc_get_style instead of gtk_widget_get_style - Added new log text box to the application and removed all the poping windows for download log events - Added the ability to auto hide the download info page, controled from the preferences dialog box - Added a toolbar button to toggle the download info page (removed the show download info page from the preferences dialog box) - Master switch to pause the auto start of the downloads. Added new preference to keep the state of the pause button after an application restart - Fixed UI problems on the preferences dialog box - Compacted the download info page - Fixed lots of bugs - Make all the error dialog boxes parented so they don't go away from the window generating the error - Update the check interface time without a restart - BUG 8 - When BUG 2 was fixed dialog for the numeric download was missed - New icon on the list for the not started state (sourceforge bug #208692) - When loading a file not downloaded gave an error of already existing file - If the auto download was unset because an error occurred and the user had the option to stop download on a error this auto download change was not saved on the configuration file - Changing the auto download from the dialog properties stopped the download - If you do a restart the percentage on the list doesn't get updated right away - If the file size is unspecified the downloaded size and the total and session time doesn't grow - Hide the progress bar on the download info if it doesn't make sense - If the download is complete show the downloaded file size instead of unspecified in the case downloads of unknown size - Sharpen the application icon This update was contributed by Mario Kemper in PR pkg/12519.
Diffstat (limited to 'net/gtm/Makefile')
-rw-r--r--net/gtm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile
index 38c49fb8bdb..54b6ea0f831 100644
--- a/net/gtm/Makefile
+++ b/net/gtm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2001/03/19 17:08:04 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/04/01 08:16:48 tron Exp $
-DISTNAME= gtm-0.4.7
+DISTNAME= gtm-0.4.9
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}