diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
commit | 4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08 (patch) | |
tree | db3c1cc1231d3aef48831d470847f62ba1858521 /databases/akonadi/pkg-descr | |
parent | d97d7e91b2c078b87375499ca4591297c54f5d50 (diff) | |
download | freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.gz freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.zst freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.zip |
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.
Some note:
* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist
* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.
For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.
Have fun!
Diffstat (limited to 'databases/akonadi/pkg-descr')
-rw-r--r-- | databases/akonadi/pkg-descr | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/akonadi/pkg-descr b/databases/akonadi/pkg-descr new file mode 100644 index 000000000000..8fd63775257c --- /dev/null +++ b/databases/akonadi/pkg-descr @@ -0,0 +1,25 @@ +Akonadi - The PIM Storage Service + + * Common PIM data cache + o Type agnostic design + o Extensible + o Generic offline access, change recording and replay + o Generic conflict detection and resolution + o Resources are groupable by profile + o Items composed of independently retrievable multiple parts + o Zero-copy retrieval possible + + * Concurrent access allows background activity independent of UI client + o Syncing mail, calendar, addressbooks to remote servers + o Syncing with mobile devices + o Permits semantic desktop infrastructure to access PIM data + o Archiving + o Indexing + o Out-of-process search + * Multi-process design + o Crash isolation + o Large items can't block whole system + o Linkage by IPC allows proprietary components + o Thin client installations can share components for scalability + +WWW: http://pim.kde.org/akonadi/ |