pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Update to 3.5.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c1b115f898d
branches: trunk
changeset: 544343:4c1b115f898d
user: smb <smb%pkgsrc.org@localhost>
date: Sun Jul 13 22:34:19 2008 +0000
description:
Update to 3.5.0:
# IMAP with STARTTLS
The certificate port on TLS was fixed, however this will trigger
one wrong 'New certificate' warning on the first connection.
New in this release:
# Added an option, "Use secure file deletion if possible", which
enables shredding of temporary files and messages instead of
just removing them. This is available on the Other preferences
page.
# Added an option, "Select the HTML part of multipart/alternative
messages". This is available on the Message View/Text Options
preferences page.
# Added an option to the 'Create new folder' dialogue which enables
new folders to inherit the properties of their parent folders
during folder creation.
# Added a hidden option, "two_line_vertical", which toggles the
2-line view in the message list when using the 3-column layout.
Defaults to '1', show 2 lines.
# Added a hidden option, "outgoing_fallback_to_ascii", which allows
the user to specify an outgoing charset/encoding, but still fall
back to 7bit US-ASCII when possible.
Defaults to '1', fallback when possible.
# Added support for the Avant Window Navgator (Awn) information
bubble. This is automatically enabled if dbus is available.
# Face and X-Face headers can now be added globally and per-account
from configuration files under ~/.claws-mail/autofaces/. Further
information is provided in the manual.
# The SHA1 fingerprint is now shown on the SSL certificate dialogue
and the labels are now selectable.
# Several GUI improvements have been made, (Address book, filtering
dialogue, Actions dialogue, and Account preferences).
# New icons have been added for 'Reply to list' and 'Cancel'. The
'Insert file' and 'Close' icons have been improved, as have the
tray icons.
# Added the Trash and Delete icons to the Custom Toolbars options.
# SMTP-only accounts are now not shown in the Receive menus and
Account lists in filtering/processing, as they are irrelevant here.
# tools/csv2addressbook.pl
Support for a gmail exported csv address book was added.
# Updated English, French, and Spanish manuals.
# Updated translations: Brazilian Portuguese, Finnish, French,
German, and Spanish.
# Removed unmaintained translations: Bulgarian, Croatian, Czech,
Dutch, Greek, Hebrew, Japanese, Korean, Norwegian, Russian,
Swedish, and Taiwanese. (New maintainers are very welcome,
contact paul%claws-mail.org@localhost)
diffstat:
mail/claws-mail-archive/DESCR | 18 ++++
mail/claws-mail-archive/Makefile | 28 +++++++
mail/claws-mail-archive/PLIST | 10 ++
mail/claws-mail-archive/distinfo | 5 +
mail/claws-mail-attachwarner/Makefile | 4 +-
mail/claws-mail-attremover/Makefile | 4 +-
mail/claws-mail-bogofilter/Makefile | 6 +-
mail/claws-mail-cachesaver/Makefile | 4 +-
mail/claws-mail-dillo-viewer/Makefile | 6 +-
mail/claws-mail-fetchinfo/Makefile | 4 +-
mail/claws-mail-gtkhtml/Makefile | 8 +-
mail/claws-mail-gtkhtml/distinfo | 8 +-
mail/claws-mail-mailmbox/Makefile | 4 +-
mail/claws-mail-newmail/Makefile | 4 +-
mail/claws-mail-notification/Makefile | 8 +-
mail/claws-mail-notification/distinfo | 8 +-
mail/claws-mail-pgp/Makefile | 8 +-
mail/claws-mail-pgpinline/Makefile | 6 +-
mail/claws-mail-pgpmime/Makefile | 6 +-
mail/claws-mail-rssyl/Makefile | 8 +-
mail/claws-mail-rssyl/distinfo | 8 +-
mail/claws-mail-smime/Makefile | 8 +-
mail/claws-mail-spamassassin/Makefile | 6 +-
mail/claws-mail-spamreport/Makefile | 8 +-
mail/claws-mail-spamreport/distinfo | 8 +-
mail/claws-mail-synce/Makefile | 4 +-
mail/claws-mail-tnef/Makefile | 9 +-
mail/claws-mail-tnef/distinfo | 8 +-
mail/claws-mail-trayicon/Makefile | 6 +-
mail/claws-mail-vcalendar/Makefile | 8 +-
mail/claws-mail-vcalendar/distinfo | 8 +-
mail/claws-mail/Makefile | 8 +-
mail/claws-mail/Makefile.vers | 4 +-
mail/claws-mail/PLIST | 14 +---
mail/claws-mail/PLIST.shred | 1 +
mail/claws-mail/distinfo | 12 +-
mail/claws-mail/files/shred.Darwin | 5 +
mail/claws-mail/files/shred.DragonFlyBSD | 5 +
mail/claws-mail/files/shred.FreeBSD | 5 +
mail/claws-mail/files/shred.Linux | 5 +
mail/claws-mail/files/shred.NetBSD | 5 +
mail/claws-mail/files/shred.OpenBSD | 5 +
mail/claws-mail/patches/patch-ad | 122 ++++++++++++++++++++++++++++--
mail/claws-mail/patches/patch-ae | 11 ++
mail/claws-mail/patches/patch-af | 11 ++
mail/clawsker/Makefile | 7 +-
mail/clawsker/PLIST | 3 +-
mail/clawsker/distinfo | 8 +-
48 files changed, 341 insertions(+), 128 deletions(-)
diffs (truncated from 997 to 300 lines):
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-archive/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-archive/DESCR Sun Jul 13 22:34:19 2008 +0000
@@ -0,0 +1,18 @@
+This plugin uses libarchive to extends claws-mails features to include
+archiving of IMAP, LOCAL and POP account as well as calendar accounts.
+
+Archives are created with the following option:
+
+ format
+ - TAR
+ - PAX
+ - SHAR
+ - CPIO
+
+ compression:
+ - GZIP/ZIP
+ - BZIP2
+ - None
+
+ recursive
+ - Yes/No
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-archive/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-archive/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2008/07/13 22:34:20 smb Exp $
+#
+
+DISTNAME= archive-0.6
+PKGNAME= claws-mail-archive-0.6
+CATEGORIES= mail
+MASTER_SITES= http://claws-mail.org/downloads/plugins/
+
+MAINTAINER= smb%NetBSD.org@localhost
+COMMENT= Adds archiving to Claws-Mail
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
+
+.include "../../mk/bsd.prefs.mk"
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES+= c
+
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../mail/claws-mail/Makefile.vers"
+.include "../../mail/claws-mail/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-archive/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-archive/PLIST Sun Jul 13 22:34:19 2008 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2008/07/13 22:34:20 smb Exp $
+include/claws-mail/plugins/archive/archiver.h
+include/claws-mail/plugins/archive/archiver_prefs.h
+lib/claws-mail/plugins/archive.la
+share/locale/es/LC_MESSAGES/archive.mo
+share/locale/fr/LC_MESSAGES/archive.mo
+share/locale/pt_BR/LC_MESSAGES/archive.mo
+@dirrm lib/claws-mail/plugins
+@dirrm include/claws-mail/plugins/archive
+@dirrm include/claws-mail/plugins
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-archive/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-archive/distinfo Sun Jul 13 22:34:19 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/07/13 22:34:20 smb Exp $
+
+SHA1 (archive-0.6.tar.gz) = 3bf23ecf36fa9a6812e19d7f8ec1797259862b4a
+RMD160 (archive-0.6.tar.gz) = 07527363384b9e44a1fa81f55f9953ade4241742
+Size (archive-0.6.tar.gz) = 419200 bytes
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-attachwarner/Makefile
--- a/mail/claws-mail-attachwarner/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-attachwarner/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/07/13 22:34:20 smb Exp $
#
DISTNAME= attachwarner-0.2.12
@@ -13,7 +13,7 @@
PLIST_SRC+= PLIST
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-attremover/Makefile
--- a/mail/claws-mail-attremover/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-attremover/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
#
DISTNAME= att_remover-1.0.8
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-bogofilter/Makefile
--- a/mail/claws-mail-bogofilter/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-bogofilter/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= bogofilter
-PLUG_VER= 3.4.0
+PLUG_VER= 3.5.0
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb%NetBSD.org@localhost
@@ -12,7 +12,7 @@
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= bogofilter>=1.0.3nb1:../../mail/bogofilter
.include "../../mail/claws-mail/Makefile.vers"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-cachesaver/Makefile
--- a/mail/claws-mail-cachesaver/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-cachesaver/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
#
DISTNAME= cachesaver-0.10.7
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-dillo-viewer/Makefile
--- a/mail/claws-mail-dillo-viewer/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-dillo-viewer/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= dillo_viewer
-PLUG_VER= 3.4.0
+PLUG_VER= 3.5.0
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb%NetBSD.org@localhost
@@ -12,7 +12,7 @@
CONFIGURE_ARGS+= --enable-dillo_viewer-plugin
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= dillo>=0.8.6nb2:../../www/dillo
.include "../../mail/claws-mail/Makefile.vers"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-fetchinfo/Makefile
--- a/mail/claws-mail-fetchinfo/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-fetchinfo/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
#
DISTNAME= fetchinfo-plugin-0.4.23
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-gtkhtml/Makefile
--- a/mail/claws-mail-gtkhtml/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-gtkhtml/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/13 22:34:20 smb Exp $
#
-DISTNAME= gtkhtml2_viewer-0.18
-PKGNAME= claws-mail-gtkhtml2_viewer-0.18
+DISTNAME= gtkhtml2_viewer-0.19
+PKGNAME= claws-mail-gtkhtml2_viewer-0.19
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
@@ -13,7 +13,7 @@
PLIST_SRC+= PLIST
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-gtkhtml/distinfo
--- a/mail/claws-mail-gtkhtml/distinfo Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-gtkhtml/distinfo Sun Jul 13 22:34:19 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/05/12 02:25:39 smb Exp $
+$NetBSD: distinfo,v 1.5 2008/07/13 22:34:20 smb Exp $
-SHA1 (gtkhtml2_viewer-0.18.tar.gz) = e028f499ae6688e945d90b445bb189b4ab4666b9
-RMD160 (gtkhtml2_viewer-0.18.tar.gz) = f430f2bd0333b6f82ed49d84643cb71621c741fc
-Size (gtkhtml2_viewer-0.18.tar.gz) = 699178 bytes
+SHA1 (gtkhtml2_viewer-0.19.tar.gz) = 119fce6c17d03e259d92f2eb7672d9bc9eaa92e6
+RMD160 (gtkhtml2_viewer-0.19.tar.gz) = 543566ecab519f5ca723b31da1344fe44765f41c
+Size (gtkhtml2_viewer-0.19.tar.gz) = 699738 bytes
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-mailmbox/Makefile
--- a/mail/claws-mail-mailmbox/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-mailmbox/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
#
DISTNAME= mailmbox-1.14.1
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-newmail/Makefile
--- a/mail/claws-mail-newmail/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-newmail/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/07/13 22:34:20 smb Exp $
#
DISTNAME= newmail-0.0.12
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-notification/Makefile
--- a/mail/claws-mail-notification/Makefile Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-notification/Makefile Sun Jul 13 22:34:19 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:33 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/13 22:34:20 smb Exp $
#
-DISTNAME= notification_plugin-0.16
-PKGNAME= claws-mail-notification-0.16
+DISTNAME= notification_plugin-0.17
+PKGNAME= claws-mail-notification-0.17
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+= claws-mail-3.5.0{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
diff -r 92698a375e36 -r 4c1b115f898d mail/claws-mail-notification/distinfo
--- a/mail/claws-mail-notification/distinfo Sun Jul 13 22:32:05 2008 +0000
+++ b/mail/claws-mail-notification/distinfo Sun Jul 13 22:34:19 2008 +0000
@@ -1,5 +1,5 @@
Home |
Main Index |
Thread Index |
Old Index