diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 15:31:19 +0800 | 
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 15:31:19 +0800 | 
| commit | 14a53b6bf98dc56b01af94fa0928cc2ab80e6e14 (patch) | |
| tree | 1d1dd5698128b1b006190d4981657be07a05c32a /mail/evolution-exchange | |
| parent | 338d35471e272708f3086655f0666e82b1e19bf6 (diff) | |
| download | marcuscom-ports-14a53b6bf98dc56b01af94fa0928cc2ab80e6e14.tar.gz marcuscom-ports-14a53b6bf98dc56b01af94fa0928cc2ab80e6e14.tar.zst marcuscom-ports-14a53b6bf98dc56b01af94fa0928cc2ab80e6e14.zip | |
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6173 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
| -rw-r--r-- | mail/evolution-exchange/Makefile | 57 | ||||
| -rw-r--r-- | mail/evolution-exchange/distinfo | 3 | ||||
| -rw-r--r-- | mail/evolution-exchange/files/patch-configure | 22 | ||||
| -rw-r--r-- | mail/evolution-exchange/pkg-descr | 11 | ||||
| -rw-r--r-- | mail/evolution-exchange/pkg-plist | 83 | 
5 files changed, 176 insertions, 0 deletions
| diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile new file mode 100644 index 000000000..60834201d --- /dev/null +++ b/mail/evolution-exchange/Makefile @@ -0,0 +1,57 @@ +# New ports collection makefile for:	evolution-exchange +# Date created:				28 April, 2005 +# Whom:					Adam Weinberger, based off kiesel's ximian-exchange port +# +# $FreeBSD: ports/mail/evolution-exchange/Makefile,v 1.18 2006/04/30 00:46:56 marcus Exp $ +#   $MCom: ports/mail/evolution-exchange/Makefile,v 1.59 2006/04/13 07:52:36 bland Exp $ +# + +PORTNAME=	evolution-exchange +PORTVERSION=	2.7.1 +CATEGORIES=	mail gnome +MASTER_SITES=	${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +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_GETTEXT=	yes +USE_X_PREFIX=	yes +GNU_CONFIGURE=	yes +USE_GMAKE=	yes +USE_OPENLDAP=	yes +USE_GNOME=	gnomeprefix intlhack gnomehack gnometarget +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.8 +PLIST_SUB=	VERSION="2.8" 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 new file mode 100644 index 000000000..1850424a6 --- /dev/null +++ b/mail/evolution-exchange/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/evolution-exchange-2.7.1.tar.bz2) = 7f4f1ba94a02382d4bc5d0fe0fd14a1d +SHA256 (gnome2/evolution-exchange-2.7.1.tar.bz2) = 6b014b2b3fd81112eea71e17b276de51ea73e4feb15a2ebc9d33e7789243de2f +SIZE (gnome2/evolution-exchange-2.7.1.tar.bz2) = 981045 diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure new file mode 100644 index 000000000..4495fed09 --- /dev/null +++ b/mail/evolution-exchange/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig	Sun Apr 30 03:16:57 2006 ++++ configure	Sun Apr 30 03:17:49 2006 +@@ -2036,7 +2036,7 @@ _ACEOF + 	;; + esac +  +-EVOLUTION_API_VERSION=2.6 ++EVOLUTION_API_VERSION=2.8 + EDS_API_VERSION=1.2 + EDS_BASE_VERSION=1.6 +  +@@ -24293,8 +24293,8 @@ if test $ac_cv_lib_lber_ber_get_tag = ye + 				# 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" diff --git a/mail/evolution-exchange/pkg-descr b/mail/evolution-exchange/pkg-descr new file mode 100644 index 000000000..03dc3b673 --- /dev/null +++ b/mail/evolution-exchange/pkg-descr @@ -0,0 +1,11 @@ +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 new file mode 100644 index 000000000..61b125f52 --- /dev/null +++ b/mail/evolution-exchange/pkg-plist @@ -0,0 +1,83 @@ +bin/ximian-connector-setup-%%VERSION%% +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 +libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server +libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage +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/ca/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/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo +share/locale/et/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/ku/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo +share/locale/lt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo +share/locale/mk/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/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/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/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 +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@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%% +@dirrm share/gnome/evolution-exchange | 
