pkgsrc-WIP-changes archive

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

Import evolution-data-server from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Jan 27 19:02:53 2016 +0200
Changeset:	b6ada57e461aa994a22198ed96ace09636cfdc86

Added Files:
	evolution-data-server/DESCR
	evolution-data-server/Makefile
	evolution-data-server/PLIST
	evolution-data-server/buildlink3.mk
	evolution-data-server/distinfo
	evolution-data-server/options.mk
	evolution-data-server/patches/patch-aa
	evolution-data-server/patches/patch-ab
	evolution-data-server/patches/patch-bd
	evolution-data-server/patches/patch-ca
	evolution-data-server/patches/patch-calendar_backends_caldav_e-cal-backend-caldav.c
	evolution-data-server/patches/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c
	evolution-data-server/patches/patch-calendar_libegdbus_Makefile.in
	evolution-data-server/patches/patch-cc
	evolution-data-server/patches/patch-cd
	evolution-data-server/patches/patch-ce
	evolution-data-server/patches/patch-cg
	evolution-data-server/patches/patch-e_data_book_c
	evolution-data-server/patches/patch-e_data_book_factory_c
	evolution-data-server/patches/patch-e_data_cal_factory_c
	evolution-data-server/patches/patch-e_data_server_util_c
	evolution-data-server/patches/patch-libedataserver_e-categories_c

Log Message:
Import evolution-data-server from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6ada57e461aa994a22198ed96ace09636cfdc86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 evolution-data-server/DESCR                        |   2 +
 evolution-data-server/Makefile                     |  87 +++
 evolution-data-server/PLIST                        | 721 +++++++++++++++++++++
 evolution-data-server/buildlink3.mk                |  25 +
 evolution-data-server/distinfo                     |  22 +
 evolution-data-server/options.mk                   |  13 +
 evolution-data-server/patches/patch-aa             |  16 +
 evolution-data-server/patches/patch-ab             |  14 +
 evolution-data-server/patches/patch-bd             |  15 +
 evolution-data-server/patches/patch-ca             |  58 ++
 ...calendar_backends_caldav_e-cal-backend-caldav.c | 112 ++++
 ...endar_libedata-cal_e-cal-backend-intervaltree.c |  13 +
 .../patches/patch-calendar_libegdbus_Makefile.in   |  14 +
 evolution-data-server/patches/patch-cc             |  13 +
 evolution-data-server/patches/patch-cd             |  13 +
 evolution-data-server/patches/patch-ce             |  18 +
 evolution-data-server/patches/patch-cg             |  13 +
 evolution-data-server/patches/patch-e_data_book_c  |  16 +
 .../patches/patch-e_data_book_factory_c            |  16 +
 .../patches/patch-e_data_cal_factory_c             |  16 +
 .../patches/patch-e_data_server_util_c             |  50 ++
 .../patches/patch-libedataserver_e-categories_c    |  14 +
 22 files changed, 1281 insertions(+)

