pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/akonadi Update akonadi to 1.1.95



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6f8320a89ef
branches:  trunk
changeset: 396477:c6f8320a89ef
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jul 25 12:30:37 2009 +0000

description:
Update akonadi to 1.1.95

1.1.95                           23-June-2009
---------------------------------------------
- Fix item size handling.
- Add support for retrieving collection statistics as part
  of the AKLIST/AKLSUB commands.
- Add support for collection size statistics.
- Build fixes for Windows.
- Support RID-based operations for CREATE, MODIFY and DELETE.
- Avoid emitting unecessary change notifications when
  modifying items or collections.
- Add COLMOVE command.
- Reduce number of database writes when modifying a collection.
- Fix parsing of attributes containing CR or LF characters.

1.1.90                           03-June-2009
---------------------------------------------
- Return the storage location for items in FETCH responses
- Fix remode identifier encoding problems
- Fix infinite loop when parsing RID lists
- Fix parsing errors on stray newlines
- Support RID-based operations for STORE and MOVE
- Fix race on resource creation
- Provide modified item parts in change notifications
- Build system fixes

1.1.85                            05-May-2009
---------------------------------------------
- Improved CMake scripts so it is possible to detect
  the Akonadi version in projects that depend on it.
- Simplified the check for existance of tables.
- Add a dedicated item deletion command, to get rid of
  the old STORE/EXPUNGE which was extremely inefficient.
- Some fixes to support sqlite in the future.
- Soprano is required now.
- Qt 4.5.0 is required now.
- Support for collection retrieval by remote identifier.
- Support for item retrieval based on the remote identifier.
- Less useless debug output.
- Fixed leak on socket error.
- Various smaller bug fixes, see ChangeLog for a list.
- Support for writing large payloads to a file.
- New Item retrieval code.
- Added a streaming IMAP parser, and ported code the use it.
- Add support for manually restarting an agent instance.

diffstat:

 mail/akonadi/Makefile |  6 ++++--
 mail/akonadi/PLIST    |  4 +++-
 mail/akonadi/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r 205d722bf3a8 -r c6f8320a89ef mail/akonadi/Makefile
--- a/mail/akonadi/Makefile     Sat Jul 25 12:16:45 2009 +0000
+++ b/mail/akonadi/Makefile     Sat Jul 25 12:30:37 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/25 12:30:37 markd Exp $
 
-DISTNAME=      akonadi-1.1.2
+DISTNAME=      akonadi-1.1.95
 CATEGORIES=    mail
 MASTER_SITES=  http://download.akonadi-project.org/
 EXTRACT_SUFX=  .tar.bz2
@@ -8,6 +8,7 @@
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      http://pim.kde.org/akonadi/
 COMMENT=       The KDE PIM Storage Service
+LICENSE=       gnu-lgpl-v2.1
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -38,6 +39,7 @@
 
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
+.include "../../textproc/soprano/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../x11/qt4-qdbus/buildlink3.mk"
diff -r 205d722bf3a8 -r c6f8320a89ef mail/akonadi/PLIST
--- a/mail/akonadi/PLIST        Sat Jul 25 12:16:45 2009 +0000
+++ b/mail/akonadi/PLIST        Sat Jul 25 12:30:37 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:04:26 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/07/25 12:30:37 markd Exp $
 bin/akonadi_control
 bin/akonadictl
 bin/akonadiserver
@@ -8,6 +8,8 @@
 include/akonadi/private/notificationmessage_p.h
 include/akonadi/private/protocol_p.h
 include/akonadi/private/xdgbasedirs_p.h
+lib/cmake/Akonadi/AkonadiConfig.cmake
+lib/cmake/Akonadi/AkonadiConfigVersion.cmake
 lib/libakonadiprivate.so
 lib/libakonadiprivate.so.1
 lib/libakonadiprivate.so.${PKGVERSION}
diff -r 205d722bf3a8 -r c6f8320a89ef mail/akonadi/distinfo
--- a/mail/akonadi/distinfo     Sat Jul 25 12:16:45 2009 +0000
+++ b/mail/akonadi/distinfo     Sat Jul 25 12:30:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/05/06 11:08:17 markd Exp $
+$NetBSD: distinfo,v 1.6 2009/07/25 12:30:37 markd Exp $
 
-SHA1 (akonadi-1.1.2.tar.bz2) = baff27f138ab26d1375d28de838ccca0fe7c4513
-RMD160 (akonadi-1.1.2.tar.bz2) = 81457f1c4c68c9ad6c8e5a48e3aa4b483f68bb0c
-Size (akonadi-1.1.2.tar.bz2) = 135407 bytes
+SHA1 (akonadi-1.1.95.tar.bz2) = c782f5df7e1f2d0958a31c5b6ef8130da449c7f4
+RMD160 (akonadi-1.1.95.tar.bz2) = bc195a540e8d17453ef4991ac7ea5e61b8002fd8
+Size (akonadi-1.1.95.tar.bz2) = 176511 bytes



Home | Main Index | Thread Index | Old Index