diff options
author | markd <markd@pkgsrc.org> | 2007-01-26 03:17:09 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-26 03:17:09 +0000 |
commit | 4fab84d8cc75041eccac1a44ddc4903c9a636838 (patch) | |
tree | 8933ddf7e6b4ed25958004ea27f6e27e612a3f40 /misc/kdepim3/options.mk | |
parent | 5628e057692f03215e987c7f66b221f2b5afb56e (diff) | |
download | pkgsrc-4fab84d8cc75041eccac1a44ddc4903c9a636838.tar.gz |
Update to KDE 3.5.6
Akregator
* Add session management for browser tabs.
* Fix KhelpCenter entry and start a handbook.
* Fix folder name encoding when RSS feeds are added from the outside.
KAddressBook
* Fix renaming distribution lists.
* Fix adding new categories to addressbook.
* Fix links to online maps at MapQuest.com and Maporama.com.
KAlarm
* Tidy up preferences dialog (Run mode options and sound type options).
* Fix crash when an alarm triggers while the user is answering the
confirmation prompt when deleting it.
* Fix crash when saving Preferences dialog on some systems (due to
Terminal for Command Alarms option setting).
* Fix editing of 29th February alarm options for non-leap years.
* Fix Find always using the first search text entered even after
entering a new one.
* Fix "Start alarm monitoring at login" value shown in preferences
dialogue.
* Fix deselecting "Start alarm monitoring at login" when daemon not
running.
KArm
* Session times can be copied to clipboard.
KMail
* Introducing KMail templates: you will be able to build templates for
new messages, replies, or forwards. The templates can be universal
or identity-specific or folder-specific. The template language is
very customizable (similar to The Bat! mailer). There will also be a
templates folder from which you can store templates and new messages
can be created from these.
* Added CRM114 support to anti spam wizard.
* Background filtering enhancements.
* Add "Open With..." for attachments view.
* Handle command line parameter --header correctly.
* Various improvements on address completion in composer.
* Do not crash when deleting a message while saving it.
* Fix saving expiry settings.
* Correctly detect a URL that ends with '-' or '_'.
* Get attachment icon from file name if not available from Content-Type.
* Handle multiple To: header lines.
* Some changes to make menubar and popup menus more consistent.
* Add keyboard shortcut Ctrl+S for "Save As" action in reader window.
* Fix wrong checkbox in the layout when adding attachments to the
composer.
* Fix for attachment display in editor: "sort by size" sorts
alphanumerically, not by size.
* Fix to update identities with renamed transports.
* Open on double click to attachments.
* Put KDE Wallet dialog on top when KMail requests a password.
* The "Emtpy Trash" action was not always enabled when it should be.
* Disable the shortcut definition if the filter is not going to be
added to the menu.
* "Exclude important messages from expiry" should also exclude todo
messages.
* Fix for changing the identity transport when changing an identity.
* Fix mail sorting in POP filter dialog.
* Suppose headers charset from content-type header if headers not
properly encoded. If content-type charset is "us-ascii", use "utf-8"
instead. Write maildir and mbox indexes in right encoding.
* Moving messages is faster.
KNotes
* Prevent crashes when *.rc files for KNotes are missing/unreadable.
Kontact
* New Summary menus for appointments and to-dos that allow quick
access to edit, delete, and mark completed (to-dos only)
* Session management framework for Kontact plugins.
* Fix changing startup view not working.
* Fix lost occurences when recurring events were shown by the
Summary widget.
KOrganizer
* Add command line options to 1) Open the URLs in a separate window
(--open, -o) 2) Merge the events of the URLs into the standard
calendar (--merge, -m) 3) Add the URLs as new resources (--import,
-i) If no command line option is given, korganizer will ask which of
these actions should be taken for each URL. If no URL is given, the
standard resource calendar is displayed.
* Can print individual Event or To-do on a single sheet of paper
* Various improvements on printouts.
* Make calendars in the left sidebar respect the First Day Of Week
setting, defined in the control center
* Make the reminder dialog somewhat more usable when working with
they keyboard.
* Show anniversaries of all contacts.
* Brazilian and Greek holidays added.
* Fix applying templates on to-do items.
* Prevent infinite loops with some cases of recurring todos.
* Write proper DTEND data when a time is associated to an event.
* Fix Copy To menu for to-dos, assign date to copy when the original
did not have a due date.
* Some crashes fixed when opening iCal files from Apple.
* Don't crash when "select resource folder" was cancelled.
* Endless loop fixed in todo editor.
* Do not crash so easily when KOrganizer is embedded inside Konqueror.
* Record completion of recurring todos in journals.
* Fix a bug in Kontact that Ctrl-N did not honor the selection in the
agend view.
* Fix loading journals from Kolab resources.
* Fix crash when pressing OK in event editor while the resource
selection dialog is open.
KPilot
* Inclusion of CMake standalone build system.
* Backup options made more granular. Users can choose to always update
backups or to only do so on demand, instead of being forced to do so
on every HotSync.
* Raising minimum requirement for kpilot to pilot-link 0.12.0. This
addresses many long-standing bugs caused by previous versions of
pilot-link regarding database-size limitations.
* Fixes for data-loss problems for users of all distros that distributed
kpilot with pilot-link 0.12.
* Fix for "Reminders from outlook invites are set to unknown in exchange
resources".
* Fix compilation when NDEBUG is on.
Diffstat (limited to 'misc/kdepim3/options.mk')
-rw-r--r-- | misc/kdepim3/options.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/kdepim3/options.mk b/misc/kdepim3/options.mk new file mode 100644 index 00000000000..35649c6e962 --- /dev/null +++ b/misc/kdepim3/options.mk @@ -0,0 +1,14 @@ +# $NetBSD: options.mk,v 1.1 2007/01/26 03:17:09 markd Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.kdepim +PKG_SUPPORTED_OPTIONS= sasl +PKG_SUGGESTED_OPTIONS= sasl + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Msasl) +.include "../../security/cyrus-sasl/buildlink3.mk" +PLIST_SUBST+= HAVE_SASL="" +.else +PLIST_SUBST+= HAVE_SASL="@comment " +.endif |