diffs:
diff --git a/evolution-data-server/DESCR b/evolution-data-server/DESCR
new file mode 100644
index 0000000..da7d2b2
--- /dev/null
+++ b/evolution-data-server/DESCR
@@ -0,0 +1,2 @@
+Evolution Data Server is responsible for managing calendar and addressbook
+information within the GNOME desktop.
diff --git a/evolution-data-server/Makefile b/evolution-data-server/Makefile
new file mode 100644
index 0000000..59dec71
--- /dev/null
+++ b/evolution-data-server/Makefile
@@ -0,0 +1,87 @@
+# $NetBSD: Makefile,v 1.154 2015/10/10 01:57:53 ryoon Exp $
+
+DISTNAME=	evolution-data-server-2.32.3
+PKGREVISION=	37
+CATEGORIES=	mail gnome
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/evolution-data-server/2.32/}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.gnome.org/projects/evolution/
+COMMENT=	Evolution data server
+LICENSE=	gnu-lgpl-v2
+
+BDB_ACCEPTED=		db4 db5
+USE_TOOLS+=		bison gmake intltool msgfmt pkg-config
+USE_LANGUAGES=		c c++
+USE_LIBTOOL=		YES
+USE_PKGLOCALEDIR=	YES
+GNU_CONFIGURE=		YES
+
+PYTHON_FOR_BUILD_ONLY=	YES
+REPLACE_PYTHON=	addressbook/libebook/gen-western-table.py
+
+.include "options.mk"
+
+.include "../../mk/bsd.prefs.mk"
+
+CONFIGURE_ENV+=		PTHREAD_LIB="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}"
+
+.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.6.2)
+.include "../../devel/pthread-sem/buildlink3.mk"
+LIBS+=		-lsemaphore
+.endif
+.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*) || ${OPSYS} == "Darwin")
+BUILDLINK_TRANSFORM+=   rm:-Wl,--no-undefined
+.endif
+
+.if ${OPSYS} == "Darwin"
+CPPFLAGS+=	-DBIND_8_COMPAT
+.endif
+
+.if !empty(PKGSRC_COMPILER:Msunpro)
+CFLAGS.SunOS+=	-D__FUNCTION__=__func__
+.endif
+
+CFLAGS.SunOS+=	-D__EXTENSIONS__
+
+CONFIGURE_ARGS+=	--with-openldap
+CONFIGURE_ARGS+=	--with-libdb=${BDBBASE}
+
+PKGCONFIG_OVERRIDE+=	addressbook/libebook/libebook.pc.in
+PKGCONFIG_OVERRIDE+=	addressbook/libedata-book/libedata-book.pc.in
+PKGCONFIG_OVERRIDE+=	calendar/libecal/libecal.pc.in
+PKGCONFIG_OVERRIDE+=	calendar/libedata-cal/libedata-cal.pc.in
+PKGCONFIG_OVERRIDE+=	camel/camel.pc.in
+PKGCONFIG_OVERRIDE+=	camel/camel-provider.pc.in
+PKGCONFIG_OVERRIDE+=	libedataserver/libedataserver.pc.in
+PKGCONFIG_OVERRIDE+=	libedataserverui/libedataserverui.pc.in
+PKGCONFIG_OVERRIDE+=	servers/groupwise/libegroupwise.pc.in
+PKGCONFIG_OVERRIDE+=	evolution-data-server.pc.in
+
+BUILDLINK_TRANSFORM+=	l:db:${BDB_TYPE}
+BUILDLINK_TRANSFORM+=	rm:-ldl
+
+.include "../../devel/gperf/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/libgweather/buildlink3.mk"
+.include "../../devel/nss/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../net/libgdata0.6/buildlink3.mk"
+.include "../../security/libgnome-keyring/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libical+=	libical>=0.43
+.include "../../time/libical/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/evolution-data-server/PLIST b/evolution-data-server/PLIST
new file mode 100644
index 0000000..9f86423
--- /dev/null
+++ b/evolution-data-server/PLIST
@@ -0,0 +1,721 @@
+@comment $NetBSD: PLIST,v 1.32 2010/11/24 20:19:44 drochner Exp $
+include/evolution-data-server-2.32/camel/camel-address.h
+include/evolution-data-server-2.32/camel/camel-block-file.h
+include/evolution-data-server-2.32/camel/camel-certdb.h
+include/evolution-data-server-2.32/camel/camel-charset-map.h
+include/evolution-data-server-2.32/camel/camel-cipher-context.h
+include/evolution-data-server-2.32/camel/camel-data-cache.h
+include/evolution-data-server-2.32/camel/camel-data-wrapper.h
+include/evolution-data-server-2.32/camel/camel-db.h
+include/evolution-data-server-2.32/camel/camel-debug.h
+include/evolution-data-server-2.32/camel/camel-disco-diary.h
+include/evolution-data-server-2.32/camel/camel-disco-folder.h
+include/evolution-data-server-2.32/camel/camel-disco-store.h
+include/evolution-data-server-2.32/camel/camel-file-utils.h
+include/evolution-data-server-2.32/camel/camel-filter-driver.h
+include/evolution-data-server-2.32/camel/camel-filter-search.h
+include/evolution-data-server-2.32/camel/camel-folder-search.h
+include/evolution-data-server-2.32/camel/camel-folder-summary.h
+include/evolution-data-server-2.32/camel/camel-folder-thread.h
+include/evolution-data-server-2.32/camel/camel-folder.h
+include/evolution-data-server-2.32/camel/camel-gpg-context.h
+include/evolution-data-server-2.32/camel/camel-html-parser.h
+include/evolution-data-server-2.32/camel/camel-http-stream.h
+include/evolution-data-server-2.32/camel/camel-iconv.h
+include/evolution-data-server-2.32/camel/camel-index.h
+include/evolution-data-server-2.32/camel/camel-internet-address.h
+include/evolution-data-server-2.32/camel/camel-junk-plugin.h
+include/evolution-data-server-2.32/camel/camel-list-utils.h
+include/evolution-data-server-2.32/camel/camel-lock-client.h
+include/evolution-data-server-2.32/camel/camel-lock-helper.h
+include/evolution-data-server-2.32/camel/camel-lock.h
+include/evolution-data-server-2.32/camel/camel-medium.h
+include/evolution-data-server-2.32/camel/camel-mempool.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-basic.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-bestenc.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-canon.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-charset.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-crlf.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-enriched.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-from.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-gzip.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-html.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-index.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-linewrap.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-pgp.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-progress.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-save.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-tohtml.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-windows.h
+include/evolution-data-server-2.32/camel/camel-mime-filter-yenc.h
+include/evolution-data-server-2.32/camel/camel-mime-filter.h
+include/evolution-data-server-2.32/camel/camel-mime-message.h
+include/evolution-data-server-2.32/camel/camel-mime-parser.h
+include/evolution-data-server-2.32/camel/camel-mime-part-utils.h
+include/evolution-data-server-2.32/camel/camel-mime-part.h
+include/evolution-data-server-2.32/camel/camel-mime-utils.h
+include/evolution-data-server-2.32/camel/camel-movemail.h
+include/evolution-data-server-2.32/camel/camel-msgport.h
+include/evolution-data-server-2.32/camel/camel-multipart-encrypted.h
+include/evolution-data-server-2.32/camel/camel-multipart-signed.h
+include/evolution-data-server-2.32/camel/camel-multipart.h
+include/evolution-data-server-2.32/camel/camel-net-utils.h
+include/evolution-data-server-2.32/camel/camel-nntp-address.h
+include/evolution-data-server-2.32/camel/camel-object-bag.h
+include/evolution-data-server-2.32/camel/camel-object.h
+include/evolution-data-server-2.32/camel/camel-offline-folder.h
+include/evolution-data-server-2.32/camel/camel-offline-journal.h
+include/evolution-data-server-2.32/camel/camel-offline-store.h
+include/evolution-data-server-2.32/camel/camel-operation.h
+include/evolution-data-server-2.32/camel/camel-partition-table.h
+include/evolution-data-server-2.32/camel/camel-provider.h
+include/evolution-data-server-2.32/camel/camel-sasl-anonymous.h
+include/evolution-data-server-2.32/camel/camel-sasl-cram-md5.h
+include/evolution-data-server-2.32/camel/camel-sasl-digest-md5.h
+include/evolution-data-server-2.32/camel/camel-sasl-gssapi.h
+include/evolution-data-server-2.32/camel/camel-sasl-login.h
+include/evolution-data-server-2.32/camel/camel-sasl-ntlm.h
+include/evolution-data-server-2.32/camel/camel-sasl-plain.h
+include/evolution-data-server-2.32/camel/camel-sasl-popb4smtp.h
+include/evolution-data-server-2.32/camel/camel-sasl.h
+include/evolution-data-server-2.32/camel/camel-search-private.h
+include/evolution-data-server-2.32/camel/camel-search-sql-sexp.h
+include/evolution-data-server-2.32/camel/camel-search-sql.h
+include/evolution-data-server-2.32/camel/camel-seekable-stream.h
+include/evolution-data-server-2.32/camel/camel-seekable-substream.h
+include/evolution-data-server-2.32/camel/camel-service.h
+include/evolution-data-server-2.32/camel/camel-session.h
+include/evolution-data-server-2.32/camel/camel-smime-context.h
+include/evolution-data-server-2.32/camel/camel-store-summary.h
+include/evolution-data-server-2.32/camel/camel-store.h
+include/evolution-data-server-2.32/camel/camel-stream-buffer.h
+include/evolution-data-server-2.32/camel/camel-stream-filter.h
+include/evolution-data-server-2.32/camel/camel-stream-fs.h
+include/evolution-data-server-2.32/camel/camel-stream-mem.h
+include/evolution-data-server-2.32/camel/camel-stream-null.h
+include/evolution-data-server-2.32/camel/camel-stream-process.h
+include/evolution-data-server-2.32/camel/camel-stream-vfs.h
+include/evolution-data-server-2.32/camel/camel-stream.h
+include/evolution-data-server-2.32/camel/camel-string-utils.h
+include/evolution-data-server-2.32/camel/camel-tcp-stream-raw.h
+include/evolution-data-server-2.32/camel/camel-tcp-stream-ssl.h
+include/evolution-data-server-2.32/camel/camel-tcp-stream.h
+include/evolution-data-server-2.32/camel/camel-text-index.h
+include/evolution-data-server-2.32/camel/camel-transport.h
+include/evolution-data-server-2.32/camel/camel-trie.h
+include/evolution-data-server-2.32/camel/camel-uid-cache.h
+include/evolution-data-server-2.32/camel/camel-url-scanner.h
+include/evolution-data-server-2.32/camel/camel-url.h
+include/evolution-data-server-2.32/camel/camel-utf8.h
+include/evolution-data-server-2.32/camel/camel-vee-folder.h
+include/evolution-data-server-2.32/camel/camel-vee-store.h
+include/evolution-data-server-2.32/camel/camel-vee-summary.h
+include/evolution-data-server-2.32/camel/camel-vtrash-folder.h
+include/evolution-data-server-2.32/camel/camel.h
+include/evolution-data-server-2.32/groupwise/e-gw-connection.h
+include/evolution-data-server-2.32/groupwise/e-gw-container.h
+include/evolution-data-server-2.32/groupwise/e-gw-filter.h
+include/evolution-data-server-2.32/groupwise/e-gw-item.h
+include/evolution-data-server-2.32/groupwise/e-gw-message.h
+include/evolution-data-server-2.32/groupwise/e-gw-proxy.h
+include/evolution-data-server-2.32/groupwise/e-gw-recur-utils.h
+include/evolution-data-server-2.32/groupwise/e-gw-sendoptions.h
+include/evolution-data-server-2.32/groupwise/soup-soap-message.h
+include/evolution-data-server-2.32/groupwise/soup-soap-response.h
+include/evolution-data-server-2.32/libebackend/e-data-server-module.h
+include/evolution-data-server-2.32/libebackend/e-db3-utils.h
+include/evolution-data-server-2.32/libebackend/e-dbhash.h
+include/evolution-data-server-2.32/libebackend/e-file-cache.h
+include/evolution-data-server-2.32/libebackend/e-offline-listener.h
+include/evolution-data-server-2.32/libebook/e-address-western.h
+include/evolution-data-server-2.32/libebook/e-book-query.h
+include/evolution-data-server-2.32/libebook/e-book-types.h
+include/evolution-data-server-2.32/libebook/e-book-view.h
+include/evolution-data-server-2.32/libebook/e-book.h
+include/evolution-data-server-2.32/libebook/e-contact.h
+include/evolution-data-server-2.32/libebook/e-destination.h
+include/evolution-data-server-2.32/libebook/e-name-western.h
+include/evolution-data-server-2.32/libebook/e-vcard.h
+include/evolution-data-server-2.32/libecal/e-cal-check-timezones.h
+include/evolution-data-server-2.32/libecal/e-cal-component.h
+include/evolution-data-server-2.32/libecal/e-cal-recur.h
+include/evolution-data-server-2.32/libecal/e-cal-system-timezone.h
+include/evolution-data-server-2.32/libecal/e-cal-time-util.h
+include/evolution-data-server-2.32/libecal/e-cal-types.h
+include/evolution-data-server-2.32/libecal/e-cal-util.h
+include/evolution-data-server-2.32/libecal/e-cal-view.h
+include/evolution-data-server-2.32/libecal/e-cal.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend-cache.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend-db-cache.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend-factory.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend-sexp.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend-summary.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend-sync.h
+include/evolution-data-server-2.32/libedata-book/e-book-backend.h
+include/evolution-data-server-2.32/libedata-book/e-data-book-factory.h
+include/evolution-data-server-2.32/libedata-book/e-data-book-types.h
+include/evolution-data-server-2.32/libedata-book/e-data-book-view.h
+include/evolution-data-server-2.32/libedata-book/e-data-book.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-cache.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-factory.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-file-store.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-intervaltree.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-sexp.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-store.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-sync.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend-util.h
+include/evolution-data-server-2.32/libedata-cal/e-cal-backend.h
+include/evolution-data-server-2.32/libedata-cal/e-data-cal-common.h
+include/evolution-data-server-2.32/libedata-cal/e-data-cal-factory.h
+include/evolution-data-server-2.32/libedata-cal/e-data-cal-types.h
+include/evolution-data-server-2.32/libedata-cal/e-data-cal-view.h
+include/evolution-data-server-2.32/libedata-cal/e-data-cal.h
+include/evolution-data-server-2.32/libedataserver/e-account-list.h
+include/evolution-data-server-2.32/libedataserver/e-account.h
+include/evolution-data-server-2.32/libedataserver/e-categories.h
+include/evolution-data-server-2.32/libedataserver/e-data-server-util.h
+include/evolution-data-server-2.32/libedataserver/e-debug-log.h
+include/evolution-data-server-2.32/libedataserver/e-flag.h
+include/evolution-data-server-2.32/libedataserver/e-iterator.h
+include/evolution-data-server-2.32/libedataserver/e-list-iterator.h
+include/evolution-data-server-2.32/libedataserver/e-list.h
+include/evolution-data-server-2.32/libedataserver/e-memory.h
+include/evolution-data-server-2.32/libedataserver/e-proxy.h
+include/evolution-data-server-2.32/libedataserver/e-sexp.h
+include/evolution-data-server-2.32/libedataserver/e-source-group.h
+include/evolution-data-server-2.32/libedataserver/e-source-list.h
+include/evolution-data-server-2.32/libedataserver/e-source.h
+include/evolution-data-server-2.32/libedataserver/e-time-utils.h
+include/evolution-data-server-2.32/libedataserver/e-uid.h
+include/evolution-data-server-2.32/libedataserver/e-url.h
+include/evolution-data-server-2.32/libedataserver/e-xml-hash-utils.h
+include/evolution-data-server-2.32/libedataserver/e-xml-utils.h
+include/evolution-data-server-2.32/libedataserver/eds-version.h
+include/evolution-data-server-2.32/libedataserverui/e-book-auth-util.h
+include/evolution-data-server-2.32/libedataserverui/e-categories-dialog.h
+include/evolution-data-server-2.32/libedataserverui/e-category-completion.h
+include/evolution-data-server-2.32/libedataserverui/e-cell-renderer-color.h
+include/evolution-data-server-2.32/libedataserverui/e-contact-store.h
+include/evolution-data-server-2.32/libedataserverui/e-destination-store.h
+include/evolution-data-server-2.32/libedataserverui/e-name-selector-dialog.h
+include/evolution-data-server-2.32/libedataserverui/e-name-selector-entry.h
+include/evolution-data-server-2.32/libedataserverui/e-name-selector-list.h
+include/evolution-data-server-2.32/libedataserverui/e-name-selector-model.h
+include/evolution-data-server-2.32/libedataserverui/e-name-selector.h
+include/evolution-data-server-2.32/libedataserverui/e-passwords.h
+include/evolution-data-server-2.32/libedataserverui/e-source-combo-box.h
+include/evolution-data-server-2.32/libedataserverui/e-source-selector-dialog.h
+include/evolution-data-server-2.32/libedataserverui/e-source-selector.h
+include/evolution-data-server-2.32/libedataserverui/e-tree-model-generator.h
+lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.la
+lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.urls
+lib/evolution-data-server-1.2/camel-providers/libcamelimap.la
+lib/evolution-data-server-1.2/camel-providers/libcamelimap.urls
+lib/evolution-data-server-1.2/camel-providers/libcamelimapx.la
+lib/evolution-data-server-1.2/camel-providers/libcamelimapx.urls
+lib/evolution-data-server-1.2/camel-providers/libcamellocal.la
+lib/evolution-data-server-1.2/camel-providers/libcamellocal.urls
+lib/evolution-data-server-1.2/camel-providers/libcamelnntp.la
+lib/evolution-data-server-1.2/camel-providers/libcamelnntp.urls
+lib/evolution-data-server-1.2/camel-providers/libcamelpop3.la
+lib/evolution-data-server-1.2/camel-providers/libcamelpop3.urls
+lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.la
+lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.urls
+lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.la
+lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.urls
+lib/evolution-data-server-1.2/extensions/libebookbackendfile.la
+lib/evolution-data-server-1.2/extensions/libebookbackendgoogle.la
+lib/evolution-data-server-1.2/extensions/libebookbackendgroupwise.la
+lib/evolution-data-server-1.2/extensions/libebookbackendldap.la
+lib/evolution-data-server-1.2/extensions/libebookbackendvcf.la
+lib/evolution-data-server-1.2/extensions/libebookbackendwebdav.la
+lib/evolution-data-server-1.2/extensions/libecalbackendcaldav.la
+lib/evolution-data-server-1.2/extensions/libecalbackendcontacts.la
+lib/evolution-data-server-1.2/extensions/libecalbackendfile.la
+lib/evolution-data-server-1.2/extensions/libecalbackendgroupwise.la
+lib/evolution-data-server-1.2/extensions/libecalbackendhttp.la
+lib/evolution-data-server-1.2/extensions/libecalbackendweather.la
+lib/libcamel-1.2.la
+lib/libcamel-provider-1.2.la
+lib/libebackend-1.2.la
+lib/libebook-1.2.la
+lib/libecal-1.2.la
+lib/libedata-book-1.2.la
+lib/libedata-cal-1.2.la
+lib/libedataserver-1.2.la
+lib/libedataserverui-1.2.la
+lib/libegroupwise-1.2.la
+lib/pkgconfig/camel-1.2.pc
+lib/pkgconfig/camel-provider-1.2.pc
+lib/pkgconfig/evolution-data-server-1.2.pc
+lib/pkgconfig/libebackend-1.2.pc
+lib/pkgconfig/libebook-1.2.pc
+lib/pkgconfig/libecal-1.2.pc
+lib/pkgconfig/libedata-book-1.2.pc
+lib/pkgconfig/libedata-cal-1.2.pc
+lib/pkgconfig/libedataserver-1.2.pc
+lib/pkgconfig/libedataserverui-1.2.pc
+lib/pkgconfig/libegroupwise-1.2.pc
+libexec/camel-index-control-1.2
+libexec/camel-lock-helper-1.2
+libexec/e-addressbook-factory
+libexec/e-calendar-factory
+share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
+share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
+share/evolution-data-server-2.32/evolutionperson.schema
+share/evolution-data-server-2.32/ui/e-categories-dialog.ui
+share/evolution-data-server-2.32/ui/e-name-selector-dialog.ui
+share/evolution-data-server-2.32/weather/Locations.xml
+share/gtk-doc/html/camel/Addresses.html
+share/gtk-doc/html/camel/CamelAddress.html
+share/gtk-doc/html/camel/CamelCertDB.html
+share/gtk-doc/html/camel/CamelCipherContext.html
+share/gtk-doc/html/camel/CamelDataCache.html
+share/gtk-doc/html/camel/CamelDataWrapper.html
+share/gtk-doc/html/camel/CamelDiscoDiary.html
+share/gtk-doc/html/camel/CamelDiscoFolder.html
+share/gtk-doc/html/camel/CamelDiscoStore.html
+share/gtk-doc/html/camel/CamelFilterDriver.html
+share/gtk-doc/html/camel/CamelFolder.html
+share/gtk-doc/html/camel/CamelFolderSearch.html
+share/gtk-doc/html/camel/CamelFolderSummary.html
+share/gtk-doc/html/camel/CamelGpgContext.html
+share/gtk-doc/html/camel/CamelHttpStream.html
+share/gtk-doc/html/camel/CamelIndex.html
+share/gtk-doc/html/camel/CamelInternetAddress.html
+share/gtk-doc/html/camel/CamelKeyFile.html
+share/gtk-doc/html/camel/CamelKeyTable.html
+share/gtk-doc/html/camel/CamelMedium.html
+share/gtk-doc/html/camel/CamelMimeFilter.html
+share/gtk-doc/html/camel/CamelMimeFilterBasic.html
+share/gtk-doc/html/camel/CamelMimeFilterBestenc.html
+share/gtk-doc/html/camel/CamelMimeFilterCRLF.html
+share/gtk-doc/html/camel/CamelMimeFilterCanon.html
+share/gtk-doc/html/camel/CamelMimeFilterCharset.html
+share/gtk-doc/html/camel/CamelMimeFilterEnriched.html
+share/gtk-doc/html/camel/CamelMimeFilterFrom.html
+share/gtk-doc/html/camel/CamelMimeFilterGZip.html
+share/gtk-doc/html/camel/CamelMimeFilterHTML.html
+share/gtk-doc/html/camel/CamelMimeFilterIndex.html
+share/gtk-doc/html/camel/CamelMimeFilterLinewrap.html
+share/gtk-doc/html/camel/CamelMimeFilterPgp.html
+share/gtk-doc/html/camel/CamelMimeFilterProgress.html
+share/gtk-doc/html/camel/CamelMimeFilterSave.html
+share/gtk-doc/html/camel/CamelMimeFilterToHTML.html
+share/gtk-doc/html/camel/CamelMimeFilterWindows.html
+share/gtk-doc/html/camel/CamelMimeFilterYenc.html
+share/gtk-doc/html/camel/CamelMimeMessage.html
+share/gtk-doc/html/camel/CamelMimeParser.html
+share/gtk-doc/html/camel/CamelMimePart.html
+share/gtk-doc/html/camel/CamelMultipart.html
+share/gtk-doc/html/camel/CamelMultipartEncrypted.html
+share/gtk-doc/html/camel/CamelMultipartSigned.html
+share/gtk-doc/html/camel/CamelNNTPAddress.html
+share/gtk-doc/html/camel/CamelObject.html
+share/gtk-doc/html/camel/CamelOfflineFolder.html
+share/gtk-doc/html/camel/CamelOfflineJournal.html
+share/gtk-doc/html/camel/CamelOfflineStore.html
+share/gtk-doc/html/camel/CamelSMIMEContext.html
+share/gtk-doc/html/camel/CamelSasl.html
+share/gtk-doc/html/camel/CamelSaslAnonymous.html
+share/gtk-doc/html/camel/CamelSaslCramMd5.html
+share/gtk-doc/html/camel/CamelSaslDigestMd5.html
+share/gtk-doc/html/camel/CamelSaslGssapi.html
+share/gtk-doc/html/camel/CamelSaslLogin.html
+share/gtk-doc/html/camel/CamelSaslNTLM.html
+share/gtk-doc/html/camel/CamelSaslPOPB4SMTP.html
+share/gtk-doc/html/camel/CamelSaslPlain.html
+share/gtk-doc/html/camel/CamelSeekableStream.html
+share/gtk-doc/html/camel/CamelSeekableSubstream.html
+share/gtk-doc/html/camel/CamelService.html
+share/gtk-doc/html/camel/CamelSession.html
+share/gtk-doc/html/camel/CamelStore.html
+share/gtk-doc/html/camel/CamelStoreSummary.html
+share/gtk-doc/html/camel/CamelStream.html
+share/gtk-doc/html/camel/CamelStreamBuffer.html
+share/gtk-doc/html/camel/CamelStreamFilter.html
+share/gtk-doc/html/camel/CamelStreamFs.html
+share/gtk-doc/html/camel/CamelStreamMem.html
+share/gtk-doc/html/camel/CamelStreamNull.html
+share/gtk-doc/html/camel/CamelStreamProcess.html
+share/gtk-doc/html/camel/CamelStreamVFS.html
+share/gtk-doc/html/camel/CamelTcpStream.html
+share/gtk-doc/html/camel/CamelTcpStreamRaw.html
+share/gtk-doc/html/camel/CamelTextIndexName.html
+share/gtk-doc/html/camel/CamelTransport.html
+share/gtk-doc/html/camel/CamelVTrashFolder.html
+share/gtk-doc/html/camel/CamelVeeFolder.html
+share/gtk-doc/html/camel/CamelVeeStore.html
+share/gtk-doc/html/camel/CamelVeeSummary.html
+share/gtk-doc/html/camel/ClassTree.html
+share/gtk-doc/html/camel/Crypto.html
+share/gtk-doc/html/camel/Deprecated.html
+share/gtk-doc/html/camel/Filters.html
+share/gtk-doc/html/camel/Folders.html
+share/gtk-doc/html/camel/Fundamentals.html
+share/gtk-doc/html/camel/MIME.html
+share/gtk-doc/html/camel/Search-Folders.html
+share/gtk-doc/html/camel/Services.html
+share/gtk-doc/html/camel/Storage.html
+share/gtk-doc/html/camel/Stream-Filters.html
+share/gtk-doc/html/camel/Streams.html
+share/gtk-doc/html/camel/Utilities.html
+share/gtk-doc/html/camel/api-index-2.22.html
+share/gtk-doc/html/camel/api-index-2.24.html
+share/gtk-doc/html/camel/api-index-2.26.html
+share/gtk-doc/html/camel/api-index-2.28.html
+share/gtk-doc/html/camel/api-index-2.30.html
+share/gtk-doc/html/camel/api-index-2.32.html
+share/gtk-doc/html/camel/api-index-deprecated.html
+share/gtk-doc/html/camel/api-index-full.html
+share/gtk-doc/html/camel/camel-CamelDB.html
+share/gtk-doc/html/camel/camel-CamelMsgPort.html
+share/gtk-doc/html/camel/camel-CamelTcpStreamSSL.html
+share/gtk-doc/html/camel/camel-camel-charset-map.html
+share/gtk-doc/html/camel/camel-camel-debug.html
+share/gtk-doc/html/camel/camel-camel-file-utils.html
+share/gtk-doc/html/camel/camel-camel-filter-search.html
+share/gtk-doc/html/camel/camel-camel-folder-thread.html
+share/gtk-doc/html/camel/camel-camel-iconv.html
+share/gtk-doc/html/camel/camel-camel-junk-plugin.html
+share/gtk-doc/html/camel/camel-camel-list-utils.html
+share/gtk-doc/html/camel/camel-camel-lock-client.html
+share/gtk-doc/html/camel/camel-camel-lock.html
+share/gtk-doc/html/camel/camel-camel-mempool.html
+share/gtk-doc/html/camel/camel-camel-mime-utils.html
+share/gtk-doc/html/camel/camel-camel-movemail.html
+share/gtk-doc/html/camel/camel-camel-net-utils.html
+share/gtk-doc/html/camel/camel-camel-operation.html
+share/gtk-doc/html/camel/camel-camel-provider.html
+share/gtk-doc/html/camel/camel-camel-search-sql-sexp.html
+share/gtk-doc/html/camel/camel-camel-search-sql.html
+share/gtk-doc/html/camel/camel-camel-string-utils.html
+share/gtk-doc/html/camel/camel-camel-trie.html
+share/gtk-doc/html/camel/camel-camel-uid-cache.html
+share/gtk-doc/html/camel/camel-camel-url-scanner.html
+share/gtk-doc/html/camel/camel-camel-url.html
+share/gtk-doc/html/camel/camel-camel-utf8.html
+share/gtk-doc/html/camel/camel-camel.html
+share/gtk-doc/html/camel/camel.devhelp
+share/gtk-doc/html/camel/camel.devhelp2
+share/gtk-doc/html/camel/classes.html
+share/gtk-doc/html/camel/home.png
+share/gtk-doc/html/camel/index.html
+share/gtk-doc/html/camel/index.sgml
+share/gtk-doc/html/camel/left.png
+share/gtk-doc/html/camel/right.png
+share/gtk-doc/html/camel/style.css
+share/gtk-doc/html/camel/up.png
+share/gtk-doc/html/libebackend/api-index-2.24.html
+share/gtk-doc/html/libebackend/api-index-2.26.html
+share/gtk-doc/html/libebackend/api-index-2.28.html
+share/gtk-doc/html/libebackend/api-index-2.30.html
+share/gtk-doc/html/libebackend/api-index-deprecated.html
+share/gtk-doc/html/libebackend/ch01.html
+share/gtk-doc/html/libebackend/home.png
+share/gtk-doc/html/libebackend/index.html
+share/gtk-doc/html/libebackend/index.sgml
+share/gtk-doc/html/libebackend/ix01.html
+share/gtk-doc/html/libebackend/left.png
+share/gtk-doc/html/libebackend/libebackend-EOfflineListener.html
+share/gtk-doc/html/libebackend/libebackend-e-data-server-module.html
+share/gtk-doc/html/libebackend/libebackend-e-db3-utils.html
+share/gtk-doc/html/libebackend/libebackend-e-dbhash.html
+share/gtk-doc/html/libebackend/libebackend-e-file-cache.html
+share/gtk-doc/html/libebackend/libebackend.devhelp
+share/gtk-doc/html/libebackend/libebackend.devhelp2
+share/gtk-doc/html/libebackend/right.png
+share/gtk-doc/html/libebackend/style.css
+share/gtk-doc/html/libebackend/up.png
+share/gtk-doc/html/libebook/EBook.html
+share/gtk-doc/html/libebook/EBookView.html
+share/gtk-doc/html/libebook/EContact.html
+share/gtk-doc/html/libebook/EDestination.html
+share/gtk-doc/html/libebook/EVCard.html
+share/gtk-doc/html/libebook/api-index-1.12.html
+share/gtk-doc/html/libebook/api-index-2.22.html
+share/gtk-doc/html/libebook/api-index-2.24.html
+share/gtk-doc/html/libebook/api-index-2.26.html
+share/gtk-doc/html/libebook/api-index-2.28.html
+share/gtk-doc/html/libebook/api-index-2.30.html
+share/gtk-doc/html/libebook/api-index-2.32.html
+share/gtk-doc/html/libebook/api-index-deprecated.html
+share/gtk-doc/html/libebook/api-index-full.html
+share/gtk-doc/html/libebook/ch01.html
+share/gtk-doc/html/libebook/home.png
+share/gtk-doc/html/libebook/index.html
+share/gtk-doc/html/libebook/index.sgml
+share/gtk-doc/html/libebook/left.png
+share/gtk-doc/html/libebook/libebook-EAddressWestern.html
+share/gtk-doc/html/libebook/libebook-ENameWestern.html
+share/gtk-doc/html/libebook/libebook-e-book-query.html
+share/gtk-doc/html/libebook/libebook-e-book-types.html
+share/gtk-doc/html/libebook/libebook.devhelp
+share/gtk-doc/html/libebook/libebook.devhelp2
+share/gtk-doc/html/libebook/right.png
+share/gtk-doc/html/libebook/style.css
+share/gtk-doc/html/libebook/up.png
+share/gtk-doc/html/libecal/ECal.html
+share/gtk-doc/html/libecal/ECalComponent.html
+share/gtk-doc/html/libecal/ECalView.html
+share/gtk-doc/html/libecal/api-index-1.12.html
+share/gtk-doc/html/libecal/api-index-2.22.html
+share/gtk-doc/html/libecal/api-index-2.24.html
+share/gtk-doc/html/libecal/api-index-2.26.html
+share/gtk-doc/html/libecal/api-index-2.28.html
+share/gtk-doc/html/libecal/api-index-2.30.html
+share/gtk-doc/html/libecal/api-index-2.32.html
+share/gtk-doc/html/libecal/api-index-deprecated.html
+share/gtk-doc/html/libecal/api-index-full.html
+share/gtk-doc/html/libecal/ch01.html
+share/gtk-doc/html/libecal/home.png
+share/gtk-doc/html/libecal/index.html
+share/gtk-doc/html/libecal/index.sgml
+share/gtk-doc/html/libecal/left.png
+share/gtk-doc/html/libecal/libecal-e-cal-check-timezones.html
+share/gtk-doc/html/libecal/libecal-e-cal-recur.html
+share/gtk-doc/html/libecal/libecal-e-cal-system-timezone.html
+share/gtk-doc/html/libecal/libecal-e-cal-time-util.html
+share/gtk-doc/html/libecal/libecal-e-cal-types.html
+share/gtk-doc/html/libecal/libecal-e-cal-util.html
+share/gtk-doc/html/libecal/libecal.devhelp
+share/gtk-doc/html/libecal/libecal.devhelp2
+share/gtk-doc/html/libecal/right.png
+share/gtk-doc/html/libecal/style.css
+share/gtk-doc/html/libecal/up.png
+share/gtk-doc/html/libedata-book/EBookBackend.html
+share/gtk-doc/html/libedata-book/EBookBackendCache.html
+share/gtk-doc/html/libedata-book/EBookBackendFactory.html
+share/gtk-doc/html/libedata-book/EBookBackendSExp.html
+share/gtk-doc/html/libedata-book/EBookBackendSummary.html
+share/gtk-doc/html/libedata-book/EBookBackendSync.html
+share/gtk-doc/html/libedata-book/EDataBook.html
+share/gtk-doc/html/libedata-book/EDataBookView.html
+share/gtk-doc/html/libedata-book/api-index-1.12.html
+share/gtk-doc/html/libedata-book/api-index-2.22.html
+share/gtk-doc/html/libedata-book/api-index-2.24.html
+share/gtk-doc/html/libedata-book/api-index-2.26.html
+share/gtk-doc/html/libedata-book/api-index-2.28.html
+share/gtk-doc/html/libedata-book/api-index-2.30.html
+share/gtk-doc/html/libedata-book/api-index-2.32.html
+share/gtk-doc/html/libedata-book/api-index-deprecated.html
+share/gtk-doc/html/libedata-book/api-index-full.html
+share/gtk-doc/html/libedata-book/ch01.html
+share/gtk-doc/html/libedata-book/home.png
+share/gtk-doc/html/libedata-book/index.html
+share/gtk-doc/html/libedata-book/index.sgml
+share/gtk-doc/html/libedata-book/left.png
+share/gtk-doc/html/libedata-book/libedata-book-EDataBookFactory.html
+share/gtk-doc/html/libedata-book/libedata-book-e-book-backend-db-cache.html
+share/gtk-doc/html/libedata-book/libedata-book-ximian-vcard.html
+share/gtk-doc/html/libedata-book/libedata-book.devhelp
+share/gtk-doc/html/libedata-book/libedata-book.devhelp2
+share/gtk-doc/html/libedata-book/right.png
+share/gtk-doc/html/libedata-book/style.css
+share/gtk-doc/html/libedata-book/up.png
+share/gtk-doc/html/libedata-cal/ECalBackend.html
+share/gtk-doc/html/libedata-cal/ECalBackendCache.html
+share/gtk-doc/html/libedata-cal/ECalBackendFactory.html
+share/gtk-doc/html/libedata-cal/ECalBackendSExp.html
+share/gtk-doc/html/libedata-cal/ECalBackendSync.html
+share/gtk-doc/html/libedata-cal/EDataCal.html
+share/gtk-doc/html/libedata-cal/api-index-1.12.html
+share/gtk-doc/html/libedata-cal/api-index-2.22.html
+share/gtk-doc/html/libedata-cal/api-index-2.24.html
+share/gtk-doc/html/libedata-cal/api-index-2.26.html
+share/gtk-doc/html/libedata-cal/api-index-2.28.html
+share/gtk-doc/html/libedata-cal/api-index-2.30.html
+share/gtk-doc/html/libedata-cal/api-index-2.32.html
+share/gtk-doc/html/libedata-cal/api-index-deprecated.html
+share/gtk-doc/html/libedata-cal/api-index-full.html
+share/gtk-doc/html/libedata-cal/ch01.html
+share/gtk-doc/html/libedata-cal/home.png
+share/gtk-doc/html/libedata-cal/index.html
+share/gtk-doc/html/libedata-cal/index.sgml
+share/gtk-doc/html/libedata-cal/left.png
+share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendFileStore.html
+share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendLoaderFactory.html
+share/gtk-doc/html/libedata-cal/libedata-cal-ECalBackendStore.html
+share/gtk-doc/html/libedata-cal/libedata-cal-EDataCalFactory.html
+share/gtk-doc/html/libedata-cal/libedata-cal-EDataCalView.html
+share/gtk-doc/html/libedata-cal/libedata-cal-EIntervalTree.html
+share/gtk-doc/html/libedata-cal/libedata-cal-e-cal-backend-util.html
+share/gtk-doc/html/libedata-cal/libedata-cal.devhelp
+share/gtk-doc/html/libedata-cal/libedata-cal.devhelp2
+share/gtk-doc/html/libedata-cal/right.png
+share/gtk-doc/html/libedata-cal/style.css
+share/gtk-doc/html/libedata-cal/up.png
+share/gtk-doc/html/libedataserver/EAccount.html
+share/gtk-doc/html/libedataserver/EAccountList.html
+share/gtk-doc/html/libedataserver/EIterator.html
+share/gtk-doc/html/libedataserver/EList.html
+share/gtk-doc/html/libedataserver/EListIterator.html
+share/gtk-doc/html/libedataserver/ESource.html
+share/gtk-doc/html/libedataserver/ESourceGroup.html
+share/gtk-doc/html/libedataserver/ESourceList.html
+share/gtk-doc/html/libedataserver/api-index-1.12.html
+share/gtk-doc/html/libedataserver/api-index-2.22.html
+share/gtk-doc/html/libedataserver/api-index-2.24.html
+share/gtk-doc/html/libedataserver/api-index-2.26.html
+share/gtk-doc/html/libedataserver/api-index-2.28.html
+share/gtk-doc/html/libedataserver/api-index-2.30.html
+share/gtk-doc/html/libedataserver/api-index-2.32.html
+share/gtk-doc/html/libedataserver/api-index-deprecated.html
+share/gtk-doc/html/libedataserver/api-index-full.html
+share/gtk-doc/html/libedataserver/ch01.html
+share/gtk-doc/html/libedataserver/home.png
+share/gtk-doc/html/libedataserver/index.html
+share/gtk-doc/html/libedataserver/index.sgml
+share/gtk-doc/html/libedataserver/left.png
+share/gtk-doc/html/libedataserver/libedataserver-EFlag.html
+share/gtk-doc/html/libedataserver/libedataserver-EProxy.html
+share/gtk-doc/html/libedataserver/libedataserver-ESExp.html
+share/gtk-doc/html/libedataserver/libedataserver-Version-Information.html
+share/gtk-doc/html/libedataserver/libedataserver-e-categories.html
+share/gtk-doc/html/libedataserver/libedataserver-e-debug-log.html
+share/gtk-doc/html/libedataserver/libedataserver-e-memory.html
+share/gtk-doc/html/libedataserver/libedataserver-e-time-utils.html
+share/gtk-doc/html/libedataserver/libedataserver-e-uid.html
+share/gtk-doc/html/libedataserver/libedataserver-e-url.html
+share/gtk-doc/html/libedataserver/libedataserver-e-util.html
+share/gtk-doc/html/libedataserver/libedataserver-e-xml-hash-utils.html
+share/gtk-doc/html/libedataserver/libedataserver.devhelp
+share/gtk-doc/html/libedataserver/libedataserver.devhelp2
+share/gtk-doc/html/libedataserver/right.png
+share/gtk-doc/html/libedataserver/style.css
+share/gtk-doc/html/libedataserver/up.png
+share/gtk-doc/html/libedataserverui/ECategoriesDialog.html
+share/gtk-doc/html/libedataserverui/EContactStore.html
+share/gtk-doc/html/libedataserverui/EDestinationStore.html
+share/gtk-doc/html/libedataserverui/ENameSelector.html
+share/gtk-doc/html/libedataserverui/ENameSelectorDialog.html
+share/gtk-doc/html/libedataserverui/ENameSelectorEntry.html
+share/gtk-doc/html/libedataserverui/ENameSelectorList.html
+share/gtk-doc/html/libedataserverui/ENameSelectorModel.html
+share/gtk-doc/html/libedataserverui/ESourceComboBox.html
+share/gtk-doc/html/libedataserverui/ESourceSelector.html
+share/gtk-doc/html/libedataserverui/ESourceSelectorDialog.html
+share/gtk-doc/html/libedataserverui/ETreeModelGenerator.html
+share/gtk-doc/html/libedataserverui/api-index-1.12.html
+share/gtk-doc/html/libedataserverui/api-index-2.22.html
+share/gtk-doc/html/libedataserverui/api-index-2.24.html
+share/gtk-doc/html/libedataserverui/api-index-2.26.html
+share/gtk-doc/html/libedataserverui/api-index-2.28.html
+share/gtk-doc/html/libedataserverui/api-index-2.30.html
+share/gtk-doc/html/libedataserverui/api-index-2.32.html
+share/gtk-doc/html/libedataserverui/api-index-deprecated.html
+share/gtk-doc/html/libedataserverui/api-index-full.html
+share/gtk-doc/html/libedataserverui/ch01.html
+share/gtk-doc/html/libedataserverui/home.png
+share/gtk-doc/html/libedataserverui/index.html
+share/gtk-doc/html/libedataserverui/index.sgml
+share/gtk-doc/html/libedataserverui/left.png
+share/gtk-doc/html/libedataserverui/libedataserverui-ECategoryCompletion.html
+share/gtk-doc/html/libedataserverui/libedataserverui-ECellRendererColor.html
+share/gtk-doc/html/libedataserverui/libedataserverui-e-book-auth-util.html
+share/gtk-doc/html/libedataserverui/libedataserverui-e-passwords.html
+share/gtk-doc/html/libedataserverui/libedataserverui.devhelp
+share/gtk-doc/html/libedataserverui/libedataserverui.devhelp2
+share/gtk-doc/html/libedataserverui/right.png
+share/gtk-doc/html/libedataserverui/style.css
+share/gtk-doc/html/libedataserverui/up.png
+share/locale/am/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ar/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/as/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ast/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/az/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/be/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/bg/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/bn/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/bn_IN/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/bs/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ca/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/cs/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/cy/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/da/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/de/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/dz/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/el/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/en@shaw/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/en_AU/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/en_CA/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/en_GB/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/es/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/et/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/eu/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/fa/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/fi/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/fr/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ga/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/gl/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/gu/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/he/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/hi/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/hr/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/hu/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/id/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/is/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/it/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ja/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ka/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/kn/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ko/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ku/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/lt/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/lv/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/mai/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/mk/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ml/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/mn/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/mr/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ms/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/nb/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ne/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/nl/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/nn/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/oc/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/or/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/pa/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/pl/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/pt/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/pt_BR/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ro/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ru/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/rw/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/si/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/sk/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/sl/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/sq/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/sr/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/sr@latin/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/sv/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/ta/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/te/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/th/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/tr/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/uk/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/vi/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/wa/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/xh/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/zh_CN/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/zh_HK/LC_MESSAGES/evolution-data-server-2.32.mo
+share/locale/zh_TW/LC_MESSAGES/evolution-data-server-2.32.mo
+share/pixmaps/evolution-data-server/category_birthday_16.png
+share/pixmaps/evolution-data-server/category_business_16.png
+share/pixmaps/evolution-data-server/category_favorites_16.png
+share/pixmaps/evolution-data-server/category_gifts_16.png
+share/pixmaps/evolution-data-server/category_goals_16.png
+share/pixmaps/evolution-data-server/category_holiday-cards_16.png
+share/pixmaps/evolution-data-server/category_holiday_16.png
+share/pixmaps/evolution-data-server/category_hot-contacts_16.png
+share/pixmaps/evolution-data-server/category_ideas_16.png
+share/pixmaps/evolution-data-server/category_international_16.png
+share/pixmaps/evolution-data-server/category_key-customer_16.png
+share/pixmaps/evolution-data-server/category_miscellaneous_16.png
+share/pixmaps/evolution-data-server/category_personal_16.png
+share/pixmaps/evolution-data-server/category_phonecalls_16.png
+share/pixmaps/evolution-data-server/category_status_16.png
+share/pixmaps/evolution-data-server/category_strategies_16.png
+share/pixmaps/evolution-data-server/category_suppliers_16.png
+share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
diff --git a/evolution-data-server/buildlink3.mk b/evolution-data-server/buildlink3.mk
new file mode 100644
index 0000000..b3f463e
--- /dev/null
+++ b/evolution-data-server/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.57 2015/07/11 17:16:18 wiz Exp $
+
+BUILDLINK_TREE+=	evolution-data-server
+
+.if !defined(EVOLUTION_DATA_SERVER_BUILDLINK3_MK)
+EVOLUTION_DATA_SERVER_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.evolution-data-server+=	evolution-data-server>=1.8.0
+BUILDLINK_ABI_DEPENDS.evolution-data-server+=	evolution-data-server>=2.32.3nb34
+BUILDLINK_PKGSRCDIR.evolution-data-server?=	../../mail/evolution-data-server
+
+BDB_ACCEPTED?=		db4 db5
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../devel/nss/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../net/libgdata0.6/buildlink3.mk"
+.include "../../time/libical/buildlink3.mk"
+.include "../../security/libgnome-keyring/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
+.endif # EVOLUTION_DATA_SERVER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-evolution-data-server
diff --git a/evolution-data-server/distinfo b/evolution-data-server/distinfo
new file mode 100644
index 0000000..b1de8bd
--- /dev/null
+++ b/evolution-data-server/distinfo
@@ -0,0 +1,22 @@
+$NetBSD: distinfo,v 1.84 2015/11/03 23:27:04 agc Exp $
+
+SHA1 (evolution-data-server-2.32.3.tar.bz2) = cbf32c3438c4f1650b35b87007a337ebc1c56cec
+RMD160 (evolution-data-server-2.32.3.tar.bz2) = adc8b07aef41a89d16fc426541c12190a3688b8f
+SHA512 (evolution-data-server-2.32.3.tar.bz2) = 863ccea7717a7fe743155513e74fc8ea35f558702bd4ff1075e15d1a36c1ecd9d5e285bd2a81245d680c05cf0521029583134b4e1d12668244042df3f5e62dfb
+Size (evolution-data-server-2.32.3.tar.bz2) = 4322281 bytes
+SHA1 (patch-aa) = 117f3ce1f2c948cae502486afdb62078e952afc0
+SHA1 (patch-ab) = fd27fd0a521899be568c843b24d9b6eeeb99a2bb
+SHA1 (patch-bd) = 8df85b9ab7ae71558fb939565e944b614de628bb
+SHA1 (patch-ca) = e879d29105997045e1293fe627ec55a05e5ba88d
+SHA1 (patch-calendar_backends_caldav_e-cal-backend-caldav.c) = 756ce60a8b684369bf7b0c14f2f52e735253c381
+SHA1 (patch-calendar_libedata-cal_e-cal-backend-intervaltree.c) = af78b5854666325a9dd1229702968c093805ec03
+SHA1 (patch-calendar_libegdbus_Makefile.in) = ac5aabae5160967c498f12c0f29be3e206e03622
+SHA1 (patch-cc) = a59bbc664a96f467888cae89cb00eb9a9033a925
+SHA1 (patch-cd) = 6e366e65e68cd0c5a8eafa67c7f9152c6521de12
+SHA1 (patch-ce) = 1da2a3773ff89319bc79bbb7375e8259f0be89e4
+SHA1 (patch-cg) = ef8059123df8b774b75549e0cbb46d2976ed6aff
+SHA1 (patch-e_data_book_c) = b52f6f50cc19794b2acb9df401bc34eaf8ea7ec7
+SHA1 (patch-e_data_book_factory_c) = 889cc05bb7fb1656b7f770ce8caee2a6f14c061c
+SHA1 (patch-e_data_cal_factory_c) = 73d811a3a1b4881e0391ff2b81ad11f916ca1b8e
+SHA1 (patch-e_data_server_util_c) = fb7d01a036883b22e51a11082ae15e3fe81d81f0
+SHA1 (patch-libedataserver_e-categories_c) = f4045926c8bfd7b6dd0f5905825dd4ece7c09ad1
diff --git a/evolution-data-server/options.mk b/evolution-data-server/options.mk
new file mode 100644
index 0000000..1e125b6
--- /dev/null
+++ b/evolution-data-server/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.2 2012/06/12 15:45:57 wiz Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.evolution-data-server
+PKG_SUPPORTED_OPTIONS=	inet6
+PKG_SUGGESTED_OPTIONS=	inet6
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.else
+CONFIGURE_ARGS+=	--disable-ipv6
+.endif
diff --git a/evolution-data-server/patches/patch-aa b/evolution-data-server/patches/patch-aa
new file mode 100644
index 0000000..ce61382
--- /dev/null
+++ b/evolution-data-server/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.12 2012/05/06 04:15:43 dholland Exp $
+
+--- configure.orig	2011-04-21 19:41:16.000000000 +0000
++++ configure
+@@ -4275,10 +4275,8 @@ fi
+ 
+ 
+ 
+-  list="-DG_DISABLE_DEPRECATED
+-	-DPANGO_DISABLE_DEPRECATED
++  list="-DPANGO_DISABLE_DEPRECATED
+ 	-DGDK_PIXBUF_DISABLE_DEPRECATED
+-	-DGTK_DISABLE_DEPRECATED
+ 	-DG_DISABLE_SINGLE_INCLUDES
+ 	-DGTK_DISABLE_SINGLE_INCLUDES
+ 	-DGSEAL_ENABLE
diff --git a/evolution-data-server/patches/patch-ab b/evolution-data-server/patches/patch-ab
new file mode 100644
index 0000000..287d206
--- /dev/null
+++ b/evolution-data-server/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.7 2011/07/21 17:05:36 joerg Exp $
+
+For localtime_r, safer than adjusting the _XOPEN_SOURCE earlier in the file.
+
+--- libedataserver/e-time-utils.c.orig	2011-07-20 12:30:18.000000000 +0000
++++ libedataserver/e-time-utils.c
+@@ -13,6 +13,7 @@
+ 
+ /* For tm_gmtoff */
+ #define _BSD_SOURCE
++#define _NETBSD_SOURCE
+ 
+ #include <time.h>
+ #include <sys/time.h>
diff --git a/evolution-data-server/patches/patch-bd b/evolution-data-server/patches/patch-bd
new file mode 100644
index 0000000..66c7a8b
--- /dev/null
+++ b/evolution-data-server/patches/patch-bd
@@ -0,0 +1,15 @@
+$NetBSD: patch-bd,v 1.3 2010/11/24 20:19:44 drochner Exp $
+
+--- camel/camel-smime-context.c.orig	2010-09-21 06:20:59.000000000 +0000
++++ camel/camel-smime-context.c
+@@ -269,8 +269,10 @@ nss_error_to_string (glong errorcode)
+ 	cs (SEC_ERROR_CRL_ALREADY_EXISTS, "CRL already exists.")
+ 	cs (SEC_ERROR_NOT_INITIALIZED, "NSS is not initialized.")
+ 	cs (SEC_ERROR_TOKEN_NOT_LOGGED_IN, "The operation failed because the PKCS#11 token is not logged in.")
++#if defined(NSS_VMAJOR) && defined(NSS_VMINOR) && defined(NSS_VPATCH) && (NSS_VMAJOR > 3 || (NSS_VMAJOR == 3 && NSS_VMINOR > 11) || (NSS_VMAJOR == 3 && NSS_VMINOR == 11 && NSS_VPATCH >= 6))
+ 	cs (SEC_ERROR_OCSP_RESPONDER_CERT_INVALID, "Configured OCSP responder's certificate is invalid.")
+ 	cs (SEC_ERROR_OCSP_BAD_SIGNATURE, "OCSP response has an invalid signature.")
++#endif
+ 
+ 	#if defined (NSS_VMAJOR) && defined (NSS_VMINOR) && defined (NSS_VPATCH) && (NSS_VMAJOR > 3 || (NSS_VMAJOR == 3 && NSS_VMINOR > 12) || (NSS_VMAJOR == 3 && NSS_VMINOR == 12 && NSS_VPATCH >= 2))
+ 	cs (SEC_ERROR_OUT_OF_SEARCH_LIMITS, "Cert validation search is out of search limits")
diff --git a/evolution-data-server/patches/patch-ca b/evolution-data-server/patches/patch-ca
new file mode 100644
index 0000000..fe443dc
--- /dev/null
+++ b/evolution-data-server/patches/patch-ca
@@ -0,0 +1,58 @@
+$NetBSD: patch-ca,v 1.2 2010/11/24 20:19:44 drochner Exp $
+
+--- camel/camel-search-sql-sexp.c.orig	2010-09-21 06:21:00.000000000 +0000
++++ camel/camel-search-sql-sexp.c
+@@ -176,7 +176,7 @@ eval_eq(struct _ESExp *f, gint argc, str
+ 		if (r1->type == ESEXP_RES_INT)
+ 			g_string_append_printf(str, "%d", r1->value.number);
+ 		else if (r1->type == ESEXP_RES_TIME)
+-			g_string_append_printf(str, "%ld", r1->value.time);
++			g_string_append_printf(str, "%lld", (long long)r1->value.time);
+ 		else if (r1->type == ESEXP_RES_STRING)
+ 			g_string_append_printf(str, "%s", r1->value.string);
+ 
+@@ -194,7 +194,7 @@ eval_eq(struct _ESExp *f, gint argc, str
+ 			if (r2->type == ESEXP_RES_BOOL)
+ 				g_string_append_printf(str, "%d", r2->value.boolean);
+ 			else if (r2->type == ESEXP_RES_TIME)
+-				g_string_append_printf(str, "%ld", r2->value.time);
++				g_string_append_printf(str, "%lld", (long long)r2->value.time);
+ 			else if (r2->type == ESEXP_RES_STRING) {
+ 				gchar *tmp = g_strdup_printf("%c%s%c", ut ? '%':' ', r2->value.string, ut?'%':' ');
+ 				gchar *safe = get_db_safe_string(tmp);
+@@ -229,7 +229,7 @@ eval_lt(struct _ESExp *f, gint argc, str
+ 		if (r1->type == ESEXP_RES_INT)
+ 			g_string_append_printf(str, "%d", r1->value.number);
+ 		else if (r1->type == ESEXP_RES_TIME)
+-			g_string_append_printf(str, "%ld", r1->value.time);
++			g_string_append_printf(str, "%lld", (long long)r1->value.time);
+ 		else if (r1->type == ESEXP_RES_STRING)
+ 			g_string_append_printf(str, "%s", r1->value.string);
+ 
+@@ -239,7 +239,7 @@ eval_lt(struct _ESExp *f, gint argc, str
+ 		if (r2->type == ESEXP_RES_BOOL)
+ 			g_string_append_printf(str, "%d", r2->value.boolean);
+ 		else if (r2->type == ESEXP_RES_TIME)
+-			g_string_append_printf(str, "%ld", r2->value.time);
++			g_string_append_printf(str, "%lld", (long long)r2->value.time);
+ 		else if (r2->type == ESEXP_RES_STRING)
+ 			g_string_append_printf(str, "%s", r2->value.string);
+ 		e_sexp_result_free(f, r1);
+@@ -268,7 +268,7 @@ eval_gt(struct _ESExp *f, gint argc, str
+ 		if (r1->type == ESEXP_RES_INT)
+ 			g_string_append_printf(str, "%d", r1->value.number);
+ 		else if (r1->type == ESEXP_RES_TIME)
+-			g_string_append_printf(str, "%ld", r1->value.time);
++			g_string_append_printf(str, "%lld", (long long)r1->value.time);
+ 		else if (r1->type == ESEXP_RES_STRING)
+ 			g_string_append_printf(str, "%s", r1->value.string);
+ 
+@@ -278,7 +278,7 @@ eval_gt(struct _ESExp *f, gint argc, str
+ 		if (r2->type == ESEXP_RES_BOOL)
+ 			g_string_append_printf(str, "%d", r2->value.boolean);
+ 		else if (r2->type == ESEXP_RES_TIME)
+-			g_string_append_printf(str, "%ld", r2->value.time);
++			g_string_append_printf(str, "%lld", (long long)r2->value.time);
+ 		else if (r2->type == ESEXP_RES_STRING)
+ 			g_string_append_printf(str, "%s", r2->value.string);
+ 		e_sexp_result_free(f, r1);
diff --git a/evolution-data-server/patches/patch-calendar_backends_caldav_e-cal-backend-caldav.c b/evolution-data-server/patches/patch-calendar_backends_caldav_e-cal-backend-caldav.c
new file mode 100644
index 0000000..450d9b1
--- /dev/null
+++ b/evolution-data-server/patches/patch-calendar_backends_caldav_e-cal-backend-caldav.c
@@ -0,0 +1,112 @@
+$NetBSD: patch-calendar_backends_caldav_e-cal-backend-caldav.c,v 1.1 2012/09/20 11:53:19 obache Exp $
+
+* Support both old and new-buf libxml2 APIs
+  http://git.gnome.org/browse/evolution-data-server/commit/calendar/backends/caldav/e-cal-backend-caldav.c?id=679b10d75730e81fa268e11cfda289a27fd3e306
+
+--- calendar/backends/caldav/e-cal-backend-caldav.c.orig	2011-04-21 19:35:36.000000000 +0000
++++ calendar/backends/caldav/e-cal-backend-caldav.c
+@@ -1024,6 +1024,19 @@ caldav_server_open_calendar (ECalBackend
+ 	return FALSE;
+ }
+ 
++static gconstpointer
++compat_libxml_output_buffer_get_content (xmlOutputBufferPtr buf,
++                                         gsize *out_len)
++{
++#ifdef LIBXML2_NEW_BUFFER
++	*out_len = xmlOutputBufferGetSize (buf);
++	return xmlOutputBufferGetContent (buf);
++#else
++	*out_len = buf->buffer->use;
++	return buf->buffer->content;
++#endif
++}
++
+ /* Returns whether calendar changed on the server. This works only when server
+    supports 'getctag' extension. */
+ static gboolean
+@@ -1035,6 +1048,8 @@ check_calendar_changed_on_server (ECalBa
+ 	xmlDocPtr		  doc;
+ 	xmlNodePtr		  root, node;
+ 	xmlNsPtr		  ns, nsdav;
++	gconstpointer		  buf_content;
++	gsize			  buf_size;
+ 	gboolean		  result = TRUE;
+ 
+ 	g_return_val_if_fail (cbdav != NULL, TRUE);
+@@ -1069,11 +1084,11 @@ check_calendar_changed_on_server (ECalBa
+ 	soup_message_headers_append (message->request_headers,
+ 				     "Depth", "0");
+ 
++	buf_content = compat_libxml_output_buffer_get_content (buf, &buf_size);
+ 	soup_message_set_request (message,
+ 				  "application/xml",
+ 				  SOUP_MEMORY_COPY,
+-				  (gchar *) buf->buffer->content,
+-				  buf->buffer->use);
++				  buf_content, buf_size);
+ 
+ 	/* Send the request now */
+ 	send_and_handle_redirection (priv->session, message, NULL);
+@@ -1131,6 +1146,8 @@ caldav_server_list_objects (ECalBackendC
+ 	xmlDocPtr            doc;
+ 	xmlNsPtr             nsdav;
+ 	xmlNsPtr             nscd;
++	gconstpointer        buf_content;
++	gsize                buf_size;
+ 	gboolean             result;
+ 
+ 	priv = E_CAL_BACKEND_CALDAV_GET_PRIVATE (cbdav);
+@@ -1211,11 +1228,11 @@ caldav_server_list_objects (ECalBackendC
+ 	soup_message_headers_append (message->request_headers,
+ 				     "Depth", "1");
+ 
++	buf_content = compat_libxml_output_buffer_get_content (buf, &buf_size);
+ 	soup_message_set_request (message,
+ 				  "application/xml",
+ 				  SOUP_MEMORY_COPY,
+-				  (gchar *) buf->buffer->content,
+-				  buf->buffer->use);
++				  buf_content, buf_size);
+ 
+ 	/* Send the request now */
+ 	send_and_handle_redirection (priv->session, message, NULL);
+@@ -1499,6 +1516,8 @@ caldav_receive_schedule_outbox_url (ECal
+ 	xmlDocPtr doc;
+ 	xmlNodePtr root, node;
+ 	xmlNsPtr nsdav;
++	gconstpointer buf_content;
++	gsize buf_size;
+ 	gchar *owner = NULL;
+ 
+ 	g_return_val_if_fail (cbdav != NULL, FALSE);
+@@ -1527,11 +1546,11 @@ caldav_receive_schedule_outbox_url (ECal
+ 	soup_message_headers_append (message->request_headers, "User-Agent", "Evolution/" VERSION);
+ 	soup_message_headers_append (message->request_headers, "Depth", "0");
+ 
++	buf_content = compat_libxml_output_buffer_get_content (buf, &buf_size);
+ 	soup_message_set_request (message,
+ 				  "application/xml",
+ 				  SOUP_MEMORY_COPY,
+-				  (gchar *) buf->buffer->content,
+-				  buf->buffer->use);
++				  buf_content, buf_size);
+ 
+ 	/* Send the request now */
+ 	send_and_handle_redirection (priv->session, message, NULL);
+@@ -1577,11 +1596,11 @@ caldav_receive_schedule_outbox_url (ECal
+ 		soup_message_headers_append (message->request_headers, "User-Agent", "Evolution/" VERSION);
+ 		soup_message_headers_append (message->request_headers, "Depth", "0");
+ 
++		buf_content = compat_libxml_output_buffer_get_content (buf, &buf_size);
+ 		soup_message_set_request (message,
+-				  "application/xml",
+-				  SOUP_MEMORY_COPY,
+-				  (gchar *) buf->buffer->content,
+-				  buf->buffer->use);
++					  "application/xml",
++					  SOUP_MEMORY_COPY,
++					  buf_content, buf_size);
+ 
+ 		/* Send the request now */
+ 		send_and_handle_redirection (priv->session, message, NULL);
diff --git a/evolution-data-server/patches/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c b/evolution-data-server/patches/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c
new file mode 100644
index 0000000..5a867ab
--- /dev/null
+++ b/evolution-data-server/patches/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-calendar_libedata-cal_e-cal-backend-intervaltree.c,v 1.1 2013/12/16 08:32:24 asau Exp $
+
+--- calendar/libedata-cal/e-cal-backend-intervaltree.c.orig	2011-04-21 19:35:36.000000000 +0000
++++ calendar/libedata-cal/e-cal-backend-intervaltree.c	2013-12-16 08:17:33.117504301 +0000
+@@ -26,7 +26,7 @@
+ 
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ 
+ #include "e-cal-backend-intervaltree.h"
+ 
diff --git a/evolution-data-server/patches/patch-calendar_libegdbus_Makefile.in b/evolution-data-server/patches/patch-calendar_libegdbus_Makefile.in
new file mode 100644
index 0000000..7cb1f6a
--- /dev/null
+++ b/evolution-data-server/patches/patch-calendar_libegdbus_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-calendar_libegdbus_Makefile.in,v 1.1 2012/02/16 19:02:48 hans Exp $
+
+--- calendar/libegdbus/Makefile.in.orig	2011-04-21 21:41:20.000000000 +0200
++++ calendar/libegdbus/Makefile.in	2012-01-26 12:39:33.239925972 +0100
+@@ -387,9 +387,6 @@ libegdbus_cal_la_SOURCES = \
+ 	e-gdbus-marshallers.c			\
+ 	e-gdbus-typemappers.h
+ 
+-libegdbus_cal_la_LIBADD = \
+-	$(GNOME_PLATFORM_LIBS)
+-
+ libegdbus_cal_la_LDFLAGS = $(NO_UNDEFINED)
+ EXTRA_DIST = e-gdbus-marshallers.list
+ all: all-am
diff --git a/evolution-data-server/patches/patch-cc b/evolution-data-server/patches/patch-cc
new file mode 100644
index 0000000..1fe539f
--- /dev/null
+++ b/evolution-data-server/patches/patch-cc
@@ -0,0 +1,13 @@
+$NetBSD: patch-cc,v 1.3 2011/05/13 17:18:35 drochner Exp $
+
+--- camel/providers/local/camel-maildir-summary.c.orig	2011-04-21 19:35:37.000000000 +0000
++++ camel/providers/local/camel-maildir-summary.c
+@@ -379,7 +379,7 @@ static gchar *maildir_summary_next_uid_s
+ 				g_free(uid);
+ 				g_usleep(2*G_USEC_PER_SEC);
+ 			}
+-			uid = g_strdup_printf("%ld.%d_%u.%s", time(NULL), getpid(), nextuid, mds->priv->hostname);
++			uid = g_strdup_printf("%lld.%d_%u.%s", (long long)time(NULL), getpid(), nextuid, mds->priv->hostname);
+ 			name = g_strdup_printf("%s/tmp/%s", cls->folder_path, uid);
+ 			retry++;
+ 		} while (g_stat(name, &st) == 0 && retry<3);
diff --git a/evolution-data-server/patches/patch-cd b/evolution-data-server/patches/patch-cd
new file mode 100644
index 0000000..4a64cef
--- /dev/null
+++ b/evolution-data-server/patches/patch-cd
@@ -0,0 +1,13 @@
+$NetBSD: patch-cd,v 1.1 2010/07/12 17:52:29 drochner Exp $
+
+--- addressbook/backends/vcf/e-book-backend-vcf.c.orig	2010-06-11 17:49:13.000000000 +0000
++++ addressbook/backends/vcf/e-book-backend-vcf.c
+@@ -77,7 +77,7 @@ e_book_backend_vcf_create_unique_id (voi
+ 	   it's doubtful 2^32 id's will be created in a second, so we
+ 	   should be okay. */
+ 	static guint c = 0;
+-	return g_strdup_printf (PAS_ID_PREFIX "%08lX%08X", time(NULL), c++);
++	return g_strdup_printf (PAS_ID_PREFIX "%08lX%08X", (long)time(NULL), c++);
+ }
+ 
+ static void
diff --git a/evolution-data-server/patches/patch-ce b/evolution-data-server/patches/patch-ce
new file mode 100644
index 0000000..058ff67
--- /dev/null
+++ b/evolution-data-server/patches/patch-ce
@@ -0,0 +1,18 @@
+$NetBSD: patch-ce,v 1.1 2010/07/12 17:52:29 drochner Exp $
+
+--- addressbook/backends/ldap/e-book-backend-ldap.c.orig	2010-06-11 17:50:57.000000000 +0000
++++ addressbook/backends/ldap/e-book-backend-ldap.c
+@@ -1267,11 +1267,11 @@ create_dn_from_contact (EContact *contac
+ 		}
+ 	}
+ 
+-	dn = g_strdup_printf ("%s=%s%s%lu",
++	dn = g_strdup_printf ("%s=%s%s%llu",
+ 			      get_dn_attribute_name (rootdn),
+ 			      (cn_part && *cn_part) ? cn_part : "",
+ 			      (cn_part && *cn_part) ? "." : "",
+-			      time (NULL));
++			      (long long)time (NULL));
+ 
+ 	g_free (cn_part);
+ 
diff --git a/evolution-data-server/patches/patch-cg b/evolution-data-server/patches/patch-cg
new file mode 100644
index 0000000..05ddeda
--- /dev/null
+++ b/evolution-data-server/patches/patch-cg
@@ -0,0 +1,13 @@
+$NetBSD: patch-cg,v 1.1 2011/07/30 11:16:06 shattered Exp $
+
+--- calendar/libedata-cal/Makefile.in.orig	2011-07-13 20:22:21.000000000 +0000
++++ calendar/libedata-cal/Makefile.in
+@@ -120,7 +120,7 @@ libedata_cal_1_2_la_LINK = $(LIBTOOL) $(
+ 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ 	$(AM_CFLAGS) $(CFLAGS) $(libedata_cal_1_2_la_LDFLAGS) \
+ 	$(LDFLAGS) -o $@
+-PROGRAMS = $(factory_PROGRAMS) $(noinst_PROGRAMS)
++PROGRAMS = $(factory_PROGRAMS)
+ am_e_calendar_factory_OBJECTS =  \
+ 	e_calendar_factory-e-data-cal-factory.$(OBJEXT) \
+ 	e_calendar_factory-e-data-cal-migrate.$(OBJEXT) \
diff --git a/evolution-data-server/patches/patch-e_data_book_c b/evolution-data-server/patches/patch-e_data_book_c
new file mode 100644
index 0000000..7c1d28a
--- /dev/null
+++ b/evolution-data-server/patches/patch-e_data_book_c
@@ -0,0 +1,16 @@
+$NetBSD: patch-e_data_book_c,v 1.1 2012/02/06 10:44:43 drochner Exp $
+
+Replace deprecated g_atomic_int_exchange_and_add()
+1886d3d0573388aa5c13af99f714687ba6a66ec6
+
+--- addressbook/libedata-book/e-data-book.c.orig	2011-04-21 19:35:36.000000000 +0000
++++ addressbook/libedata-book/e-data-book.c
+@@ -632,7 +632,7 @@ construct_bookview_path (void)
+ 
+ 	return g_strdup_printf ("/org/gnome/evolution/dataserver/addressbook/BookView/%d/%d",
+ 				getpid (),
+-				g_atomic_int_exchange_and_add ((int*)&counter, 1));
++				g_atomic_int_add ((int*)&counter, 1));
+ }
+ 
+ static gboolean
diff --git a/evolution-data-server/patches/patch-e_data_book_factory_c b/evolution-data-server/patches/patch-e_data_book_factory_c
new file mode 100644
index 0000000..4748fe8
--- /dev/null
+++ b/evolution-data-server/patches/patch-e_data_book_factory_c
@@ -0,0 +1,16 @@
+$NetBSD: patch-e_data_book_factory_c,v 1.1 2012/02/06 10:44:43 drochner Exp $
+
+Replace deprecated g_atomic_int_exchange_and_add()
+1886d3d0573388aa5c13af99f714687ba6a66ec6
+
+--- addressbook/libedata-book/e-data-book-factory.c.orig	2011-04-21 19:36:35.000000000 +0000
++++ addressbook/libedata-book/e-data-book-factory.c
+@@ -229,7 +229,7 @@ construct_book_factory_path (void)
+ 
+ 	return g_strdup_printf (
+ 		"/org/gnome/evolution/dataserver/addressbook/%d/%u",
+-		getpid (), g_atomic_int_exchange_and_add (&counter, 1));
++		getpid (), g_atomic_int_add (&counter, 1));
+ }
+ 
+ static gboolean
diff --git a/evolution-data-server/patches/patch-e_data_cal_factory_c b/evolution-data-server/patches/patch-e_data_cal_factory_c
new file mode 100644
index 0000000..690c196
--- /dev/null
+++ b/evolution-data-server/patches/patch-e_data_cal_factory_c
@@ -0,0 +1,16 @@
+$NetBSD: patch-e_data_cal_factory_c,v 1.1 2012/02/06 10:44:44 drochner Exp $
+
+Replace deprecated g_atomic_int_exchange_and_add()
+1886d3d0573388aa5c13af99f714687ba6a66ec6
+
+--- calendar/libedata-cal/e-data-cal-factory.c.orig	2011-04-21 19:36:35.000000000 +0000
++++ calendar/libedata-cal/e-data-cal-factory.c
+@@ -245,7 +245,7 @@ construct_cal_factory_path (void)
+ 
+ 	return g_strdup_printf (
+ 		"/org/gnome/evolution/dataserver/calendar/%d/%u",
+-		getpid (), g_atomic_int_exchange_and_add (&counter, 1));
++		getpid (), g_atomic_int_add (&counter, 1));
+ }
+ 
+ static gboolean
diff --git a/evolution-data-server/patches/patch-e_data_server_util_c b/evolution-data-server/patches/patch-e_data_server_util_c
new file mode 100644
index 0000000..a0b7b52
--- /dev/null
+++ b/evolution-data-server/patches/patch-e_data_server_util_c
@@ -0,0 +1,50 @@
+$NetBSD: patch-e_data_server_util_c,v 1.2 2012/05/06 04:34:03 dholland Exp $
+
+In glib 2.30 G_UNICODE_COMBINING_MARK became known as
+G_UNICODE_SPACING_MARK, and g_unicode_canonical_decomposition was
+deprecated in favour of g_unichar_fully_decompose.
+
+--- libedataserver/e-data-server-util.c.orig	2011-04-21 19:35:37.000000000 +0000
++++ libedataserver/e-data-server-util.c
+@@ -245,7 +245,12 @@ e_util_utf8_strstrcase (const gchar *hay
+ static gunichar
+ stripped_char (gunichar ch)
+ {
+-	gunichar *decomp, retval;
++#ifdef G_UNICODE_COMBINING_MARK
++	gunichar *decomp;
++#else
++	gunichar decomp[4];
++#endif
++	gunichar retval;
+ 	GUnicodeType utype;
+ 	gsize dlen;
+ 
+@@ -255,16 +260,27 @@ stripped_char (gunichar ch)
+ 	case G_UNICODE_CONTROL:
+ 	case G_UNICODE_FORMAT:
+ 	case G_UNICODE_UNASSIGNED:
++#ifdef G_UNICODE_COMBINING_MARK
+ 	case G_UNICODE_COMBINING_MARK:
++#endif
++#ifdef G_UNICODE_SPACING_MARK
++	case G_UNICODE_SPACING_MARK:
++#endif
+ 		/* Ignore those */
+ 		return 0;
+ 	default:
+ 		/* Convert to lowercase, fall through */
+ 		ch = g_unichar_tolower (ch);
+ 	case G_UNICODE_LOWERCASE_LETTER:
++#ifdef G_UNICODE_COMBINING_MARK
+ 		if ((decomp = g_unicode_canonical_decomposition (ch, &dlen))) {
++#else
++		if ((dlen = g_unichar_fully_decompose(ch, FALSE, decomp, 4))) {
++#endif
+ 			retval = decomp[0];
++#ifdef G_UNICODE_COMBINING_MARK
+ 			g_free (decomp);
++#endif
+ 			return retval;
+ 		}
+ 		break;
diff --git a/evolution-data-server/patches/patch-libedataserver_e-categories_c b/evolution-data-server/patches/patch-libedataserver_e-categories_c
new file mode 100644
index 0000000..10d2e24
--- /dev/null
+++ b/evolution-data-server/patches/patch-libedataserver_e-categories_c
@@ -0,0 +1,14 @@
+$NetBSD: patch-libedataserver_e-categories_c,v 1.1 2012/05/06 04:34:03 dholland Exp $
+
+Fix build with latest glib2.
+
+--- libedataserver/e-categories.c~	2011-04-21 19:35:37.000000000 +0000
++++ libedataserver/e-categories.c
+@@ -20,6 +20,7 @@
+ #include <config.h>
+ #include <string.h>
+ #include <libxml/parser.h>
++#include <glib.h>
+ #include <glib/gstdio.h>
+ #include <glib/gi18n-lib.h>
+ #include <gconf/gconf-client.h>


Home | Main Index | Thread Index | Old Index