pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mail-notification Update to 3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d17bfab8bd03
branches:  trunk
changeset: 518263:d17bfab8bd03
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 05 00:55:32 2006 +0000

description:
Update to 3.0.

notable pkgsrc-relevant changes:

  * Since support for non-system sound events has been removed from
    GNOME 2.14, the mail-notification.soundlist file is no longer
    installed

  * desktop file forced to share/applications from etc/xdg/autostart
    (see below)

Other changes:

        [various translations updated]

        * Evolution changes:
                * Evolution crashed when a message without Subject or
                  From header was received: fixed
                * Mail Notification could crash when removing an
                  Evolution mailbox: fixed

        * Core changes:
                * An alternate, compact mail summary has been added
                * A "Display seen messages" option has been added
                * The status icon can now be displayed permanently
                * The "Delay between mail checks" option is now
                  mailbox-specific
                * The properties dialog has been reorganized
                * The main window has been removed
                * The status icon is now activated with a single click
                  (http://bugzilla.gnome.org/show_bug.cgi?id=148829)
                * The GTK+ bugs
                  (http://bugzilla.gnome.org/show_bug.cgi?id=321886)
                  which caused occasional crashes have been worked
                  around
                * If the MAIL environment variable is not defined or
                  invalid, the system mailbox is now looked up in
                  /var/spool/mail/username and /var/mail/username
                  (based on a patch from Benoît Rouits)
                * Since ~/.gnome2/mail-notification/mailboxes.xml may
                  contain sensitive information, it is now saved with
                  permissions set to 0600 (useful for systems where
                  home directories have lax permissions)
                * The "cannot enable immediate notification" error
                  dialog has been removed
                * The --list-features command line option has been
                  removed (feature information is now displayed in the
                  output of the --version option)
                * The message handling performance has been improved
                * If there are no mailboxes on startup, the properties
                  dialog is now displayed
                * The "Start Mail Notification on GNOME login" option
                  no longer worked with GNOME >= 2.14 and has been
                  removed: a .desktop file is now installed in the xdg
                  autostart directory instead
                * The mail reader setting has been removed; the mail
                  reader configured in GNOME (Desktop -> Preferences
                  -> Preferred Applications) will now be used
                * The tooltip width is now limited to the screen width
                * When coupled with a patched GNOME Panel (as shipped
                  by FreeBSD and Debian, for instance), the status
                  icon now supports panel transparency (patch
                  forwarded by Bernat Tallaferro)

        * mbox, Maildir, POP3, IMAP, Evolution and Sylpheed changes:
                * Messages are now classified as unseen and seen; seen
                  messages can be ignored by unchecking the "Display
                  seen mail" option

        * mbox changes:
                * Compressed mailboxes (gzip and bzip2) are now
                  handled transparently, and support immediate
                  notification

        * POP3, IMAP and Gmail changes:
                * A regression which allowed mail checks to overlap
                  has been fixed

        * POP3 and IMAP changes:
                * If the server advertises the STLS/STARTTLS
                  capability but replies ERR/BAD when the
                  STLS/STARTTLS command is issued, Mail Notification
                  now logs out instead of proceeding
                * If multiple mailboxes have the same type, hostname,
                  port, connection type and username, Mail
                  Notification will now detect that the mailboxes
                  share the same account and will only prompt for the
                  password once per session (when the password is not
                  entered in the properties dialog, that is)

        * POP3 changes:
                * Non-UTF-8 server responses are now accepted

        * IMAP changes:
                * Non-ASCII server responses are now accepted (these
                  responses violate RFC 3501, but we follow the RFC
                  793 robustness principle "be liberal in what you
                  accept"); fixes connection problems with
                  internationalized Exchange servers, which violate
                  RFC 3501 by sending non-ASCII characters in their
                  greeting message
                * Empty continuation responses are now allowed (fixes
                  authentication with some SASL mechanisms)
                * Play nice with uncompliant servers by using
                  BODY.PEEK rather than BODY, so that they do not set
                  the \Seen flag (patch from Jacob Berkman)
                * The IDLE mode is now cycled every 29 minutes, as
                  advised by RFC 2177

        * Evolution changes:
                * Support for the Evolution 2.4 and 2.6 branches has
                  been added; untested support for the Evolution
                  2.7/2.8 branch has been added; the Evolution source
                  tree is no longer needed for Evolution >= 2.4

        * Sylpheed changes:
                * With the help of a Sylpheed patch, Mail Notification
                  can now reliably avoid race conditions which could
                  occur when Sylpheed was running (see the
                  --enable-sylpheed-locking discussion in the INSTALL
                  file)

        * New translations:
                * Czech (Pav Lucistnik)
                * Brazilian Portuguese (Claudio André)
                * Dutch (Marcel J. Zwiebel)
                * Japanese (Hiroshi Hasebe)

diffstat:

 mail/mail-notification/Makefile         |   9 ++-------
 mail/mail-notification/PLIST            |  16 ++++++----------
 mail/mail-notification/distinfo         |  12 +++++-------
 mail/mail-notification/patches/patch-aa |  13 -------------
 mail/mail-notification/patches/patch-ab |  12 ------------
 mail/mail-notification/patches/patch-ac |  12 ------------
 6 files changed, 13 insertions(+), 61 deletions(-)

diffs (145 lines):

diff -r 676bdab014ea -r d17bfab8bd03 mail/mail-notification/Makefile
--- a/mail/mail-notification/Makefile   Tue Sep 05 00:47:27 2006 +0000
+++ b/mail/mail-notification/Makefile   Tue Sep 05 00:55:32 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2006/07/05 05:37:42 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2006/09/05 00:55:32 gdt Exp $
 #
 
-DISTNAME=      mail-notification-2.0
-PKGREVISION=   8
+DISTNAME=      mail-notification-3.0
 CATEGORIES=    mail gnome
 MASTER_SITES=  http://savannah.nongnu.org/download/mailnotify/
 
@@ -19,10 +18,6 @@
 
 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
 PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
 PKG_SUGGESTED_OPTIONS= ssl
diff -r 676bdab014ea -r d17bfab8bd03 mail/mail-notification/PLIST
--- a/mail/mail-notification/PLIST      Tue Sep 05 00:47:27 2006 +0000
+++ b/mail/mail-notification/PLIST      Tue Sep 05 00:55:32 2006 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:24 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/09/05 00:55:32 gdt Exp $
 bin/mail-notification
 lib/bonobo/servers/GNOME_MailNotification.server
 share/applications/mail-notification-properties.desktop
 share/applications/mail-notification.desktop
-share/examples/mail-notification/sound/events/mail-notification.soundlist
 share/gconf/schemas/mail-notification.schemas
 share/gnome/help/mail-notification/C/documentation-license.xml
 share/gnome/help/mail-notification/C/figures/mail.png
@@ -13,23 +12,23 @@
 share/gnome/help/mail-notification/C/mail-notification.xml
 share/gnome/help/mail-notification/C/software-license.xml
 share/locale/bg/LC_MESSAGES/mail-notification.mo
+share/locale/cs/LC_MESSAGES/mail-notification.mo
 share/locale/de/LC_MESSAGES/mail-notification.mo
 share/locale/fr/LC_MESSAGES/mail-notification.mo
+share/locale/ja/LC_MESSAGES/mail-notification.mo
+share/locale/nl/LC_MESSAGES/mail-notification.mo
 share/locale/pl/LC_MESSAGES/mail-notification.mo
 share/locale/pt/LC_MESSAGES/mail-notification.mo
+share/locale/pt_BR/LC_MESSAGES/mail-notification.mo
 share/locale/ru/LC_MESSAGES/mail-notification.mo
 share/locale/sr/LC_MESSAGES/mail-notification.mo
 share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo
-share/mail-notification/ui/edit-toolbars-dialog.glade
+share/locale/sv/LC_MESSAGES/mail-notification.mo
 share/mail-notification/ui/gmail.png
-share/mail-notification/ui/hand-open.png
 share/mail-notification/ui/logo.png
 share/mail-notification/ui/mail-summary-popup.glade
 share/mail-notification/ui/mailbox-properties-dialog.glade
-share/mail-notification/ui/main-window.png
-share/mail-notification/ui/menus.xml
 share/mail-notification/ui/properties-dialog.glade
-share/mail-notification/ui/toolbars.xml
 share/omf/mail-notification/mail-notification-C.omf
 share/pixmaps/mail-notification.png
 @comment in xdg-dirs: @dirrm share/pixmaps
@@ -42,8 +41,5 @@
 @dirrm share/gnome/help/mail-notification
 @comment in gnome2-dirs: @dirrm share/gnome/help
 @comment in GConf2: @dirrm share/gconf/schemas
-@dirrm share/examples/mail-notification/sound/events
-@dirrm share/examples/mail-notification/sound
-@dirrm share/examples/mail-notification
 @comment in xdg-dirs: @dirrm share/applications
 @comment in libbonobo: @dirrm lib/bonobo/servers
diff -r 676bdab014ea -r d17bfab8bd03 mail/mail-notification/distinfo
--- a/mail/mail-notification/distinfo   Tue Sep 05 00:47:27 2006 +0000
+++ b/mail/mail-notification/distinfo   Tue Sep 05 00:55:32 2006 +0000
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.6 2006/08/03 00:39:24 rillig Exp $
+$NetBSD: distinfo,v 1.7 2006/09/05 00:55:32 gdt Exp $
 
-SHA1 (mail-notification-2.0.tar.gz) = dcfc89bbc03c08da086843426f459ac0127f5891
-RMD160 (mail-notification-2.0.tar.gz) = 0fb3adc3331f0699ca6fb01f3c63f360aa79a7fb
-Size (mail-notification-2.0.tar.gz) = 869151 bytes
-SHA1 (patch-aa) = a11b31afa5a50d2a5f079fb388cb6cc14ac718f5
-SHA1 (patch-ab) = 1fa7a94e4c9b25d810d85c7a2b136a7cdee51f5a
-SHA1 (patch-ac) = ba2b926da035ac2b53245d2a80e09574ace4d438
+SHA1 (mail-notification-3.0.tar.gz) = efa84676134338d379df511a53044082ae296c6e
+RMD160 (mail-notification-3.0.tar.gz) = 6269a842458b525782595efdbd4a7f05fb77432b
+Size (mail-notification-3.0.tar.gz) = 914814 bytes
 SHA1 (patch-ad) = 9698b4e6551fcacd3fe4dea5a1227eb3b4c50f0c
 SHA1 (patch-ae) = f6b6eddb8739b77a9e9932a1d1cf77830268de08
+SHA1 (patch-af) = 29d4281671ef64d99e9367464137d50ebb9daee7
diff -r 676bdab014ea -r d17bfab8bd03 mail/mail-notification/patches/patch-aa
--- a/mail/mail-notification/patches/patch-aa   Tue Sep 05 00:47:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/12/05 08:44:09 jmmv Exp $
-
---- data/Makefile.in.orig      2004-11-25 01:41:36.000000000 +0100
-+++ data/Makefile.in
-@@ -238,7 +238,7 @@ server_DATA = GNOME_MailNotification_Aut
- schemasdir = $(GCONF_SCHEMA_FILE_DIR)
- schemas_in_files = mail-notification.schemas.in
- schemas_DATA = mail-notification.schemas
--soundlistdir = $(sysconfdir)/sound/events
-+soundlistdir = $(datadir)/examples/@PACKAGE@/sound/events
- soundlist_in_files = mail-notification.soundlist.in
- soundlist_DATA = mail-notification.soundlist
- EXTRA_DIST = \
diff -r 676bdab014ea -r d17bfab8bd03 mail/mail-notification/patches/patch-ab
--- a/mail/mail-notification/patches/patch-ab   Tue Sep 05 00:47:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/01/04 20:28:01 gdt Exp $
-
---- src/mn-mailboxes.c.orig    2005-08-09 16:01:57.000000000 -0400
-+++ src/mn-mailboxes.c
-@@ -26,6 +26,7 @@
- #line 25 "mn-mailboxes.gob"
- 
- #include "config.h"
-+#include <errno.h>
- #include <unistd.h>
- #include <stdarg.h>
- #include <glib/gi18n.h>
diff -r 676bdab014ea -r d17bfab8bd03 mail/mail-notification/patches/patch-ac
--- a/mail/mail-notification/patches/patch-ac   Tue Sep 05 00:47:27 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2006/01/05 16:03:25 gdt Exp $
-
---- src/mn-mailboxes.gob.orig  2005-07-30 12:11:59.000000000 -0400
-+++ src/mn-mailboxes.gob
-@@ -24,6 +24,7 @@ requires 2.0.12
- 
- %{
- #include "config.h"
-+#include <errno.h>
- #include <unistd.h>
- #include <stdarg.h>
- #include <glib/gi18n.h>



Home | Main Index | Thread Index | Old Index