summaryrefslogtreecommitdiff
path: root/mail/evolution-devel
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /mail/evolution-devel
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'mail/evolution-devel')
-rw-r--r--mail/evolution-devel/Makefile55
-rw-r--r--mail/evolution-devel/distinfo1
-rw-r--r--mail/evolution-devel/files/patch-aa39
-rw-r--r--mail/evolution-devel/files/patch-ab7
-rw-r--r--mail/evolution-devel/files/patch-ac56
-rw-r--r--mail/evolution-devel/files/patch-ah20
-rw-r--r--mail/evolution-devel/pkg-comment1
-rw-r--r--mail/evolution-devel/pkg-descr7
-rw-r--r--mail/evolution-devel/pkg-plist359
9 files changed, 0 insertions, 545 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile
deleted file mode 100644
index 19972763f78b..000000000000
--- a/mail/evolution-devel/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: evolution
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= evolution
-PORTVERSION= 0.5.1
-PORTREVISION= 1
-CATEGORIES= mail gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= unstable/sources/evolution
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
- xml.5:${PORTSDIR}/textproc/libxml \
- glade.4:${PORTSDIR}/devel/libglade \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
- gnomeprint.9:${PORTSDIR}/print/gnomeprint \
- oaf.0:${PORTSDIR}/devel/oaf \
- bonobo.2:${PORTSDIR}/devel/bonobo \
- gnomevfs.0:${PORTSDIR}/devel/gnomevfs \
- unicode.0:${PORTSDIR}/devel/libunicode \
- gtkhtml.4:${PORTSDIR}/www/gtkhtml \
- ldap.1:${PORTSDIR}/net/openldap \
- capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
- gpilotd.0:${PORTSDIR}/palm/gnomepilot
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure libical/configure
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-pisock=${LOCALBASE}/pilot
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/mail/evolution-devel/distinfo b/mail/evolution-devel/distinfo
deleted file mode 100644
index 7e7ed914c20a..000000000000
--- a/mail/evolution-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (evolution-0.5.1.tar.gz) = 6bc6e4f59b5cdfdbf50868aecaa382b1
diff --git a/mail/evolution-devel/files/patch-aa b/mail/evolution-devel/files/patch-aa
deleted file mode 100644
index 033cdbb90dd9..000000000000
--- a/mail/evolution-devel/files/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
---- configure.orig Wed Sep 13 09:43:40 2000
-+++ configure Wed Sep 13 13:19:42 2000
-@@ -5709,8 +5709,8 @@
- fi
-
-
--THREADS_LIBS="$PTHREAD_LIB `glib-config --libs gthread`"
--THREADS_CFLAGS="`glib-config --cflags gthread`"
-+THREADS_LIBS="$PTHREAD_LIB `$GLIB_CONFIG --libs gthread`"
-+THREADS_CFLAGS="`$GLIB_CONFIG --cflags gthread`"
-
-
-
-@@ -5837,8 +5837,8 @@
- { echo "configure: error: Did not find gdkpixbuf installed" 1>&2; exit 1; }
- fi
-
--GLIB_CFLAGS="`glib-config --cflags`"
--GLIB_LIBS="`glib-config --libs`"
-+GLIB_CFLAGS="`$GLIB_CONFIG --cflags`"
-+GLIB_LIBS="`$GLIB_CONFIG --libs`"
-
-
-
-@@ -7915,10 +7915,10 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-+# case "$ac_given_INSTALL" in
-+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
-+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-+# esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
diff --git a/mail/evolution-devel/files/patch-ab b/mail/evolution-devel/files/patch-ab
deleted file mode 100644
index 4a534e9b2df4..000000000000
--- a/mail/evolution-devel/files/patch-ab
+++ /dev/null
@@ -1,7 +0,0 @@
---- calendar/gui/Makefile.in.orig Mon Jul 10 21:34:31 2000
-+++ calendar/gui/Makefile.in Tue Jul 11 22:41:10 2000
-@@ -593,3 +593,3 @@
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(help_base)/C
-+# $(mkinstalldirs) $(DESTDIR)$(help_base)/C
- $(mkinstalldirs) $(Conduitsdir)
diff --git a/mail/evolution-devel/files/patch-ac b/mail/evolution-devel/files/patch-ac
deleted file mode 100644
index e106b51197dc..000000000000
--- a/mail/evolution-devel/files/patch-ac
+++ /dev/null
@@ -1,56 +0,0 @@
---- camel/providers/imap/Makefile.in.orig Mon Jul 10 21:34:06 2000
-+++ camel/providers/imap/Makefile.in Tue Jul 11 19:17:54 2000
-@@ -181,3 +181,3 @@
-
--libcamelimap_la_LDFLAGS = -version-info 0:0:0
-+libcamelimap_la_LDFLAGS = -avoid-version
-
---- camel/providers/mbox/Makefile.in.orig Fri Jun 2 15:48:47 2000
-+++ camel/providers/mbox/Makefile.in Wed Jun 28 18:54:19 2000
-@@ -167,3 +167,3 @@
-
--libcamelmbox_la_LDFLAGS = -version-info 0:0:0
-+libcamelmbox_la_LDFLAGS = -avoid-version
-
---- camel/providers/mh/Makefile.in.orig Sat Aug 19 19:26:36 2000
-+++ camel/providers/mh/Makefile.in Wed Aug 23 11:39:46 2000
-@@ -180,3 +180,3 @@
-
--libcamelmh_la_LDFLAGS = -version-info 0:0:0
-+libcamelmh_la_LDFLAGS = -avoid-version
-
---- camel/providers/nntp/Makefile.in.orig Sat Aug 19 19:26:36 2000
-+++ camel/providers/nntp/Makefile.in Wed Aug 23 11:40:11 2000
-@@ -180,3 +180,3 @@
-
--libcamelnntp_la_LDFLAGS = -version-info 0:0:0
-+libcamelnntp_la_LDFLAGS = -avoid-version
-
---- camel/providers/pop3/Makefile.in.orig Fri Jun 2 15:48:48 2000
-+++ camel/providers/pop3/Makefile.in Wed Jun 28 18:54:35 2000
-@@ -167,3 +167,3 @@
-
--libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0
-+libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -avoid-version
-
---- camel/providers/sendmail/Makefile.in.orig Fri Jun 2 15:48:49 2000
-+++ camel/providers/sendmail/Makefile.in Wed Jun 28 18:54:52 2000
-@@ -167,3 +167,3 @@
-
--libcamelsendmail_la_LDFLAGS = -version-info 0:0:0
-+libcamelsendmail_la_LDFLAGS = -avoid-version
-
---- camel/providers/smtp/Makefile.in.orig Fri Jun 2 15:48:49 2000
-+++ camel/providers/smtp/Makefile.in Wed Jun 28 18:55:06 2000
-@@ -167,3 +167,3 @@
-
--libcamelsmtp_la_LDFLAGS = -version-info 0:0:0
-+libcamelsmtp_la_LDFLAGS = -avoid-version
-
---- camel/providers/vee/Makefile.in.orig Fri Jun 2 15:48:50 2000
-+++ camel/providers/vee/Makefile.in Wed Jun 28 18:55:19 2000
-@@ -167,3 +167,3 @@
-
--libcamelvee_la_LDFLAGS = -version-info 0:0:0
-+libcamelvee_la_LDFLAGS = -avoid-version
-
diff --git a/mail/evolution-devel/files/patch-ah b/mail/evolution-devel/files/patch-ah
deleted file mode 100644
index 92e9ce533671..000000000000
--- a/mail/evolution-devel/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- mail/mail-crypto.c.orig Fri Aug 11 15:27:12 2000
-+++ mail/mail-crypto.c Wed Aug 23 11:17:44 2000
-@@ -189,7 +189,7 @@
-
- passwd_next = passphrase;
- passwd_remaining = strlen (passphrase);
-- passwd_incr = fpathconf (passwd_fds[1], _PC_PIPE_BUF);
-+ passwd_incr = 1024; /* XXX: no fpathconf() in libc_r? */
- /* Use a reasonable default value on error. */
- if (passwd_incr <= 0)
- passwd_incr = 1024;
-@@ -197,7 +197,7 @@
-
- input_next = input;
- input_remaining = strlen (input);
-- input_incr = fpathconf (ip_fds[1], _PC_PIPE_BUF);
-+ input_incr = 1024; /* XXX: no fpathconf() in libc_r? */
- if (input_incr <= 0)
- input_incr = 1024;
- input_eof_seen = FALSE;
diff --git a/mail/evolution-devel/pkg-comment b/mail/evolution-devel/pkg-comment
deleted file mode 100644
index 017eaee53071..000000000000
--- a/mail/evolution-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An integrated mail, calendar and address book distributed suite
diff --git a/mail/evolution-devel/pkg-descr b/mail/evolution-devel/pkg-descr
deleted file mode 100644
index a158def801a0..000000000000
--- a/mail/evolution-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Evolution is the integrated mail, calendar and address book
-distributed suite from Helix Code, Inc.
-
-Note that Evolution is still beta. This means it may delete all of
-your mail if you give it the chance.
-
-WWW: http://www.helixcode.com/apps/evolution.php3
diff --git a/mail/evolution-devel/pkg-plist b/mail/evolution-devel/pkg-plist
deleted file mode 100644
index 351711ddb7ad..000000000000
--- a/mail/evolution-devel/pkg-plist
+++ /dev/null
@@ -1,359 +0,0 @@
-bin/evolution
-bin/evolution-addressbook
-bin/evolution-calendar
-bin/evolution-mail
-bin/killev
-bin/load-gnomecard-addressbook
-bin/load-pine-addressbook
-bin/wombat
-include/camel/broken-date-parser.h
-include/camel/camel-address.h
-include/camel/camel-data-wrapper.h
-include/camel/camel-exception-list.def
-include/camel/camel-exception.h
-include/camel/camel-folder-search.h
-include/camel/camel-folder-summary.h
-include/camel/camel-folder.h
-include/camel/camel-imap-folder.h
-include/camel/camel-imap-store.h
-include/camel/camel-imap-stream.h
-include/camel/camel-imap-utils.h
-include/camel/camel-internet-address.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-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-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-nntp-auth.h
-include/camel/camel-nntp-folder.h
-include/camel/camel-nntp-newsrc.h
-include/camel/camel-nntp-resp-codes.h
-include/camel/camel-nntp-store.h
-include/camel/camel-nntp-utils.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.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/gmime-content-field.h
-include/camel/gstring-util.h
-include/camel/hash-table-utils.h
-include/camel/md5-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.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/ical.h
-include/icalcalendar.h
-include/icalcomponent.h
-include/icalenums.h
-include/icalerror.h
-include/icalmemory.h
-include/icalmime.h
-include/icalparameter.h
-include/icalparser.h
-include/icalproperty.h
-include/icalrecur.h
-include/icalrestriction.h
-include/icalset.h
-include/icaltime.h
-include/icaltypes.h
-include/icalvalue.h
-include/icalversion.h
-include/pvl.h
-include/sspm.h
-lib/evolution/camel-providers/%%VERSION%%/libcamelimap.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelimap.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelmbox.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelmbox.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelmh.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelmh.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelnntp.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelnntp.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelpop3.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelpop3.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelsendmail.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelsendmail.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelsmtp.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelsmtp.urls
-lib/evolution/camel-providers/%%VERSION%%/libcamelvee.so
-lib/evolution/camel-providers/%%VERSION%%/libcamelvee.urls
-lib/libcal-client.a
-lib/libcal-client.so
-lib/libcal-client.so.0
-lib/libcal-util.a
-lib/libcal-util.so
-lib/libcal-util.so.0
-lib/libcamel.a
-lib/libcamel.so
-lib/libcamel.so.0
-lib/libebook.a
-lib/libebook.so
-lib/libebook.so.0
-lib/libename.a
-lib/libename.so
-lib/libename.so.0
-lib/libeselectnames.a
-lib/libeselectnames.so
-lib/libeselectnames.so.0
-lib/libical.a
-lib/libicalss.a
-lib/libicalvcal.a
-share/gnome/apps/Applications/evolution.desktop
-share/gnome/evolution/addresstypes.xml
-share/gnome/evolution/arrow.png
-share/gnome/evolution/default_user/ldapservers.xml
-share/gnome/evolution/default_user/local/Calendar/folder-metadata.xml
-share/gnome/evolution/default_user/local/Contacts/folder-metadata.xml
-share/gnome/evolution/default_user/local/Drafts/folder-metadata.xml
-share/gnome/evolution/default_user/local/Inbox/folder-metadata.xml
-share/gnome/evolution/default_user/local/Inbox/mbox
-share/gnome/evolution/default_user/local/Outbox/folder-metadata.xml
-share/gnome/evolution/default_user/local/Sent/folder-metadata.xml
-share/gnome/evolution/default_user/local/Trash/folder-metadata.xml
-share/gnome/evolution/default_user/shortcuts.xml
-share/gnome/evolution/ecps/medbook.ecps
-share/gnome/evolution/ecps/phonelist.ecps
-share/gnome/evolution/ecps/smallbook.ecps
-share/gnome/evolution/filtertypes.xml
-share/gnome/evolution/glade/alarm-notify.glade
-share/gnome/evolution/glade/alphabet.glade
-share/gnome/evolution/glade/categories.glade
-share/gnome/evolution/glade/contact-editor.glade
-share/gnome/evolution/glade/e-contact-editor-confirm-delete.glade
-share/gnome/evolution/glade/e-contact-print.glade
-share/gnome/evolution/glade/e-contact-print.glade.h
-share/gnome/evolution/glade/e-msg-composer-address-dialog.glade
-share/gnome/evolution/glade/e-msg-composer-address-dialog.glade.h
-share/gnome/evolution/glade/e-msg-composer-attachment.glade
-share/gnome/evolution/glade/e-msg-composer-attachment.glade.h
-share/gnome/evolution/glade/e-shell-folder-creation-dialog.glade
-share/gnome/evolution/glade/e-table-config.glade
-share/gnome/evolution/glade/e-table-field-chooser.glade
-share/gnome/evolution/glade/e-table-group.glade
-share/gnome/evolution/glade/event-editor-dialog.glade
-share/gnome/evolution/glade/filter.glade
-share/gnome/evolution/glade/fulladdr.glade
-share/gnome/evolution/glade/fullname.glade
-share/gnome/evolution/glade/ldap-server-dialog.glade
-share/gnome/evolution/glade/ldap-server-dialog.glade.h
-share/gnome/evolution/glade/local-config.glade
-share/gnome/evolution/glade/mail-config-druid.glade
-share/gnome/evolution/glade/mail-config.glade
-share/gnome/evolution/glade/select-names.glade
-share/gnome/evolution/glade/task-editor-dialog.glade
-share/gnome/evolution/vfoldertypes.xml
-share/gnome/help/evolution/C/aboutbook.html
-share/gnome/help/evolution/C/apx-gloss.html
-share/gnome/help/evolution/C/authors.html
-share/gnome/help/evolution/C/bugs.html
-share/gnome/help/evolution/C/commontasks.html
-share/gnome/help/evolution/C/config-prefs-cal.html
-share/gnome/help/evolution/C/config-prefs-contact.html
-share/gnome/help/evolution/C/config-prefs-general.html
-share/gnome/help/evolution/C/config-prefs.html
-share/gnome/help/evolution/C/config-setupassist.html
-share/gnome/help/evolution/C/config-sync.html
-share/gnome/help/evolution/C/config.html
-share/gnome/help/evolution/C/docbook.css
-share/gnome/help/evolution/C/fdl.html
-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/vfolder-createrule-fig.png
-share/gnome/help/evolution/C/gpl.html
-share/gnome/help/evolution/C/index.html
-share/gnome/help/evolution/C/introduction.html
-share/gnome/help/evolution/C/ln15.html
-share/gnome/help/evolution/C/menuref-cal-editor.html
-share/gnome/help/evolution/C/menuref-cal.html
-share/gnome/help/evolution/C/menuref-contact-editor.html
-share/gnome/help/evolution/C/menuref-mail-context.html
-share/gnome/help/evolution/C/menuref-mail-editor.html
-share/gnome/help/evolution/C/menuref-mail.html
-share/gnome/help/evolution/C/menuref.html
-share/gnome/help/evolution/C/p1827.html
-share/gnome/help/evolution/C/stylesheet-images/caution.png
-share/gnome/help/evolution/C/stylesheet-images/important.png
-share/gnome/help/evolution/C/stylesheet-images/note.png
-share/gnome/help/evolution/C/stylesheet-images/tip.png
-share/gnome/help/evolution/C/stylesheet-images/warning.png
-share/gnome/help/evolution/C/usage-calendar-apts.html
-share/gnome/help/evolution/C/usage-calendar-multiple.html
-share/gnome/help/evolution/C/usage-calendar-todo.html
-share/gnome/help/evolution/C/usage-calendar.html
-share/gnome/help/evolution/C/usage-contact-automate.html
-share/gnome/help/evolution/C/usage-contact-cards.html
-share/gnome/help/evolution/C/usage-contact-organize.html
-share/gnome/help/evolution/C/usage-contact-sharing.html
-share/gnome/help/evolution/C/usage-contact.html
-share/gnome/help/evolution/C/usage-mail-organize.html
-share/gnome/help/evolution/C/usage-mail.html
-share/gnome/help/evolution/C/usage-mainwindow-folderbar.html
-share/gnome/help/evolution/C/usage-mainwindow-menubar.html
-share/gnome/help/evolution/C/usage-mainwindow.html
-share/gnome/help/evolution/C/usage-notes.html
-share/gnome/help/evolution/C/usage-sync.html
-share/gnome/help/evolution/C/usage.html
-share/gnome/help/evolution/C/x2520.html
-share/gnome/help/evolution/C/x3043.html
-share/gnome/help/evolution/C/x3073.html
-share/gnome/help/evolution/C/x3078.html
-share/gnome/html/evolution-cal-client-decl.txt
-share/gnome/html/evolution-cal-client-sections.txt
-share/gnome/html/evolution-cal-client.hierarchy
-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.hierarchy
-share/gnome/html/evolution-cal-util.types
-share/gnome/html/evolution-devel-guide.html
-share/gnome/html/evolution-devel-guide/book1.html
-share/gnome/html/evolution-devel-guide/calendar-architecture.html
-share/gnome/html/evolution-devel-guide/p51.html
-share/gnome/html/evolution-devel-guide/p9.html
-share/gnome/html/evolution-devel-guide/r55.html
-share/gnome/html/evolution-devel-guide/x34.html
-share/gnome/idl/addressbook.idl
-share/gnome/idl/evolution-calendar.idl
-share/gnome/images/evolution/briefcase.png
-share/gnome/images/evolution/buttons/compose-message.png
-share/gnome/images/evolution/buttons/copy-message.png
-share/gnome/images/evolution/buttons/fetch-mail.png
-share/gnome/images/evolution/buttons/forward.png
-share/gnome/images/evolution/buttons/move-message.png
-share/gnome/images/evolution/buttons/reply-to-all.png
-share/gnome/images/evolution/buttons/reply.png
-share/gnome/images/evolution/cellphone.png
-share/gnome/images/evolution/envelope.png
-share/gnome/images/evolution/evolution-calendar-mini.png
-share/gnome/images/evolution/evolution-calendar.png
-share/gnome/images/evolution/evolution-contacts-mini.png
-share/gnome/images/evolution/evolution-contacts.png
-share/gnome/images/evolution/evolution-inbox-mini.png
-share/gnome/images/evolution/evolution-inbox.png
-share/gnome/images/evolution/evolution-notes-mini.png
-share/gnome/images/evolution/evolution-notes.png
-share/gnome/images/evolution/evolution-tasks-mini.png
-share/gnome/images/evolution/evolution-tasks.png
-share/gnome/images/evolution/evolution-today.png
-share/gnome/images/evolution/globe.png
-share/gnome/images/evolution/house.png
-share/gnome/images/evolution/malehead.png
-share/gnome/mime-info/evolution.keys
-share/gnome/oaf/addressbook.oafinfo
-share/gnome/oaf/calendar-control.oafinfo
-share/gnome/oaf/evolution-addressbook-select-names.oafinfo
-share/gnome/oaf/evolution-calendar.oafinfo
-share/gnome/oaf/evolution-mail.oafinfo
-share/gnome/oaf/wombat.oafinfo
-share/gnome/pixmaps/evolution.png
-share/locale/da/LC_MESSAGES/evolution.mo
-share/locale/de/LC_MESSAGES/evolution.mo
-share/locale/el/LC_MESSAGES/evolution.mo
-share/locale/es/LC_MESSAGES/evolution.mo
-share/locale/fi/LC_MESSAGES/evolution.mo
-share/locale/fr/LC_MESSAGES/evolution.mo
-share/locale/ga/LC_MESSAGES/evolution.mo
-share/locale/gl/LC_MESSAGES/evolution.mo
-share/locale/hu/LC_MESSAGES/evolution.mo
-share/locale/it/LC_MESSAGES/evolution.mo
-share/locale/ja/LC_MESSAGES/evolution.mo
-share/locale/ko/LC_MESSAGES/evolution.mo
-share/locale/nl/LC_MESSAGES/evolution.mo
-share/locale/no/LC_MESSAGES/evolution.mo
-share/locale/pl/LC_MESSAGES/evolution.mo
-share/locale/pt/LC_MESSAGES/evolution.mo
-share/locale/ru/LC_MESSAGES/evolution.mo
-share/locale/sl/LC_MESSAGES/evolution.mo
-share/locale/sv/LC_MESSAGES/evolution.mo
-share/locale/tr/LC_MESSAGES/evolution.mo
-share/locale/uk/LC_MESSAGES/evolution.mo
-@dirrm share/gnome/images/evolution/buttons
-@dirrm share/gnome/images/evolution
-@dirrm share/gnome/images
-@dirrm share/gnome/html/evolution-devel-guide
-@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/evolution/glade
-@dirrm share/gnome/evolution/ecps
-@dirrm share/gnome/evolution/default_user/news
-@dirrm share/gnome/evolution/default_user/local/Trash
-@dirrm share/gnome/evolution/default_user/local/Sent
-@dirrm share/gnome/evolution/default_user/local/Outbox
-@dirrm share/gnome/evolution/default_user/local/Inbox
-@dirrm share/gnome/evolution/default_user/local/Drafts
-@dirrm share/gnome/evolution/default_user/local/Contacts
-@dirrm share/gnome/evolution/default_user/local/Calendar
-@dirrm share/gnome/evolution/default_user/local
-@dirrm share/gnome/evolution/default_user
-@dirrm share/gnome/evolution
-@dirrm lib/evolution/camel-providers/%%VERSION%%
-@dirrm lib/evolution/camel-providers
-@dirrm lib/evolution
-@dirrm include/evolution/ebook
-@dirrm include/evolution/cal-util
-@dirrm include/evolution/cal-client
-@dirrm include/evolution
-@dirrm include/ename
-@dirrm include/camel