summaryrefslogtreecommitdiff
path: root/mail/claws-mail-tnef
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2008-01-09 03:55:09 +0000
committersmb <smb@pkgsrc.org>2008-01-09 03:55:09 +0000
commite6abd381f7f290655344158a0ae67cec916845a3 (patch)
treee19128809df3b5e3dcaefaf5c1a0196832e40d57 /mail/claws-mail-tnef
parent456d95d716bea87f406b678fc20ea78d7a0f6a69 (diff)
downloadpkgsrc-e6abd381f7f290655344158a0ae67cec916845a3.tar.gz
Upgrade Claws Mail to 3.2.0, plus add the tnef plug-in.
# Several GUI improvements The colour preferences have been split into tabs. Improve the way 'Find in current message' search results are shown by vertically centering the selected text in the Message View. Improvements to the 'List URIs' dialogue. Filtering/Processing Match Type dialogue has been reworked. Several other layout improvements. # Several address book improvements Added Custom Attributes, which can be edited from '/Tools/Edit custom attributes...' and are used from the 'Name' drop down list on the 'Edit Person Details' dialogue. Always add a new contact if any value is set, instead of silently rejecting it when an email address is not set. Better guessing of contact name from incomplete name information. Better display of contacts that have no name set, in contact lists, group contents, find duplicate results. Error messages don't show in the status bar anymore, alert panels are used instead. Several other GUI improvements. # Added optional Tooltips to the Message List. This is enabled by the 'Show tooltips' option on the '/Display/Summaries' Preferences page and is only possible with GTK+ >= 2.12 # Much improved handling of Return Receipts, both outgoing and incoming. # Added the option to use the system defaults for External Programs preferences on the '/Message View/External Programs' page. # Added "select first email in list" to the list of possible selections in the 'Set default selection on entering a folder' options on the '/Display/Summaries' preferences page. # IMAP: Added IMAP tags support. (Note: 'Bandwidth-efficient' mode prevents fetching of tags.) # IMAP: Optimised flag handling and message copying. # Improved printed page layout for built-in GTK+ printing Bold fonts are now used where appropriate and a demarcation between header and body has been added. # Optimised filtering on flags/tags changes. # MAEMO: Added LED flashing for new mail alerts # MAEMO: Made all of the left of column in the Folder List a hotspot for expanding/collapsing the tree. # Updated translations: Brazilian Portuguese, French, German, Hungarian, Italian, and Spanish
Diffstat (limited to 'mail/claws-mail-tnef')
-rw-r--r--mail/claws-mail-tnef/DESCR5
-rw-r--r--mail/claws-mail-tnef/Makefile28
-rw-r--r--mail/claws-mail-tnef/PLIST18
-rw-r--r--mail/claws-mail-tnef/distinfo5
4 files changed, 56 insertions, 0 deletions
diff --git a/mail/claws-mail-tnef/DESCR b/mail/claws-mail-tnef/DESCR
new file mode 100644
index 00000000000..b0b26be8204
--- /dev/null
+++ b/mail/claws-mail-tnef/DESCR
@@ -0,0 +1,5 @@
+The TNEF Parser plugins handles TNEF attachments from Outlook. TNEF
+attachments have a MIME type of "application/ms-tnef" and are often
+named "winmail.dat". They can contain multiple files. This plugin
+parses this kind of attachment and displays the real files in the
+parts list.
diff --git a/mail/claws-mail-tnef/Makefile b/mail/claws-mail-tnef/Makefile
new file mode 100644
index 00000000000..14dcd056e07
--- /dev/null
+++ b/mail/claws-mail-tnef/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2008/01/09 03:55:13 smb Exp $
+#
+
+DISTNAME= tnef_parse-0.2.1
+PKGNAME= claws-mail-tnef-0.2.1
+CATEGORIES= mail
+MASTER_SITES= http://claws-mail.org/downloads/plugins/
+
+MAINTAINER= smb@NetBSD.org
+COMMENT= Handles TNEF attachments from Outlook
+
+#PLIST_SRC+= PLIST
+
+DEPENDS+= claws-mail-3.2.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 "../../devel/glib2/buildlink3.mk"
+.include "../../mail/libytnef/buildlink3.mk"
+.include "../../mail/claws-mail/Makefile.vers"
+.include "../../mail/claws-mail/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/claws-mail-tnef/PLIST b/mail/claws-mail-tnef/PLIST
new file mode 100644
index 00000000000..4371e399269
--- /dev/null
+++ b/mail/claws-mail-tnef/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2008/01/09 03:55:13 smb Exp $
+include/vcalendar/plugins/ical.h
+lib/claws-mail/plugins/vcalendar.la
+share/locale/ca/LC_MESSAGES/vcalendar.mo
+share/locale/de/LC_MESSAGES/vcalendar.mo
+share/locale/es/LC_MESSAGES/vcalendar.mo
+share/locale/fi/LC_MESSAGES/vcalendar.mo
+share/locale/fr/LC_MESSAGES/vcalendar.mo
+share/locale/hu/LC_MESSAGES/vcalendar.mo
+share/locale/it/LC_MESSAGES/vcalendar.mo
+share/locale/pl/LC_MESSAGES/vcalendar.mo
+share/locale/pt_BR/LC_MESSAGES/vcalendar.mo
+share/locale/sk/LC_MESSAGES/vcalendar.mo
+share/locale/sr/LC_MESSAGES/vcalendar.mo
+share/locale/zh_CN/LC_MESSAGES/vcalendar.mo
+@dirrm lib/claws-mail/plugins
+@dirrm include/vcalendar/plugins
+@dirrm include/vcalendar
diff --git a/mail/claws-mail-tnef/distinfo b/mail/claws-mail-tnef/distinfo
new file mode 100644
index 00000000000..182aa48cf69
--- /dev/null
+++ b/mail/claws-mail-tnef/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/01/09 03:55:13 smb Exp $
+
+SHA1 (tnef_parse-0.2.1.tar.gz) = df6b06483db1dd6726636b215310c712d5a90a14
+RMD160 (tnef_parse-0.2.1.tar.gz) = 708b9b68ee39fafe134b3e722587f8f7f8a6038f
+Size (tnef_parse-0.2.1.tar.gz) = 390171 bytes