pkgsrc/net/gtm/Makefile

23 lines
500 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:27 jlam Exp $
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.
2001-04-01 10:16:48 +02:00
DISTNAME= gtm-0.4.9
CATEGORIES= net gnome
2000-11-11 18:49:22 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}
MAINTAINER= magick@zhadum.de
HOMEPAGE= http://gtm.sourceforge.net/
COMMENT= Gnome Transfer Manager
DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
DEPENDS+= wget-[0-9]*:../../net/wget
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBINTL= YES
post-install:
${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images
.include "../../mk/bsd.pkg.mk"