diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-02 01:10:57 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-02 01:10:57 +0800 |
commit | f951893255fa233ba5b7651a79c76e1a0049cd8c (patch) | |
tree | d9676de4c9dab4f6f18c93a8dfb227fe9141bb59 | |
parent | 9ee342e2d7883162f3b332449788e53b7a56fbca (diff) | |
download | marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.tar marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.tar.gz marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.tar.bz2 marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.tar.lz marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.tar.xz marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.tar.zst marcuscom-ports-f951893255fa233ba5b7651a79c76e1a0049cd8c.zip |
Update to 2.21.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9903 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution-exchange/Makefile | 69 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution-exchange/pkg-descr | 11 | ||||
-rw-r--r-- | mail/evolution-exchange/pkg-plist | 155 |
4 files changed, 238 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile new file mode 100644 index 000000000..9ba477364 --- /dev/null +++ b/mail/evolution-exchange/Makefile @@ -0,0 +1,69 @@ +# 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.99 2007/10/15 20:59:13 mezz Exp $ +# + +PORTNAME= evolution-exchange +PORTVERSION= 2.21.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= 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_XLIB= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BDB= 41 +USE_OPENLDAP= yes +USE_GNOME= gnomeprefix intlhack gnomehack gnometarget +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ + --with-static-ldap=no \ + --disable-compile-warnings \ + --with-libdb=${LOCALBASE} + +EVO_VERSION= 2.12 +VERSION= 2.22 +PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ + EDS_VERSION="1.2" OLDDOCSDIR="share/doc/ximian-connector" + +GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas + +.include <bsd.port.pre.mk> + +.if !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 + +.if exists(${LOCALBASE}/include/mapi.h) +IGNORE= does not build with ${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 port +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ + ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo new file mode 100644 index 000000000..d80018cd2 --- /dev/null +++ b/mail/evolution-exchange/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/evolution-exchange-2.21.1.tar.bz2) = 18081eeccc0f47e3c358809b4547a0de +SHA256 (gnome2/evolution-exchange-2.21.1.tar.bz2) = 278954aaa17bf6c4585539e0bae2878059e5657e35731910ae6826d9c17b1db0 +SIZE (gnome2/evolution-exchange-2.21.1.tar.bz2) = 1068719 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..77a95d296 --- /dev/null +++ b/mail/evolution-exchange/pkg-plist @@ -0,0 +1,155 @@ +bin/exchange-connector-setup-2.22 +libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.22.server +%%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-E2kContext.html +%%DOCSDIR%%/evolution-exchange-E2kGlobalCatalog.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-E2kSecurityDescriptor.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%%/2.22/glade/exchange-autoconfig-wizard.glade +%%DATADIR%%/2.22/glade/exchange-change-password.glade +%%DATADIR%%/2.22/glade/exchange-delegates.glade +%%DATADIR%%/2.22/glade/exchange-folder-tree.glade +%%DATADIR%%/2.22/glade/exchange-oof.glade +%%DATADIR%%/2.22/glade/exchange-passwd-expiry.glade +%%DATADIR%%/2.22/glade/exchange-permissions-dialog.glade +%%DATADIR%%/2.22/images/connector-mini.png +%%DATADIR%%/2.22/images/connector.png +%%DATADIR%%/2.22/images/exchange-delegates-48.png +%%DATADIR%%/2.22/images/exchange-oof-48.png +%%DATADIR%%/2.22/ui/ximian-connector.xml +share/locale/ar/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/az/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/bg/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/bn/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/bn_IN/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ca/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/cs/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/cy/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/da/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/de/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/dz/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/el/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/en_CA/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/en_GB/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/es/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/et/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/eu/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/fa/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/fi/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/fr/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/gl/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/gu/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/hi/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/hu/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/id/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/it/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ja/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ka/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ko/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ku/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/lt/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/lv/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/mk/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ml/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/mn/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ms/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/nb/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ne/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/nl/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/nn/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/oc/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/or/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/pa/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/pl/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/pt/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/pt_BR/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ro/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ru/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/rw/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/sk/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/sl/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/sq/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/sr/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/sr@Latn/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/sv/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/ta/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/th/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/tr/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/uk/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/vi/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/xh/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/zh_CN/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/zh_HK/LC_MESSAGES/evolution-exchange-2.22.mo +share/locale/zh_TW/LC_MESSAGES/evolution-exchange-2.22.mo +@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/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrm %%DATADIR%%/2.22/ui +@dirrm %%DATADIR%%/2.22/images +@dirrm %%DATADIR%%/2.22/glade +@dirrm %%DATADIR%%/2.22 +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%% |