diff options
Diffstat (limited to 'mail/evolution-devel')
-rw-r--r-- | mail/evolution-devel/Makefile | 46 | ||||
-rw-r--r-- | mail/evolution-devel/distinfo | 1 | ||||
-rw-r--r-- | mail/evolution-devel/files/patch-aa | 39 | ||||
-rw-r--r-- | mail/evolution-devel/files/patch-ab | 7 | ||||
-rw-r--r-- | mail/evolution-devel/files/patch-ac | 56 | ||||
-rw-r--r-- | mail/evolution-devel/files/patch-ah | 20 | ||||
-rw-r--r-- | mail/evolution-devel/pkg-comment | 1 | ||||
-rw-r--r-- | mail/evolution-devel/pkg-descr | 7 | ||||
-rw-r--r-- | mail/evolution-devel/pkg-plist | 367 |
9 files changed, 0 insertions, 544 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile deleted file mode 100644 index 9dc2f643811d..000000000000 --- a/mail/evolution-devel/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= evolution -PORTVERSION= 0.6 -CATEGORIES= mail gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/evolution - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - glade.4:${PORTSDIR}/devel/libglade \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - oaf.0:${PORTSDIR}/devel/oaf \ - bonobo.2:${PORTSDIR}/devel/bonobo \ - gnomevfs.0:${PORTSDIR}/devel/gnomevfs \ - unicode.0:${PORTSDIR}/devel/libunicode \ - gtkhtml.5:${PORTSDIR}/www/gtkhtml \ - ldap.1:${PORTSDIR}/net/openldap \ - gpilotd.0:${PORTSDIR}/palm/gnomepilot - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= yes -USE_LIBTOOL= yes -LIBTOOLFILES= configure libical/configure -CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - 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 62d303e6a8a3..000000000000 --- a/mail/evolution-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (evolution-0.6.tar.gz) = 91afc6d162d10145833b3d11ab3fabf5 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 2e6b2ee8eebe..000000000000 --- a/mail/evolution-devel/pkg-plist +++ /dev/null @@ -1,367 +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-charset-map-private.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-folder-search.h -include/camel/camel-folder-summary.h -include/camel/camel-folder.h -include/camel/camel-imap-command.h -include/camel/camel-imap-folder.h -include/camel/camel-imap-store.h -include/camel/camel-imap-stream.h -include/camel/camel-imap-summary.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-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-nntp-auth.h -include/camel/camel-nntp-folder.h -include/camel/camel-nntp-grouplist.h -include/camel/camel-nntp-newsrc.h -include/camel/camel-nntp-resp-codes.h -include/camel/camel-nntp-store.h -include/camel/camel-nntp-types.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/cal-prefs-dialog.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-itip-control.glade -share/gnome/evolution/glade/e-meeting-dialog.glade -share/gnome/evolution/glade/e-msg-composer-address-dialog.glade -share/gnome/evolution/glade/e-msg-composer-attachment.glade -share/gnome/evolution/glade/e-shell-folder-creation-dialog.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/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/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/help/evolution/C/index.html -share/gnome/help/evolution/C/introduction.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-editor.html -share/gnome/help/evolution/C/menuref-mail.html -share/gnome/help/evolution/C/menuref.html -share/gnome/help/evolution/C/p1924.html -share/gnome/help/evolution/C/print-destination.html -share/gnome/help/evolution/C/stylesheet-images/caution.gif -share/gnome/help/evolution/C/stylesheet-images/home.gif -share/gnome/help/evolution/C/stylesheet-images/important.gif -share/gnome/help/evolution/C/stylesheet-images/next.gif -share/gnome/help/evolution/C/stylesheet-images/note.gif -share/gnome/help/evolution/C/stylesheet-images/prev.gif -share/gnome/help/evolution/C/stylesheet-images/tip.gif -share/gnome/help/evolution/C/stylesheet-images/toc-blank.gif -share/gnome/help/evolution/C/stylesheet-images/toc-minus.gif -share/gnome/help/evolution/C/stylesheet-images/toc-plus.gif -share/gnome/help/evolution/C/stylesheet-images/up.gif -share/gnome/help/evolution/C/stylesheet-images/warning.gif -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-print.html -share/gnome/help/evolution/C/usage-sync.html -share/gnome/help/evolution/C/usage.html -share/gnome/help/evolution/C/x2644.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/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/images/evolution/splash.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/gnome/ui/evolution-addressbook-ldap.xml -share/gnome/ui/evolution-addressbook.xml -share/gnome/ui/evolution-calendar.xml -share/gnome/ui/evolution-contact-editor.xml -share/gnome/ui/evolution-executive-summary.xml -share/gnome/ui/evolution-mail.xml -share/gnome/ui/evolution-subscribe.xml -share/gnome/ui/evolution.xml -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/nn/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/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 |