pkgsrc/mail/claws-mail-vcalendar/Makefile

20 lines
442 B
Makefile
Raw Normal View History

2021-04-21 15:24:06 +02:00
# $NetBSD: Makefile,v 1.98 2021/04/21 13:24:58 adam Exp $
2007-08-09 20:28:24 +02:00
#
2013-07-24 17:29:21 +02:00
PLUGIN_NAME= vcalendar
claws-mail: Update to 3.17.4 * 3.17.4 -------- * New HTML viewer plugin: Litehtml viewer * Added option 'Enable keyboard shortcuts' to the 'Keyboard shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous * Compose: implemented copying of attached images to clipboard * Compose: images and text/uri-list (files) can now be attached by pasting into the Compose window * Python plugin: window sizes are now remembered for the Python console, the 'Open URLs' and the 'Set mailbox order' windows. * Fancy plugin: the download-link feature now follows redirections * MBOX export: the Enter key in the dialogue now starts the export * The date (ISO format) has been added to log timestamps * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish, Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese, Turkish * bug fixes: o bug 1920, 'No automatic NNTP filtering' o bug 2045, 'address book blocks focus on email window' o bug 2131, 'Focus stealing after mail check' o bug 2627, 'Filtering does not work on NNTP' o bug 3070, 'misbehaving text wrapping when URL chars are present' o bug 3838, 'Canceled right-click on message list leaves UI in inconsistent state' o bug 3977, 'Fix crashes when some external APIs fail' o bug 3979, 'Hang (with killing needed) during action which extracts attachments' o bug 4029, 'segfault after deleting message in a window' o bug 4031, 'fingerprint in SSL/TLS certificates for ... (regress error)' o bug 4037, 'Fix some small issues' o bug 4142, 'Translation error on Russian' o bug 4145, 'proxy server for sending doesn't work' o bug 4155, 'remember directory of last saving' o bug 4166, 'corrupted double-linked list' 0 bug 4167, 'Max line length exceeded when forwarding mail' o bug 4188, 'STL file is sent not as an attachment but as its base64 representation in plaintext' o CID 1442278, 'impossible to trigger buffer overflow' o Make key accelerators from menu work in addressbook window o save checkbox choices of display/summaries/defaults prefs o Do not throw an error when cancelling 'Save email as...'. o occasional crash on drag'n'drop of msgs o possible stack overflow in vcalendar's Curl data handler o crash when LDAP address source is defined in index, but LDAP support is disabled o crash in Fancy plugin if one of the MIME parts has no Content-ID o a few small memory leaks in scan_mailto_url() o configure script for rare cases where python is not installed o incorrect charset conversion in sc_html_read_line(). o markup in 'key not fully trusted' warning in pgpcore o use after free in rare code path in rssyl_subscribe() o several memory leaks o verify_folderlist_xml() for fresh starts o printf formats for size_t and goffset arguments. o alertpanel API use in win32 part of mimeview.c o pid handling in debug output of kill_children_cb() o incorrect pointer arithmetic in w32_filesel.c * 3.17.3 -------- * Add support for TLS Server Name Indication (SNI). This enables the sending of your hostname, if available, to the server so that it can select the appropriate certificate for your domain. This is useful for servers which host multiple domains on the same IP address. This is a hidden Account preference, 'use_tls_sni', and is enabled by default. * SSL/TLS certificate manager: The Delete key will now delete the selected certificate. * Window sizes are now remembered for the 'Apply tags' and SSL/TLS certificate manager windows. * bug fixes: o bug 3519, 'Links including umlauts are broken' o bug 4134, ''Save message to' option not set when it should be' o prevent the Tools/SSL/TLS Certificates dialogue from crashing when certificate filenames contain a fingerprint. o build on GNU Hurd. o various build fixes when building without GnuTLS. * 3.17.2 -------- * Message List: A context menu has been added to the column headers, it has two entries: a new option, 'Lock column headers', and 'Set displayed colums'. * Folder List: A context menu has been added to the column headers, containing 'Set displayed columns'. * Preferences: The Display/Summaries option page has been split into three notebook pages: Folder List, Message List, and Defaults. The Message List page contains the new 'Lock column headers' option. The Defaults page contains several new options for new folders. * New Folder Properties: It is now possible to control signing and encrypting options on the Compose page. By default it follows the Account preferences, but they can be overridden to always sign and/or encrypt, or never sign/encrypt. * Saving sent messages: The global preference, 'Save sent messages', can now be overriden by the Folder Property and Account preferences. The global preference no longer needs to be activated for the Account Preference, 'Put sent messages in ...' option to function. Likewise, the Folder Property, 'Save copy of outgoing messages to this folder instead of Sent', no longer relies on the global preference being set. * SSL/TLS certificates: The SHA-256 fingerprint is now displayed, and the MD5 fingerprint has been removed. * SSL/TLS certificates list: Status and Expiry columns have been added, and expired and invalid certificates are now clearly indicated. * QuickSearch: body searches are now quicker. * QuickSearch: symbols used in Extended searches are now expanded in the 'Edit' dialogue. * Re-editing: Flags and tags are now preserved when re-editing a message. * Fancy plugin: The minimum required webkitgtk version is now 1.10.0. * PDF Viewer plugin: Ctrl+scroll now zooms. * Tools: added cm-break.pl script, which breaks thread references for the selected messages; textviewer.pl has been updated and now requires perl 5.14.1. * The legacy "sylpheed-claws" symlink is no longer installed in the bindir. * New translation: Portuguese. * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish, Dutch, French, German, Russian, Slovak, Spanish, Swedish, Turkish. * bug fixes: o bug 3418, 'Building on a Cross Compiling toolchain doesn't work' o bug 3889, 'Address and quoted message inconsistent in reply' o bug 4114, 'autogen.sh: Fix argument quoting' o bug 4115, 'autogen: avoid unwarranted re-configure' o bug 4120, 'New cert files are created in $HOME instead of in ~/.claws-mail/certs' o byg 4121, 'Moving a subfolder in another folder erases its processing rules' (sic) o bug 4132, '"Mark all as (un)read" dialog appears when acting on 1 message only' o bug 4133, 'trying to read message from an NNTP group (with all expired articles.' o regression where mail was not being checked at startup when it should have been o links not being opened in browser when Fancy menu is opened with a keyboard o show correct address:port in SOCKS5 proxy connection failure message o prevent unexpected loss of drafted message o Quicksearch eating keypresses it didn't handle o build on Debian 7 o build on FreeBSD, sys/wait.h is needed for WEXITSTATUS macro o Reply from mainwindow menu and toolbar when mainwindow's messageview is hidden o CID 1438531 Fix wrong test leading to dead code o CID 1439871 and validate Unicode char strictly o CID 1439996 and remove unnecessary comparison o Fancy: left-click on links not opening in browser o RSSyl: lost processing rules when renaming folder o annoyance where your current reading is disturbed when a new msg is filtered into the current folder o don't leave the user in limbo when privacy system is 'none' and auto signing/encrypting is set o several memory leaks
2019-11-26 20:13:25 +01:00
2021-04-21 15:24:06 +02:00
PKGREVISION= 2
2013-07-24 17:29:21 +02:00
.include "../../mail/claws-mail/plugins.mk"
2007-08-09 20:28:24 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2007-08-09 20:28:24 +02:00
COMMENT= Enable vCalendar message handling
2013-07-24 17:29:21 +02:00
USE_TOOLS+= perl
2007-08-09 20:28:24 +02:00
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
2007-08-09 20:28:24 +02:00
2013-07-24 17:29:21 +02:00
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
2007-08-09 20:28:24 +02:00
claws-mail: update to 3.17.1 * 3.17.1 -------- * bug fixes: * 3.17.0 -------- * the minimum GLib requirement is now 2.28. * the mimimum GTK+2 requirement is now 2.24. * nettle is now required, following removal of libcrypt from glibc. * explicit use of --disable-gnutls is now required if gnuTLS support is not required. * SOCKS proxy support has been added. Global settings can be found on the Mail Handling/Proxy page. This can be overridden by Account settings on the new Proxy page. * Accounts can now have their own auto-check intervals, or follow the global interval. * in the options for 'default selection when entering a folder', 'first [...]' has been renamed to 'oldest [...]', and 'newest [...]' items have been added. * Message List: when changing sort key by clicking column header, the sort direction is now preserved * Message View: keypress handling for scrolling, (PgUp/Down, Space, Backspace), has been improved. * the Network Log now displays output from LDAP operations. * "Go to last error" has been added to the Log Window context menu. * Filtering/Processing: "mark_as_spam" is no longer a final action, since it does not move the marked message. * Filtering/Processing: Resent-From and Resent-To have been added in Any/All header(s) (in Address Book) matcher rules. * when a Return-Receipt request is received by an unknown address, the user is now required to choose which Account to send it from. * Colour Labels: confirmation is asked for when clearing or overriding existing colour labels. * Address Book: basic contact merging has been added. * NetworkManager support: ported from libnm-util/libnm-glib to libnm. * Dillo plugin: this HTML rendering plugin is now once again available. * RSSyl plugin: the modified time is no longer considered when matching deleted items. * RSSyl plugin: Handle 404 and other fetch failures better. * Attachment Remover plugin: the user is now notified about what has been done when processing multiple selections. * SpamAssassin plugin: added support for compression (the server must have compression enabled, and the local spamc too). * SpamAssassin plugin: disabled SSLv3. * when using the hidden preference, hide_timezone, the time in the Date header is converted to UTC. * various other UI improvements. * many behind-the-scenes improvements. * bug fixes: * 3.16.0 -------- * Preferences: for the 'default selection on entering a folder' on the Display/Summaries page, the first new, first unread, and first marked message options are now sort-order aware. * Preferences: the previously hidden preference to 'Warn when sending to more recipients than []' has been added to the Mail Handling/Sending page. * Preferences: Toolbars/Compose window: Sign/Encrypt toggle buttons can been added to the toolbar. * Preferences: Fancy Plugin: allow stylesheet file/folder names to have spaces in them. * Account Preferences: a 'Show password' checkbox has been added next to the password fields. * Account Preferences: the OpenPGP and S/MIME preferences have been split into two separate pages. * Account Preferences: newline characters are disallowed in account usernames and passwords, and warnings are shown to the user if this is attempted. * Compose: more UTF-8 list-item characters have been added. * Address book: a 'Show password' checkbox has been added next to the LDAP server 'bind password' field. * GPG: full key/signature fingerprints are now shown instead of the short versions. * SSL Certificate Manager: added support for ipv6 addresses. * NNTP: Fetch XOVER and XHDR data in batches of 5000 and use the statusbar progress meter when opening/refreshing a NNTP folder. * CLI: the --insert option has been added to --compose, to allow inserting files from the command line. * Plugins window: keyboard shortcuts to Load/Unload buttons have been added. * PDF Viewer Plugin: a print button has been added. * The HTML parser now supports all entities. * Tools: a simple bash completion helper has been added, tools/bash_completion/claws-mail. * Bug fixes: * 3.15.1 -------- * Bug fixes: * 3.15.0 -------- * More granular options on when to open a selected message have been added. There are now several checkboxes on the Display/Summaries page of the Preferences which allow a greater flexibility. * Compose window: Show the total size of attachments on the Attachments tab. * Compose window: Bcc has been added to the headers drop-down list. * Folder list: Top-level folders can now be copied. They are created as regular folders in the target mailbox. * Folder selection dialogue: Left/right keys collapse/expand rows. Further keypress will move the cursor to parent or first child, respectively. * Menu items: 'Mark all unread [recursively]' has been added to the folder context menu, message list menu, and the main window menu and toolbar. * Toolbar actions: Mark, Unmark, Lock, Unlock, Mark [all] read, Mark [all] unread, Ignore Thread, Watch Thread, and Delete Duplicate Messages have been added to the main window toolbar's Actions list. * Account compose signature: The value of the signature file now takes a path relative to the user's home directory in addition to a full path. * Icon Themes: Support for SVG themes with icon scaling capabilities has been added. This requires libRSVG 2.40.5 or newer. * Hidden preferences: colours for specifying Tags, QuickSearch, and auto-filled header values have been added, both foreground and background. Respectively, tags_color, tags_bgcolor, qs_active_color, qs_active_bgcolor, qs_error_color, qs_error_bgcolor, default_header_color, and default_header_bgcolor. * Hidden preferences: warn_sending_many_recipients_num, if greater than zero, a warning dialogue is shown when the number of recipients exceeds the number given. * GData plugin: This plugin now requires libgdata version 0.17.2 or newer. * TNEF parser plugin: This plugin now uses an external libytnef. * vCalendar plugin: This plugin now uses an external libical, version 2.0.0 or newer is required. * Mail Archiver plugin: - updated to support some of the compression formats up to libarchive 3.2.2 * Several minor UI improvements. * Bug fixes:
2018-11-08 08:29:35 +01:00
.include "../../time/libical/buildlink3.mk"
2007-08-09 20:28:24 +02:00
.include "../../mk/bsd.pkg.mk"