summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-08 05:08:37 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-08 05:08:37 +0800
commitbebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8 (patch)
tree6c4645c5aca0b277b0264053f705f21be0972769 /mail/evolution-exchange
parentd8c8d4b9829fa60f0e94f5745f9492c911c864e7 (diff)
downloadmarcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.gz
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.zst
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.zip
- Remove evolution & evolution-exchange until we get hal =/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5087 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/Makefile58
-rw-r--r--mail/evolution-exchange/distinfo2
-rw-r--r--mail/evolution-exchange/files/patch-configure22
-rw-r--r--mail/evolution-exchange/pkg-descr11
-rw-r--r--mail/evolution-exchange/pkg-plist131
5 files changed, 0 insertions, 224 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
deleted file mode 100644
index 1e99122b9..000000000
--- a/mail/evolution-exchange/Makefile
+++ /dev/null
@@ -1,58 +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.38 2005/09/05 17:52:40 kwm Exp $
-#
-
-PORTNAME= evolution-exchange
-PORTVERSION= 2.4.1
-CATEGORIES= mail gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.4
-DIST_SUBDIR= gnome2
-
-MAINTAINER= kiesel@schlund.de
-COMMENT= Evolution plugin to connect to Microsoft Exchange servers
-
-BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution
-RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_OPENLDAP= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnometarget
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \
- --with-static-ldap=no \
- --disable-compile-warnings
-
-EVO_VERSION= 2.4
-PLIST_SUB= VERSION="2.4" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \
- OLDDOCSDIR="share/doc/ximian-connector"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
- exists(/usr/lib/libkrb5.so)
-CONFIGURE_ARGS+= --with-krb5=/usr
-.else
-LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
-.if defined(HEIMDAL_HOME)
-CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
-.else
-CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
-.endif
-.endif
-
-.if ${ARCH} == "amd64"
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo
deleted file mode 100644
index 2872f7c49..000000000
--- a/mail/evolution-exchange/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/evolution-exchange-2.4.1.tar.bz2) = be61e4e8cfc64650c214525c5a615ed6
-SIZE (gnome2/evolution-exchange-2.4.1.tar.bz2) = 1106956
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure
deleted file mode 100644
index 43668716a..000000000
--- a/mail/evolution-exchange/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Fri Aug 20 15:26:49 2004
-+++ configure Fri Aug 20 15:27:21 2004
-@@ -23754,8 +23754,8 @@
- # libldap might depend on OpenSSL... We need to pull
- # in the dependency libs explicitly here since we're
- # not using libtool for the configure test.
-- if test -f $with_openldap/lib/libldap.la; then
-- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS"
-+ if test -f $with_openldap/lib/libldap.so; then
-+ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS"
- fi
- else
- LDAP_LIBS="-llber $LDAP_LIBS"
-@@ -24006,7 +24006,7 @@
-
-
- mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
--heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
-+heimlibs="-lkrb5 -lcrypt -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
- echo "$as_me:$LINENO: checking for Kerberos 5" >&5
- echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6
- if test "${ac_cv_lib_kerberos5+set}" = set; then
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 df90567ac..000000000
--- a/mail/evolution-exchange/pkg-plist
+++ /dev/null
@@ -1,131 +0,0 @@
-bin/ximian-connector-setup-%%VERSION%%
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so
-lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls
-libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server
-libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage
-%%OLDDOCSDIR%%/E2kContext.html
-%%OLDDOCSDIR%%/E2kGlobalCatalog.html
-%%OLDDOCSDIR%%/E2kSecurityDescriptor.html
-%%OLDDOCSDIR%%/ch01.html
-%%OLDDOCSDIR%%/ch02.html
-%%OLDDOCSDIR%%/ch03.html
-%%OLDDOCSDIR%%/ch04.html
-%%OLDDOCSDIR%%/ch05.html
-%%OLDDOCSDIR%%/ch06.html
-%%OLDDOCSDIR%%/home.png
-%%OLDDOCSDIR%%/index.html
-%%OLDDOCSDIR%%/index.sgml
-%%OLDDOCSDIR%%/left.png
-%%OLDDOCSDIR%%/right.png
-%%OLDDOCSDIR%%/style.css
-%%OLDDOCSDIR%%/up.png
-%%OLDDOCSDIR%%/ximian-connector-E2kAutoconfig.html
-%%OLDDOCSDIR%%/ximian-connector-E2kContext-(private).html
-%%OLDDOCSDIR%%/ximian-connector-E2kOperation-(private).html
-%%OLDDOCSDIR%%/ximian-connector-E2kOperation.html
-%%OLDDOCSDIR%%/ximian-connector-E2kProperties.html
-%%OLDDOCSDIR%%/ximian-connector-E2kRestriction-(vaporware).html
-%%OLDDOCSDIR%%/ximian-connector-E2kResult-(private).html
-%%OLDDOCSDIR%%/ximian-connector-E2kSid.html
-%%OLDDOCSDIR%%/ximian-connector-E2kUserDialog.html
-%%OLDDOCSDIR%%/ximian-connector-MAPI.html
-%%OLDDOCSDIR%%/ximian-connector-autoconfig.html
-%%OLDDOCSDIR%%/ximian-connector-bug-private.html
-%%OLDDOCSDIR%%/ximian-connector-bug-xml.html
-%%OLDDOCSDIR%%/ximian-connector-calendar.html
-%%OLDDOCSDIR%%/ximian-connector-delegation.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-action.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-encoding-utils.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-freebusy.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-http-utils.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-kerberos.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-restriction.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-result.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-rule.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-uri.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-utils.html
-%%OLDDOCSDIR%%/ximian-connector-e2k-xml-utils.html
-%%OLDDOCSDIR%%/ximian-connector-favorites.html
-%%OLDDOCSDIR%%/ximian-connector-fba.html
-%%OLDDOCSDIR%%/ximian-connector-freebusy.html
-%%OLDDOCSDIR%%/ximian-connector-mail-threading.html
-%%OLDDOCSDIR%%/ximian-connector-mail.html
-%%OLDDOCSDIR%%/ximian-connector-ntlm.html
-%%OLDDOCSDIR%%/ximian-connector-oof.html
-%%OLDDOCSDIR%%/ximian-connector-other-users.html
-%%OLDDOCSDIR%%/ximian-connector-permissions.html
-%%OLDDOCSDIR%%/ximian-connector-test-utils.html
-%%OLDDOCSDIR%%/ximian-connector-xntlm-des.html
-%%OLDDOCSDIR%%/ximian-connector-xntlm-md4.html
-%%OLDDOCSDIR%%/ximian-connector-xntlm.html
-%%OLDDOCSDIR%%/ximian-connector.devhelp
-%%OLDDOCSDIR%%/ximian-connnector-booking.html
-share/gnome/evolution-exchange/%%VERSION%%/etspec/e-storage-set-view.etspec
-share/gnome/evolution-exchange/%%VERSION%%/glade/e-folder-creation-dialog.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/e-foreign-folder-dialog.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-autoconfig-wizard.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-change-password.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-delegates.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-folder-tree.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-oof.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-passwd-expiry.glade
-share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-permissions-dialog.glade
-share/gnome/evolution-exchange/%%VERSION%%/images/connector-mini.png
-share/gnome/evolution-exchange/%%VERSION%%/images/connector.png
-share/gnome/evolution-exchange/%%VERSION%%/images/exchange-delegates-48.png
-share/gnome/evolution-exchange/%%VERSION%%/images/exchange-oof-48.png
-share/gnome/evolution-exchange/%%VERSION%%/ui/ximian-connector.xml
-share/locale/ar/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/cs/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/de/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/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/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/ko/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/lt/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/no/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/rw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/sk/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@Latn/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/tr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-share/locale/uk/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_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo
-@dirrm share/gnome/evolution-exchange/%%VERSION%%/ui
-@dirrm share/gnome/evolution-exchange/%%VERSION%%/images
-@dirrm share/gnome/evolution-exchange/%%VERSION%%/glade
-@dirrm share/gnome/evolution-exchange/%%VERSION%%/etspec
-@dirrm share/gnome/evolution-exchange/%%VERSION%%
-@dirrm share/gnome/evolution-exchange
-@dirrm %%OLDDOCSDIR%%