diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /databases | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2 marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
40 files changed, 0 insertions, 3391 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile deleted file mode 100644 index 608544abb..000000000 --- a/databases/evolution-data-server/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: evolution-data-server -# Date created: 09 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.202 2010/09/27 14:51:39 kwm Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.32.1 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The data backends for the Evolution integrated mail/PIM suite - -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gdata.7:${PORTSDIR}/devel/libgdata \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.44:${PORTSDIR}/devel/libical \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ - libxml2 -GNOME_DESKTOP_VERSION=2 -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool:22 -USE_BDB= 41+ -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static \ - --enable-gnome-keyring=yes \ - --with-openldap=yes \ - --with-libdb=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" - -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off -OPTIONS= WEATHER "Enable weather calendar backend" on - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -#CONFIGURE_ARGS+= --enable-imap4=yes -#PLIST_SUB+= IMAP4="" -#.else -PLIST_SUB+= IMAP4="@comment " -#.endif - -.if defined(WITH_WEATHER) -LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather -CONFIGURE_ARGS+= --with-weather -PLIST_SUB+= WEATHER="" -.else -CONFIGURE_ARGS+= --without-weather -PLIST_SUB+= WEATHER="@comment " -.endif - -EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." - -pre-everything:: - @if [ x"${BDB_VER}" != x"41" ]; then \ - ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ - fi - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ - s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ - s|-Wl,--no-undefined||g ; \ - s|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo deleted file mode 100644 index d510805ec..000000000 --- a/databases/evolution-data-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/evolution-data-server-2.32.1.tar.bz2) = de6a724504a9d72ca550a5a157df1e27dbb951a673f281106171c2345912fc79 -SIZE (gnome2/evolution-data-server-2.32.1.tar.bz2) = 4290087 diff --git a/databases/evolution-data-server/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c b/databases/evolution-data-server/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c deleted file mode 100644 index 573eb5312..000000000 --- a/databases/evolution-data-server/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/libedata-cal/e-cal-backend-intervaltree.c.orig 2010-09-19 18:17:35.000000000 +0000 -+++ calendar/libedata-cal/e-cal-backend-intervaltree.c 2010-09-19 18:17:44.000000000 +0000 -@@ -26,7 +26,7 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> -+#include <stdlib.h> - - #include "e-cal-backend-intervaltree.h" - diff --git a/databases/evolution-data-server/files/patch-camel_camel-block-file.h b/databases/evolution-data-server/files/patch-camel_camel-block-file.h deleted file mode 100644 index bb155e24a..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-block-file.h +++ /dev/null @@ -1,10 +0,0 @@ ---- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007 -+++ camel/camel-block-file.h Tue May 15 01:49:00 2007 -@@ -21,6 +21,7 @@ - #ifndef _CAMEL_BLOCK_FILE_H - #define _CAMEL_BLOCK_FILE_H - -+#include <sys/types.h> - #include <camel/camel-object.h> - #include <glib.h> - #include <libedataserver/e-msgport.h> diff --git a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server/files/patch-camel_camel-net-utils.c deleted file mode 100644 index 17bddca39..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c +++ /dev/null @@ -1,24 +0,0 @@ ---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004 -+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004 -@@ -143,12 +143,21 @@ - case EAI_SERVICE: - return NO_DATA; - break; -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - return NO_ADDRESS; - break; -+#endif -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return NO_DATA; - break; -+#endif -+#ifdef EAI_NOFAMILY -+ case EAI_NOFAMILY: -+ return NO_ADDRESS; -+ break; -+#endif - case EAI_MEMORY: - return ENOMEM; - break; diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in deleted file mode 100644 index 0e1321d75..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Our gperf (2.7.2) doesn't understand --output-file. - ---- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 -+++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 -@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA - - - camel-imapx-tokenise.h: camel-imapx-tokens.txt -- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ -+ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ - - -include $(top_srcdir)/git.mk - diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt b/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt deleted file mode 100644 index 8ce6381e9..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200 -+++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200 -@@ -1,5 +1,3 @@ --/* This contains all of the keywords we care about. These -- can be converted to an id very efficiently */ - struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; - struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); - %% diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure deleted file mode 100644 index 527384093..000000000 --- a/databases/evolution-data-server/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig 2009-12-25 20:21:00.000000000 +0100 -+++ configure 2009-12-25 20:21:01.000000000 +0100 -@@ -15968,6 +15968,14 @@ - _ACEOF - - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) - os_win32=no - NO_UNDEFINED='' diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index 69da393ce..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2009-07-27 22:42:25.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2009-07-27 22:42:50.000000000 +0200 -@@ -137,7 +137,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ - INSTALL = @INSTALL@ diff --git a/databases/evolution-data-server/pkg-descr b/databases/evolution-data-server/pkg-descr deleted file mode 100644 index 076bb0ef7..000000000 --- a/databases/evolution-data-server/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Evolution-data-server provides the various backend components for the -Evolution integrated mail/PIM suite, including the Berkeley database -backend and the libical calendar components. diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist deleted file mode 100644 index 982014ecc..000000000 --- a/databases/evolution-data-server/pkg-plist +++ /dev/null @@ -1,849 +0,0 @@ -include/evolution-data-server-%%VERSION%%/camel/camel-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h -include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h -include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h -include/evolution-data-server-%%VERSION%%/camel/camel-cipher-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h -include/evolution-data-server-%%VERSION%%/camel/camel-db.h -include/evolution-data-server-%%VERSION%%/camel/camel-debug.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-thread.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h -include/evolution-data-server-%%VERSION%%/camel/camel-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-junk-plugin.h -include/evolution-data-server-%%VERSION%%/camel/camel-list-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock.h -include/evolution-data-server-%%VERSION%%/camel/camel-medium.h -include/evolution-data-server-%%VERSION%%/camel/camel-mempool.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-charset.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-crlf.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-enriched.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-from.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-gzip.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-html.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-linewrap.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-pgp.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-progress.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-save.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-tohtml.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-windows.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-yenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-message.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-movemail.h -include/evolution-data-server-%%VERSION%%/camel/camel-msgport.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h -include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-object.h -include/evolution-data-server-%%VERSION%%/camel/camel-object-bag.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-operation.h -include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h -include/evolution-data-server-%%VERSION%%/camel/camel-provider.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-popb4smtp.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-private.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql-sexp.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-substream.h -include/evolution-data-server-%%VERSION%%/camel/camel-service.h -include/evolution-data-server-%%VERSION%%/camel/camel-session.h -include/evolution-data-server-%%VERSION%%/camel/camel-smime-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-store-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-buffer.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-fs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-mem.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-null.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-vfs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-string-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-raw.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-ssl.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-transport.h -include/evolution-data-server-%%VERSION%%/camel/camel-trie.h -include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h -include/evolution-data-server-%%VERSION%%/camel/camel-url.h -include/evolution-data-server-%%VERSION%%/camel/camel-utf8.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-item.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h -include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h -include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h -include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h -include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h -include/evolution-data-server-%%VERSION%%/libebackend/e-offline-listener.h -include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h -include/evolution-data-server-%%VERSION%%/libebook/e-book.h -include/evolution-data-server-%%VERSION%%/libebook/e-contact.h -include/evolution-data-server-%%VERSION%%/libebook/e-destination.h -include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-check-timezones.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-system-timezone.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-file-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-intervaltree.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-types.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-debug-log.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.urls -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.urls -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so -lib/libcamel-%%EVO_VERSION%%.a -lib/libcamel-%%EVO_VERSION%%.la -lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.19 -lib/libcamel-provider-%%EVO_VERSION%%.a -lib/libcamel-provider-%%EVO_VERSION%%.la -lib/libcamel-provider-%%EVO_VERSION%%.so -lib/libcamel-provider-%%EVO_VERSION%%.so.19 -lib/libebackend-%%EVO_VERSION%%.a -lib/libebackend-%%EVO_VERSION%%.la -lib/libebackend-%%EVO_VERSION%%.so -lib/libebackend-%%EVO_VERSION%%.so.0 -lib/libebook-%%EVO_VERSION%%.a -lib/libebook-%%EVO_VERSION%%.la -lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.10 -lib/libecal-%%EVO_VERSION%%.a -lib/libecal-%%EVO_VERSION%%.la -lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.8 -lib/libedata-book-%%EVO_VERSION%%.a -lib/libedata-book-%%EVO_VERSION%%.la -lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.8 -lib/libedata-cal-%%EVO_VERSION%%.a -lib/libedata-cal-%%EVO_VERSION%%.la -lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.10 -lib/libedataserver-%%EVO_VERSION%%.a -lib/libedataserver-%%EVO_VERSION%%.la -lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.14 -lib/libedataserverui-%%EVO_VERSION%%.a -lib/libedataserverui-%%EVO_VERSION%%.la -lib/libedataserverui-%%EVO_VERSION%%.so -lib/libedataserverui-%%EVO_VERSION%%.so.11 -lib/libegroupwise-%%EVO_VERSION%%.a -lib/libegroupwise-%%EVO_VERSION%%.la -lib/libegroupwise-%%EVO_VERSION%%.so -lib/libegroupwise-%%EVO_VERSION%%.so.13 -libdata/pkgconfig/camel-%%EVO_VERSION%%.pc -libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc -libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebook-%%EVO_VERSION%%.pc -libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc -libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc -libexec/camel-index-control-%%EVO_VERSION%% -libexec/camel-lock-helper-%%EVO_VERSION%% -libexec/e-addressbook-factory -libexec/e-calendar-factory -share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service -share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service -share/doc/camel/Addresses.html -share/doc/camel/CamelAddress.html -share/doc/camel/CamelCertDB.html -share/doc/camel/CamelCipherContext.html -share/doc/camel/CamelDataCache.html -share/doc/camel/CamelDataWrapper.html -share/doc/camel/CamelDiscoDiary.html -share/doc/camel/CamelDiscoFolder.html -share/doc/camel/CamelDiscoStore.html -share/doc/camel/CamelFilterDriver.html -share/doc/camel/CamelFolder.html -share/doc/camel/CamelFolderSearch.html -share/doc/camel/CamelFolderSummary.html -share/doc/camel/CamelGpgContext.html -share/doc/camel/CamelHttpStream.html -share/doc/camel/CamelIndex.html -share/doc/camel/CamelInternetAddress.html -share/doc/camel/CamelKeyFile.html -share/doc/camel/CamelKeyTable.html -share/doc/camel/CamelMedium.html -share/doc/camel/CamelMimeFilter.html -share/doc/camel/CamelMimeFilterBasic.html -share/doc/camel/CamelMimeFilterBestenc.html -share/doc/camel/CamelMimeFilterCRLF.html -share/doc/camel/CamelMimeFilterCanon.html -share/doc/camel/CamelMimeFilterCharset.html -share/doc/camel/CamelMimeFilterEnriched.html -share/doc/camel/CamelMimeFilterFrom.html -share/doc/camel/CamelMimeFilterGZip.html -share/doc/camel/CamelMimeFilterHTML.html -share/doc/camel/CamelMimeFilterIndex.html -share/doc/camel/CamelMimeFilterLinewrap.html -share/doc/camel/CamelMimeFilterPgp.html -share/doc/camel/CamelMimeFilterProgress.html -share/doc/camel/CamelMimeFilterSave.html -share/doc/camel/CamelMimeFilterToHTML.html -share/doc/camel/CamelMimeFilterWindows.html -share/doc/camel/CamelMimeFilterYenc.html -share/doc/camel/CamelMimeMessage.html -share/doc/camel/CamelMimeParser.html -share/doc/camel/CamelMimePart.html -share/doc/camel/CamelMultipart.html -share/doc/camel/CamelMultipartEncrypted.html -share/doc/camel/CamelMultipartSigned.html -share/doc/camel/CamelNNTPAddress.html -share/doc/camel/CamelObject.html -share/doc/camel/CamelOfflineFolder.html -share/doc/camel/CamelOfflineJournal.html -share/doc/camel/CamelOfflineStore.html -share/doc/camel/CamelSMIMEContext.html -share/doc/camel/CamelSasl.html -share/doc/camel/CamelSaslAnonymous.html -share/doc/camel/CamelSaslCramMd5.html -share/doc/camel/CamelSaslDigestMd5.html -share/doc/camel/CamelSaslGssapi.html -share/doc/camel/CamelSaslLogin.html -share/doc/camel/CamelSaslNTLM.html -share/doc/camel/CamelSaslPOPB4SMTP.html -share/doc/camel/CamelSaslPlain.html -share/doc/camel/CamelSeekableStream.html -share/doc/camel/CamelSeekableSubstream.html -share/doc/camel/CamelService.html -share/doc/camel/CamelSession.html -share/doc/camel/CamelStore.html -share/doc/camel/CamelStoreSummary.html -share/doc/camel/CamelStream.html -share/doc/camel/CamelStreamBuffer.html -share/doc/camel/CamelStreamFilter.html -share/doc/camel/CamelStreamFs.html -share/doc/camel/CamelStreamMem.html -share/doc/camel/CamelStreamNull.html -share/doc/camel/CamelStreamProcess.html -share/doc/camel/CamelStreamVFS.html -share/doc/camel/CamelTcpStream.html -share/doc/camel/CamelTcpStreamRaw.html -share/doc/camel/CamelTextIndexName.html -share/doc/camel/CamelTransport.html -share/doc/camel/CamelVTrashFolder.html -share/doc/camel/CamelVeeFolder.html -share/doc/camel/CamelVeeStore.html -share/doc/camel/CamelVeeSummary.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Deprecated.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/Search-Folders.html -share/doc/camel/Services.html -share/doc/camel/Storage.html -share/doc/camel/Stream-Filters.html -share/doc/camel/Streams.html -share/doc/camel/Utilities.html -share/doc/camel/api-index-2.22.html -share/doc/camel/api-index-2.24.html -share/doc/camel/api-index-2.26.html -share/doc/camel/api-index-2.28.html -share/doc/camel/api-index-2.30.html -share/doc/camel/api-index-2.32.html -share/doc/camel/api-index-deprecated.html -share/doc/camel/api-index-full.html -share/doc/camel/camel-CamelDB.html -share/doc/camel/camel-CamelMsgPort.html -share/doc/camel/camel-CamelTcpStreamSSL.html -share/doc/camel/camel-camel-charset-map.html -share/doc/camel/camel-camel-debug.html -share/doc/camel/camel-camel-file-utils.html -share/doc/camel/camel-camel-filter-search.html -share/doc/camel/camel-camel-folder-thread.html -share/doc/camel/camel-camel-iconv.html -share/doc/camel/camel-camel-junk-plugin.html -share/doc/camel/camel-camel-list-utils.html -share/doc/camel/camel-camel-lock-client.html -share/doc/camel/camel-camel-lock.html -share/doc/camel/camel-camel-mempool.html -share/doc/camel/camel-camel-mime-utils.html -share/doc/camel/camel-camel-movemail.html -share/doc/camel/camel-camel-net-utils.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-search-sql-sexp.html -share/doc/camel/camel-camel-search-sql.html -share/doc/camel/camel-camel-string-utils.html -share/doc/camel/camel-camel-trie.html -share/doc/camel/camel-camel-uid-cache.html -share/doc/camel/camel-camel-url-scanner.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel-camel-utf8.html -share/doc/camel/camel-camel.html -share/doc/camel/camel.devhelp -share/doc/camel/camel.devhelp2 -share/doc/camel/classes.html -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png -share/doc/libebackend/api-index-2.24.html -share/doc/libebackend/api-index-2.26.html -share/doc/libebackend/api-index-2.28.html -share/doc/libebackend/api-index-2.30.html -share/doc/libebackend/api-index-deprecated.html -share/doc/libebackend/ch01.html -share/doc/libebackend/home.png -share/doc/libebackend/index.html -share/doc/libebackend/index.sgml -share/doc/libebackend/ix01.html -share/doc/libebackend/left.png -share/doc/libebackend/libebackend-EOfflineListener.html -share/doc/libebackend/libebackend-e-data-server-module.html -share/doc/libebackend/libebackend-e-db3-utils.html -share/doc/libebackend/libebackend-e-dbhash.html -share/doc/libebackend/libebackend-e-file-cache.html -share/doc/libebackend/libebackend.devhelp -share/doc/libebackend/libebackend.devhelp2 -share/doc/libebackend/right.png -share/doc/libebackend/style.css -share/doc/libebackend/up.png -share/doc/libebook/EBook.html -share/doc/libebook/EBookView.html -share/doc/libebook/EContact.html -share/doc/libebook/EDestination.html -share/doc/libebook/EVCard.html -share/doc/libebook/api-index-1.12.html -share/doc/libebook/api-index-2.22.html -share/doc/libebook/api-index-2.24.html -share/doc/libebook/api-index-2.26.html -share/doc/libebook/api-index-2.28.html -share/doc/libebook/api-index-2.30.html -share/doc/libebook/api-index-2.32.html -share/doc/libebook/api-index-deprecated.html -share/doc/libebook/api-index-full.html -share/doc/libebook/ch01.html -share/doc/libebook/home.png -share/doc/libebook/index.html -share/doc/libebook/index.sgml -share/doc/libebook/left.png -share/doc/libebook/libebook-EAddressWestern.html -share/doc/libebook/libebook-ENameWestern.html -share/doc/libebook/libebook-e-book-query.html -share/doc/libebook/libebook-e-book-types.html -share/doc/libebook/libebook.devhelp -share/doc/libebook/libebook.devhelp2 -share/doc/libebook/right.png -share/doc/libebook/style.css -share/doc/libebook/up.png -share/doc/libecal/ECal.html -share/doc/libecal/ECalComponent.html -share/doc/libecal/ECalView.html -share/doc/libecal/api-index-1.12.html -share/doc/libecal/api-index-2.22.html -share/doc/libecal/api-index-2.24.html -share/doc/libecal/api-index-2.26.html -share/doc/libecal/api-index-2.28.html -share/doc/libecal/api-index-2.30.html -share/doc/libecal/api-index-2.32.html -share/doc/libecal/api-index-deprecated.html -share/doc/libecal/api-index-full.html -share/doc/libecal/ch01.html -share/doc/libecal/home.png -share/doc/libecal/index.html -share/doc/libecal/index.sgml -share/doc/libecal/left.png -share/doc/libecal/libecal-e-cal-check-timezones.html -share/doc/libecal/libecal-e-cal-recur.html -share/doc/libecal/libecal-e-cal-system-timezone.html -share/doc/libecal/libecal-e-cal-time-util.html -share/doc/libecal/libecal-e-cal-types.html -share/doc/libecal/libecal-e-cal-util.html -share/doc/libecal/libecal.devhelp -share/doc/libecal/libecal.devhelp2 -share/doc/libecal/right.png -share/doc/libecal/style.css -share/doc/libecal/up.png -share/doc/libedata-book/EBookBackend.html -share/doc/libedata-book/EBookBackendCache.html -share/doc/libedata-book/EBookBackendFactory.html -share/doc/libedata-book/EBookBackendSExp.html -share/doc/libedata-book/EBookBackendSummary.html -share/doc/libedata-book/EBookBackendSync.html -share/doc/libedata-book/EDataBook.html -share/doc/libedata-book/EDataBookView.html -share/doc/libedata-book/api-index-1.12.html -share/doc/libedata-book/api-index-2.22.html -share/doc/libedata-book/api-index-2.24.html -share/doc/libedata-book/api-index-2.26.html -share/doc/libedata-book/api-index-2.28.html -share/doc/libedata-book/api-index-2.30.html -share/doc/libedata-book/api-index-2.32.html -share/doc/libedata-book/api-index-deprecated.html -share/doc/libedata-book/api-index-full.html -share/doc/libedata-book/ch01.html -share/doc/libedata-book/home.png -share/doc/libedata-book/index.html -share/doc/libedata-book/index.sgml -share/doc/libedata-book/left.png -share/doc/libedata-book/libedata-book-EDataBookFactory.html -share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html -share/doc/libedata-book/libedata-book-ximian-vcard.html -share/doc/libedata-book/libedata-book.devhelp -share/doc/libedata-book/libedata-book.devhelp2 -share/doc/libedata-book/right.png -share/doc/libedata-book/style.css -share/doc/libedata-book/up.png -share/doc/libedata-cal/ECalBackend.html -share/doc/libedata-cal/ECalBackendCache.html -share/doc/libedata-cal/ECalBackendFactory.html -share/doc/libedata-cal/ECalBackendSExp.html -share/doc/libedata-cal/ECalBackendSync.html -share/doc/libedata-cal/EDataCal.html -share/doc/libedata-cal/api-index-1.12.html -share/doc/libedata-cal/api-index-2.22.html -share/doc/libedata-cal/api-index-2.24.html -share/doc/libedata-cal/api-index-2.26.html -share/doc/libedata-cal/api-index-2.28.html -share/doc/libedata-cal/api-index-2.30.html -share/doc/libedata-cal/api-index-2.32.html -share/doc/libedata-cal/api-index-deprecated.html -share/doc/libedata-cal/api-index-full.html -share/doc/libedata-cal/ch01.html -share/doc/libedata-cal/home.png -share/doc/libedata-cal/index.html -share/doc/libedata-cal/index.sgml -share/doc/libedata-cal/left.png -share/doc/libedata-cal/libedata-cal-ECalBackendFileStore.html -share/doc/libedata-cal/libedata-cal-ECalBackendLoaderFactory.html -share/doc/libedata-cal/libedata-cal-ECalBackendStore.html -share/doc/libedata-cal/libedata-cal-EDataCalFactory.html -share/doc/libedata-cal/libedata-cal-EDataCalView.html -share/doc/libedata-cal/libedata-cal-EIntervalTree.html -share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html -share/doc/libedata-cal/libedata-cal.devhelp -share/doc/libedata-cal/libedata-cal.devhelp2 -share/doc/libedata-cal/right.png -share/doc/libedata-cal/style.css -share/doc/libedata-cal/up.png -share/doc/libedataserver/EAccount.html -share/doc/libedataserver/EAccountList.html -share/doc/libedataserver/EIterator.html -share/doc/libedataserver/EList.html -share/doc/libedataserver/EListIterator.html -share/doc/libedataserver/ESource.html -share/doc/libedataserver/ESourceGroup.html -share/doc/libedataserver/ESourceList.html -share/doc/libedataserver/api-index-1.12.html -share/doc/libedataserver/api-index-2.22.html -share/doc/libedataserver/api-index-2.24.html -share/doc/libedataserver/api-index-2.26.html -share/doc/libedataserver/api-index-2.28.html -share/doc/libedataserver/api-index-2.30.html -share/doc/libedataserver/api-index-2.32.html -share/doc/libedataserver/api-index-deprecated.html -share/doc/libedataserver/api-index-full.html -share/doc/libedataserver/ch01.html -share/doc/libedataserver/home.png -share/doc/libedataserver/index.html -share/doc/libedataserver/index.sgml -share/doc/libedataserver/left.png -share/doc/libedataserver/libedataserver-EFlag.html -share/doc/libedataserver/libedataserver-EProxy.html -share/doc/libedataserver/libedataserver-ESExp.html -share/doc/libedataserver/libedataserver-Version-Information.html -share/doc/libedataserver/libedataserver-e-categories.html -share/doc/libedataserver/libedataserver-e-debug-log.html -share/doc/libedataserver/libedataserver-e-memory.html -share/doc/libedataserver/libedataserver-e-time-utils.html -share/doc/libedataserver/libedataserver-e-uid.html -share/doc/libedataserver/libedataserver-e-url.html -share/doc/libedataserver/libedataserver-e-util.html -share/doc/libedataserver/libedataserver-e-xml-hash-utils.html -share/doc/libedataserver/libedataserver.devhelp -share/doc/libedataserver/libedataserver.devhelp2 -share/doc/libedataserver/right.png -share/doc/libedataserver/style.css -share/doc/libedataserver/up.png -share/doc/libedataserverui/ECategoriesDialog.html -share/doc/libedataserverui/EContactStore.html -share/doc/libedataserverui/EDestinationStore.html -share/doc/libedataserverui/ENameSelector.html -share/doc/libedataserverui/ENameSelectorDialog.html -share/doc/libedataserverui/ENameSelectorEntry.html -share/doc/libedataserverui/ENameSelectorList.html -share/doc/libedataserverui/ENameSelectorModel.html -share/doc/libedataserverui/ESourceComboBox.html -share/doc/libedataserverui/ESourceSelector.html -share/doc/libedataserverui/ESourceSelectorDialog.html -share/doc/libedataserverui/ETreeModelGenerator.html -share/doc/libedataserverui/api-index-1.12.html -share/doc/libedataserverui/api-index-2.22.html -share/doc/libedataserverui/api-index-2.24.html -share/doc/libedataserverui/api-index-2.26.html -share/doc/libedataserverui/api-index-2.28.html -share/doc/libedataserverui/api-index-2.30.html -share/doc/libedataserverui/api-index-2.32.html -share/doc/libedataserverui/api-index-deprecated.html -share/doc/libedataserverui/api-index-full.html -share/doc/libedataserverui/ch01.html -share/doc/libedataserverui/home.png -share/doc/libedataserverui/index.html -share/doc/libedataserverui/index.sgml -share/doc/libedataserverui/left.png -share/doc/libedataserverui/libedataserverui-ECategoryCompletion.html -share/doc/libedataserverui/libedataserverui-ECellRendererColor.html -share/doc/libedataserverui/libedataserverui-e-book-auth-util.html -share/doc/libedataserverui/libedataserverui-e-passwords.html -share/doc/libedataserverui/libedataserverui.devhelp -share/doc/libedataserverui/libedataserverui.devhelp2 -share/doc/libedataserverui/right.png -share/doc/libedataserverui/style.css -share/doc/libedataserverui/up.png -share/evolution-data-server-%%VERSION%%/evolutionperson.schema -share/evolution-data-server-%%VERSION%%/ui/e-categories-dialog.ui -share/evolution-data-server-%%VERSION%%/ui/e-name-selector-dialog.ui -%%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml -share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/pixmaps/evolution-data-server/category_birthday_16.png -share/pixmaps/evolution-data-server/category_business_16.png -share/pixmaps/evolution-data-server/category_favorites_16.png -share/pixmaps/evolution-data-server/category_gifts_16.png -share/pixmaps/evolution-data-server/category_goals_16.png -share/pixmaps/evolution-data-server/category_holiday-cards_16.png -share/pixmaps/evolution-data-server/category_holiday_16.png -share/pixmaps/evolution-data-server/category_hot-contacts_16.png -share/pixmaps/evolution-data-server/category_ideas_16.png -share/pixmaps/evolution-data-server/category_international_16.png -share/pixmaps/evolution-data-server/category_key-customer_16.png -share/pixmaps/evolution-data-server/category_miscellaneous_16.png -share/pixmaps/evolution-data-server/category_personal_16.png -share/pixmaps/evolution-data-server/category_phonecalls_16.png -share/pixmaps/evolution-data-server/category_status_16.png -share/pixmaps/evolution-data-server/category_strategies_16.png -share/pixmaps/evolution-data-server/category_suppliers_16.png -share/pixmaps/evolution-data-server/category_time-and-expenses_16.png -@dirrm share/pixmaps/evolution-data-server -%%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather -@dirrm share/evolution-data-server-%%VERSION%%/ui -@dirrm share/evolution-data-server-%%VERSION%% -@dirrm share/doc/libedataserverui -@dirrm share/doc/libedataserver -@dirrm share/doc/libedata-cal -@dirrm share/doc/libedata-book -@dirrm share/doc/libecal -@dirrm share/doc/libebook -@dirrm share/doc/libebackend -@dirrm share/doc/camel -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers -@dirrm lib/evolution-data-server-%%EVO_VERSION%% -@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui -@dirrm include/evolution-data-server-%%VERSION%%/libedataserver -@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal -@dirrm include/evolution-data-server-%%VERSION%%/libedata-book -@dirrm include/evolution-data-server-%%VERSION%%/libecal -@dirrm include/evolution-data-server-%%VERSION%%/libebook -@dirrm include/evolution-data-server-%%VERSION%%/libebackend -@dirrm include/evolution-data-server-%%VERSION%%/groupwise -@dirrm include/evolution-data-server-%%VERSION%%/camel -@dirrm include/evolution-data-server-%%VERSION%% -@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/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile deleted file mode 100644 index d5ae995fd..000000000 --- a/databases/evolution-data-server3/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# New ports collection makefile for: evolution-data-server -# Date created: 09 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.197 2010/06/10 10:56:54 kwm Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.31.5 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The data backends for the Evolution integrated mail/PIM suite - -LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ - gdata.7:${PORTSDIR}/devel/libgdata \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.44:${PORTSDIR}/devel/libical \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -CONFLICTS= evolution-data-server-2.30.* - -LATEST_LINK= evolution-data-server3 -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ - libxml2 gtk30 -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool:22 -USE_BDB= 41+ -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static \ - --enable-gtk3 \ - --enable-gnome-keyring=yes \ - --with-openldap=yes \ - --with-libdb=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="3.0" EVO_VERSION="1.2" - -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off -#OPTIONS= WEATHER "Enable weather calendar backend" on - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -#CONFIGURE_ARGS+= --enable-imap4=yes -#PLIST_SUB+= IMAP4="" -#.else -PLIST_SUB+= IMAP4="@comment " -#.endif - -#.if defined(WITH_WEATHER) -#LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather -#CONFIGURE_ARGS+= --with-weather -#PLIST_SUB+= WEATHER="" -#.else -CONFIGURE_ARGS+= --without-weather -PLIST_SUB+= WEATHER="@comment " -#.endif - -EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." - -pre-everything:: - @if [ x"${BDB_VER}" != x"41" ]; then \ - ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ - fi - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ - s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ - s|-Wl,--no-undefined||g ; \ - s|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/databases/evolution-data-server3/distinfo b/databases/evolution-data-server3/distinfo deleted file mode 100644 index bc45045e5..000000000 --- a/databases/evolution-data-server3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome3/evolution-data-server-2.31.5.tar.bz2) = b4f12c7ed2bb5aa7ae5c25e9d98fa3d0 -SHA256 (gnome3/evolution-data-server-2.31.5.tar.bz2) = 722c8465dd1262db85565d8329240128b8c581ecd496e23988ebb27aa71d60b9 -SIZE (gnome3/evolution-data-server-2.31.5.tar.bz2) = 4158278 diff --git a/databases/evolution-data-server3/files/patch-camel_camel-block-file.h b/databases/evolution-data-server3/files/patch-camel_camel-block-file.h deleted file mode 100644 index bb155e24a..000000000 --- a/databases/evolution-data-server3/files/patch-camel_camel-block-file.h +++ /dev/null @@ -1,10 +0,0 @@ ---- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007 -+++ camel/camel-block-file.h Tue May 15 01:49:00 2007 -@@ -21,6 +21,7 @@ - #ifndef _CAMEL_BLOCK_FILE_H - #define _CAMEL_BLOCK_FILE_H - -+#include <sys/types.h> - #include <camel/camel-object.h> - #include <glib.h> - #include <libedataserver/e-msgport.h> diff --git a/databases/evolution-data-server3/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server3/files/patch-camel_camel-net-utils.c deleted file mode 100644 index 17bddca39..000000000 --- a/databases/evolution-data-server3/files/patch-camel_camel-net-utils.c +++ /dev/null @@ -1,24 +0,0 @@ ---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004 -+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004 -@@ -143,12 +143,21 @@ - case EAI_SERVICE: - return NO_DATA; - break; -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - return NO_ADDRESS; - break; -+#endif -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return NO_DATA; - break; -+#endif -+#ifdef EAI_NOFAMILY -+ case EAI_NOFAMILY: -+ return NO_ADDRESS; -+ break; -+#endif - case EAI_MEMORY: - return ENOMEM; - break; diff --git a/databases/evolution-data-server3/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server3/files/patch-camel_providers_imapx_Makefile.in deleted file mode 100644 index 0e1321d75..000000000 --- a/databases/evolution-data-server3/files/patch-camel_providers_imapx_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Our gperf (2.7.2) doesn't understand --output-file. - ---- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 -+++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 -@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA - - - camel-imapx-tokenise.h: camel-imapx-tokens.txt -- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ -+ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ - - -include $(top_srcdir)/git.mk - diff --git a/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt b/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt deleted file mode 100644 index 8ce6381e9..000000000 --- a/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200 -+++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200 -@@ -1,5 +1,3 @@ --/* This contains all of the keywords we care about. These -- can be converted to an id very efficiently */ - struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; - struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); - %% diff --git a/databases/evolution-data-server3/files/patch-configure b/databases/evolution-data-server3/files/patch-configure deleted file mode 100644 index 527384093..000000000 --- a/databases/evolution-data-server3/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig 2009-12-25 20:21:00.000000000 +0100 -+++ configure 2009-12-25 20:21:01.000000000 +0100 -@@ -15968,6 +15968,14 @@ - _ACEOF - - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) - os_win32=no - NO_UNDEFINED='' diff --git a/databases/evolution-data-server3/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server3/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index 69da393ce..000000000 --- a/databases/evolution-data-server3/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2009-07-27 22:42:25.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2009-07-27 22:42:50.000000000 +0200 -@@ -137,7 +137,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ - INSTALL = @INSTALL@ diff --git a/databases/evolution-data-server3/pkg-descr b/databases/evolution-data-server3/pkg-descr deleted file mode 100644 index 076bb0ef7..000000000 --- a/databases/evolution-data-server3/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Evolution-data-server provides the various backend components for the -Evolution integrated mail/PIM suite, including the Berkeley database -backend and the libical calendar components. diff --git a/databases/evolution-data-server3/pkg-plist b/databases/evolution-data-server3/pkg-plist deleted file mode 100644 index 794a8d83c..000000000 --- a/databases/evolution-data-server3/pkg-plist +++ /dev/null @@ -1,839 +0,0 @@ -include/evolution-data-server-%%VERSION%%/camel/camel-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h -include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h -include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h -include/evolution-data-server-%%VERSION%%/camel/camel-cipher-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h -include/evolution-data-server-%%VERSION%%/camel/camel-db.h -include/evolution-data-server-%%VERSION%%/camel/camel-debug.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-thread.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h -include/evolution-data-server-%%VERSION%%/camel/camel-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-junk-plugin.h -include/evolution-data-server-%%VERSION%%/camel/camel-list-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock.h -include/evolution-data-server-%%VERSION%%/camel/camel-medium.h -include/evolution-data-server-%%VERSION%%/camel/camel-mempool.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-charset.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-crlf.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-enriched.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-from.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-gzip.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-html.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-linewrap.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-pgp.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-progress.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-save.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-tohtml.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-windows.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-yenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-message.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-movemail.h -include/evolution-data-server-%%VERSION%%/camel/camel-msgport.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h -include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-object.h -include/evolution-data-server-%%VERSION%%/camel/camel-object-bag.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-operation.h -include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h -include/evolution-data-server-%%VERSION%%/camel/camel-provider.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-popb4smtp.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-private.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql-sexp.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-substream.h -include/evolution-data-server-%%VERSION%%/camel/camel-service.h -include/evolution-data-server-%%VERSION%%/camel/camel-session.h -include/evolution-data-server-%%VERSION%%/camel/camel-smime-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-store-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-buffer.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-fs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-mem.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-null.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-vfs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-string-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-raw.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-ssl.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-transport.h -include/evolution-data-server-%%VERSION%%/camel/camel-trie.h -include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h -include/evolution-data-server-%%VERSION%%/camel/camel-url.h -include/evolution-data-server-%%VERSION%%/camel/camel-utf8.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-item.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h -include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h -include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h -include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h -include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h -include/evolution-data-server-%%VERSION%%/libebackend/e-offline-listener.h -include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h -include/evolution-data-server-%%VERSION%%/libebook/e-book.h -include/evolution-data-server-%%VERSION%%/libebook/e-contact.h -include/evolution-data-server-%%VERSION%%/libebook/e-destination.h -include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-check-timezones.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-system-timezone.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-file-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-types.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.urls -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.urls -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so -lib/libcamel-%%EVO_VERSION%%.a -lib/libcamel-%%EVO_VERSION%%.la -lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.18 -lib/libcamel-provider-%%EVO_VERSION%%.a -lib/libcamel-provider-%%EVO_VERSION%%.la -lib/libcamel-provider-%%EVO_VERSION%%.so -lib/libcamel-provider-%%EVO_VERSION%%.so.18 -lib/libebackend-%%EVO_VERSION%%.a -lib/libebackend-%%EVO_VERSION%%.la -lib/libebackend-%%EVO_VERSION%%.so -lib/libebackend-%%EVO_VERSION%%.so.0 -lib/libebook-%%EVO_VERSION%%.a -lib/libebook-%%EVO_VERSION%%.la -lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.10 -lib/libecal-%%EVO_VERSION%%.a -lib/libecal-%%EVO_VERSION%%.la -lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.8 -lib/libedata-book-%%EVO_VERSION%%.a -lib/libedata-book-%%EVO_VERSION%%.la -lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.3 -lib/libedata-cal-%%EVO_VERSION%%.a -lib/libedata-cal-%%EVO_VERSION%%.la -lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.8 -lib/libedataserver-%%EVO_VERSION%%.a -lib/libedataserver-%%EVO_VERSION%%.la -lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.14 -lib/libedataserverui-%%VERSION%%.a -lib/libedataserverui-%%VERSION%%.la -lib/libedataserverui-%%VERSION%%.so -lib/libedataserverui-%%VERSION%%.so.0 -lib/libegroupwise-%%EVO_VERSION%%.a -lib/libegroupwise-%%EVO_VERSION%%.la -lib/libegroupwise-%%EVO_VERSION%%.so -lib/libegroupwise-%%EVO_VERSION%%.so.13 -libdata/pkgconfig/camel-%%EVO_VERSION%%.pc -libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc -libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebook-%%EVO_VERSION%%.pc -libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserverui-%%VERSION%%.pc -libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc -libexec/camel-index-control-%%EVO_VERSION%% -libexec/camel-lock-helper-%%EVO_VERSION%% -libexec/e-addressbook-factory -libexec/e-calendar-factory -share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service -share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service -share/doc/camel/Addresses.html -share/doc/camel/CamelAddress.html -share/doc/camel/CamelCertDB.html -share/doc/camel/CamelCipherContext.html -share/doc/camel/CamelDataCache.html -share/doc/camel/CamelDataWrapper.html -share/doc/camel/CamelDiscoDiary.html -share/doc/camel/CamelDiscoFolder.html -share/doc/camel/CamelDiscoStore.html -share/doc/camel/CamelFilterDriver.html -share/doc/camel/CamelFolder.html -share/doc/camel/CamelFolderSearch.html -share/doc/camel/CamelFolderSummary.html -share/doc/camel/CamelGpgContext.html -share/doc/camel/CamelHttpStream.html -share/doc/camel/CamelIndex.html -share/doc/camel/CamelInternetAddress.html -share/doc/camel/CamelKeyFile.html -share/doc/camel/CamelKeyTable.html -share/doc/camel/CamelMedium.html -share/doc/camel/CamelMimeFilter.html -share/doc/camel/CamelMimeFilterBasic.html -share/doc/camel/CamelMimeFilterBestenc.html -share/doc/camel/CamelMimeFilterCRLF.html -share/doc/camel/CamelMimeFilterCanon.html -share/doc/camel/CamelMimeFilterCharset.html -share/doc/camel/CamelMimeFilterEnriched.html -share/doc/camel/CamelMimeFilterFrom.html -share/doc/camel/CamelMimeFilterGZip.html -share/doc/camel/CamelMimeFilterHTML.html -share/doc/camel/CamelMimeFilterIndex.html -share/doc/camel/CamelMimeFilterLinewrap.html -share/doc/camel/CamelMimeFilterPgp.html -share/doc/camel/CamelMimeFilterProgress.html -share/doc/camel/CamelMimeFilterSave.html -share/doc/camel/CamelMimeFilterToHTML.html -share/doc/camel/CamelMimeFilterWindows.html -share/doc/camel/CamelMimeFilterYenc.html -share/doc/camel/CamelMimeMessage.html -share/doc/camel/CamelMimeParser.html -share/doc/camel/CamelMimePart.html -share/doc/camel/CamelMultipart.html -share/doc/camel/CamelMultipartEncrypted.html -share/doc/camel/CamelMultipartSigned.html -share/doc/camel/CamelNNTPAddress.html -share/doc/camel/CamelObject.html -share/doc/camel/CamelOfflineFolder.html -share/doc/camel/CamelOfflineJournal.html -share/doc/camel/CamelOfflineStore.html -share/doc/camel/CamelSMIMEContext.html -share/doc/camel/CamelSasl.html -share/doc/camel/CamelSaslAnonymous.html -share/doc/camel/CamelSaslCramMd5.html -share/doc/camel/CamelSaslDigestMd5.html -share/doc/camel/CamelSaslGssapi.html -share/doc/camel/CamelSaslLogin.html -share/doc/camel/CamelSaslNTLM.html -share/doc/camel/CamelSaslPOPB4SMTP.html -share/doc/camel/CamelSaslPlain.html -share/doc/camel/CamelSeekableStream.html -share/doc/camel/CamelSeekableSubstream.html -share/doc/camel/CamelService.html -share/doc/camel/CamelSession.html -share/doc/camel/CamelStore.html -share/doc/camel/CamelStoreSummary.html -share/doc/camel/CamelStream.html -share/doc/camel/CamelStreamBuffer.html -share/doc/camel/CamelStreamFilter.html -share/doc/camel/CamelStreamFs.html -share/doc/camel/CamelStreamMem.html -share/doc/camel/CamelStreamNull.html -share/doc/camel/CamelStreamProcess.html -share/doc/camel/CamelStreamVFS.html -share/doc/camel/CamelTcpStream.html -share/doc/camel/CamelTcpStreamRaw.html -share/doc/camel/CamelTextIndexName.html -share/doc/camel/CamelTransport.html -share/doc/camel/CamelVTrashFolder.html -share/doc/camel/CamelVeeFolder.html -share/doc/camel/CamelVeeStore.html -share/doc/camel/CamelVeeSummary.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Deprecated.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/Search-Folders.html -share/doc/camel/Services.html -share/doc/camel/Storage.html -share/doc/camel/Stream-Filters.html -share/doc/camel/Streams.html -share/doc/camel/Utilities.html -share/doc/camel/api-index-2.22.html -share/doc/camel/api-index-2.24.html -share/doc/camel/api-index-2.26.html -share/doc/camel/api-index-2.28.html -share/doc/camel/api-index-2.30.html -share/doc/camel/api-index-3.0.html -share/doc/camel/api-index-deprecated.html -share/doc/camel/api-index-full.html -share/doc/camel/camel-CamelDB.html -share/doc/camel/camel-CamelMsgPort.html -share/doc/camel/camel-CamelTcpStreamSSL.html -share/doc/camel/camel-camel-charset-map.html -share/doc/camel/camel-camel-debug.html -share/doc/camel/camel-camel-file-utils.html -share/doc/camel/camel-camel-filter-search.html -share/doc/camel/camel-camel-folder-thread.html -share/doc/camel/camel-camel-iconv.html -share/doc/camel/camel-camel-junk-plugin.html -share/doc/camel/camel-camel-list-utils.html -share/doc/camel/camel-camel-lock-client.html -share/doc/camel/camel-camel-lock.html -share/doc/camel/camel-camel-mempool.html -share/doc/camel/camel-camel-mime-utils.html -share/doc/camel/camel-camel-movemail.html -share/doc/camel/camel-camel-net-utils.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-search-sql-sexp.html -share/doc/camel/camel-camel-search-sql.html -share/doc/camel/camel-camel-string-utils.html -share/doc/camel/camel-camel-trie.html -share/doc/camel/camel-camel-uid-cache.html -share/doc/camel/camel-camel-url-scanner.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel-camel-utf8.html -share/doc/camel/camel-camel.html -share/doc/camel/camel.devhelp -share/doc/camel/camel.devhelp2 -share/doc/camel/classes.html -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png -share/doc/libebackend/api-index-deprecated.html -share/doc/libebackend/api-index-2.24.html -share/doc/libebackend/api-index-2.26.html -share/doc/libebackend/api-index-2.28.html -share/doc/libebackend/api-index-2.30.html -share/doc/libebackend/ch01.html -share/doc/libebackend/home.png -share/doc/libebackend/index.html -share/doc/libebackend/index.sgml -share/doc/libebackend/ix01.html -share/doc/libebackend/left.png -share/doc/libebackend/libebackend-EOfflineListener.html -share/doc/libebackend/libebackend-e-data-server-module.html -share/doc/libebackend/libebackend-e-db3-utils.html -share/doc/libebackend/libebackend-e-dbhash.html -share/doc/libebackend/libebackend-e-file-cache.html -share/doc/libebackend/libebackend.devhelp -share/doc/libebackend/libebackend.devhelp2 -share/doc/libebackend/right.png -share/doc/libebackend/style.css -share/doc/libebackend/up.png -share/doc/libebook/EBook.html -share/doc/libebook/EBookView.html -share/doc/libebook/EContact.html -share/doc/libebook/EDestination.html -share/doc/libebook/EVCard.html -share/doc/libebook/api-index-deprecated.html -share/doc/libebook/api-index-1.12.html -share/doc/libebook/api-index-2.22.html -share/doc/libebook/api-index-2.24.html -share/doc/libebook/api-index-2.26.html -share/doc/libebook/api-index-2.28.html -share/doc/libebook/api-index-2.30.html -share/doc/libebook/api-index-full.html -share/doc/libebook/ch01.html -share/doc/libebook/home.png -share/doc/libebook/index.html -share/doc/libebook/index.sgml -share/doc/libebook/left.png -share/doc/libebook/libebook-EAddressWestern.html -share/doc/libebook/libebook-ENameWestern.html -share/doc/libebook/libebook-e-book-query.html -share/doc/libebook/libebook-e-book-types.html -share/doc/libebook/libebook.devhelp -share/doc/libebook/libebook.devhelp2 -share/doc/libebook/right.png -share/doc/libebook/style.css -share/doc/libebook/up.png -share/doc/libecal/ECal.html -share/doc/libecal/ECalComponent.html -share/doc/libecal/ECalView.html -share/doc/libecal/api-index-deprecated.html -share/doc/libecal/api-index-1.12.html -share/doc/libecal/api-index-2.22.html -share/doc/libecal/api-index-2.24.html -share/doc/libecal/api-index-2.26.html -share/doc/libecal/api-index-2.28.html -share/doc/libecal/api-index-2.30.html -share/doc/libecal/api-index-full.html -share/doc/libecal/ch01.html -share/doc/libecal/home.png -share/doc/libecal/index.html -share/doc/libecal/index.sgml -share/doc/libecal/left.png -share/doc/libecal/libecal-e-cal-check-timezones.html -share/doc/libecal/libecal-e-cal-recur.html -share/doc/libecal/libecal-e-cal-system-timezone.html -share/doc/libecal/libecal-e-cal-time-util.html -share/doc/libecal/libecal-e-cal-types.html -share/doc/libecal/libecal-e-cal-util.html -share/doc/libecal/libecal.devhelp -share/doc/libecal/libecal.devhelp2 -share/doc/libecal/right.png -share/doc/libecal/style.css -share/doc/libecal/up.png -share/doc/libedata-book/EBookBackend.html -share/doc/libedata-book/EBookBackendCache.html -share/doc/libedata-book/EBookBackendFactory.html -share/doc/libedata-book/EBookBackendSExp.html -share/doc/libedata-book/EBookBackendSummary.html -share/doc/libedata-book/EBookBackendSync.html -share/doc/libedata-book/EDataBook.html -share/doc/libedata-book/EDataBookView.html -share/doc/libedata-book/api-index-deprecated.html -share/doc/libedata-book/api-index-1.12.html -share/doc/libedata-book/api-index-2.22.html -share/doc/libedata-book/api-index-2.24.html -share/doc/libedata-book/api-index-2.26.html -share/doc/libedata-book/api-index-2.28.html -share/doc/libedata-book/api-index-2.30.html -share/doc/libedata-book/api-index-full.html -share/doc/libedata-book/ch01.html -share/doc/libedata-book/home.png -share/doc/libedata-book/index.html -share/doc/libedata-book/index.sgml -share/doc/libedata-book/left.png -share/doc/libedata-book/libedata-book-EDataBookFactory.html -share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html -share/doc/libedata-book/libedata-book-ximian-vcard.html -share/doc/libedata-book/libedata-book.devhelp -share/doc/libedata-book/libedata-book.devhelp2 -share/doc/libedata-book/right.png -share/doc/libedata-book/style.css -share/doc/libedata-book/up.png -share/doc/libedata-cal/ECalBackend.html -share/doc/libedata-cal/ECalBackendCache.html -share/doc/libedata-cal/ECalBackendFactory.html -share/doc/libedata-cal/ECalBackendSExp.html -share/doc/libedata-cal/ECalBackendSync.html -share/doc/libedata-cal/EDataCal.html -share/doc/libedata-cal/api-index-deprecated.html -share/doc/libedata-cal/api-index-1.12.html -share/doc/libedata-cal/api-index-2.22.html -share/doc/libedata-cal/api-index-2.24.html -share/doc/libedata-cal/api-index-2.26.html -share/doc/libedata-cal/api-index-2.28.html -share/doc/libedata-cal/api-index-2.30.html -share/doc/libedata-cal/api-index-full.html -share/doc/libedata-cal/ch01.html -share/doc/libedata-cal/home.png -share/doc/libedata-cal/index.html -share/doc/libedata-cal/index.sgml -share/doc/libedata-cal/left.png -share/doc/libedata-cal/libedata-cal-ECalBackendFileStore.html -share/doc/libedata-cal/libedata-cal-ECalBackendLoaderFactory.html -share/doc/libedata-cal/libedata-cal-ECalBackendStore.html -share/doc/libedata-cal/libedata-cal-EDataCalFactory.html -share/doc/libedata-cal/libedata-cal-EDataCalView.html -share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html -share/doc/libedata-cal/libedata-cal.devhelp -share/doc/libedata-cal/libedata-cal.devhelp2 -share/doc/libedata-cal/right.png -share/doc/libedata-cal/style.css -share/doc/libedata-cal/up.png -share/doc/libedataserver/EAccount.html -share/doc/libedataserver/EAccountList.html -share/doc/libedataserver/EIterator.html -share/doc/libedataserver/EList.html -share/doc/libedataserver/EListIterator.html -share/doc/libedataserver/ESource.html -share/doc/libedataserver/ESourceGroup.html -share/doc/libedataserver/ESourceList.html -share/doc/libedataserver/api-index-deprecated.html -share/doc/libedataserver/api-index-1.12.html -share/doc/libedataserver/api-index-2.22.html -share/doc/libedataserver/api-index-2.24.html -share/doc/libedataserver/api-index-2.26.html -share/doc/libedataserver/api-index-2.28.html -share/doc/libedataserver/api-index-2.30.html -share/doc/libedataserver/api-index-full.html -share/doc/libedataserver/ch01.html -share/doc/libedataserver/home.png -share/doc/libedataserver/index.html -share/doc/libedataserver/index.sgml -share/doc/libedataserver/left.png -share/doc/libedataserver/libedataserver-EFlag.html -share/doc/libedataserver/libedataserver-EProxy.html -share/doc/libedataserver/libedataserver-ESExp.html -share/doc/libedataserver/libedataserver-Version-Information.html -share/doc/libedataserver/libedataserver-e-categories.html -share/doc/libedataserver/libedataserver-e-memory.html -share/doc/libedataserver/libedataserver-e-time-utils.html -share/doc/libedataserver/libedataserver-e-uid.html -share/doc/libedataserver/libedataserver-e-url.html -share/doc/libedataserver/libedataserver-e-util.html -share/doc/libedataserver/libedataserver-e-xml-hash-utils.html -share/doc/libedataserver/libedataserver.devhelp -share/doc/libedataserver/libedataserver.devhelp2 -share/doc/libedataserver/right.png -share/doc/libedataserver/style.css -share/doc/libedataserver/up.png -share/doc/libedataserverui/ECategoriesDialog.html -share/doc/libedataserverui/EContactStore.html -share/doc/libedataserverui/EDestinationStore.html -share/doc/libedataserverui/ENameSelector.html -share/doc/libedataserverui/ENameSelectorDialog.html -share/doc/libedataserverui/ENameSelectorEntry.html -share/doc/libedataserverui/ENameSelectorList.html -share/doc/libedataserverui/ENameSelectorModel.html -share/doc/libedataserverui/ESourceComboBox.html -share/doc/libedataserverui/ESourceSelector.html -share/doc/libedataserverui/ESourceSelectorDialog.html -share/doc/libedataserverui/ETreeModelGenerator.html -share/doc/libedataserverui/api-index-deprecated.html -share/doc/libedataserverui/api-index-1.12.html -share/doc/libedataserverui/api-index-2.22.html -share/doc/libedataserverui/api-index-2.24.html -share/doc/libedataserverui/api-index-2.26.html -share/doc/libedataserverui/api-index-2.28.html -share/doc/libedataserverui/api-index-2.30.html -share/doc/libedataserverui/api-index-full.html -share/doc/libedataserverui/ch01.html -share/doc/libedataserverui/home.png -share/doc/libedataserverui/index.html -share/doc/libedataserverui/index.sgml -share/doc/libedataserverui/left.png -share/doc/libedataserverui/libedataserverui-ECategoryCompletion.html -share/doc/libedataserverui/libedataserverui-ECellRendererColor.html -share/doc/libedataserverui/libedataserverui-e-book-auth-util.html -share/doc/libedataserverui/libedataserverui-e-passwords.html -share/doc/libedataserverui/libedataserverui.devhelp -share/doc/libedataserverui/libedataserverui.devhelp2 -share/doc/libedataserverui/right.png -share/doc/libedataserverui/style.css -share/doc/libedataserverui/up.png -share/evolution-data-server-%%VERSION%%/evolutionperson.schema -share/evolution-data-server-%%VERSION%%/ui/e-categories-dialog.ui -share/evolution-data-server-%%VERSION%%/ui/e-name-selector-dialog.ui -%%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml -share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/pixmaps/evolution-data-server/category_birthday_16.png -share/pixmaps/evolution-data-server/category_business_16.png -share/pixmaps/evolution-data-server/category_favorites_16.png -share/pixmaps/evolution-data-server/category_gifts_16.png -share/pixmaps/evolution-data-server/category_goals_16.png -share/pixmaps/evolution-data-server/category_holiday-cards_16.png -share/pixmaps/evolution-data-server/category_holiday_16.png -share/pixmaps/evolution-data-server/category_hot-contacts_16.png -share/pixmaps/evolution-data-server/category_ideas_16.png -share/pixmaps/evolution-data-server/category_international_16.png -share/pixmaps/evolution-data-server/category_key-customer_16.png -share/pixmaps/evolution-data-server/category_miscellaneous_16.png -share/pixmaps/evolution-data-server/category_personal_16.png -share/pixmaps/evolution-data-server/category_phonecalls_16.png -share/pixmaps/evolution-data-server/category_status_16.png -share/pixmaps/evolution-data-server/category_strategies_16.png -share/pixmaps/evolution-data-server/category_suppliers_16.png -share/pixmaps/evolution-data-server/category_time-and-expenses_16.png -@dirrm share/pixmaps/evolution-data-server -%%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather -@dirrm share/evolution-data-server-%%VERSION%%/ui -@dirrm share/evolution-data-server-%%VERSION%% -@dirrm share/doc/libedataserverui -@dirrm share/doc/libedataserver -@dirrm share/doc/libedata-cal -@dirrm share/doc/libedata-book -@dirrm share/doc/libecal -@dirrm share/doc/libebook -@dirrm share/doc/libebackend -@dirrm share/doc/camel -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers -@dirrm lib/evolution-data-server-%%EVO_VERSION%% -@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui -@dirrm include/evolution-data-server-%%VERSION%%/libedataserver -@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal -@dirrm include/evolution-data-server-%%VERSION%%/libedata-book -@dirrm include/evolution-data-server-%%VERSION%%/libecal -@dirrm include/evolution-data-server-%%VERSION%%/libebook -@dirrm include/evolution-data-server-%%VERSION%%/libebackend -@dirrm include/evolution-data-server-%%VERSION%%/groupwise -@dirrm include/evolution-data-server-%%VERSION%%/camel -@dirrm include/evolution-data-server-%%VERSION%% -@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/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/glom/Makefile b/databases/glom/Makefile deleted file mode 100644 index 29d92547a..000000000 --- a/databases/glom/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: glom -# Date created: 24 April, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD: ports/databases/glom/Makefile,v 1.32 2010/05/31 01:57:45 ade Exp $ -# $MCom: ports/databases/glom/Makefile,v 1.28 2009/10/11 10:43:05 kwm Exp $ -# - -PORTNAME= glom -PORTVERSION= 1.12.2 -PORTREVISION= 6 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GNOME database designer and user interface - -LIB_DEPENDS= gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \ - gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ - gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - epc-1.0.2:${PORTSDIR}/www/libepc \ - goocanvasmm-1.0.5:${PORTSDIR}/graphics/goocanvasmm -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql - -USE_BZIP2= yes -USE_PYTHON= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras -USE_LDCONFIG= yes -USE_PGSQL= yes -INSTALLS_OMF= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin -INSTALLS_ICONS= yes - -#OPTIONS= SELF_HOSTING "Host the database locally" on - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.x -.endif - -#.if defined(WITH_SELF_HOSTING) -# Note: USE_PGSQL has already been set above. -BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -#.else -#CONFIGURE_ARGS+=--enable-client-only -#.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ - ${WRKSRC}/Makefile.in - -post-install: - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/databases/glom/distinfo b/databases/glom/distinfo deleted file mode 100644 index 2672d73d6..000000000 --- a/databases/glom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glom-1.12.2.tar.bz2) = 8f4de116f28501decc0df956ee003809 -SHA256 (gnome2/glom-1.12.2.tar.bz2) = 5ce8bc49d9d6402db540d14c8c16a2407cbf7a588139a4e2942442ead1952992 -SIZE (gnome2/glom-1.12.2.tar.bz2) = 3239342 diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc deleted file mode 100644 index b1f9b2c50..000000000 --- a/databases/glom/files/patch-glom_libglom_connectionpool.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- glom/libglom/connectionpool.cc.orig 2008-04-29 18:10:54.000000000 +0200 -+++ glom/libglom/connectionpool.cc 2008-08-08 02:39:55.000000000 +0200 -@@ -789,7 +789,11 @@ bool ConnectionPool::directory_exists_ur - // TODO: This is probably mingw specific - static __p_sig_fn_t previous_sig_handler = SIG_DFL; - #else -+# ifdef __FreeBSD__ -+static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */ -+# else - static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ -+# endif - #endif - - /* This is a Linux/Unix signal handler, diff --git a/databases/glom/files/patch-glom_main.cc b/databases/glom/files/patch-glom_main.cc deleted file mode 100644 index c9143bb8b..000000000 --- a/databases/glom/files/patch-glom_main.cc +++ /dev/null @@ -1,32 +0,0 @@ ---- glom/main.cc.orig 2009-03-16 14:53:55.000000000 +0100 -+++ glom/main.cc 2009-03-17 16:22:01.000000000 +0100 -@@ -100,18 +100,19 @@ OptionGroup::OptionGroup() - - } //namespace Glom - --#ifndef G_OS_WIN32 -+#ifdef __linux - extern "C" void __libc_freeres(void); - #endif - - int - main(int argc, char* argv[]) - { --#ifndef G_OS_WIN32 -+#ifdef __linux - //Force some cleanup at exit, - //to help valgrind to detect memory leaks: - atexit(__libc_freeres); - #else -+# ifdef G_OS_WIN32 - WSADATA data; - int errcode = WSAStartup(MAKEWORD(2, 0), &data); - if(errcode != 0) -@@ -123,6 +124,7 @@ main(int argc, char* argv[]) - gchar* installation_dir_c = g_win32_get_package_installation_directory_of_module(NULL); - const std::string installation_dir(installation_dir_c); - g_free(installation_dir_c); -+# endif - #endif - - // TODO: I am not sure why, but this does not work. PYTHONPATH is set diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr deleted file mode 100644 index 6974a6efb..000000000 --- a/databases/glom/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -With Glom you can design table definitions and the relationships -between them, plus arrange the fields on the screen. You can edit -and search the data in those tables, and specify field values in -terms of other fields. It's as easy as it should be. - -The design is loosely based on FileMaker Pro, with the added -advantage of separation between interface and data. Its simple -framework should be enough to implement most database -applications. Without Glom these systems normally consist of lots -of repetitive, unmaintainable code. - -Glom-specific data such as the relationship definitions is saved -in the Glom document. Glom re-connects to the database server -when it loads a previous Glom document. The document is in XML -format. - -Glom uses the PostgreSQL database backend but it can not edit -databases that it did not create, because it uses only a simple -subset of Postgres functionality. - -WWW: http://www.glom.org/ diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist deleted file mode 100644 index d85e321c2..000000000 --- a/databases/glom/pkg-plist +++ /dev/null @@ -1,258 +0,0 @@ -bin/glom -include/glom-1.12/libglom/appstate.h -include/glom-1.12/libglom/data_structure/field.h -include/glom-1.12/libglom/data_structure/fieldtypes.h -include/glom-1.12/libglom/data_structure/foundset.h -include/glom-1.12/libglom/data_structure/glomconversions.h -include/glom-1.12/libglom/data_structure/groupinfo.h -include/glom-1.12/libglom/data_structure/layout/custom_title.h -include/glom-1.12/libglom/data_structure/layout/fieldformatting.h -include/glom-1.12/libglom/data_structure/layout/layoutgroup.h -include/glom-1.12/libglom/data_structure/layout/layoutitem.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_button.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_calendarportal.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_field.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_image.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_line.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_notebook.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_placeholder.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_portal.h -include/glom-1.12/libglom/data_structure/layout/layoutitem_text.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_footer.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_groupby.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_header.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_summary.h -include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h -include/glom-1.12/libglom/data_structure/layout/usesrelationship.h -include/glom-1.12/libglom/data_structure/numeric_format.h -include/glom-1.12/libglom/data_structure/parameternamegenerator.h -include/glom-1.12/libglom/data_structure/print_layout.h -include/glom-1.12/libglom/data_structure/privileges.h -include/glom-1.12/libglom/data_structure/relationship.h -include/glom-1.12/libglom/data_structure/report.h -include/glom-1.12/libglom/data_structure/system_prefs.h -include/glom-1.12/libglom/data_structure/tableinfo.h -include/glom-1.12/libglom/data_structure/translatable_item.h -include/glom-1.12/libglom/document/bakery/document.h -include/glom-1.12/libglom/document/bakery/document_xml.h -include/glom-1.12/libglom/document/bakery/view/view.h -include/glom-1.12/libglom/document/bakery/view/view_composite.h -include/glom-1.12/libglom/document/bakery/view/viewbase.h -include/glom-1.12/libglom/document/document.h -include/glom-1.12/libglom/document/view.h -include/glom-1.12/libglom/init.h -include/glom-1.12/libglom/libglom_config.h -include/glom-1.12/libglom/sharedptr.h -include/glom-1.12/libglom/standard_table_prefs_fields.h -lib/libglom-1.12.la -lib/libglom-1.12.so -lib/libglom-1.12.so.0 -%%PYTHON_SITELIBDIR%%/glom_1_12.la -%%PYTHON_SITELIBDIR%%/glom_1_12.so -libdata/pkgconfig/glom-1.12.pc -share/applications/glom.desktop -%%DATADIR%%/glade/glom_developer.glade -%%DATADIR%%/glade/glom.glade -%%DATADIR%%/glom_document.dtd -%%DATADIR%%/pixmaps/glom-button.png -%%DATADIR%%/pixmaps/glom-field.png -%%DATADIR%%/pixmaps/glom-group.png -%%DATADIR%%/pixmaps/glom-line-horizontal.png -%%DATADIR%%/pixmaps/glom-line-vertical.png -%%DATADIR%%/pixmaps/glom-image.png -%%DATADIR%%/pixmaps/glom-notebook.png -%%DATADIR%%/pixmaps/glom-related-records.png -%%DATADIR%%/pixmaps/glom-text.png -%%DATADIR%%/xslt/print_details_to_html.xsl -%%DATADIR%%/xslt/print_report_to_html.xsl -%%DOCSDIR%%/examples/README -%%DOCSDIR%%/examples/example_film_manager.glom -%%DOCSDIR%%/examples/example_lesson_planner.glom -%%DOCSDIR%%/examples/example_music_collection.glom -%%DOCSDIR%%/examples/example_project_manager.glom -%%DOCSDIR%%/examples/example_smallbusiness.glom -share/gnome/help/glom/C/figures/glom_data_details.png -share/gnome/help/glom/C/figures/glom_data_list.png -share/gnome/help/glom/C/figures/glom_design_fields.png -share/gnome/help/glom/C/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/C/figures/glom_design_layout_details.png -share/gnome/help/glom/C/figures/glom_design_layout_list.png -share/gnome/help/glom/C/figures/glom_design_reports.png -share/gnome/help/glom/C/figures/glom_design_reports_details.png -share/gnome/help/glom/C/figures/glom_design_reports_group_by.png -share/gnome/help/glom/C/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/C/figures/glom_design_translations.png -share/gnome/help/glom/C/figures/glom_import.png -share/gnome/help/glom/C/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/C/figures/glom_report_result.png -share/gnome/help/glom/C/figures/glom_tables.png -share/gnome/help/glom/C/figures/start.png -share/gnome/help/glom/C/glom.xml -share/gnome/help/glom/C/legal.xml -share/gnome/help/glom/de/figures/glom_data_details.png -share/gnome/help/glom/de/figures/glom_data_list.png -share/gnome/help/glom/de/figures/glom_design_fields.png -share/gnome/help/glom/de/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/de/figures/glom_design_layout_details.png -share/gnome/help/glom/de/figures/glom_design_layout_list.png -share/gnome/help/glom/de/figures/glom_design_reports.png -share/gnome/help/glom/de/figures/glom_design_reports_details.png -share/gnome/help/glom/de/figures/glom_design_reports_group_by.png -share/gnome/help/glom/de/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/de/figures/glom_design_translations.png -share/gnome/help/glom/de/figures/glom_import.png -share/gnome/help/glom/de/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/de/figures/glom_report_result.png -share/gnome/help/glom/de/figures/glom_tables.png -share/gnome/help/glom/de/figures/start.png -share/gnome/help/glom/de/glom.xml -share/gnome/help/glom/de/legal.xml -share/gnome/help/glom/en_GB/figures/glom_data_details.png -share/gnome/help/glom/en_GB/figures/glom_data_list.png -share/gnome/help/glom/en_GB/figures/glom_design_fields.png -share/gnome/help/glom/en_GB/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/en_GB/figures/glom_design_layout_details.png -share/gnome/help/glom/en_GB/figures/glom_design_layout_list.png -share/gnome/help/glom/en_GB/figures/glom_design_reports.png -share/gnome/help/glom/en_GB/figures/glom_design_reports_details.png -share/gnome/help/glom/en_GB/figures/glom_design_reports_group_by.png -share/gnome/help/glom/en_GB/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/en_GB/figures/glom_design_translations.png -share/gnome/help/glom/en_GB/figures/glom_import.png -share/gnome/help/glom/en_GB/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/en_GB/figures/glom_report_result.png -share/gnome/help/glom/en_GB/figures/glom_tables.png -share/gnome/help/glom/en_GB/figures/start.png -share/gnome/help/glom/en_GB/glom.xml -share/gnome/help/glom/en_GB/legal.xml -share/gnome/help/glom/es/figures/glom_data_details.png -share/gnome/help/glom/es/figures/glom_data_list.png -share/gnome/help/glom/es/figures/glom_design_fields.png -share/gnome/help/glom/es/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/es/figures/glom_design_layout_details.png -share/gnome/help/glom/es/figures/glom_design_layout_list.png -share/gnome/help/glom/es/figures/glom_design_reports.png -share/gnome/help/glom/es/figures/glom_design_reports_details.png -share/gnome/help/glom/es/figures/glom_design_reports_group_by.png -share/gnome/help/glom/es/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/es/figures/glom_design_translations.png -share/gnome/help/glom/es/figures/glom_import.png -share/gnome/help/glom/es/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/es/figures/glom_report_result.png -share/gnome/help/glom/es/figures/glom_tables.png -share/gnome/help/glom/es/figures/start.png -share/gnome/help/glom/es/glom.xml -share/gnome/help/glom/es/legal.xml -share/gnome/help/glom/fr/figures/glom_data_details.png -share/gnome/help/glom/fr/figures/glom_data_list.png -share/gnome/help/glom/fr/figures/glom_design_fields.png -share/gnome/help/glom/fr/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/fr/figures/glom_design_layout_details.png -share/gnome/help/glom/fr/figures/glom_design_layout_list.png -share/gnome/help/glom/fr/figures/glom_design_reports.png -share/gnome/help/glom/fr/figures/glom_design_reports_details.png -share/gnome/help/glom/fr/figures/glom_design_reports_group_by.png -share/gnome/help/glom/fr/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/fr/figures/glom_design_translations.png -share/gnome/help/glom/fr/figures/glom_import.png -share/gnome/help/glom/fr/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/fr/figures/glom_report_result.png -share/gnome/help/glom/fr/figures/glom_tables.png -share/gnome/help/glom/fr/figures/start.png -share/gnome/help/glom/fr/glom.xml -share/gnome/help/glom/fr/legal.xml -share/gnome/help/glom/sv/figures/glom_data_details.png -share/gnome/help/glom/sv/figures/glom_data_list.png -share/gnome/help/glom/sv/figures/glom_design_fields.png -share/gnome/help/glom/sv/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/sv/figures/glom_design_layout_details.png -share/gnome/help/glom/sv/figures/glom_design_layout_list.png -share/gnome/help/glom/sv/figures/glom_design_reports.png -share/gnome/help/glom/sv/figures/glom_design_reports_details.png -share/gnome/help/glom/sv/figures/glom_design_reports_group_by.png -share/gnome/help/glom/sv/figures/glom_design_reports_vertical_group.png -share/gnome/help/glom/sv/figures/glom_design_translations.png -share/gnome/help/glom/sv/figures/glom_import.png -share/gnome/help/glom/sv/figures/glom_initial_dialog_local_network.png -share/gnome/help/glom/sv/figures/glom_report_result.png -share/gnome/help/glom/sv/figures/glom_tables.png -share/gnome/help/glom/sv/figures/start.png -share/gnome/help/glom/sv/glom.xml -share/gnome/help/glom/sv/legal.xml -share/icons/hicolor/16x16/apps/glom.png -share/icons/hicolor/22x22/apps/glom.png -share/icons/hicolor/24x24/apps/glom.png -share/icons/hicolor/32x32/apps/glom.png -share/icons/hicolor/48x48/apps/glom.png -share/icons/hicolor/scalable/apps/glom.svg -share/locale/ar/LC_MESSAGES/glom.mo -share/locale/ca/LC_MESSAGES/glom.mo -share/locale/cs/LC_MESSAGES/glom.mo -share/locale/de/LC_MESSAGES/glom.mo -share/locale/dz/LC_MESSAGES/glom.mo -share/locale/en_CA/LC_MESSAGES/glom.mo -share/locale/en_GB/LC_MESSAGES/glom.mo -share/locale/es/LC_MESSAGES/glom.mo -share/locale/fi/LC_MESSAGES/glom.mo -share/locale/fr/LC_MESSAGES/glom.mo -share/locale/gl/LC_MESSAGES/glom.mo -share/locale/gu/LC_MESSAGES/glom.mo -share/locale/hu/LC_MESSAGES/glom.mo -share/locale/it/LC_MESSAGES/glom.mo -share/locale/nb/LC_MESSAGES/glom.mo -share/locale/ne/LC_MESSAGES/glom.mo -share/locale/nl/LC_MESSAGES/glom.mo -share/locale/oc/LC_MESSAGES/glom.mo -share/locale/pa/LC_MESSAGES/glom.mo -share/locale/pt/LC_MESSAGES/glom.mo -share/locale/pt_BR/LC_MESSAGES/glom.mo -share/locale/rw/LC_MESSAGES/glom.mo -share/locale/sq/LC_MESSAGES/glom.mo -share/locale/sv/LC_MESSAGES/glom.mo -share/locale/tr/LC_MESSAGES/glom.mo -share/locale/vi/LC_MESSAGES/glom.mo -share/locale/zh_CN/LC_MESSAGES/glom.mo -share/mime/application/x-glom.xml -share/mime/packages/glom.xml -share/omf/glom/glom-C.omf -share/omf/glom/glom-de.omf -share/omf/glom/glom-en_GB.omf -share/omf/glom/glom-es.omf -share/omf/glom/glom-fr.omf -share/omf/glom/glom-sv.omf -@dirrm share/omf/glom -@dirrm share/gnome/help/glom/sv/figures -@dirrm share/gnome/help/glom/sv -@dirrm share/gnome/help/glom/fr/figures -@dirrm share/gnome/help/glom/fr -@dirrm share/gnome/help/glom/es/figures -@dirrm share/gnome/help/glom/es -@dirrm share/gnome/help/glom/en_GB/figures -@dirrm share/gnome/help/glom/en_GB -@dirrm share/gnome/help/glom/de/figures -@dirrm share/gnome/help/glom/de -@dirrm share/gnome/help/glom/C/figures -@dirrm share/gnome/help/glom/C -@dirrm share/gnome/help/glom -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/xslt -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/applications -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrm include/glom-1.12/libglom/document/bakery/view -@dirrm include/glom-1.12/libglom/document/bakery -@dirrm include/glom-1.12/libglom/document -@dirrm include/glom-1.12/libglom/data_structure/layout/report_parts -@dirrm include/glom-1.12/libglom/data_structure/layout -@dirrm include/glom-1.12/libglom/data_structure -@dirrm include/glom-1.12/libglom -@dirrm include/glom-1.12 diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile deleted file mode 100644 index 299a0d134..000000000 --- a/databases/libgda4-mysql/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.1 2008/08/18 23:53:35 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mysql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mysql backend for the libgda4 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= mysql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-mysql/pkg-plist b/databases/libgda4-mysql/pkg-plist deleted file mode 100644 index b5ff48b6f..000000000 --- a/databases/libgda4-mysql/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mysql.a -lib/libgda-%%VERSION%%/providers/libgda-mysql.la -lib/libgda-%%VERSION%%/providers/libgda-mysql.so -libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc -share/libgda-%%VERSION%%/mysql_specs_add_column.xml -share/libgda-%%VERSION%%/mysql_specs_comment_table.xml -share/libgda-%%VERSION%%/mysql_specs_comment_column.xml -share/libgda-%%VERSION%%/mysql_specs_create_db.xml -share/libgda-%%VERSION%%/mysql_specs_create_index.xml -share/libgda-%%VERSION%%/mysql_specs_create_table.xml -share/libgda-%%VERSION%%/mysql_specs_create_view.xml -share/libgda-%%VERSION%%/mysql_specs_drop_column.xml -share/libgda-%%VERSION%%/mysql_specs_drop_db.xml -share/libgda-%%VERSION%%/mysql_specs_drop_index.xml -share/libgda-%%VERSION%%/mysql_specs_drop_table.xml -share/libgda-%%VERSION%%/mysql_specs_drop_view.xml -share/libgda-%%VERSION%%/mysql_specs_dsn.xml -share/libgda-%%VERSION%%/mysql_specs_rename_table.xml diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile deleted file mode 100644 index 4c0b210af..000000000 --- a/databases/libgda4-postgresql/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.1 2008/08/18 23:53:36 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda4 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= postgresql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist deleted file mode 100644 index 02ae080c9..000000000 --- a/databases/libgda4-postgresql/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-postgres.a -lib/libgda-%%VERSION%%/providers/libgda-postgres.la -lib/libgda-%%VERSION%%/providers/libgda-postgres.so -libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc -share/libgda-%%VERSION%%/postgres_specs_add_column.xml -share/libgda-%%VERSION%%/postgres_specs_create_db.xml -share/libgda-%%VERSION%%/postgres_specs_create_index.xml -share/libgda-%%VERSION%%/postgres_specs_create_role.xml -share/libgda-%%VERSION%%/postgres_specs_create_table.xml -share/libgda-%%VERSION%%/postgres_specs_create_user.xml -share/libgda-%%VERSION%%/postgres_specs_create_view.xml -share/libgda-%%VERSION%%/postgres_specs_drop_column.xml -share/libgda-%%VERSION%%/postgres_specs_drop_db.xml -share/libgda-%%VERSION%%/postgres_specs_drop_index.xml -share/libgda-%%VERSION%%/postgres_specs_drop_role.xml -share/libgda-%%VERSION%%/postgres_specs_drop_table.xml -share/libgda-%%VERSION%%/postgres_specs_drop_user.xml -share/libgda-%%VERSION%%/postgres_specs_drop_view.xml -share/libgda-%%VERSION%%/postgres_specs_dsn.xml -share/libgda-%%VERSION%%/postgres_specs_rename_table.xml diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile deleted file mode 100644 index 659800606..000000000 --- a/databases/libgda4/Makefile +++ /dev/null @@ -1,158 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda4/Makefile,v 1.13 2010/10/18 12:47:12 kwm Exp $ -# - -PORTNAME= libgda4 -PORTVERSION?= 4.2.1 -PORTREVISION?= 0 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R} -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes -LIBGDA4_SLAVE?= no - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - gcrypt.17:${PORTSDIR}/security/libgcrypt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - json-glib-1.0.0:${PORTSDIR}/devel/json-glib -RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection - -USE_AUTOTOOLS= libtool:22 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE=yes -CONFIGURE_ARGS= --without-oracle \ - --enable-introspection=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -.if ${LIBGDA4_SLAVE}=="no" -OPTIONS= UI "Build UI tools" on -.endif - -.if defined(WITH_UI) -INSTALLS_ICONS= yes -.endif - -.include <bsd.port.pre.mk> - -#VERSION= ${PORTVERSION:R} -VERSION= 4.0 -PLIST_SUB= VERSION=${VERSION} - -.if ${LIBGDA4_SLAVE}=="no" -.if defined(WITH_UI) -CONFIGURE_ARGS+=--with-ui -BUILD_DEPENDS+= xml2po:${PORTSDIR}/textproc/gnome-doc-utils -USE_GNOME+= gtk20 -PLIST_SUB+= UI="" -.else -CONFIGURE_ARGS+=--without-ui -PLIST_SUB+= UI="@comment " -.endif - -MAN1= gda-sql.1 gda-sql-4.0.1 -.else -USE_GNOME+= libgda4 -.endif - -.if ${LIBGDA4_SLAVE}=="bdb" -USE_BDB= yes -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-bdb -.endif - -.if ${LIBGDA4_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA4_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -.if ${LIBGDA4_SLAVE}=="firebird" -LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - -# MDB (MS Access) -.if ${LIBGDA4_SLAVE}=="mdb" -LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA4_SLAVE}=="jdbc" -USE_JAVA= yes -JAVA_VENDOR= bsdjava openjdk -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.x -.elif ${OSVERSION} < 800000 -BROKEN= does not compile on 7.x -.endif -.else -CONFIGURE_ARGS+= --without-java -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|include/db.h|include/db${BDB_VER}/db.h|g' \ - -e 's|ldb47|ldb${BDB_VER}|g' \ - -e 's|ldb|ldb${BDB_VER}|g' \ - -e 's|libdb|libdb${BDB_VER}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|<db\.h>|<db${BDB_VER}/db.h>|' \ - ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ - ${WRKSRC}/providers/bdb/gda-bdb-test.c -.if ${LIBGDA4_SLAVE}!="no" -#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres -. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -pre-build: -.if ${LIBGDA4_SLAVE}=="postgresql" - cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la -.endif - -.if ${LIBGDA4_SLAVE}=="mysql" - cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la -.endif - -.if ${LIBGDA4_SLAVE}=="no" -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/config \ - ${PREFIX}/etc/libgda-${VERSION}/config.default -.endif - -.include <bsd.port.post.mk> -.endif diff --git a/databases/libgda4/distinfo b/databases/libgda4/distinfo deleted file mode 100644 index faa377616..000000000 --- a/databases/libgda4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgda-4.2.1.tar.bz2) = d485d24fb19bd95faad196c8ed22b2cb8f9e9275d907f880a3f8f079f6bf40f7 -SIZE (gnome2/libgda-4.2.1.tar.bz2) = 14048095 diff --git a/databases/libgda4/files/patch-configure b/databases/libgda4/files/patch-configure deleted file mode 100644 index cf6a34b0c..000000000 --- a/databases/libgda4/files/patch-configure +++ /dev/null @@ -1,48 +0,0 @@ ---- configure.orig 2010-11-14 17:29:29.000000000 +0100 -+++ configure 2010-11-14 17:33:39.000000000 +0100 -@@ -19487,9 +19487,9 @@ - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` -- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} -+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" -- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} -+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"` - INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` - INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` - INTROSPECTION_MAKEFILE=$introspection_makefile -@@ -19586,7 +19586,7 @@ - echo "$LIBCRYPTO_PKG_ERRORS" >&5 - - if test "$enable_crypto" = "yes"; then -- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 -+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 - fi - have_crypto=no - -@@ -19594,7 +19594,7 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 - $as_echo "no" >&6; } - if test "$enable_crypto" = "yes"; then -- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 -+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 - fi - have_crypto=no - -@@ -21772,6 +21772,15 @@ - fi - CFLAGS="$save_CFLAGS" - fi -+ else -+ if false; then -+ MDB_TRUE= -+ MDB_FALSE='#' -+else -+ MDB_TRUE='#' -+ MDB_FALSE= -+fi -+ - fi - - if test "$mdbtools_found" = "yes"; then diff --git a/databases/libgda4/pkg-descr b/databases/libgda4/pkg-descr deleted file mode 100644 index 12eb57b5e..000000000 --- a/databases/libgda4/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda4/pkg-plist b/databases/libgda4/pkg-plist deleted file mode 100644 index 63dbcf346..000000000 --- a/databases/libgda4/pkg-plist +++ /dev/null @@ -1,493 +0,0 @@ -bin/gda-list-config-%%VERSION%% -%%UI%%bin/gda-browser-%%VERSION%% -%%UI%%bin/gda-control-center-%%VERSION%% -bin/gda-list-config -bin/gda-list-server-op -bin/gda-list-server-op-%%VERSION%% -bin/gda-sql -bin/gda-sql-%%VERSION%% -bin/gda-test-connection-%%VERSION%% -bin/gda_trml2html/__init__.py -bin/gda_trml2html/trml2html.py -bin/gda_trml2html/utils.py -bin/gda_trml2pdf/__init__.py -bin/gda_trml2pdf/color.py -bin/gda_trml2pdf/trml2pdf.py -bin/gda_trml2pdf/utils.py -%%UI%%bin/gdaui-demo-%%VERSION%% -@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi -etc/libgda-%%VERSION%%/config.default -@exec [ -f %B/config ] || cp %B/%f %B/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h -include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h -include/libgda-%%VERSION%%/libgda-report/libgda-report.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h -%%UI%%include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h -include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h -include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h -include/libgda-%%VERSION%%/libgda/gda-batch.h -include/libgda-%%VERSION%%/libgda/gda-binreloc.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection-event.h -include/libgda-%%VERSION%%/libgda/gda-connection-private.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h -include/libgda-%%VERSION%%/libgda/gda-data-comparator.h -include/libgda-%%VERSION%%/libgda/gda-data-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-data-select.h -include/libgda-%%VERSION%%/libgda/gda-debug-macros.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-easy.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-holder.h -include/libgda-%%VERSION%%/libgda/gda-lockable.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-meta-store.h -include/libgda-%%VERSION%%/libgda/gda-meta-struct.h -include/libgda-%%VERSION%%/libgda/gda-mutex.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-server-operation.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-set.h -include/libgda-%%VERSION%%/libgda/gda-sql-builder.h -include/libgda-%%VERSION%%/libgda/gda-statement-extra.h -include/libgda-%%VERSION%%/libgda/gda-statement.h -include/libgda-%%VERSION%%/libgda/gda-tree-manager.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h -include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h -include/libgda-%%VERSION%%/libgda/gda-tree-node.h -include/libgda-%%VERSION%%/libgda/gda-tree.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h -include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h -include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h -include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h -include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h -include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h -include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h -include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h -include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.5 -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-text-spec.xml -%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.a -%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.la -%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.so -lib/libgda-%%VERSION%%/providers/libgda-web.a -lib/libgda-%%VERSION%%/providers/libgda-web.la -lib/libgda-%%VERSION%%/providers/libgda-web.so -lib/libgda-%%VERSION%%/providers/libgda-sqlite.a -lib/libgda-%%VERSION%%/providers/libgda-sqlite.la -lib/libgda-%%VERSION%%/providers/libgda-sqlite.so -lib/libgda-report-%%VERSION%%.a -lib/libgda-report-%%VERSION%%.la -lib/libgda-report-%%VERSION%%.so -lib/libgda-report-%%VERSION%%.so.5 -%%UI%%lib/libgda-ui-%%VERSION%%.a -%%UI%%lib/libgda-ui-%%VERSION%%.la -%%UI%%lib/libgda-ui-%%VERSION%%.so -%%UI%%lib/libgda-ui-%%VERSION%%.so.5 -lib/libgda-xslt-%%VERSION%%.a -lib/libgda-xslt-%%VERSION%%.la -lib/libgda-xslt-%%VERSION%%.so -lib/libgda-xslt-%%VERSION%%.so.5 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-report-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -%%UI%%libdata/pkgconfig/libgda-ui-%%VERSION%%.pc -libdata/pkgconfig/libgda-web-%%VERSION%%.pc -libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc -%%UI%%share/applications/gda-browser-%%VERSION%%.desktop -%%UI%%share/applications/gda-control-center-%%VERSION%%.desktop -%%UI%%share/gnome/help/gda-browser/C/data-manager-perspective.page -%%UI%%share/gnome/help/gda-browser/C/data-manager-xml-syntax.page -%%UI%%share/gnome/help/gda-browser/C/diagram.page -%%UI%%share/gnome/help/gda-browser/C/features.page -%%UI%%share/gnome/help/gda-browser/C/figures/cnc_open.png -%%UI%%share/gnome/help/gda-browser/C/figures/data-man-mode.png -%%UI%%share/gnome/help/gda-browser/C/figures/data-man-persp.png -%%UI%%share/gnome/help/gda-browser/C/figures/data-man-xmlcompose.png -%%UI%%share/gnome/help/gda-browser/C/figures/diagram.png -%%UI%%share/gnome/help/gda-browser/C/figures/mainwin.png -%%UI%%share/gnome/help/gda-browser/C/figures/query-exec-persp.png -%%UI%%share/gnome/help/gda-browser/C/figures/trans-begin.png -%%UI%%share/gnome/help/gda-browser/C/figures/trans-commit.png -%%UI%%share/gnome/help/gda-browser/C/figures/table-insert-data.png -%%UI%%share/gnome/help/gda-browser/C/figures/trans-rollback.png -%%UI%%share/gnome/help/gda-browser/C/general-ui.page -%%UI%%share/gnome/help/gda-browser/C/index.page -%%UI%%share/gnome/help/gda-browser/C/legal.xml -%%UI%%share/gnome/help/gda-browser/C/query-execution-perspective.page -%%UI%%share/gnome/help/gda-browser/C/schema-browser-perspective.page -%%UI%%share/gnome/help/gda-browser/C/table-insert-data.page -%%UI%%share/gnome/help/gda-browser/C/transactions.page -%%UI%%share/gnome/help/gda-browser/C/variables.page -%%UI%%share/gnome/help/gda-browser/de/data-manager-perspective.page -%%UI%%share/gnome/help/gda-browser/de/data-manager-xml-syntax.page -%%UI%%share/gnome/help/gda-browser/de/diagram.page -%%UI%%share/gnome/help/gda-browser/de/features.page -%%UI%%share/gnome/help/gda-browser/de/figures/cnc_open.png -%%UI%%share/gnome/help/gda-browser/de/figures/data-man-mode.png -%%UI%%share/gnome/help/gda-browser/de/figures/data-man-persp.png -%%UI%%share/gnome/help/gda-browser/de/figures/data-man-xmlcompose.png -%%UI%%share/gnome/help/gda-browser/de/figures/diagram.png -%%UI%%share/gnome/help/gda-browser/de/figures/mainwin.png -%%UI%%share/gnome/help/gda-browser/de/figures/query-exec-persp.png -%%UI%%share/gnome/help/gda-browser/de/figures/trans-begin.png -%%UI%%share/gnome/help/gda-browser/de/figures/trans-commit.png -%%UI%%share/gnome/help/gda-browser/de/figures/table-insert-data.png -%%UI%%share/gnome/help/gda-browser/de/figures/trans-rollback.png -%%UI%%share/gnome/help/gda-browser/de/general-ui.page -%%UI%%share/gnome/help/gda-browser/de/index.page -%%UI%%share/gnome/help/gda-browser/de/legal.xml -%%UI%%share/gnome/help/gda-browser/de/query-execution-perspective.page -%%UI%%share/gnome/help/gda-browser/de/schema-browser-perspective.page -%%UI%%share/gnome/help/gda-browser/de/table-insert-data.page -%%UI%%share/gnome/help/gda-browser/de/transactions.page -%%UI%%share/gnome/help/gda-browser/de/variables.page -%%UI%%share/gnome/help/gda-browser/es/data-manager-perspective.page -%%UI%%share/gnome/help/gda-browser/es/data-manager-xml-syntax.page -%%UI%%share/gnome/help/gda-browser/es/diagram.page -%%UI%%share/gnome/help/gda-browser/es/features.page -%%UI%%share/gnome/help/gda-browser/es/figures/cnc_open.png -%%UI%%share/gnome/help/gda-browser/es/figures/data-man-mode.png -%%UI%%share/gnome/help/gda-browser/es/figures/data-man-persp.png -%%UI%%share/gnome/help/gda-browser/es/figures/data-man-xmlcompose.png -%%UI%%share/gnome/help/gda-browser/es/figures/diagram.png -%%UI%%share/gnome/help/gda-browser/es/figures/mainwin.png -%%UI%%share/gnome/help/gda-browser/es/figures/query-exec-persp.png -%%UI%%share/gnome/help/gda-browser/es/figures/table-insert-data.png -%%UI%%share/gnome/help/gda-browser/es/figures/trans-begin.png -%%UI%%share/gnome/help/gda-browser/es/figures/trans-commit.png -%%UI%%share/gnome/help/gda-browser/es/figures/trans-rollback.png -%%UI%%share/gnome/help/gda-browser/es/general-ui.page -%%UI%%share/gnome/help/gda-browser/es/index.page -%%UI%%share/gnome/help/gda-browser/es/legal.xml -%%UI%%share/gnome/help/gda-browser/es/query-execution-perspective.page -%%UI%%share/gnome/help/gda-browser/es/schema-browser-perspective.page -%%UI%%share/gnome/help/gda-browser/es/table-insert-data.page -%%UI%%share/gnome/help/gda-browser/es/transactions.page -%%UI%%share/gnome/help/gda-browser/es/variables.page -%%UI%%share/gnome/help/gda-browser/sl/data-manager-perspective.page -%%UI%%share/gnome/help/gda-browser/sl/data-manager-xml-syntax.page -%%UI%%share/gnome/help/gda-browser/sl/diagram.page -%%UI%%share/gnome/help/gda-browser/sl/features.page -%%UI%%share/gnome/help/gda-browser/sl/figures/cnc_open.png -%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-mode.png -%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-persp.png -%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-xmlcompose.png -%%UI%%share/gnome/help/gda-browser/sl/figures/diagram.png -%%UI%%share/gnome/help/gda-browser/sl/figures/mainwin.png -%%UI%%share/gnome/help/gda-browser/sl/figures/query-exec-persp.png -%%UI%%share/gnome/help/gda-browser/sl/figures/table-insert-data.png -%%UI%%share/gnome/help/gda-browser/sl/figures/trans-begin.png -%%UI%%share/gnome/help/gda-browser/sl/figures/trans-commit.png -%%UI%%share/gnome/help/gda-browser/sl/figures/trans-rollback.png -%%UI%%share/gnome/help/gda-browser/sl/general-ui.page -%%UI%%share/gnome/help/gda-browser/sl/index.page -%%UI%%share/gnome/help/gda-browser/sl/legal.xml -%%UI%%share/gnome/help/gda-browser/sl/query-execution-perspective.page -%%UI%%share/gnome/help/gda-browser/sl/schema-browser-perspective.page -%%UI%%share/gnome/help/gda-browser/sl/table-insert-data.page -%%UI%%share/gnome/help/gda-browser/sl/transactions.page -%%UI%%share/gnome/help/gda-browser/sl/variables.page -%%UI%%share/icons/hicolor/16x16/apps/gda-control-center.png -%%UI%%share/icons/hicolor/22x22/apps/gda-control-center.png -%%UI%%share/icons/hicolor/24x24/apps/gda-control-center.png -%%UI%%share/icons/hicolor/256x256/apps/gda-control-center.png -%%UI%%share/icons/hicolor/32x32/apps/gda-control-center.png -%%UI%%share/icons/hicolor/48x48/apps/gda-control-center.png -%%UI%%share/libgda-%%VERSION%%/demo/basic_form.c -%%UI%%share/libgda-%%VERSION%%/demo/cloud.c -%%UI%%share/libgda-%%VERSION%%/demo/combo.c -%%UI%%share/libgda-%%VERSION%%/demo/custom_layout.xml -%%UI%%share/libgda-%%VERSION%%/demo/data_model_dir.c -%%UI%%share/libgda-%%VERSION%%/demo/ddl_queries.c -%%UI%%share/libgda-%%VERSION%%/demo/demo_db.db -%%UI%%share/libgda-%%VERSION%%/demo/form.c -%%UI%%share/libgda-%%VERSION%%/demo/form_data_layout.c -%%UI%%share/libgda-%%VERSION%%/demo/form_pict.c -%%UI%%share/libgda-%%VERSION%%/demo/form_rw.c -%%UI%%share/libgda-%%VERSION%%/demo/grid.c -%%UI%%share/libgda-%%VERSION%%/demo/grid_data_layout.c -%%UI%%share/libgda-%%VERSION%%/demo/grid_pict.c -%%UI%%share/libgda-%%VERSION%%/demo/grid_rw.c -%%UI%%share/libgda-%%VERSION%%/demo/linked_grid_form.c -%%UI%%share/libgda-%%VERSION%%/demo/linked_model_param.c -%%UI%%share/libgda-%%VERSION%%/demo/login.c -%%UI%%share/libgda-%%VERSION%%/demo/provider_sel.c -%%UI%%share/libgda-%%VERSION%%/demo/tree.c -%%UI%%share/libgda-%%VERSION%%/dtd/gdaui-layout.dtd -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/icon-theme.cache -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg -%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg -%%UI%%share/libgda-%%VERSION%%/import_encodings.xml -share/libgda-%%VERSION%%/information_schema.xml -%%UI%%share/libgda-%%VERSION%%/language-specs/gda-sql.lang -share/libgda-%%VERSION%%/php/README -share/libgda-%%VERSION%%/php/gda-clean.php -share/libgda-%%VERSION%%/php/gda-config.php -share/libgda-%%VERSION%%/php/gda-exception.php -share/libgda-%%VERSION%%/php/gda-front.php -share/libgda-%%VERSION%%/php/gda-meta.php -share/libgda-%%VERSION%%/php/gda-setup.php -share/libgda-%%VERSION%%/php/gda-tester.php -share/libgda-%%VERSION%%/php/gda-utils.php -share/libgda-%%VERSION%%/php/gda-worker.php -%%UI%%share/libgda-%%VERSION%%/pixmaps/bin-attachment-16x16.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-auth-big.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-auth.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-bookmark.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fk.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fknn.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-nn.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-pk.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-form.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-grid.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-menu-ind.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-query.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-reference.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-schema.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-table.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-control-center-newcnc.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-control-center.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gdaui-generic.png -%%UI%%share/libgda-%%VERSION%%/server_operation.glade -share/libgda-%%VERSION%%/sqlite_specs_add_column.xml -share/libgda-%%VERSION%%/sqlite_specs_create_db.xml -share/libgda-%%VERSION%%/sqlite_specs_create_index.xml -share/libgda-%%VERSION%%/sqlite_specs_create_table.xml -share/libgda-%%VERSION%%/sqlite_specs_create_view.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_view.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -%%UI%%share/libgda-%%VERSION%%/ui/gdaui-entry-number.xml -%%UI%%share/libgda-%%VERSION%%/ui/gdaui-entry-string.xml -share/libgda-%%VERSION%%/web_specs_auth.xml -share/libgda-%%VERSION%%/web_specs_dsn.xml -share/libgda-%%VERSION%%/web/cnc.js -share/libgda-%%VERSION%%/web/gda-print.css -share/libgda-%%VERSION%%/web/gda.css -share/libgda-%%VERSION%%/web/irb.css -share/libgda-%%VERSION%%/web/irb.js -share/libgda-%%VERSION%%/web/jquery.js -share/libgda-%%VERSION%%/web/md5.js -share/libgda-%%VERSION%%/web/mouseapp_2.js -share/libgda-%%VERSION%%/web/mouseirb_2.js -share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/libgda-4.0.mo -share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo -%%UI%%share/pixmaps/gda-browser-%%VERSION%%.png -@dirrm share/libgda-%%VERSION%%/web -%%UI%%@dirrm share/libgda-%%VERSION%%/ui -%%UI%%@dirrm share/libgda-%%VERSION%%/pixmaps -@dirrm share/libgda-%%VERSION%%/php -%%UI%%@dirrm share/libgda-%%VERSION%%/language-specs -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable/actions -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32/actions -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32 -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24/actions -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24 -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22/actions -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22 -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16/actions -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16 -%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor -%%UI%%@dirrm share/libgda-%%VERSION%%/icons -%%UI%%@dirrm share/gnome/help/gda-browser/sl/figures -%%UI%%@dirrm share/gnome/help/gda-browser/sl -%%UI%%@dirrm share/gnome/help/gda-browser/es/figures -%%UI%%@dirrm share/gnome/help/gda-browser/es -%%UI%%@dirrm share/gnome/help/gda-browser/de/figures -%%UI%%@dirrm share/gnome/help/gda-browser/de -%%UI%%@dirrm share/gnome/help/gda-browser/C/figures -%%UI%%@dirrm share/gnome/help/gda-browser/C -%%UI%%@dirrm share/gnome/help/gda-browser -@dirrm share/libgda-%%VERSION%%/dtd -%%UI%%@dirrm share/libgda-%%VERSION%%/demo -@dirrm share/libgda-%%VERSION%%/ -%%UI%%@dirrmtry share/applications -@dirrm lib/libgda-%%VERSION%%/providers -%%UI%%@dirrm lib/libgda-%%VERSION%%/plugins -@dirrm lib/libgda-%%VERSION%% -@dirrm include/libgda-%%VERSION%%/libgda/virtual -@dirrm include/libgda-%%VERSION%%/libgda/thread-wrapper -@dirrm include/libgda-%%VERSION%%/libgda/sqlite -@dirrm include/libgda-%%VERSION%%/libgda/sql-parser -@dirrm include/libgda-%%VERSION%%/libgda/providers-support -@dirrm include/libgda-%%VERSION%%/libgda/handlers -@dirrm include/libgda-%%VERSION%%/libgda-xslt -%%UI%%@dirrm include/libgda-%%VERSION%%/libgda-ui -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%% -@dirrmtry etc/libgda-%%VERSION%% -@dirrm bin/gda_trml2pdf -@dirrm bin/gda_trml2html -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile deleted file mode 100644 index 0c15cb51e..000000000 --- a/databases/libgdamm/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libglademm -# Date created: 1 Oct 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgdamm/Makefile,v 1.20 2010/06/05 22:32:32 kwm Exp $ -# - -PORTNAME= libgdamm -PORTVERSION= 3.99.21 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgda4 library - -LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_AUTOTOOLS= libtool:22 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libgda4 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -.include <bsd.port.mk> diff --git a/databases/libgdamm/distinfo b/databases/libgdamm/distinfo deleted file mode 100644 index 7af2ac993..000000000 --- a/databases/libgdamm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgdamm-3.99.21.tar.bz2) = f2eb75edc7a439e7df71cb45bac9ec22 -SHA256 (gnome2/libgdamm-3.99.21.tar.bz2) = 08a17b9275104fa9da964cfff331e2118bfb57705c30271cff44cef91574ec9d -SIZE (gnome2/libgdamm-3.99.21.tar.bz2) = 1628064 diff --git a/databases/libgdamm/pkg-descr b/databases/libgdamm/pkg-descr deleted file mode 100644 index a78c8b4db..000000000 --- a/databases/libgdamm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgda v4 library. - -WWW: http://www.gtkmm.org/ diff --git a/databases/libgdamm/pkg-plist b/databases/libgdamm/pkg-plist deleted file mode 100644 index e3aab9378..000000000 --- a/databases/libgdamm/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -include/libgdamm-4.0/libgdamm.h -include/libgdamm-4.0/libgdamm/batch.h -include/libgdamm-4.0/libgdamm/blob.h -include/libgdamm-4.0/libgdamm/blobop.h -include/libgdamm-4.0/libgdamm/column.h -include/libgdamm-4.0/libgdamm/config.h -include/libgdamm-4.0/libgdamm/connection.h -include/libgdamm-4.0/libgdamm/connectionevent.h -include/libgdamm-4.0/libgdamm/dataaccesswrapper.h -include/libgdamm-4.0/libgdamm/datacomparator.h -include/libgdamm-4.0/libgdamm/datahandler.h -include/libgdamm-4.0/libgdamm/datamodel.h -include/libgdamm-4.0/libgdamm/datamodelarray.h -include/libgdamm-4.0/libgdamm/datamodelimport.h -include/libgdamm-4.0/libgdamm/datamodeliter.h -include/libgdamm-4.0/libgdamm/dataproxy.h -include/libgdamm-4.0/libgdamm/dataselect.h -include/libgdamm-4.0/libgdamm/handlerbin.h -include/libgdamm-4.0/libgdamm/handlerboolean.h -include/libgdamm-4.0/libgdamm/handlernumerical.h -include/libgdamm-4.0/libgdamm/handlerstring.h -include/libgdamm-4.0/libgdamm/handlertime.h -include/libgdamm-4.0/libgdamm/handlertype.h -include/libgdamm-4.0/libgdamm/holder.h -include/libgdamm-4.0/libgdamm/init.h -include/libgdamm-4.0/libgdamm/metastore.h -include/libgdamm-4.0/libgdamm/metastruct.h -include/libgdamm-4.0/libgdamm/private/batch_p.h -include/libgdamm-4.0/libgdamm/private/blob_p.h -include/libgdamm-4.0/libgdamm/private/blobop_p.h -include/libgdamm-4.0/libgdamm/private/column_p.h -include/libgdamm-4.0/libgdamm/private/config_p.h -include/libgdamm-4.0/libgdamm/private/connection_p.h -include/libgdamm-4.0/libgdamm/private/connectionevent_p.h -include/libgdamm-4.0/libgdamm/private/dataaccesswrapper_p.h -include/libgdamm-4.0/libgdamm/private/datacomparator_p.h -include/libgdamm-4.0/libgdamm/private/datahandler_p.h -include/libgdamm-4.0/libgdamm/private/datamodel_p.h -include/libgdamm-4.0/libgdamm/private/datamodelarray_p.h -include/libgdamm-4.0/libgdamm/private/datamodelimport_p.h -include/libgdamm-4.0/libgdamm/private/datamodeliter_p.h -include/libgdamm-4.0/libgdamm/private/dataproxy_p.h -include/libgdamm-4.0/libgdamm/private/dataselect_p.h -include/libgdamm-4.0/libgdamm/private/handlerbin_p.h -include/libgdamm-4.0/libgdamm/private/handlerboolean_p.h -include/libgdamm-4.0/libgdamm/private/handlernumerical_p.h -include/libgdamm-4.0/libgdamm/private/handlerstring_p.h -include/libgdamm-4.0/libgdamm/private/handlertime_p.h -include/libgdamm-4.0/libgdamm/private/handlertype_p.h -include/libgdamm-4.0/libgdamm/private/holder_p.h -include/libgdamm-4.0/libgdamm/private/metastore_p.h -include/libgdamm-4.0/libgdamm/private/metastruct_p.h -include/libgdamm-4.0/libgdamm/private/quarklist_p.h -include/libgdamm-4.0/libgdamm/private/row_p.h -include/libgdamm-4.0/libgdamm/private/serveroperation_p.h -include/libgdamm-4.0/libgdamm/private/serverprovider_p.h -include/libgdamm-4.0/libgdamm/private/set_p.h -include/libgdamm-4.0/libgdamm/private/sqlbuilder_p.h -include/libgdamm-4.0/libgdamm/private/sqlexpr_p.h -include/libgdamm-4.0/libgdamm/private/sqlparser_p.h -include/libgdamm-4.0/libgdamm/private/sqlstatement_p.h -include/libgdamm-4.0/libgdamm/private/statement_p.h -include/libgdamm-4.0/libgdamm/private/transactionstatus_p.h -include/libgdamm-4.0/libgdamm/private/xatransaction_p.h -include/libgdamm-4.0/libgdamm/quarklist.h -include/libgdamm-4.0/libgdamm/row.h -include/libgdamm-4.0/libgdamm/serveroperation.h -include/libgdamm-4.0/libgdamm/serverprovider.h -include/libgdamm-4.0/libgdamm/set.h -include/libgdamm-4.0/libgdamm/sqlbuilder.h -include/libgdamm-4.0/libgdamm/sqlexpr.h -include/libgdamm-4.0/libgdamm/sqlparser.h -include/libgdamm-4.0/libgdamm/sqlstatement.h -include/libgdamm-4.0/libgdamm/statement.h -include/libgdamm-4.0/libgdamm/transactionstatus.h -include/libgdamm-4.0/libgdamm/throw_exception.h -include/libgdamm-4.0/libgdamm/value.h -include/libgdamm-4.0/libgdamm/wrap_init.h -include/libgdamm-4.0/libgdamm/xatransaction.h -lib/libgdamm-4.0.a -lib/libgdamm-4.0.la -lib/libgdamm-4.0.so -lib/libgdamm-4.0.so.12 -lib/libgdamm-4.0/include/libgdammconfig.h -libdata/pkgconfig/libgdamm-4.0.pc -@dirrm lib/libgdamm-4.0/include -@dirrm lib/libgdamm-4.0 -@dirrm include/libgdamm-4.0/libgdamm/private -@dirrm include/libgdamm-4.0/libgdamm -@dirrm include/libgdamm-4.0 |