summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/evolution-exchange/Makefile47
-rw-r--r--mail/evolution-exchange/distinfo2
-rw-r--r--mail/evolution-exchange/files/patch-configure22
-rw-r--r--mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c13
-rw-r--r--mail/evolution-exchange/files/patch-po::Makefile.in.in11
-rw-r--r--mail/evolution-exchange/pkg-descr13
-rw-r--r--mail/evolution-exchange/pkg-plist58
-rw-r--r--mail/ximian-connector/Makefile47
-rw-r--r--mail/ximian-connector/distinfo2
-rw-r--r--mail/ximian-connector/files/patch-configure22
-rw-r--r--mail/ximian-connector/files/patch-lib::e2k-autoconfig.c13
-rw-r--r--mail/ximian-connector/files/patch-po::Makefile.in.in11
-rw-r--r--mail/ximian-connector/pkg-descr13
-rw-r--r--mail/ximian-connector/pkg-plist58
14 files changed, 332 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
new file mode 100644
index 000000000..cf5048d32
--- /dev/null
+++ b/mail/evolution-exchange/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: ximian-connector
+# Date created: 30 May 2004
+# Whom: kiesel
+#
+# $FreeBSD: ports/mail/ximian-connector/Makefile,v 1.5 2004/11/12 16:49:30 marcus Exp $
+#
+
+PORTNAME= ximian
+PORTVERSION= 2.1.0
+CATEGORIES= mail gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.1
+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
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+USE_OPENLDAP= 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= 2.2
+PLIST_SUB= VERSION="2.2" EVO_VERSION=${EVO_VERSION}
+
+.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
+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..1b1ff5937
--- /dev/null
+++ b/mail/evolution-exchange/distinfo
@@ -0,0 +1,2 @@
+MD5 (ximian-connector-2.1.0.tar.bz2) = 5a2ffffdf176dd2bdb3afa5d11aefca0
+SIZE (ximian-connector-2.1.0.tar.bz2) = 1121672
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure
new file mode 100644
index 000000000..43668716a
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-configure
@@ -0,0 +1,22 @@
+--- 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/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-po::Makefile.in.in b/mail/evolution-exchange/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..042bef6eb
--- /dev/null
+++ b/mail/evolution-exchange/files/patch-po::Makefile.in.in
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig Sun Jul 25 18:30:57 2004
++++ po/Makefile.in.in Sun Jul 25 18:31:20 2004
+@@ -32,6 +32,8 @@
+ gnulocaledir = $(datadir)/locale
+ gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+ subdir = po
++mkdir_p = @mkdir_p@
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
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..d8e366ef2
--- /dev/null
+++ b/mail/evolution-exchange/pkg-plist
@@ -0,0 +1,58 @@
+bin/ximian-connector-setup-%%VERSION%%
+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
+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/az/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/bn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/en_CA/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/gu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ko/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ms/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/nn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/no/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pa/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sr@Latn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/zh_TW/LC_MESSAGES/ximian-connector-%%VERSION%%.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%%
diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile
new file mode 100644
index 000000000..cf5048d32
--- /dev/null
+++ b/mail/ximian-connector/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: ximian-connector
+# Date created: 30 May 2004
+# Whom: kiesel
+#
+# $FreeBSD: ports/mail/ximian-connector/Makefile,v 1.5 2004/11/12 16:49:30 marcus Exp $
+#
+
+PORTNAME= ximian
+PORTVERSION= 2.1.0
+CATEGORIES= mail gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.1
+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
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+USE_OPENLDAP= 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= 2.2
+PLIST_SUB= VERSION="2.2" EVO_VERSION=${EVO_VERSION}
+
+.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
+CONFIGURE_ARGS+= --with-krb5=${LOCALBASE}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/mail/ximian-connector/distinfo b/mail/ximian-connector/distinfo
new file mode 100644
index 000000000..1b1ff5937
--- /dev/null
+++ b/mail/ximian-connector/distinfo
@@ -0,0 +1,2 @@
+MD5 (ximian-connector-2.1.0.tar.bz2) = 5a2ffffdf176dd2bdb3afa5d11aefca0
+SIZE (ximian-connector-2.1.0.tar.bz2) = 1121672
diff --git a/mail/ximian-connector/files/patch-configure b/mail/ximian-connector/files/patch-configure
new file mode 100644
index 000000000..43668716a
--- /dev/null
+++ b/mail/ximian-connector/files/patch-configure
@@ -0,0 +1,22 @@
+--- 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/ximian-connector/files/patch-lib::e2k-autoconfig.c b/mail/ximian-connector/files/patch-lib::e2k-autoconfig.c
new file mode 100644
index 000000000..7576f7123
--- /dev/null
+++ b/mail/ximian-connector/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/ximian-connector/files/patch-po::Makefile.in.in b/mail/ximian-connector/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..042bef6eb
--- /dev/null
+++ b/mail/ximian-connector/files/patch-po::Makefile.in.in
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig Sun Jul 25 18:30:57 2004
++++ po/Makefile.in.in Sun Jul 25 18:31:20 2004
+@@ -32,6 +32,8 @@
+ gnulocaledir = $(datadir)/locale
+ gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+ subdir = po
++mkdir_p = @mkdir_p@
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
diff --git a/mail/ximian-connector/pkg-descr b/mail/ximian-connector/pkg-descr
new file mode 100644
index 000000000..c89d7aba8
--- /dev/null
+++ b/mail/ximian-connector/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/ximian-connector/pkg-plist b/mail/ximian-connector/pkg-plist
new file mode 100644
index 000000000..d8e366ef2
--- /dev/null
+++ b/mail/ximian-connector/pkg-plist
@@ -0,0 +1,58 @@
+bin/ximian-connector-setup-%%VERSION%%
+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
+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/az/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/bn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/en_CA/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/gu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ko/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ms/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/nn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/no/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pa/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sr@Latn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/ximian-connector-%%VERSION%%.mo
+share/locale/zh_TW/LC_MESSAGES/ximian-connector-%%VERSION%%.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%%