summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-18 12:29:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-18 12:29:11 +0800
commit795d183c6695212e744c1c7fa38886e1ad005c4c (patch)
tree45a1829d16de947fb82e039259f371ec770acb61 /mail/evolution-exchange
parent3714b4aacdf5e4e1156cca7cd8236411c47de949 (diff)
downloadmarcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.tar
marcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.tar.gz
marcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.tar.bz2
marcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.tar.lz
marcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.tar.xz
marcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.tar.zst
marcuscom-ports-795d183c6695212e744c1c7fa38886e1ad005c4c.zip
Add the ximian-connector, and update to 1.5.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2402 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/Makefile54
-rw-r--r--mail/evolution-exchange/distinfo2
-rw-r--r--mail/evolution-exchange/files/patch-configure11
-rw-r--r--mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c13
-rw-r--r--mail/evolution-exchange/files/patch-ltmain.sh51
-rw-r--r--mail/evolution-exchange/pkg-descr13
-rw-r--r--mail/evolution-exchange/pkg-plist65
7 files changed, 209 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
new file mode 100644
index 000000000..ae48b3020
--- /dev/null
+++ b/mail/evolution-exchange/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: ximian-connector
+# Date created: 30 May 2004
+# Whom: kiesel
+#
+# $FreeBSD: ports/mail/ximian-connector/Makefile,v 1.3 2004/06/02 18:32:03 marcus Exp $
+#
+
+PORTNAME= ximian
+PORTVERSION= 1.5.9
+CATEGORIES= mail gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.5
+PKGNAMESUFFIX= -connector
+DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
+
+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
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+WANT_OPENLDAP_VER= 21
+WANT_OPENLDAP_SASL= yes
+USE_GNOME= gnomeprefix intlhack gnomehack gnometarget
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -rpath ${X11BASE}/lib/evolution/${EVO_VERSION}"
+CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \
+ --with-static-ldap=no
+
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
+EVO_VERSION= 1.5
+PLIST_SUB= VERSION="1.5" EVO_VERSION=${EVO_VERSION}
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \
+ exists(/usr/lib/libkrb5.so)
+CONFIGURE_ARGS+= --with-krb5=/usr
+.elif ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5)
+LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
+CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
+.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
+ exists(/usr/lib/libkrb5.so)
+CONFIGURE_ARGS+= --with-krb5=/usr
+.else
+LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
+CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo
new file mode 100644
index 000000000..8ef8a4567
--- /dev/null
+++ b/mail/evolution-exchange/distinfo
@@ -0,0 +1,2 @@
+MD5 (ximian-connector-1.5.9.tar.bz2) = 1d6c933c30a7f8ecb80629e1c0e67f7c
+SIZE (ximian-connector-1.5.9.tar.bz2) = 896889
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure
new file mode 100644
index 000000000..b2b64b88e
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Tue Jun 1 20:52:34 2004
++++ configure Tue Jun 1 20:52:55 2004
+@@ -22992,7 +22992,7 @@
+
+ case $with_static_ldap in
+ no|"")
+- if test -f $with_openldap/lib/libldap.la; then
++ if test -f $with_openldap/lib/libldap.so; then
+ with_static_ldap=no
+ else
+ with_static_ldap=yes
diff --git a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c
new file mode 100644
index 000000000..7576f7123
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c
@@ -0,0 +1,13 @@
+--- lib/e2k-autoconfig.c.orig Tue May 11 11:15:58 2004
++++ lib/e2k-autoconfig.c Thu Jun 17 14:02:58 2004
+@@ -31,6 +31,10 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <netinet/in.h>
+ #include <arpa/nameser.h>
+ #include <resolv.h>
diff --git a/mail/evolution-exchange/files/patch-ltmain.sh b/mail/evolution-exchange/files/patch-ltmain.sh
new file mode 100644
index 000000000..263a5ce21
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-ltmain.sh
@@ -0,0 +1,51 @@
+--- ltmain.sh.orig Mon Apr 5 19:24:18 2004
++++ ltmain.sh Tue Jun 1 20:45:09 2004
+@@ -1346,7 +1346,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd* | *-*-freebsd4*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -1361,8 +1361,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -3056,6 +3064,9 @@
+ # problems, so we reset it completely
+ verstring=
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ verstring="0.0"
+ ;;
+@@ -5528,10 +5539,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/mail/evolution-exchange/pkg-descr b/mail/evolution-exchange/pkg-descr
new file mode 100644
index 000000000..c89d7aba8
--- /dev/null
+++ b/mail/evolution-exchange/pkg-descr
@@ -0,0 +1,13 @@
+Ximian Connector is a plugin for Evolution that adds Exchange client
+capabilities to Evolution.
+
+With the Evolution Connector 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.
+
+WWW: http://www.novell.com/products/connector/
+
+- 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..6e7c04dc2
--- /dev/null
+++ b/mail/evolution-exchange/pkg-plist
@@ -0,0 +1,65 @@
+bin/ximian-connector-setup-%%VERSION%%
+etc/gconf/gconf.xml.defaults/apps/evolution/exchange/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/evolution/exchange/%gconf.xml
+etc/gconf/schemas/apps_evolution_exchange.schemas
+lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.so
+lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.urls
+libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server
+libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage
+%%DOCSDIR%%/E2kContext.html
+%%DOCSDIR%%/E2kGlobalCatalog.html
+%%DOCSDIR%%/E2kSecurityDescriptor.html
+%%DOCSDIR%%/E2kSid.html
+%%DOCSDIR%%/E2kUserDialog.html
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/up.png
+%%DOCSDIR%%/ximian-connector-e2k-action.html
+%%DOCSDIR%%/ximian-connector-e2k-autoconfig.html
+%%DOCSDIR%%/ximian-connector-e2k-encoding-utils.html
+%%DOCSDIR%%/ximian-connector-e2k-freebusy.html
+%%DOCSDIR%%/ximian-connector-e2k-http-utils.html
+%%DOCSDIR%%/ximian-connector-e2k-properties.html
+%%DOCSDIR%%/ximian-connector-e2k-restriction.html
+%%DOCSDIR%%/ximian-connector-e2k-result.html
+%%DOCSDIR%%/ximian-connector-e2k-rule-xml.html
+%%DOCSDIR%%/ximian-connector-e2k-rule.html
+%%DOCSDIR%%/ximian-connector-e2k-uri.html
+%%DOCSDIR%%/ximian-connector-e2k-utils.html
+%%DOCSDIR%%/ximian-connector-e2k-xml-utils.html
+%%DOCSDIR%%/ximian-connector-test-utils.html
+%%DOCSDIR%%/ximian-connector-xntlm-des.html
+%%DOCSDIR%%/ximian-connector-xntlm-md4.html
+%%DOCSDIR%%/ximian-connector-xntlm.html
+%%DOCSDIR%%/ximian-connector.devhelp
+share/gnome/ximian-connector/%%VERSION%%/etspec/e-storage-set-view.etspec
+share/gnome/ximian-connector/%%VERSION%%/glade/e-folder-creation-dialog.glade
+share/gnome/ximian-connector/%%VERSION%%/glade/e-foreign-folder-dialog.glade
+share/gnome/ximian-connector/%%VERSION%%/glade/exchange-autoconfig-wizard.glade
+share/gnome/ximian-connector/%%VERSION%%/glade/exchange-change-password.glade
+share/gnome/ximian-connector/%%VERSION%%/glade/exchange-delegates.glade
+share/gnome/ximian-connector/%%VERSION%%/glade/exchange-oof.glade
+share/gnome/ximian-connector/%%VERSION%%/glade/exchange-permissions-dialog.glade
+share/gnome/ximian-connector/%%VERSION%%/images/connector-mini.png
+share/gnome/ximian-connector/%%VERSION%%/images/connector.png
+share/gnome/ximian-connector/%%VERSION%%/images/exchange-delegates-48.png
+share/gnome/ximian-connector/%%VERSION%%/images/exchange-oof-48.png
+share/gnome/ximian-connector/%%VERSION%%/ui/ximian-connector.xml
+share/locale/cs/LC_MESSAGES/ximian-connector.mo
+share/locale/de/LC_MESSAGES/ximian-connector.mo
+share/locale/en_GB/LC_MESSAGES/ximian-connector.mo
+share/locale/no/LC_MESSAGES/ximian-connector.mo
+share/locale/sv/LC_MESSAGES/ximian-connector.mo
+@dirrm share/gnome/ximian-connector/%%VERSION%%/ui
+@dirrm share/gnome/ximian-connector/%%VERSION%%/images
+@dirrm share/gnome/ximian-connector/%%VERSION%%/glade
+@dirrm share/gnome/ximian-connector/%%VERSION%%/etspec
+@dirrm share/gnome/ximian-connector/%%VERSION%%
+@dirrm share/gnome/ximian-connector
+@dirrm %%DOCSDIR%%
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/evolution/exchange
+@dirrm etc/gconf/gconf.xml.defaults/apps/evolution/exchange