pkgsrc/mail/evolution/Makefile

100 lines
3.6 KiB
Makefile
Raw Normal View History

Update to 1.4.6 changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 12:03:54 +02:00
# $NetBSD: Makefile,v 1.62 2004/05/06 10:03:54 recht Exp $
Update to 1.4.6 changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 12:03:54 +02:00
DISTNAME= evolution-1.4.6
CATEGORIES= mail time gnome
MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \
${MASTER_SITE_GNOME:=sources/evolution/1.4/}
EXTRACT_SUFX= .tar.bz2
2003-07-17 23:41:05 +02:00
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://ximian.com/products/evolution/
COMMENT= GNOME mailer, calendar, contact manager, and communications tool
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
BUILD_USES_MSGFMT= YES
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2
# Using a wildcard here doesn't make sense because the version number of
# "db3" is hardcoded in the "configure" script and some source modules
# to make sure locally stored mails remain in the same format!
BUILDLINK_DEPENDS.db3= db3-3.11.2{,nb*}
Update evolution to 0.15 and buildlinkify. Changes are: Shell: - Fixed a problem with shortcuts not appearing when created by the mailer. (Ettore) - Fixed right-click menu behavior for folders in the folder bar. (Ettore) - Got Rename to work again. (Ettore) - Fixed some folder copy/move/dnd bugs. (Ettore) - Added a menu item to configure the Pilot settings. (Ettore) - Fixed some other miscellaneous bugs/crashes. (Ettore) - Added ability to run the intelligent importers from the File->Import menu item. (iain) Mailer: - Fixed the multiple error-dialog thing. (Michael) - Fixes to PGP decrypting and verification code. (Jeff) - Made vFolders work a lot better. (Michael) - Added a confirm expunge option to the mail settings dialog. (Jeff) - Fixed the update-IMAP-unread-counts bug. (Jeff) - Show messages in the user's preferred charset if the message itself doesn't contain charset information or if the message charset is wrong (ie the system can't convert the text to utf-8). (Jeff) - Many backend fixes that users won't notice. (Michael, Jeff, Dan) - Fixed the crash that accompanied the invalid address warning. (Trow) - Properly encode the mailto: links we generate inside of displayed messages. (Trow) - Improve the signature editor. (iain) Calendar: - Backend improvements (JP, Rodrigo). - The alarm daemon can now re-enter properly [#10840]. (Federico) - Alarms can now have zero-time offsets [#7892]. (Federico) - Warning fixes. (Chris) - Fixed custom Glade widgets on non-Linux systems. (Dan) - Fixed crashing problems in the event/task editor. (Damon) Addressbook: - Miscellaneous bug fixes. (Trow, Chris Toshok, Chris Lahey, JP, Peter Williams) - Better handling of addresses containing commas or other special characters. (Trow) - Fixed bugs related to sending mail by left-clicking on an address inside a message. (Trow) - Auto-completion now matches against contact nicknames. (Trow) - Added help text and generally cleaned up the contact editor. (Anna) - Handle multiple wombats properly. (Chris Toshok) - Made which book to use for address completion configurable (no gui for this yet.) (Chris Toshok) - Made Print Preview work in addressbook. (Chris Lahey) Summary: - Cache images instead of repeatedly reloading them (iain) - Only redraw when the summary is visible (iain) - Use the encoding specified in the RDF file (Takuo Kitame) - Leak fixes (Larry) - Show todays tasks works (iain) - Make the preferences dialog nicer. (iain) Importers: - Handle cases where the Netscape transport is nothing. (iain)
2001-10-06 16:44:01 +02:00
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-ipv6=yes
.else
CONFIGURE_ARGS+= --enable-ipv6=no
.endif
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
Update to 1.4.6 changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 12:03:54 +02:00
USE_GNU_TOOLS+= make yacc
USE_X11= YES
USE_LIBTOOL= YES
2004-02-20 14:03:09 +01:00
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
REPLACE_PERL+= libical/scripts/mkderivedvalues.pl
REPLACE_PERL+= libical/scripts/mkparameterrestrictions.pl
Update to 1.4.6 changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 12:03:54 +02:00
REPLACE_PERL+= libical/scripts/mkderivedcomponents.pl
REPLACE_PERL+= libical/scripts/mkderivedparameters.pl
REPLACE_PERL+= libical/scripts/mkderivedproperties.pl
REPLACE_PERL+= libical/scripts/mkrestrictionrecords.pl
REPLACE_PERL+= libical/scripts/mkrestrictiontable.pl
REPLACE_PERL+= tools/csv2vcard
Update to 1.4.6 changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 12:03:54 +02:00
REPLACE_PERL+= tools/evolution-addressbook-clean
REPLACE_PERL+= tools/evolution-addressbook-clean.in
REPLACE_PERL+= tools/killev
CPPFLAGS+= -I/usr/include/krb5 -I/usr/include/gssapi
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --with-openldap --without-static-ldap
Update evolution to 1.2.1. Changes include: * Tons of bug fixes * evolution-launch-composer command-line tool to open up the composer with attachments. * Auto-subscribe the user to his/her IMAP INBOX * Made the default width of the mail filter editing dialog larger. * Removed the development warning at startup. (Ettore) * The "Select Names" dialog remembers what folder you were in between uses now, which is useful for people who normally select names out of an LDAP directory. (Dan) * Do not allow empty attendee addresses for meetings. * Better alarm daemon activation. * Notification of calendar query errors. * Added status messages for all operations. * Sensitivity problem when using the folder selector. * Changed the way shared folders work with Connector. * Allow accessing local folders even if some folders with unknown/corrupted metadata type are found in ~/evolution/local. * Importer dialog browse entry now has history dropdown. * We no longer allow selecting a folder of a non-allowed type with a double-click in the folder selection dialog. * The toolbar now includes a "New" dropdown menu/button from which you can create messages, appointments, etc. from within any folder. * A new, integrated configuration dialog for all of Evolution is now provided. * When you use the folder selection dialog, you can now jump to a folder just by typing its name and hitting Enter (instead of using the arrows or the mouse). * You can now specify your default mail, calendar, tasks and contacts folders. The shortcuts in the shortcut bar will always point to the default folder; so for example if you have an IMAP account you can specify that the INBOX on the IMAP account is default and clicking on the Inbox icon on the shortcut bar will take you to the INBOX on the IMAP account. * Fonts for displaying of HTML mail can now be configured from within Evolution (instead of having to use GNOME Control Center). * You can now make Evolution play a sound, beep, or display a message when new mail arrives. It is also possible to trigger these actions based on a filter rule. * The behavior of the search bar has been improved, and the UI has been integrated better with the menu bar and the rest of the system. * For the table-based views, you can now define, save and reuse view settings using the "View" menu. * The Send/Receive button is now always accessible from any folder. * Easier to build on non-GNU, and non-GCC systems (e.g. MacOS/X, HP/UX, Solaris). * Now installs some libraries and headers required for external module development. * You now can drop objects (eg. mail messages, appointments) directly to the folders on the shortcut bar (in 1.0.x, you could only drop them in the folder folder bar). * Loading speed has been improved. * When you receive an appointment through email, you can choose which calendar to update, and if its for an existing appointment the folder is automatically detected * Calendar importer now supports importing to remote folders. * Calendar GUI and alarm daemon now use listeners for the configuration. * Reaction to calendar backends crashing has been improved. * Show status messages for all long calendar operations. * Fixed default reminders description (was 'Untitled appointment'). * Included timezone information on VCALENDAR's used in copy/paste. * Removed extra space that was displayed for categories without icons. * When right clicking, correctly select the underlying date/time. * Meeting scheduling improvements; sends replies when you update your attendance status, warnings if the user changes a meeting they didn't create. * Deleting a meeting with a right click will now offer to send a cancellation notice. * Can accept meeting replies from non-attendees (they become attendees). * Fixed work day so start can't be before end, its minimum 1 hour and the unshaded zone is not rounded to the nearest time division (allowing the work hours to be 0:00 to 23:59). * Fixed task view to update completion status the same as the editor. * Fixed leap year problem with day of week. * Handle "last day of the month" and "last Tuesday of the month" type recurrences. * Contacts * It is now possible to specify which folders are used for autocompletion globally. * Improved address selection dialog (for sending mail and meeting requests). * Improved feedback for search results for all backends and the UI. * SSL/STARTTLS suport for LDAP has been added. * Caches are built for local addressbooks to speed up autocompletion. * Fixed wombat/addressbook crashes dealing with autocompletion, it should be much more stable now. * Categories on LDAP are now stored using a multivalued attribute (category) instead of a comma separated list (categories), so searches on categories in ldap actually work. The old attribute is deprecated and should not be used. * Standardized some of the static properties of addressbooks, and removed some local addressbook logic from the frontend. * When editing contacts from the composer entries (To:, CC:), pop up the right kind of editor based on the contact type. * Much improved LDAP backend responsiveness and performance. * Mail - New, much faster indexing engine. This results in faster mail incorporation, faster mail display, and faster searches. Overall, the new engine should work much better for larger folders, and take considerably less space on the disk. - Faster POP3 download, using the server's pipeline extensions if available. - If you type multiple words in the search bar for the "... Contains" rules, Evolution will search messages that contain all of the words you specified, in any order. - More consistent search results for indexed, non-indexed and remote folders. - UTF8 (Unicode) used for all searches, even with IMAP servers. - It is now possible to mark messages for follow-up and other flags. It is also possible to change the color in which a specific message is displayed in the mail list. - When the message list is sorted by a certain field, it is possible to jump to the first item in the list that matches a certain string by just typing the first few characters. - Filters are now updated automatically when the destination folder gets moved or removed. - A new filter rule allows you to pipe mail through an external process to find out whether or not to filter it. - You can now specify which folders get synced when switching to offline mode. - All previously read messages are automatically downloaded for offline use. - Offline state is preserved between sessions. Generally, offline mode is more stable and complete. - STARTTLS support for POP, SMTP and IMAP has been added. - IMAP can now handle folder names containing &, -, and UTF-8 characters. - You can have all of your mail Auto-Cc:ed or auto-Bcc:ed to a specified set of recipients. - SMTP error reporting has been improved. - Much improved GnuPG support. Better pgp/mime interoperability. - Improved support for external Maildir, MH, and mailbox folders, and trees of folders. Internally they share more code now and are easier to maintain. - External mailbox folders can interoperate with pine/mutt/elm status flags directly (at slightly performance penalty). See options on the "spool" provider. - Many IMAP related bugs fixed. IMAP now passes current folder regression tests. - IMAP body search results are now cached. Vastly improving body search vFolder performance with IMAP sources. - Optional IPv6 support. - Progress bar added to subscribe dialogue. - Camel's multithread safe object system streamlined and improved. Many other internal cleanups inside Camel. - vFolders can now have an additional column which shows the original location of the message. Particularly useful for Trash folder. - New messages dont "upset" the thread view as much, if no sorting is used. - Various vFolder tweaks and fixes. - Remote inline HTML images are now downloaded incrementally using libsoup and are fully cancellable. - Improved quotation display for format=flowed messages. * Mail Composer - You can now edit a set of signatures within Evolution, and pick which signature you want when composing a message. - Handling of replies has been improved; in particular, you can now paste any text as a quotation, and quotation formatting is preserved when switching between HTML and non-HTML mode. - Evolution can now generate graphical smileys automatically as you type. - Quotation logic has been improved, rewrapping long lines in replies now preserves quotation marks. - Multiple simulataneous language support in the spell checker. - Cut & Paste support for html between netscape/mozilla/evolution. - Optimized rendering of long messages. - Improved html rendering, including support for the clear attribute in <br> elements. * Summary - Can have non-local mail folders displayed on the summary. - Improved Calendar and Tasks displayed. Displays overdue and todays tasks in colours. - Uses Soup for HTTP downloading news feeds and weather info. - Better folder selector. - Better Weather/News Feed selector. - Can delete user added news feeds. Updated translations: - ko (Young-Ho Cha, Changwoo Ryu) - nn (Roy-Magne Mo) - no (Kjartan Maraas) - pl (Zbigniew Chyla) - vi (Pablo Saratxaga) - tr (Gorkem) - de (Christian Neumair) - et (Tõivo Leedjärv) - fr (Joaquim Fellmann) - pt_BR (Gustavo Maciel Dias Vieira)
2003-01-09 14:59:25 +01:00
CONFIGURE_ARGS+= --enable-openssl=yes
2002-07-15 20:05:49 +02:00
CONFIGURE_ARGS+= --with-krb5=/usr --with-krb4=/usr
CONFIGURE_ARGS+= --with-db3-includes=${LOCALBASE}/include/db3
CONFIGURE_ARGS+= --with-db3-libs=${LOCALBASE}/lib
Update evolution to 1.2.1. Changes include: * Tons of bug fixes * evolution-launch-composer command-line tool to open up the composer with attachments. * Auto-subscribe the user to his/her IMAP INBOX * Made the default width of the mail filter editing dialog larger. * Removed the development warning at startup. (Ettore) * The "Select Names" dialog remembers what folder you were in between uses now, which is useful for people who normally select names out of an LDAP directory. (Dan) * Do not allow empty attendee addresses for meetings. * Better alarm daemon activation. * Notification of calendar query errors. * Added status messages for all operations. * Sensitivity problem when using the folder selector. * Changed the way shared folders work with Connector. * Allow accessing local folders even if some folders with unknown/corrupted metadata type are found in ~/evolution/local. * Importer dialog browse entry now has history dropdown. * We no longer allow selecting a folder of a non-allowed type with a double-click in the folder selection dialog. * The toolbar now includes a "New" dropdown menu/button from which you can create messages, appointments, etc. from within any folder. * A new, integrated configuration dialog for all of Evolution is now provided. * When you use the folder selection dialog, you can now jump to a folder just by typing its name and hitting Enter (instead of using the arrows or the mouse). * You can now specify your default mail, calendar, tasks and contacts folders. The shortcuts in the shortcut bar will always point to the default folder; so for example if you have an IMAP account you can specify that the INBOX on the IMAP account is default and clicking on the Inbox icon on the shortcut bar will take you to the INBOX on the IMAP account. * Fonts for displaying of HTML mail can now be configured from within Evolution (instead of having to use GNOME Control Center). * You can now make Evolution play a sound, beep, or display a message when new mail arrives. It is also possible to trigger these actions based on a filter rule. * The behavior of the search bar has been improved, and the UI has been integrated better with the menu bar and the rest of the system. * For the table-based views, you can now define, save and reuse view settings using the "View" menu. * The Send/Receive button is now always accessible from any folder. * Easier to build on non-GNU, and non-GCC systems (e.g. MacOS/X, HP/UX, Solaris). * Now installs some libraries and headers required for external module development. * You now can drop objects (eg. mail messages, appointments) directly to the folders on the shortcut bar (in 1.0.x, you could only drop them in the folder folder bar). * Loading speed has been improved. * When you receive an appointment through email, you can choose which calendar to update, and if its for an existing appointment the folder is automatically detected * Calendar importer now supports importing to remote folders. * Calendar GUI and alarm daemon now use listeners for the configuration. * Reaction to calendar backends crashing has been improved. * Show status messages for all long calendar operations. * Fixed default reminders description (was 'Untitled appointment'). * Included timezone information on VCALENDAR's used in copy/paste. * Removed extra space that was displayed for categories without icons. * When right clicking, correctly select the underlying date/time. * Meeting scheduling improvements; sends replies when you update your attendance status, warnings if the user changes a meeting they didn't create. * Deleting a meeting with a right click will now offer to send a cancellation notice. * Can accept meeting replies from non-attendees (they become attendees). * Fixed work day so start can't be before end, its minimum 1 hour and the unshaded zone is not rounded to the nearest time division (allowing the work hours to be 0:00 to 23:59). * Fixed task view to update completion status the same as the editor. * Fixed leap year problem with day of week. * Handle "last day of the month" and "last Tuesday of the month" type recurrences. * Contacts * It is now possible to specify which folders are used for autocompletion globally. * Improved address selection dialog (for sending mail and meeting requests). * Improved feedback for search results for all backends and the UI. * SSL/STARTTLS suport for LDAP has been added. * Caches are built for local addressbooks to speed up autocompletion. * Fixed wombat/addressbook crashes dealing with autocompletion, it should be much more stable now. * Categories on LDAP are now stored using a multivalued attribute (category) instead of a comma separated list (categories), so searches on categories in ldap actually work. The old attribute is deprecated and should not be used. * Standardized some of the static properties of addressbooks, and removed some local addressbook logic from the frontend. * When editing contacts from the composer entries (To:, CC:), pop up the right kind of editor based on the contact type. * Much improved LDAP backend responsiveness and performance. * Mail - New, much faster indexing engine. This results in faster mail incorporation, faster mail display, and faster searches. Overall, the new engine should work much better for larger folders, and take considerably less space on the disk. - Faster POP3 download, using the server's pipeline extensions if available. - If you type multiple words in the search bar for the "... Contains" rules, Evolution will search messages that contain all of the words you specified, in any order. - More consistent search results for indexed, non-indexed and remote folders. - UTF8 (Unicode) used for all searches, even with IMAP servers. - It is now possible to mark messages for follow-up and other flags. It is also possible to change the color in which a specific message is displayed in the mail list. - When the message list is sorted by a certain field, it is possible to jump to the first item in the list that matches a certain string by just typing the first few characters. - Filters are now updated automatically when the destination folder gets moved or removed. - A new filter rule allows you to pipe mail through an external process to find out whether or not to filter it. - You can now specify which folders get synced when switching to offline mode. - All previously read messages are automatically downloaded for offline use. - Offline state is preserved between sessions. Generally, offline mode is more stable and complete. - STARTTLS support for POP, SMTP and IMAP has been added. - IMAP can now handle folder names containing &, -, and UTF-8 characters. - You can have all of your mail Auto-Cc:ed or auto-Bcc:ed to a specified set of recipients. - SMTP error reporting has been improved. - Much improved GnuPG support. Better pgp/mime interoperability. - Improved support for external Maildir, MH, and mailbox folders, and trees of folders. Internally they share more code now and are easier to maintain. - External mailbox folders can interoperate with pine/mutt/elm status flags directly (at slightly performance penalty). See options on the "spool" provider. - Many IMAP related bugs fixed. IMAP now passes current folder regression tests. - IMAP body search results are now cached. Vastly improving body search vFolder performance with IMAP sources. - Optional IPv6 support. - Progress bar added to subscribe dialogue. - Camel's multithread safe object system streamlined and improved. Many other internal cleanups inside Camel. - vFolders can now have an additional column which shows the original location of the message. Particularly useful for Trash folder. - New messages dont "upset" the thread view as much, if no sorting is used. - Various vFolder tweaks and fixes. - Remote inline HTML images are now downloaded incrementally using libsoup and are fully cancellable. - Improved quotation display for format=flowed messages. * Mail Composer - You can now edit a set of signatures within Evolution, and pick which signature you want when composing a message. - Handling of replies has been improved; in particular, you can now paste any text as a quotation, and quotation formatting is preserved when switching between HTML and non-HTML mode. - Evolution can now generate graphical smileys automatically as you type. - Quotation logic has been improved, rewrapping long lines in replies now preserves quotation marks. - Multiple simulataneous language support in the spell checker. - Cut & Paste support for html between netscape/mozilla/evolution. - Optimized rendering of long messages. - Improved html rendering, including support for the clear attribute in <br> elements. * Summary - Can have non-local mail folders displayed on the summary. - Improved Calendar and Tasks displayed. Displays overdue and todays tasks in colours. - Uses Soup for HTTP downloading news feeds and weather info. - Better folder selector. - Better Weather/News Feed selector. - Can delete user added news feeds. Updated translations: - ko (Young-Ho Cha, Changwoo Ryu) - nn (Roy-Magne Mo) - no (Kjartan Maraas) - pl (Zbigniew Chyla) - vi (Pablo Saratxaga) - tr (Gorkem) - de (Christian Neumair) - et (Tõivo Leedjärv) - fr (Joaquim Fellmann) - pt_BR (Gustavo Maciel Dias Vieira)
2003-01-09 14:59:25 +01:00
CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig"
PKGCONFIG_OVERRIDE= camel.pc.in
PKGCONFIG_OVERRIDE+= evolution-shell.pc.in
PKGCONFIG_OVERRIDE+= evolution-calendar.pc.in
PKGCONFIG_OVERRIDE+= evolution-addressbook.pc.in
GCONF2_SCHEMAS= apps_evolution_shell.schemas
GCONF2_SCHEMAS+= apps_evolution_addressbook.schemas
GCONF2_SCHEMAS+= apps_evolution_calendar.schemas
GCONF2_SCHEMAS+= apps_evolution_summary.schemas
GCONF2_SCHEMAS+= evolution-mail.schemas
BUILDLINK_TRANSFORM+= S:-DG_DISABLE_DEPRECATED:
BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
.if !exists(/usr/include/semaphore.h)
LDFLAGS+= -lsemaphore
2004-02-20 14:03:09 +01:00
.include "../../devel/pthread-sem/buildlink3.mk"
.endif
2004-02-20 14:03:09 +01:00
.include "../../databases/db3/buildlink3.mk"
.include "../../databases/openldap/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
2004-02-20 14:03:09 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gal2/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
Update to 1.4.6 changes: Updated translations and bug-fixes. Among them: #54319 - Message-list blank even tho there are messages (Jeff Stedfast) #50535 - Doesn't handle EHLO errors proper (Jeff Stedfast) #50485 - Problems with accentuated gpg passphrases (Jeff Stedfast) #50096 - GroupWise attachments and indexing (Jeff Stedfast) #45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3 auto download (Michael Zucchi) #49357 - Email date is incorrect (Jeff Stedfast) #46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast) #41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi) #48759 - Strange behaviour with save as dialog (Jeff Stedfast) #47638 - Default charset is empty (Jeff Stedfast) #48466 - Properties window open after attachment removed (Charles Zhang) #48166 - Size filter doesnt remember the size (Jeff Stedfast) #53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu) #48998 - Apply Button always remain activated (Charles Zhang) #51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan) #40917 - backspace shouldn't highlight the whole remaining string in Setup Assistant (Suresh Chandrasekharan) #47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes) #32996 - Can select VFolders as Offline folders in Evolution Settings (Michael Zucchi) #39410 - "Work offline" does not propobly sync all mails in "offline folders" (Michael Zucchi) #48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu) [...] And many, many more. see http://bugzilla.ximian.com/show_bug.cgi
2004-05-06 12:03:54 +02:00
.include "../../textproc/gnome-spell/buildlink3.mk"
2004-02-20 14:03:09 +01:00
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libunicode/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
2004-02-20 14:03:09 +01:00
.include "../../www/gtkhtml3/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"