summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /mail/evolution-exchange
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/Makefile68
-rw-r--r--mail/evolution-exchange/distinfo3
-rw-r--r--mail/evolution-exchange/files/patch-eplugin_exchange-operations.c24
-rw-r--r--mail/evolution-exchange/pkg-descr11
-rw-r--r--mail/evolution-exchange/pkg-plist187
5 files changed, 0 insertions, 293 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
deleted file mode 100644
index 253996413..000000000
--- a/mail/evolution-exchange/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# New ports collection makefile for: evolution-exchange
-# Date created: 28 April, 2005
-# Whom: Adam Weinberger, based off kiesel's ximian-exchange port
-#
-# $FreeBSD$
-# $MCom: ports/mail/evolution-exchange/Makefile,v 1.157 2010/04/02 14:07:31 avl Exp $
-#
-
-PORTNAME= evolution-exchange
-PORTVERSION= 2.30.1
-CATEGORIES= mail gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Evolution plugin to connect to Microsoft Exchange servers
-
-BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
-RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:22
-USE_GMAKE= yes
-USE_BDB= 41
-USE_OPENLDAP= yes
-USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \
- --with-static-ldap=no \
- --with-libdb=${LOCALBASE}
-
-EVO_VERSION= 2.30
-VERSION= 2.30
-PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \
- EDS_VERSION="1.2"
-
-GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas
-
-.include <bsd.port.pre.mk>
-
-.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
-HEIMDAL_HOME?= ${LOCALBASE}
-LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
-CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \
- --with-krb5-includes=${HEIMDAL_HOME}/include
-KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
-.elif !defined(NO_KERBEROS)
-CONFIGURE_ARGS+= --with-krb5=/usr
-KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
-.endif
-
-.if ${ARCH} == "amd64"
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
-.endif
-
-.if exists(${LOCALBASE}/include/mapi.h)
-IGNORE= build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \
- -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \
- -e 's|-Wmissing-include-dirs||g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo
deleted file mode 100644
index e487b8720..000000000
--- a/mail/evolution-exchange/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/evolution-exchange-2.30.1.tar.bz2) = 9225241ba14d1e2183fe21078c7ed03e
-SHA256 (gnome2/evolution-exchange-2.30.1.tar.bz2) = f53904d90f058ef1bbe1c5d851590f3729d9b3489c80dad73edb46bbba2dae11
-SIZE (gnome2/evolution-exchange-2.30.1.tar.bz2) = 1330038
diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c
deleted file mode 100644
index 5c7706bad..000000000
--- a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- eplugin/exchange-operations.c.orig 2010-03-07 20:00:49.000000000 -0500
-+++ eplugin/exchange-operations.c 2010-03-13 17:47:23.000000000 -0500
-@@ -304,3 +304,21 @@ is_exchange_personal_folder (ExchangeAcc
- }
- return FALSE;
- }
-+
-+const char * g_module_check_init (gpointer module);
-+const char *
-+g_module_check_init (gpointer module) {
-+ return NULL;
-+}
-+
-+void g_module_unload (gpointer module);
-+void
-+g_module_unload (gpointer module) {
-+ return;
-+}
-+
-+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);
-+GtkWidget *
-+e_plugin_lib_get_configure_widget (EPlugin *plugin) {
-+ return NULL;
-+}
diff --git a/mail/evolution-exchange/pkg-descr b/mail/evolution-exchange/pkg-descr
deleted file mode 100644
index 03dc3b673..000000000
--- a/mail/evolution-exchange/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Evolution-exchange is a plugin for Evolution that adds Exchange client
-capabilities to Evolution.
-
-With Evolution-Exchange installed, Evolution functions as an
-Exchange client, enabling users to become full participants in company-wide
-group scheduling and other collaborative tasks. Linux, Solaris and FreeBSD
-users can access public folders, Global Address Lists, email, calendar,
-task lists, and group scheduling information.
-
-- Alex Kiesel
-kiesel@schlund.de
diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist
deleted file mode 100644
index 6b429296d..000000000
--- a/mail/evolution-exchange/pkg-plist
+++ /dev/null
@@ -1,187 +0,0 @@
-bin/exchange-connector-setup-%%VERSION%%
-lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.a
-lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.la
-lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.so
-lib/evolution/2.30/plugins/org-gnome-exchange-operations.eplug
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.a
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.la
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.so
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.a
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.la
-lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.so
-%%DOCSDIR%%/E2kContext.html
-%%DOCSDIR%%/E2kGlobalCatalog.html
-%%DOCSDIR%%/E2kSecurityDescriptor.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/ch03.html
-%%DOCSDIR%%/ch04.html
-%%DOCSDIR%%/ch05.html
-%%DOCSDIR%%/ch06.html
-%%DOCSDIR%%/evolution-exchange-E2kAutoconfig.html
-%%DOCSDIR%%/evolution-exchange-E2kContext-(private).html
-%%DOCSDIR%%/evolution-exchange-E2kOperation-(private).html
-%%DOCSDIR%%/evolution-exchange-E2kOperation.html
-%%DOCSDIR%%/evolution-exchange-E2kProperties.html
-%%DOCSDIR%%/evolution-exchange-E2kRestriction-(vaporware).html
-%%DOCSDIR%%/evolution-exchange-E2kResult-(private).html
-%%DOCSDIR%%/evolution-exchange-E2kSid.html
-%%DOCSDIR%%/evolution-exchange-E2kUserDialog.html
-%%DOCSDIR%%/evolution-exchange-MAPI.html
-%%DOCSDIR%%/evolution-exchange-e2k-action.html
-%%DOCSDIR%%/evolution-exchange-e2k-freebusy.html
-%%DOCSDIR%%/evolution-exchange-e2k-http-utils.html
-%%DOCSDIR%%/evolution-exchange-e2k-kerberos.html
-%%DOCSDIR%%/evolution-exchange-e2k-restriction.html
-%%DOCSDIR%%/evolution-exchange-e2k-result.html
-%%DOCSDIR%%/evolution-exchange-e2k-rule.html
-%%DOCSDIR%%/evolution-exchange-e2k-uri.html
-%%DOCSDIR%%/evolution-exchange-e2k-utils.html
-%%DOCSDIR%%/evolution-exchange-e2k-xml-utils.html
-%%DOCSDIR%%/evolution-exchange-test-utils.html
-%%DOCSDIR%%/evolution-exchange-xntlm-des.html
-%%DOCSDIR%%/evolution-exchange-xntlm-md4.html
-%%DOCSDIR%%/evolution-exchange-xntlm.html
-%%DOCSDIR%%/evolution-exchange.devhelp
-%%DOCSDIR%%/evolution-exchange.devhelp2
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-%%DOCSDIR%%/ximian-connector-autoconfig.html
-%%DOCSDIR%%/ximian-connector-bug-private.html
-%%DOCSDIR%%/ximian-connector-bug-xml.html
-%%DOCSDIR%%/ximian-connector-calendar.html
-%%DOCSDIR%%/ximian-connector-delegation.html
-%%DOCSDIR%%/ximian-connector-favorites.html
-%%DOCSDIR%%/ximian-connector-fba.html
-%%DOCSDIR%%/ximian-connector-freebusy.html
-%%DOCSDIR%%/ximian-connector-mail-threading.html
-%%DOCSDIR%%/ximian-connector-mail.html
-%%DOCSDIR%%/ximian-connector-ntlm.html
-%%DOCSDIR%%/ximian-connector-oof.html
-%%DOCSDIR%%/ximian-connector-other-users.html
-%%DOCSDIR%%/ximian-connector-permissions.html
-%%DOCSDIR%%/ximian-connnector-booking.html
-%%DATADIR%%/%%VERSION%%/images/connector-mini.png
-%%DATADIR%%/%%VERSION%%/images/connector.png
-%%DATADIR%%/%%VERSION%%/images/exchange-delegates-48.png
-%%DATADIR%%/%%VERSION%%/images/exchange-oof-48.png
-%%DATADIR%%/%%VERSION%%/ui/ximian-connector.xml
-share/evolution/%%VERSION%%/errors/org-gnome-exchange-operations.error
-share/locale/ar/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/as/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ast/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/bg/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/bn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/bn_IN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ca@valencia/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/cy/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/da/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/dz/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/el/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/en@shaw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/et/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/eu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/fa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/fi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/gl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/gu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/he/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/hi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/hu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/id/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ja/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ka/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/kn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ko/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ku/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/lt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/lv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/mai/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/mk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ml/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/mn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/mr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ms/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ne/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/nl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/nn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/oc/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/or/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/pa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/pl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/pt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ro/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ru/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/rw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/si/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sq/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sr@latin/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/ta/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/te/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/th/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/tr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/uk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/vi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/xh/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/zh_HK/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-@dirrm %%DATADIR%%/%%VERSION%%/ui
-@dirrm %%DATADIR%%/%%VERSION%%/images
-@dirrm %%DATADIR%%/%%VERSION%%
-@dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as