pkgsrc/mail/mail-notification/Makefile

63 lines
1.8 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.34 2007/04/20 18:04:15 gdt Exp $
#
DISTNAME= mail-notification-4.0
PKGREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/
Take maintainership (at suggestion of previous maintainer, jmmv@). Update to 2.0 (minor changes and bugfixes omitted): 2.0 August 9, 2005 * Core changes: * Evolution support has been added [not in pkgsrc] * Mailboxes can now be assigned a custom name * For greater flexibility, mailboxes configuration is now stored in ~/.gnome2/mail-notification/mailboxes.xml (previously, it was stored in the GConf database) * If a mailbox requires authentication and the necessary credentials are not provided in the mailbox properties dialog, Mail Notification now lets GNOME prompt the user for the credentials * The Mail Notification item is now also listed in the GNOME >= 2.10 Preferences menu * The third-party libegg code has been updated * mbox, MH, Maildir and Sylpheed changes: * Immediate notification did not work properly with fast kernel notifiers (kqueue, inotify, dnotify, ...): fixed * Unseekable files are now supported * The location of the system mailbox is now resolved at runtime rather than when the mailbox is added (eases sharing the Mail Notification settings across multiple computers) * mbox changes: * When immediate notification is not available, the mailbox is now also checked when its size or ctime changes (previously, it was only checked if its mtime had changed) * Sylpheed changes: * Mail Notification now tries to avoid race conditions which may occur while Sylpheed is being used * POP3 and IMAP changes: * When the authentication mechanism option is set to "autodetect", Mail Notification will now try to authenticate using each server-supported SASL mechanism * POP3 changes: * The TOP optional command is now supported. This solves some issues with POP3 servers (for instance, pop.gmail.com) which incorrectly archive mails that have been accessed using the RETR command. * IMAP changes: * If, while idling, the server abruptly drops the connection, Mail Notification now reconnects rather than considering it an error * When idling, Mail Notification now only wakes up if it receives a response indicating that the mailbox might have changed * By default, Mail Notification now avoids using the IDLE extension if the remote server software is known to have a broken IDLE implementation * UTF-8 mailbox names are now converted to modified UTF-7, as required by RFC 3501 * Gmail changes: * Functionality has been restored after the Gmail web site was modified; to prevent future disruptions and simplify the source code, the Gmail Atom feed (https://mail.google.com/mail/feed/atom) is now used 1.1 March 6, 2005 * The mail summary dialog has been replaced by a main window, for controlling Mail Notification when the status icon is hidden
2006-01-04 21:28:01 +01:00
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.nongnu.org/mailnotify/
COMMENT= Status icon that provides new mail notifications
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
GCONF2_SCHEMAS= mail-notification.schemas
PKG_OPTIONS_VAR= PKG_OPTIONS.mail-notification
PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"
# Whether to add IPv6 support.
.if empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
# Whether to add SASL2 support.
.if !empty(PKG_OPTIONS:Msasl)
. include "../../security/cyrus-sasl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-sasl
.endif
# Whether to add SSL support.
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ssl
.endif
.include "../../devel/eel2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
Take maintainership (at suggestion of previous maintainer, jmmv@). Update to 2.0 (minor changes and bugfixes omitted): 2.0 August 9, 2005 * Core changes: * Evolution support has been added [not in pkgsrc] * Mailboxes can now be assigned a custom name * For greater flexibility, mailboxes configuration is now stored in ~/.gnome2/mail-notification/mailboxes.xml (previously, it was stored in the GConf database) * If a mailbox requires authentication and the necessary credentials are not provided in the mailbox properties dialog, Mail Notification now lets GNOME prompt the user for the credentials * The Mail Notification item is now also listed in the GNOME >= 2.10 Preferences menu * The third-party libegg code has been updated * mbox, MH, Maildir and Sylpheed changes: * Immediate notification did not work properly with fast kernel notifiers (kqueue, inotify, dnotify, ...): fixed * Unseekable files are now supported * The location of the system mailbox is now resolved at runtime rather than when the mailbox is added (eases sharing the Mail Notification settings across multiple computers) * mbox changes: * When immediate notification is not available, the mailbox is now also checked when its size or ctime changes (previously, it was only checked if its mtime had changed) * Sylpheed changes: * Mail Notification now tries to avoid race conditions which may occur while Sylpheed is being used * POP3 and IMAP changes: * When the authentication mechanism option is set to "autodetect", Mail Notification will now try to authenticate using each server-supported SASL mechanism * POP3 changes: * The TOP optional command is now supported. This solves some issues with POP3 servers (for instance, pop.gmail.com) which incorrectly archive mails that have been accessed using the RETR command. * IMAP changes: * If, while idling, the server abruptly drops the connection, Mail Notification now reconnects rather than considering it an error * When idling, Mail Notification now only wakes up if it receives a response indicating that the mailbox might have changed * By default, Mail Notification now avoids using the IDLE extension if the remote server software is known to have a broken IDLE implementation * UTF-8 mailbox names are now converted to modified UTF-7, as required by RFC 3501 * Gmail changes: * Functionality has been restored after the Gmail web site was modified; to prevent future disruptions and simplify the source code, the Gmail Atom feed (https://mail.google.com/mail/feed/atom) is now used 1.1 March 6, 2005 * The mail summary dialog has been replaced by a main window, for controlling Mail Notification when the status icon is hidden
2006-01-04 21:28:01 +01:00
.include "../../mail/gmime/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"