From 7efd5cee6d3a83a71814b78efb69cf68ae96a113 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 26 Apr 2001 05:57:22 +0000 Subject: Initial import of evolution-0.9, a sophisticated GNOME mailer, address book, and calendar. --- mail/evolution/Makefile | 34 +++ mail/evolution/distinfo | 14 ++ mail/evolution/patches/patch-aa | 29 +++ mail/evolution/patches/patch-ab | 39 ++++ mail/evolution/patches/patch-ac | 39 ++++ mail/evolution/patches/patch-ad | 15 ++ mail/evolution/patches/patch-ae | 16 ++ mail/evolution/patches/patch-af | 25 +++ mail/evolution/patches/patch-ag | 22 ++ mail/evolution/patches/patch-ah | 17 ++ mail/evolution/patches/patch-ai | 22 ++ mail/evolution/patches/patch-aj | 22 ++ mail/evolution/pkg/DESCR | 11 + mail/evolution/pkg/PLIST | 447 ++++++++++++++++++++++++++++++++++++++++ 14 files changed, 752 insertions(+) create mode 100644 mail/evolution/Makefile create mode 100644 mail/evolution/distinfo create mode 100644 mail/evolution/patches/patch-aa create mode 100644 mail/evolution/patches/patch-ab create mode 100644 mail/evolution/patches/patch-ac create mode 100644 mail/evolution/patches/patch-ad create mode 100644 mail/evolution/patches/patch-ae create mode 100644 mail/evolution/patches/patch-af create mode 100644 mail/evolution/patches/patch-ag create mode 100644 mail/evolution/patches/patch-ah create mode 100644 mail/evolution/patches/patch-ai create mode 100644 mail/evolution/patches/patch-aj create mode 100644 mail/evolution/pkg/DESCR create mode 100644 mail/evolution/pkg/PLIST (limited to 'mail/evolution') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile new file mode 100644 index 00000000000..75a0898be0d --- /dev/null +++ b/mail/evolution/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ +# + +DISTNAME= evolution-0.9 +CATEGORIES= mail time gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/evolution/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.helixcode.com/apps/evolution.php3 +COMMENT= GNOME mailer, calendar, contact manager, and communications tool + +DEPENDS+= gal>=0.4.1:../../devel/gal +DEPENDS+= bonobo>=0.30:../../devel/bonobo +DEPENDS+= gtkhtml>=0.8:../../www/gtkhtml +DEPENDS+= gnome-vfs>=0.4.1:../../sysutils/gnome-vfs +DEPENDS+= libunicode>=0.4:../../textproc/libunicode +DEPENDS+= oaf>=0.6.1:../../devel/oaf +DEPENDS+= ORBit>=0.5.6:../../net/ORBit +DEPENDS+= gnome-print>=0.25:../../print/gnome-print +DEPENDS+= gdk-pixbuf>=0.8.0:../../graphics/gdk-pixbuf +DEPENDS+= openldap>=1.2.11:../../databases/openldap +BUILD_USES_MSGFMT= YES + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11BASE= YES +USE_LIBINTL= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= CFLAGS="-D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}" +CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo new file mode 100644 index 00000000000..f1331fc3840 --- /dev/null +++ b/mail/evolution/distinfo @@ -0,0 +1,14 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +SHA1 (evolution-0.9.tar.gz) = 3174cd62aac4454e899938d9ae4541b90bfa0453 +Size (evolution-0.9.tar.gz) = 5732419 bytes +SHA1 (patch-aa) = d4e0bbcb582244de377d7e3a05323dd3e59721f6 +SHA1 (patch-ab) = a67a0dd5411b84c6d3bf02249d76f9e6e8b9f8b6 +SHA1 (patch-ac) = 8d62f098575113348c0f7b279cd159896f4078a4 +SHA1 (patch-ad) = b94db1ac39ee5875941b6e639f8b681c602bc83c +SHA1 (patch-ae) = b9b7559c18e9090878c843d357d2281c3ba3ad12 +SHA1 (patch-af) = 782336567f19efb8502c05d7e84db909a27b2cfd +SHA1 (patch-ag) = 1e3052da3061b9a8b3d0e3c942ee6d01a8a296b8 +SHA1 (patch-ah) = 344bc3ab851daff2bc525796ff3a9b40278c8005 +SHA1 (patch-ai) = 88ff2a440b5074a00e003019ffa21c7f5a0d5357 +SHA1 (patch-aj) = b6c0d610cfa0261e09b29417f778cbe2d31e3f78 diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa new file mode 100644 index 00000000000..4499a56ba0b --- /dev/null +++ b/mail/evolution/patches/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- configure.orig Tue Mar 13 19:55:14 2001 ++++ configure +@@ -4177,13 +4177,13 @@ + if { (eval echo configure:4178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + CATOBJEXT=.gmo +- DATADIRNAME=share ++ DATADIRNAME=${LOCALEDIR} + else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=${LOCALEDIR} + fi + rm -f conftest* + INSTOBJEXT=.mo +@@ -4412,7 +4412,7 @@ + # We need to process the po/ directory. + POSUB=po + else +- DATADIRNAME=share ++ DATADIRNAME=${LOCALEDIR} + nls_cv_header_intl=intl/libintl.h + nls_cv_header_libgt=intl/libgettext.h + fi diff --git a/mail/evolution/patches/patch-ab b/mail/evolution/patches/patch-ab new file mode 100644 index 00000000000..805b748a8be --- /dev/null +++ b/mail/evolution/patches/patch-ab @@ -0,0 +1,39 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- mail/main.c.orig Tue Apr 24 17:29:10 2001 ++++ mail/main.c +@@ -31,6 +31,23 @@ + #include "mail.h" + #include "mail-mt.h" + ++#ifdef __NetBSD__ ++#include ++#include ++ ++/* ++ * NetBSD uses non-preemptive pth, so we yield the processor periodically ++ */ ++ ++gint ++pth_nbschedule (gpointer data) ++{ ++ pthread_yield_np(); ++ ++ return TRUE; ++} ++#endif ++ + #if 0 + static int blowup(int status) + { +@@ -117,6 +134,10 @@ + g_mutex_free (gdk_threads_mutex); + gdk_threads_mutex = NULL; + } ++ ++#ifdef __NetBSD__ ++ gtk_timeout_add (200, pth_nbschedule, NULL); ++#endif + + GDK_THREADS_ENTER (); + bonobo_main (); diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac new file mode 100644 index 00000000000..a031635e621 --- /dev/null +++ b/mail/evolution/patches/patch-ac @@ -0,0 +1,39 @@ +$NetBSD: patch-ac,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- shell/main.c.orig Tue Apr 24 17:31:26 2001 ++++ shell/main.c +@@ -35,6 +35,23 @@ + + #include "e-shell.h" + ++#ifdef __NetBSD__ ++#include ++#include ++ ++/* ++ * NetBSD uses non-preemptive pth, so we yield the processor periodically ++ */ ++ ++gint ++pth_nbschedule (gpointer data) ++{ ++ pthread_yield_np(); ++ ++ return TRUE; ++} ++#endif ++ + + #define STARTUP_URI "evolution:/local/Inbox" + +@@ -206,6 +223,10 @@ + } + + gtk_idle_add (idle_cb, evolution_directory); ++ ++#ifdef __NetBSD__ ++ gtk_timeout_add (200, pth_nbschedule, NULL); ++#endif + + bonobo_main (); + diff --git a/mail/evolution/patches/patch-ad b/mail/evolution/patches/patch-ad new file mode 100644 index 00000000000..b5584db6404 --- /dev/null +++ b/mail/evolution/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- camel/providers/imap/camel-imap-store.c.orig Tue Apr 24 17:50:27 2001 ++++ camel/providers/imap/camel-imap-store.c +@@ -22,6 +22,10 @@ + * + */ + ++#ifdef _POSIX_THREAD_SYSCALL_SOFT ++#undef _POSIX_THREAD_SYSCALL_SOFT ++#endif ++#define _POSIX_THREAD_SYSCALL_SOFT 0 + + #include + diff --git a/mail/evolution/patches/patch-ae b/mail/evolution/patches/patch-ae new file mode 100644 index 00000000000..be4403838f1 --- /dev/null +++ b/mail/evolution/patches/patch-ae @@ -0,0 +1,16 @@ +$NetBSD: patch-ae,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- camel/camel-remote-store.c.orig Tue Apr 24 17:56:15 2001 ++++ camel/camel-remote-store.c +@@ -23,6 +23,11 @@ + * + */ + ++#ifdef _POSIX_THREAD_SYSCALL_SOFT ++#undef _POSIX_THREAD_SYSCALL_SOFT ++#endif ++#define _POSIX_THREAD_SYSCALL_SOFT 0 ++ + #include + + #include diff --git a/mail/evolution/patches/patch-af b/mail/evolution/patches/patch-af new file mode 100644 index 00000000000..85dd5bbf5be --- /dev/null +++ b/mail/evolution/patches/patch-af @@ -0,0 +1,25 @@ +$NetBSD: patch-af,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- shell/e-setup.c.orig Wed Apr 25 18:42:46 2001 ++++ shell/e-setup.c +@@ -224,9 +224,18 @@ + _("Cannot copy files into\n`%s'."), evolution_directory); + retval = FALSE; + } else { +- e_notice (NULL, GNOME_MESSAGE_BOX_INFO, ++ char *cmd2 = g_strconcat ("chmod -R u+w ", evolution_directory, ++ NULL); ++ ++ if (system (cmd2) != 0) { ++ e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, ++ _("Cannot chmod files in\n`%s'."), evolution_directory); ++ retval = FALSE; ++ } else { ++ e_notice (NULL, GNOME_MESSAGE_BOX_INFO, + _("Evolution files successfully installed.")); +- retval = TRUE; ++ retval = TRUE; ++ } + } + + g_free (command); diff --git a/mail/evolution/patches/patch-ag b/mail/evolution/patches/patch-ag new file mode 100644 index 00000000000..3813e00f7a6 --- /dev/null +++ b/mail/evolution/patches/patch-ag @@ -0,0 +1,22 @@ +$NetBSD: patch-ag,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- calendar/cal-client/Makefile.in.orig Tue Mar 13 21:13:06 2001 ++++ calendar/cal-client/Makefile.in +@@ -212,7 +212,7 @@ + client_test_INCLUDES = $(INCLUDES) -DG_LOG_DOMAIN=\"client-test\" + + +-client_test_LDADD = $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) -lunicode $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libversit/libversit.la $(top_builddir)/libical/src/libical/libical.la libcal-client.la ++client_test_LDADD = $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) -lunicode $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libversit/libversit.la -L`pwd` -lical libcal-client.la + + + BUILT_SOURCES = $(CORBA_GENERATED) +@@ -360,6 +360,8 @@ + maintainer-clean-noinstPROGRAMS: + + client-test: $(client_test_OBJECTS) $(client_test_DEPENDENCIES) ++ cp $(top_builddir)/libical/src/libical/.libs/libical.a . ++ -cp $(top_builddir)/libical/src/libical/.libs/libical.so* . + @rm -f client-test + $(LINK) $(client_test_LDFLAGS) $(client_test_OBJECTS) $(client_test_LDADD) $(LIBS) + diff --git a/mail/evolution/patches/patch-ah b/mail/evolution/patches/patch-ah new file mode 100644 index 00000000000..88f9ac4ba5d --- /dev/null +++ b/mail/evolution/patches/patch-ah @@ -0,0 +1,17 @@ +$NetBSD: patch-ah,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- camel/camel-service.c.orig Wed Apr 25 20:22:29 2001 ++++ camel/camel-service.c +@@ -23,6 +23,12 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ ++ ++#ifdef _POSIX_THREAD_SYSCALL_SOFT ++#undef _POSIX_THREAD_SYSCALL_SOFT ++#endif ++#define _POSIX_THREAD_SYSCALL_SOFT 0 ++ + #include + #include "camel-service.h" + #include "camel-session.h" diff --git a/mail/evolution/patches/patch-ai b/mail/evolution/patches/patch-ai new file mode 100644 index 00000000000..405e426c9b0 --- /dev/null +++ b/mail/evolution/patches/patch-ai @@ -0,0 +1,22 @@ +$NetBSD: patch-ai,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- wombat/Makefile.in.orig Tue Mar 13 21:13:10 2001 ++++ wombat/Makefile.in +@@ -177,7 +177,7 @@ + wombat_SOURCES = wombat.c + + +-wombat_LDADD = $(EXTRA_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(top_builddir)/addressbook/backend/pas/libpas.a $(top_builddir)/addressbook/backend/ebook/libebook.la $(top_builddir)/e-util/ename/libename.la $(top_builddir)/calendar/pcs/libpcs.a $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/libversit/libversit.la $(top_builddir)/e-util/libeutil.la $(LDAP_LIBS) ++wombat_LDADD = $(EXTRA_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(top_builddir)/addressbook/backend/pas/libpas.a $(top_builddir)/addressbook/backend/ebook/libebook.la $(top_builddir)/e-util/ename/libename.la $(top_builddir)/calendar/pcs/libpcs.a $(top_builddir)/calendar/cal-util/libcal-util.la -L`pwd` -lical $(top_builddir)/libversit/libversit.la $(top_builddir)/e-util/libeutil.la $(LDAP_LIBS) + + + wombat_LDFLAGS = `gnome-config --libs gnorba` +@@ -299,6 +299,8 @@ + maintainer-clean-libtool: + + wombat: $(wombat_OBJECTS) $(wombat_DEPENDENCIES) ++ cp $(top_builddir)/libical/src/libical/.libs/libical.a . ++ -cp $(top_builddir)/libical/src/libical/.libs/libical.so* . + @rm -f wombat + $(LINK) $(wombat_LDFLAGS) $(wombat_OBJECTS) $(wombat_LDADD) $(LIBS) + diff --git a/mail/evolution/patches/patch-aj b/mail/evolution/patches/patch-aj new file mode 100644 index 00000000000..6ca167f23d2 --- /dev/null +++ b/mail/evolution/patches/patch-aj @@ -0,0 +1,22 @@ +$NetBSD: patch-aj,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ + +--- calendar/gui/Makefile.in.orig Tue Mar 13 21:13:07 2001 ++++ calendar/gui/Makefile.in +@@ -192,7 +192,7 @@ + evolution_calendar_SOURCES = $(IDL_GENERATED) alarm.c alarm.h calendar-config.c calendar-config.h calendar-commands.c calendar-commands.h calendar-model.c calendar-model.h calendar-summary.c calendar-summary.h comp-util.c comp-util.h control-factory.c control-factory.h component-factory.c component-factory.h e-calendar-table.h e-calendar-table.c e-day-view-main-item.c e-day-view-main-item.h e-day-view-time-item.c e-day-view-time-item.h e-day-view-top-item.c e-day-view-top-item.h e-day-view.c e-day-view.h e-itip-control.h e-itip-control.c e-meeting-edit.h e-meeting-edit.c e-week-view-event-item.c e-week-view-event-item.h e-week-view-main-item.c e-week-view-main-item.h e-week-view-titles-item.c e-week-view-titles-item.h e-week-view.c e-week-view.h e-tasks.c e-tasks.h event-editor.c event-editor.h gnome-cal.c gnome-cal.h goto.c goto.h itip-utils.c itip-utils.h main.c popup-menu.c popup-menu.h print.c print.h tag-calendar.c tag-calendar.h tasks-control-factory.c tasks-control-factory.h tasks-control.c tasks-control.h tasks-migrate.c tasks-migrate.h weekday-picker.c weekday-picker.h widget-util.c widget-util.h + + +-evolution_calendar_LDADD = $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la $(top_builddir)/libical/src/libical/libical.la $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS) ++evolution_calendar_LDADD = $(top_builddir)/shell/libeshell.a $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/e-util/libeutil.la $(top_builddir)/executive-summary/evolution-services/libevolution-services.la $(top_builddir)/libversit/libversit.la -L`pwd` -lical $(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a $(top_builddir)/widgets/misc/libemiscwidgets.a dialogs/libcal-dialogs.a $(BONOBO_HTML_GNOME_LIBS) $(BONOBO_VFS_GNOME_LIBS) $(EXTRA_GNOME_LIBS) $(INTLLIBS) + + + #evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf` +@@ -330,6 +330,8 @@ + maintainer-clean-libtool: + + evolution-calendar: $(evolution_calendar_OBJECTS) $(evolution_calendar_DEPENDENCIES) ++ cp $(top_builddir)/libical/src/libical/.libs/libical.a . ++ -cp $(top_builddir)/libical/src/libical/.libs/libical.so* . + @rm -f evolution-calendar + $(LINK) $(evolution_calendar_LDFLAGS) $(evolution_calendar_OBJECTS) $(evolution_calendar_LDADD) $(LIBS) + diff --git a/mail/evolution/pkg/DESCR b/mail/evolution/pkg/DESCR new file mode 100644 index 00000000000..fb604c8d090 --- /dev/null +++ b/mail/evolution/pkg/DESCR @@ -0,0 +1,11 @@ + Evolution is the integrated mail, calendar and address book distributed +suite from Ximian, Inc. Evolution represents the next step forward in +GNOME applications. The tools which make up Evolution are tightly +integrated with one another and act as a seamless personal +information-management tool. + + Note that Evolution is still beta. This means it may delete all of your +mail if you give it the chance! The message composer currently does not +work under NetBSD. Also, please note that Evolution uses a huge number of +resources. Make sure you increase user and kernel limits for open files +and processes if you run into trouble! diff --git a/mail/evolution/pkg/PLIST b/mail/evolution/pkg/PLIST new file mode 100644 index 00000000000..e945f4ca425 --- /dev/null +++ b/mail/evolution/pkg/PLIST @@ -0,0 +1,447 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/26 05:57:22 rh Exp $ +bin/evolution +bin/evolution-addressbook +bin/evolution-calendar +bin/evolution-executive-summary +bin/evolution-gnomecard-importer +bin/evolution-mail +bin/evolution-move-tasks +bin/killev +bin/load-gnomecard-addressbook +bin/load-pine-addressbook +bin/rdf-summary +bin/test-service +bin/wombat +include/camel/broken-date-parser.h +include/camel/camel-address.h +include/camel/camel-charset-map.h +include/camel/camel-data-wrapper.h +include/camel/camel-exception-list.def +include/camel/camel-exception.h +include/camel/camel-filter-driver.h +include/camel/camel-filter-search.h +include/camel/camel-folder-search.h +include/camel/camel-folder-summary.h +include/camel/camel-folder-thread.h +include/camel/camel-folder.h +include/camel/camel-imap-auth.h +include/camel/camel-imap-command.h +include/camel/camel-imap-folder.h +include/camel/camel-imap-search.h +include/camel/camel-imap-store.h +include/camel/camel-imap-summary.h +include/camel/camel-imap-types.h +include/camel/camel-imap-utils.h +include/camel/camel-imap-wrapper.h +include/camel/camel-internet-address.h +include/camel/camel-local-folder.h +include/camel/camel-local-store.h +include/camel/camel-local-summary.h +include/camel/camel-lock.h +include/camel/camel-maildir-folder.h +include/camel/camel-maildir-store.h +include/camel/camel-maildir-summary.h +include/camel/camel-mbox-folder.h +include/camel/camel-mbox-store.h +include/camel/camel-mbox-summary.h +include/camel/camel-medium.h +include/camel/camel-mh-folder.h +include/camel/camel-mh-store.h +include/camel/camel-mh-summary.h +include/camel/camel-mime-filter-basic.h +include/camel/camel-mime-filter-bestenc.h +include/camel/camel-mime-filter-charset.h +include/camel/camel-mime-filter-crlf.h +include/camel/camel-mime-filter-from.h +include/camel/camel-mime-filter-index.h +include/camel/camel-mime-filter-linewrap.h +include/camel/camel-mime-filter-save.h +include/camel/camel-mime-filter.h +include/camel/camel-mime-message.h +include/camel/camel-mime-parser.h +include/camel/camel-mime-part-utils.h +include/camel/camel-mime-part.h +include/camel/camel-mime-utils.h +include/camel/camel-movemail.h +include/camel/camel-multipart.h +include/camel/camel-object.h +include/camel/camel-pop3-folder.h +include/camel/camel-pop3-store.h +include/camel/camel-provider.h +include/camel/camel-remote-store.h +include/camel/camel-seekable-stream.h +include/camel/camel-seekable-substream.h +include/camel/camel-sendmail-transport.h +include/camel/camel-service.h +include/camel/camel-session.h +include/camel/camel-smtp-transport.h +include/camel/camel-store.h +include/camel/camel-stream-buffer.h +include/camel/camel-stream-filter.h +include/camel/camel-stream-fs.h +include/camel/camel-stream-mem.h +include/camel/camel-stream-null.h +include/camel/camel-stream.h +include/camel/camel-transport.h +include/camel/camel-types.h +include/camel/camel-uid-cache.h +include/camel/camel-url.h +include/camel/camel-vee-folder.h +include/camel/camel-vee-store.h +include/camel/camel.h +include/camel/gstring-util.h +include/camel/hash-table-utils.h +include/camel/string-utils.h +include/ename/e-address-western.h +include/ename/e-name-western-tables.h +include/ename/e-name-western.h +include/evolution/cal-client/cal-client-types.h +include/evolution/cal-client/cal-client.h +include/evolution/cal-util/cal-component.h +include/evolution/cal-util/cal-recur.h +include/evolution/cal-util/cal-util.h +include/evolution/cal-util/timeutil.h +include/evolution/ebook/e-book-listener.h +include/evolution/ebook/e-book-types.h +include/evolution/ebook/e-book-view-listener.h +include/evolution/ebook/e-book-view.h +include/evolution/ebook/e-book.h +include/evolution/ebook/e-card-cursor.h +include/evolution/ebook/e-card-pairs.h +include/evolution/ebook/e-card-simple.h +include/evolution/ebook/e-card-types.h +include/evolution/ebook/e-card.h +include/evolution/importer/GNOME_Evolution_Importer.h +include/evolution/importer/evolution-importer-client.h +include/evolution/importer/evolution-importer-listener.h +include/evolution/importer/evolution-importer.h +include/ical.h +include/libicalvcal/icalvcal.h +include/libicalvcal/port.h +include/libicalvcal/vcaltmp.h +include/libicalvcal/vcc.h +include/libicalvcal/vobject.h +lib/evolution/camel-providers/0.9/libcamelimap.a +lib/evolution/camel-providers/0.9/libcamelimap.la +lib/evolution/camel-providers/0.9/libcamelimap.so +lib/evolution/camel-providers/0.9/libcamelimap.so.0 +lib/evolution/camel-providers/0.9/libcamelimap.so.0.0 +lib/evolution/camel-providers/0.9/libcamelimap.urls +lib/evolution/camel-providers/0.9/libcamellocal.a +lib/evolution/camel-providers/0.9/libcamellocal.la +lib/evolution/camel-providers/0.9/libcamellocal.so +lib/evolution/camel-providers/0.9/libcamellocal.so.0 +lib/evolution/camel-providers/0.9/libcamellocal.so.0.0 +lib/evolution/camel-providers/0.9/libcamellocal.urls +lib/evolution/camel-providers/0.9/libcamelpop3.a +lib/evolution/camel-providers/0.9/libcamelpop3.la +lib/evolution/camel-providers/0.9/libcamelpop3.so +lib/evolution/camel-providers/0.9/libcamelpop3.so.0 +lib/evolution/camel-providers/0.9/libcamelpop3.so.0.0 +lib/evolution/camel-providers/0.9/libcamelpop3.urls +lib/evolution/camel-providers/0.9/libcamelsendmail.a +lib/evolution/camel-providers/0.9/libcamelsendmail.la +lib/evolution/camel-providers/0.9/libcamelsendmail.so +lib/evolution/camel-providers/0.9/libcamelsendmail.so.0 +lib/evolution/camel-providers/0.9/libcamelsendmail.so.0.0 +lib/evolution/camel-providers/0.9/libcamelsendmail.urls +lib/evolution/camel-providers/0.9/libcamelsmtp.a +lib/evolution/camel-providers/0.9/libcamelsmtp.la +lib/evolution/camel-providers/0.9/libcamelsmtp.so +lib/evolution/camel-providers/0.9/libcamelsmtp.so.0 +lib/evolution/camel-providers/0.9/libcamelsmtp.so.0.0 +lib/evolution/camel-providers/0.9/libcamelsmtp.urls +lib/evolution/camel-providers/0.9/libcamelvee.a +lib/evolution/camel-providers/0.9/libcamelvee.la +lib/evolution/camel-providers/0.9/libcamelvee.so +lib/evolution/camel-providers/0.9/libcamelvee.so.0 +lib/evolution/camel-providers/0.9/libcamelvee.so.0.0 +lib/evolution/camel-providers/0.9/libcamelvee.urls +lib/libcal-client.a +lib/libcal-client.la +lib/libcal-client.so +lib/libcal-client.so.0 +lib/libcal-client.so.0.0 +lib/libcal-util.a +lib/libcal-util.la +lib/libcal-util.so +lib/libcal-util.so.0 +lib/libcal-util.so.0.0 +lib/libcamel.a +lib/libcamel.la +lib/libcamel.so +lib/libcamel.so.0 +lib/libcamel.so.0.0 +lib/libebook.a +lib/libebook.la +lib/libebook.so +lib/libebook.so.0 +lib/libebook.so.0.0 +lib/libename.a +lib/libename.la +lib/libename.so +lib/libename.so.0 +lib/libename.so.0.0 +lib/libeselectnames.a +lib/libeselectnames.la +lib/libeselectnames.so +lib/libeselectnames.so.0 +lib/libeselectnames.so.0.0 +lib/libevolution-importer.a +lib/libevolution-importer.la +lib/libevolution-importer.so +lib/libevolution-importer.so.0 +lib/libevolution-importer.so.0.0 +lib/libevolution-services.a +lib/libevolution-services.la +lib/libevolution-services.so +lib/libevolution-services.so.0 +lib/libevolution-services.so.0.0 +lib/libical.a +lib/libical.la +lib/libical.so +lib/libical.so.0 +lib/libical.so.0.0 +lib/libicalvcal.a +lib/libicalvcal.la +lib/libicalvcal.so +lib/libicalvcal.so.0 +lib/libicalvcal.so.0.0 +share/evolution/addresstypes.xml +share/evolution/arrow.png +share/evolution/default_user/addressbook-sources.xml +share/evolution/default_user/local/Calendar/folder-metadata.xml +share/evolution/default_user/local/Contacts/create-initial +share/evolution/default_user/local/Contacts/folder-metadata.xml +share/evolution/default_user/local/Drafts/folder-metadata.xml +share/evolution/default_user/local/Executive-Summary/folder-metadata.xml +share/evolution/default_user/local/Inbox/folder-metadata.xml +share/evolution/default_user/local/Inbox/mbox +share/evolution/default_user/local/Outbox/folder-metadata.xml +share/evolution/default_user/local/Sent/folder-metadata.xml +share/evolution/default_user/local/Tasks/folder-metadata.xml +share/evolution/default_user/local/Trash/folder-metadata.xml +share/evolution/default_user/shortcuts.xml +share/evolution/ecps/medbook.ecps +share/evolution/ecps/phonelist.ecps +share/evolution/ecps/smallbook.ecps +share/evolution/filtertypes.xml +share/evolution/glade/addressbook-config.glade +share/evolution/glade/alarm-notify.glade +share/evolution/glade/alphabet.glade +share/evolution/glade/cal-prefs-dialog.glade +share/evolution/glade/contact-editor.glade +share/evolution/glade/e-contact-editor-confirm-delete.glade +share/evolution/glade/e-contact-print.glade +share/evolution/glade/e-itip-control.glade +share/evolution/glade/e-meeting-dialog.glade +share/evolution/glade/e-msg-composer-attachment.glade +share/evolution/glade/e-shell-folder-creation-dialog.glade +share/evolution/glade/event-editor-dialog.glade +share/evolution/glade/executive-summary-config.glade +share/evolution/glade/filter.glade +share/evolution/glade/fulladdr.glade +share/evolution/glade/fullname.glade +share/evolution/glade/goto-dialog.glade +share/evolution/glade/import.glade +share/evolution/glade/local-config.glade +share/evolution/glade/mail-config.glade +share/evolution/glade/select-names.glade +share/evolution/glade/task-editor-dialog.glade +share/evolution/summary.html +share/evolution/vfoldertypes.xml +share/gnome/apps/Applications/evolution.desktop +share/gnome/help/evolution/C/fig/calendar.png +share/gnome/help/evolution/C/fig/config-cal.png +share/gnome/help/evolution/C/fig/config-mail.png +share/gnome/help/evolution/C/fig/contact-editor.png +share/gnome/help/evolution/C/fig/contact.png +share/gnome/help/evolution/C/fig/filter-assist-fig.png +share/gnome/help/evolution/C/fig/filter-new-fig.png +share/gnome/help/evolution/C/fig/mail-composer.png +share/gnome/help/evolution/C/fig/mail-druid-pic.png +share/gnome/help/evolution/C/fig/mail-inbox.png +share/gnome/help/evolution/C/fig/mainwindow-pic.png +share/gnome/help/evolution/C/fig/print-dest.png +share/gnome/help/evolution/C/fig/print-preview.png +share/gnome/help/evolution/C/fig/vfolder-createrule-fig.png +share/gnome/html/evolution-cal-client-decl.txt +share/gnome/html/evolution-cal-client-sections.txt +share/gnome/html/evolution-cal-client.args +share/gnome/html/evolution-cal-client.hierarchy +share/gnome/html/evolution-cal-client.signals +share/gnome/html/evolution-cal-client.types +share/gnome/html/evolution-cal-util-decl.txt +share/gnome/html/evolution-cal-util-sections.txt +share/gnome/html/evolution-cal-util.args +share/gnome/html/evolution-cal-util.hierarchy +share/gnome/html/evolution-cal-util.signals +share/gnome/html/evolution-cal-util.types +share/gnome/html/evolution-services-decl.txt +share/gnome/html/evolution-services-sections.txt +share/gnome/html/evolution-services.args +share/gnome/html/evolution-services.hierarchy +share/gnome/html/evolution-services.signals +share/gnome/html/evolution-services.types +share/gnome/html/evolution-shell-importer-sections.txt +share/gnome/html/evolution-shell-importer.args +share/gnome/html/evolution-shell-importer.hierarchy +share/gnome/html/evolution-shell-importer.types +share/gnome/ui/evolution-addressbook.xml +share/gnome/ui/evolution-calendar.xml +share/gnome/ui/evolution-contact-editor.xml +share/gnome/ui/evolution-event-editor.xml +share/gnome/ui/evolution-executive-summary.xml +share/gnome/ui/evolution-mail.xml +share/gnome/ui/evolution-message-composer.xml +share/gnome/ui/evolution-subscribe.xml +share/gnome/ui/evolution-task-editor-dialog.xml +share/gnome/ui/evolution-tasks.xml +share/gnome/ui/evolution.xml +share/idl/Composer.idl +share/idl/Evolution-Composer.idl +share/idl/Evolution-LocalStorage.idl +share/idl/Evolution-Session.idl +share/idl/Evolution-Shell.idl +share/idl/Evolution-ShellComponent.idl +share/idl/Evolution-ShellView.idl +share/idl/Evolution-Storage.idl +share/idl/Evolution-StorageSetView.idl +share/idl/Evolution.idl +share/idl/GNOME_Evolution_Importer.idl +share/idl/addressbook.idl +share/idl/evolution-calendar.idl +share/images/evolution/16_configure_addressbook.xpm +share/images/evolution/16_configure_folder.xpm +share/images/evolution/16_configure_mail.xpm +share/images/evolution/16_copy_message.xpm +share/images/evolution/16_edit.xpm +share/images/evolution/16_encrypt.xpm +share/images/evolution/16_forward.xpm +share/images/evolution/16_move_message.xpm +share/images/evolution/16_print.xpm +share/images/evolution/16_reply.xpm +share/images/evolution/16_reply_to_all.xpm +share/images/evolution/16_save.xpm +share/images/evolution/24_all_contacts.xpm +share/images/evolution/24_find_contact.xpm +share/images/evolution/briefcase.png +share/images/evolution/butterfly.png +share/images/evolution/buttons/add-service.png +share/images/evolution/buttons/compose-message.png +share/images/evolution/buttons/copy-message.png +share/images/evolution/buttons/fetch-mail.png +share/images/evolution/buttons/forward.png +share/images/evolution/buttons/move-message.png +share/images/evolution/buttons/reply-to-all.png +share/images/evolution/buttons/reply.png +share/images/evolution/cellphone.png +share/images/evolution/conduits/16_evo-address-conduit.png +share/images/evolution/conduits/16_evo-calendar-conduit.png +share/images/evolution/conduits/16_evo-todo-conduit.png +share/images/evolution/conduits/48_evo-address-conduit.png +share/images/evolution/conduits/48_evo-calendar-conduit.png +share/images/evolution/conduits/48_evo-todo-conduit.png +share/images/evolution/envelope.png +share/images/evolution/evolution-calendar-mini.png +share/images/evolution/evolution-calendar.png +share/images/evolution/evolution-contacts-mini.png +share/images/evolution/evolution-contacts.png +share/images/evolution/evolution-inbox-mini.png +share/images/evolution/evolution-inbox.png +share/images/evolution/evolution-notes-mini.png +share/images/evolution/evolution-notes.png +share/images/evolution/evolution-tasks-mini.png +share/images/evolution/evolution-tasks.png +share/images/evolution/evolution-today.png +share/images/evolution/executive-summary-bg.png +share/images/evolution/executive-summary-curve.png +share/images/evolution/globe.png +share/images/evolution/house.png +share/images/evolution/malehead.png +share/images/evolution/service-close.png +share/images/evolution/service-configure.png +share/images/evolution/service-down-disabled.png +share/images/evolution/service-down.png +share/images/evolution/service-left-disabled.png +share/images/evolution/service-left.png +share/images/evolution/service-right-disabled.png +share/images/evolution/service-right.png +share/images/evolution/service-up-disabled.png +share/images/evolution/service-up.png +share/images/evolution/splash.png +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/evolution.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/evolution.mo +share/mime-info/evolution.keys +share/oaf/GNOME_Evolution_Addressbook.oafinfo +share/oaf/GNOME_Evolution_Addressbook_GnomeCard_Importer.oafinfo +share/oaf/GNOME_Evolution_Addressbook_SelectNames.oafinfo +share/oaf/GNOME_Evolution_Calendar.oafinfo +share/oaf/GNOME_Evolution_Calendar_Control.oafinfo +share/oaf/GNOME_Evolution_Mail.oafinfo +share/oaf/GNOME_Evolution_Shell.oafinfo +share/oaf/GNOME_Evolution_Summary.oafinfo +share/oaf/GNOME_Evolution_Summary_rdf.oafinfo +share/oaf/GNOME_Evolution_Summary_test.oafinfo +share/oaf/GNOME_Evolution_Wombat.oafinfo +share/pixmaps/evolution.png +@dirrm share/images/evolution/conduits +@dirrm share/images/evolution/buttons +@dirrm share/images/evolution +@dirrm share/gnome/help/evolution/C/stylesheet-images +@dirrm share/gnome/help/evolution/C/fig +@dirrm share/gnome/help/evolution/C +@dirrm share/gnome/help/evolution +@dirrm share/gnome/help/cal/C +@dirrm share/gnome/help/cal +@dirrm share/evolution/glade +@dirrm share/evolution/ecps +@dirrm share/evolution/default_user/news +@dirrm share/evolution/default_user/local/Trash +@dirrm share/evolution/default_user/local/Tasks +@dirrm share/evolution/default_user/local/Sent +@dirrm share/evolution/default_user/local/Outbox +@dirrm share/evolution/default_user/local/Inbox +@dirrm share/evolution/default_user/local/Executive-Summary +@dirrm share/evolution/default_user/local/Drafts +@dirrm share/evolution/default_user/local/Contacts +@dirrm share/evolution/default_user/local/Calendar +@dirrm share/evolution/default_user/local +@dirrm share/evolution/default_user +@dirrm share/evolution +@dirrm lib/evolution/camel-providers/0.9 +@dirrm lib/evolution/camel-providers +@dirrm lib/evolution +@dirrm include/libicalvcal +@dirrm include/evolution/importer +@dirrm include/evolution/ebook +@dirrm include/evolution/cal-util +@dirrm include/evolution/cal-client +@dirrm include/evolution +@dirrm include/ename +@dirrm include/camel -- cgit v1.2.3