2006-03-17 17:09:44 +01:00
|
|
|
# $NetBSD: Makefile,v 1.23 2006/03/17 16:09:44 gdt Exp $
|
2004-10-02 16:04:42 +02:00
|
|
|
#
|
|
|
|
|
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
|
|
|
DISTNAME= mail-notification-2.0
|
2006-03-17 17:09:44 +01:00
|
|
|
PKGREVISION= 6
|
2004-10-02 16:04:42 +02:00
|
|
|
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
|
2004-10-02 16:04:42 +02:00
|
|
|
HOMEPAGE= http://www.nongnu.org/mailnotify/
|
|
|
|
COMMENT= Status icon that provides new mail notifications
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_DIRS+= gnome2-1.5
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2004-10-02 16:04:42 +02:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2006-01-05 19:33:27 +01:00
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_MSGFMT_PLURALS= YES
|
2004-10-02 16:04:42 +02:00
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2004-10-02 16:04:42 +02:00
|
|
|
|
|
|
|
GCONF2_SCHEMAS= mail-notification.schemas
|
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/mail-notification
|
|
|
|
CONF_FILES= ${EGDIR}/sound/events/mail-notification.soundlist \
|
|
|
|
${PKG_SYSCONFDIR}/sound/events/mail-notification.soundlist
|
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mail-notification
|
2005-06-01 20:19:31 +02:00
|
|
|
PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
|
2006-03-17 17:09:44 +01:00
|
|
|
PKG_DEFAULT_OPTIONS= ssl
|
2004-10-02 16:04:42 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
# Whether to add IPv6 support.
|
2005-06-01 20:19:31 +02:00
|
|
|
.if empty(PKG_OPTIONS:Minet6)
|
2004-10-02 16:04:42 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Whether to add SASL2 support.
|
|
|
|
.if !empty(PKG_OPTIONS:Msasl)
|
|
|
|
. include "../../security/cyrus-sasl2/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"
|
2006-02-19 01:27:26 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2004-10-02 16:04:42 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
|
|
.include "../../devel/libglade2/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"
|
2004-10-02 16:04:42 +02:00
|
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|