diff options
Diffstat (limited to 'databases')
64 files changed, 0 insertions, 2978 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile deleted file mode 100644 index d91f77ea4..000000000 --- a/databases/evolution-data-server/Makefile +++ /dev/null @@ -1,69 +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.141 2008/02/25 18:00:31 kwm Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.22.0 -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 \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.3:${PORTSDIR}/security/libtasn1 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui \ - ltverhack -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool:15 -USE_BDB= 41 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static \ - --enable-nss=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.22" EVO_VERSION="1.2" - -OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off - -.include <bsd.port.pre.mk> - -.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c -.endif - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -.endif - -.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-imap4=yes -PLIST_SUB+= IMAP4="" -.else -PLIST_SUB+= IMAP4="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|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 c31a13b36..000000000 --- a/databases/evolution-data-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-data-server-2.22.0.tar.bz2) = 0f29044dc21a4bfb915cafafde8f4d6b -SHA256 (gnome2/evolution-data-server-2.22.0.tar.bz2) = ff1b3540234296e1ffe52ddde48b67d93a261ee06f2eef865a47c4fbcfdc8724 -SIZE (gnome2/evolution-data-server-2.22.0.tar.bz2) = 7575575 diff --git a/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c b/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c deleted file mode 100644 index b7266a514..000000000 --- a/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c +++ /dev/null @@ -1,13 +0,0 @@ ---- addressbook/backends/ldap/e-book-backend-ldap.c.orig 2007-12-14 15:23:50.000000000 +0100 -+++ addressbook/backends/ldap/e-book-backend-ldap.c 2007-12-21 11:29:01.000000000 +0100 -@@ -358,8 +358,8 @@ - - /* misc fields */ - STRING_PROP (E_CONTACT_HOMEPAGE_URL, "labeledURI"), -- /* map nickname to displayName */ -- STRING_PROP (E_CONTACT_NICKNAME, "displayName"), -+ /* map nickname to nickname */ -+ STRING_PROP (E_CONTACT_NICKNAME, "nickname"), - E_STRING_PROP (E_CONTACT_SPOUSE, "spouseName"), - E_STRING_PROP (E_CONTACT_NOTE, "note"), - E_COMPLEX_PROP (E_CONTACT_ANNIVERSARY, "anniversary", anniversary_populate, anniversary_ber, anniversary_compare), diff --git a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c deleted file mode 100644 index 766abb542..000000000 --- a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c +++ /dev/null @@ -1,18 +0,0 @@ ---- calendar/libical/src/libical/icaltz-util.c.orig 2007-08-24 02:48:28.000000000 -0400 -+++ calendar/libical/src/libical/icaltz-util.c 2007-08-27 16:23:59.000000000 -0400 -@@ -23,6 +23,15 @@ - #include <string.h> - #if defined(sun) && defined(__SVR4) - #include <sys/byteorder.h> -+#elif defined(__FreeBSD__) -+#include <sys/endian.h> -+#define __BYTE_ORDER _BYTE_ORDER -+#define __LITTLE_ENDIAN _LITTLE_ENDIAN -+#define __BIG_ENDIAN _BIG_ENDIAN -+ -+#define bswap_16 bswap16 -+#define bswap_32 bswap32 -+#define bswap_64 bswap64 - #else - #include <byteswap.h> - #include <endian.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_imap4_camel-imap4-specials.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c deleted file mode 100644 index e00b57db0..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c +++ /dev/null @@ -1,10 +0,0 @@ ---- camel/providers/imap4/camel-imap4-specials.c.orig Thu May 17 18:11:10 2007 -+++ camel/providers/imap4/camel-imap4-specials.c Thu May 17 18:11:17 2007 -@@ -22,6 +22,7 @@ - #include <config.h> - #endif - -+#include <glib.h> - #include <string.h> - - #include "camel-imap4-specials.h" diff --git a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c deleted file mode 100644 index 55db1a65d..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c +++ /dev/null @@ -1,19 +0,0 @@ ---- camel/providers/imap4/camel-imap4-summary.c.orig Mon May 7 01:01:31 2007 -+++ camel/providers/imap4/camel-imap4-summary.c Mon May 7 01:05:32 2007 -@@ -1148,6 +1148,7 @@ static CamelIMAP4Command * - imap4_summary_fetch_flags (CamelFolderSummary *summary) - { - CamelFolder *folder = summary->folder; -+ CamelIMAP4Summary *imap4_summary = (CamelIMAP4Summary *) summary; - struct imap4_fetch_all_t *fetch; - CamelMessageInfo *info[2]; - CamelIMAP4Engine *engine; -@@ -1479,7 +1480,7 @@ camel_imap4_summary_flush_updates (Camel - } - } else { - /* need to fetch new envelopes */ -- first = scount + 1; -+ seqid = scount + 1; - } - - if (seqid != 0 && seqid <= imap4_summary->exists) { diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure deleted file mode 100644 index 1ef8d776b..000000000 --- a/databases/evolution-data-server/files/patch-configure +++ /dev/null @@ -1,44 +0,0 @@ ---- configure.orig Mon Jun 18 23:55:48 2007 -+++ configure Mon Jun 18 23:56:20 2007 -@@ -24562,6 +24562,14 @@ case "$host" in - # AC_CACHE_VAL(have_addrinfo, [have_addrinfo=yes]) - # AC_DEFINE(_WIN32_WINNT, 0x501, [To get getaddrinfo etc declarations]) - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) os_win32=no - NO_UNDEFINED='' - SOCKET_LIBS='' -@@ -28651,7 +28659,7 @@ cat >>conftest.$ac_ext <<_ACEOF - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -- -+ #include <stdio.h> - - int - main () -@@ -28982,7 +28990,7 @@ if test "x${with_krb5}" != "xno"; then - LDFLAGS_save="$LDFLAGS" - - mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" -- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" -+ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" - sunlibs="-lkrb5 -lgss" - { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 - echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } -@@ -33825,7 +33833,7 @@ idldir='${datadir}'/idl/evolution-data-s - imagesdir='${datadir}'/pixmaps/evolution-data-server - - --serverdir="$libdir/bonobo/servers" -+serverdir="$prefix/libdata/bonobo/servers" - - - extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions 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 f5b6fa273..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2007-12-21 11:30:30.000000000 +0100 -+++ docs/reference/camel/Makefile.in 2007-12-21 11:55:58.000000000 +0100 -@@ -123,7 +123,7 @@ - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - ICONV_CFLAGS = @ICONV_CFLAGS@ - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ -@@ -690,8 +690,8 @@ - done; \ - echo '-- Installing $(srcdir)/html/index.sgml' ; \ - $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ -- which gtkdoc-rebase >/dev/null && \ -- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ -+# which gtkdoc-rebase >/dev/null && \ -+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ - fi - - uninstall-local: diff --git a/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c b/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c deleted file mode 100644 index 62532da02..000000000 --- a/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libedataserverui/e-source-option-menu.c.orig Tue Nov 23 13:50:14 2004 -+++ libedataserverui/e-source-option-menu.c Tue Nov 23 13:50:33 2004 -@@ -24,6 +24,8 @@ - #include <config.h> - #endif - -+#include <sys/types.h> -+ - #include <gtk/gtkmenu.h> - #include <gtk/gtkmenuitem.h> - 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 44c825ef8..000000000 --- a/databases/evolution-data-server/pkg-plist +++ /dev/null @@ -1,813 +0,0 @@ -include/evolution-data-server-%%VERSION%%/camel/broken-date-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-arg.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-debug.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-digest-summary.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-exception-list.def -include/evolution-data-server-%%VERSION%%/camel/camel-exception.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-i18n.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-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-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-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-news-address.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-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-process.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-kerberos4.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-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-types.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%%/exchange/e-folder-exchange.h -include/evolution-data-server-%%VERSION%%/exchange/e-folder.h -include/evolution-data-server-%%VERSION%%/exchange/e-storage.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-autoconfig.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-context.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-freebusy.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog-ldap.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-http-utils.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-marshal.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-operation.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-properties.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-propnames.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-restriction.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-result.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-security-descriptor.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-sid.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-types.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-uri.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-utils.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-validate.h -include/evolution-data-server-%%VERSION%%/exchange/e2k-xml-utils.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-account.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-constants.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-esource.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-folder-size.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-foreign.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-somedav.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-webdav.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-oof.h -include/evolution-data-server-%%VERSION%%/exchange/exchange-types.h -include/evolution-data-server-%%VERSION%%/exchange/mapi.h -include/evolution-data-server-%%VERSION%%/google/gdata-google/gdata-google-service.h -include/evolution-data-server-%%VERSION%%/google/gdata/gdata-entry.h -include/evolution-data-server-%%VERSION%%/google/gdata/gdata-feed.h -include/evolution-data-server-%%VERSION%%/google/gdata/gdata-service-iface.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%%/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-component.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.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/Evolution-DataServer-Addressbook.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/Evolution-DataServer-Calendar.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-sexp.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-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-component-listener.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-module.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-db3-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-dbhash.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-file-cache.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iconv.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-msgport.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-trie.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/md5-utils.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.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-option-menu.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 -include/evolution-data-server-%%VERSION%%/libical/ical.h -include/evolution-data-server-%%VERSION%%/libical/icalarray.h -include/evolution-data-server-%%VERSION%%/libical/icalattach.h -include/evolution-data-server-%%VERSION%%/libical/icalcalendar.h -include/evolution-data-server-%%VERSION%%/libical/icalclassify.h -include/evolution-data-server-%%VERSION%%/libical/icalcluster.h -include/evolution-data-server-%%VERSION%%/libical/icalcomponent.h -include/evolution-data-server-%%VERSION%%/libical/icalderivedparameter.h -include/evolution-data-server-%%VERSION%%/libical/icalderivedproperty.h -include/evolution-data-server-%%VERSION%%/libical/icalderivedvalue.h -include/evolution-data-server-%%VERSION%%/libical/icaldirset.h -include/evolution-data-server-%%VERSION%%/libical/icaldirsetimpl.h -include/evolution-data-server-%%VERSION%%/libical/icalduration.h -include/evolution-data-server-%%VERSION%%/libical/icalenums.h -include/evolution-data-server-%%VERSION%%/libical/icalerror.h -include/evolution-data-server-%%VERSION%%/libical/icalfileset.h -include/evolution-data-server-%%VERSION%%/libical/icalfilesetimpl.h -include/evolution-data-server-%%VERSION%%/libical/icalgauge.h -include/evolution-data-server-%%VERSION%%/libical/icalgaugeimpl.h -include/evolution-data-server-%%VERSION%%/libical/icallangbind.h -include/evolution-data-server-%%VERSION%%/libical/icalmemory.h -include/evolution-data-server-%%VERSION%%/libical/icalmessage.h -include/evolution-data-server-%%VERSION%%/libical/icalmime.h -include/evolution-data-server-%%VERSION%%/libical/icalparameter.h -include/evolution-data-server-%%VERSION%%/libical/icalparser.h -include/evolution-data-server-%%VERSION%%/libical/icalperiod.h -include/evolution-data-server-%%VERSION%%/libical/icalproperty.h -include/evolution-data-server-%%VERSION%%/libical/icalrecur.h -include/evolution-data-server-%%VERSION%%/libical/icalrestriction.h -include/evolution-data-server-%%VERSION%%/libical/icalset.h -include/evolution-data-server-%%VERSION%%/libical/icalspanlist.h -include/evolution-data-server-%%VERSION%%/libical/icalss.h -include/evolution-data-server-%%VERSION%%/libical/icalssyacc.h -include/evolution-data-server-%%VERSION%%/libical/icaltime.h -include/evolution-data-server-%%VERSION%%/libical/icaltimezone.h -include/evolution-data-server-%%VERSION%%/libical/icaltypes.h -include/evolution-data-server-%%VERSION%%/libical/icaltz-util.h -include/evolution-data-server-%%VERSION%%/libical/icalvalue.h -include/evolution-data-server-%%VERSION%%/libical/icalvcal.h -include/evolution-data-server-%%VERSION%%/libical/port.h -include/evolution-data-server-%%VERSION%%/libical/pvl.h -include/evolution-data-server-%%VERSION%%/libical/sspm.h -include/evolution-data-server-%%VERSION%%/libical/vcaltmp.h -include/evolution-data-server-%%VERSION%%/libical/vcc.h -include/evolution-data-server-%%VERSION%%/libical/vobject.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/libcamelhula.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.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 -%%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/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/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/libecalbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.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 -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -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.11 -lib/libcamel-provider-%%EVO_VERSION%%.a -lib/libcamel-provider-%%EVO_VERSION%%.la -lib/libcamel-provider-%%EVO_VERSION%%.so -lib/libcamel-provider-%%EVO_VERSION%%.so.11 -lib/libebook-%%EVO_VERSION%%.a -lib/libebook-%%EVO_VERSION%%.la -lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.9 -lib/libecal-%%EVO_VERSION%%.a -lib/libecal-%%EVO_VERSION%%.la -lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.7 -lib/libedata-book-%%EVO_VERSION%%.a -lib/libedata-book-%%EVO_VERSION%%.la -lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.2 -lib/libedata-cal-%%EVO_VERSION%%.a -lib/libedata-cal-%%EVO_VERSION%%.la -lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.6 -lib/libedataserver-%%EVO_VERSION%%.a -lib/libedataserver-%%EVO_VERSION%%.la -lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.9 -lib/libedataserverui-%%EVO_VERSION%%.a -lib/libedataserverui-%%EVO_VERSION%%.la -lib/libedataserverui-%%EVO_VERSION%%.so -lib/libedataserverui-%%EVO_VERSION%%.so.8 -lib/libegroupwise-%%EVO_VERSION%%.a -lib/libegroupwise-%%EVO_VERSION%%.la -lib/libegroupwise-%%EVO_VERSION%%.so -lib/libegroupwise-%%EVO_VERSION%%.so.13 -lib/libexchange-storage-%%EVO_VERSION%%.a -lib/libexchange-storage-%%EVO_VERSION%%.la -lib/libexchange-storage-%%EVO_VERSION%%.so -lib/libexchange-storage-%%EVO_VERSION%%.so.3 -lib/libgdata-%%EVO_VERSION%%.a -lib/libgdata-%%EVO_VERSION%%.la -lib/libgdata-%%EVO_VERSION%%.so -lib/libgdata-%%EVO_VERSION%%.so.1 -lib/libgdata-google-%%EVO_VERSION%%.a -lib/libgdata-google-%%EVO_VERSION%%.la -lib/libgdata-google-%%EVO_VERSION%%.so -lib/libgdata-google-%%EVO_VERSION%%.so.1 -libdata/bonobo/servers/GNOME_Evolution_DataServer_%%EVO_VERSION%%.server -libdata/pkgconfig/camel-%%EVO_VERSION%%.pc -libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc -libdata/pkgconfig/evolution-data-server-%%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 -libdata/pkgconfig/libexchange-storage-%%EVO_VERSION%%.pc -libdata/pkgconfig/libgdata-%%EVO_VERSION%%.pc -libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc -libexec/camel-index-control-%%EVO_VERSION%% -libexec/camel-lock-helper-%%EVO_VERSION%% -libexec/evolution-data-server-%%VERSION%% -share/doc/camel/Addresses.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/Services.html -share/doc/camel/Streams.html -share/doc/camel/camel-CamelAddress.html -share/doc/camel/camel-CamelCipherContext.html -share/doc/camel/camel-CamelDataWrapper.html -share/doc/camel/camel-CamelFolder.html -share/doc/camel/camel-CamelFolderSummary.html -share/doc/camel/camel-CamelGpgContext.html -share/doc/camel/camel-CamelInternetAddress.html -share/doc/camel/camel-CamelMedium.html -share/doc/camel/camel-CamelMimeFilter.html -share/doc/camel/camel-CamelMimeFilterBasic.html -share/doc/camel/camel-CamelMimeFilterBestenc.html -share/doc/camel/camel-CamelMimeFilterCRLF.html -share/doc/camel/camel-CamelMimeFilterCanon.html -share/doc/camel/camel-CamelMimeFilterCharset.html -share/doc/camel/camel-CamelMimeFilterEnriched.html -share/doc/camel/camel-CamelMimeFilterFrom.html -share/doc/camel/camel-CamelMimeFilterHTML.html -share/doc/camel/camel-CamelMimeFilterIndex.html -share/doc/camel/camel-CamelMimeFilterPgp.html -share/doc/camel/camel-CamelMimeFilterSave.html -share/doc/camel/camel-CamelMimeFilterToHTML.html -share/doc/camel/camel-CamelMimeFilterWindows.html -share/doc/camel/camel-CamelMimeFilterYenc.html -share/doc/camel/camel-CamelMimeMessage.html -share/doc/camel/camel-CamelMimeParser.html -share/doc/camel/camel-CamelMimePart.html -share/doc/camel/camel-CamelMultipart.html -share/doc/camel/camel-CamelMultipartEncrypted.html -share/doc/camel/camel-CamelMultipartSigned.html -share/doc/camel/camel-CamelObject.html -share/doc/camel/camel-CamelOfflineFolder.html -share/doc/camel/camel-CamelOfflineJournal.html -share/doc/camel/camel-CamelOfflineStore.html -share/doc/camel/camel-CamelSasl.html -share/doc/camel/camel-CamelSaslAnonymous.html -share/doc/camel/camel-CamelSaslCramMd5.html -share/doc/camel/camel-CamelSaslDigestMd5.html -share/doc/camel/camel-CamelSaslGssapi.html -share/doc/camel/camel-CamelSaslKerberos4.html -share/doc/camel/camel-CamelSaslLogin.html -share/doc/camel/camel-CamelSaslNTLM.html -share/doc/camel/camel-CamelSaslPlain.html -share/doc/camel/camel-CamelSeekableStream.html -share/doc/camel/camel-CamelSeekableSubstream.html -share/doc/camel/camel-CamelService.html -share/doc/camel/camel-CamelSession.html -share/doc/camel/camel-CamelStore.html -share/doc/camel/camel-CamelStoreSummary.html -share/doc/camel/camel-CamelStream.html -share/doc/camel/camel-CamelStreamBuffer.html -share/doc/camel/camel-CamelStreamFilter.html -share/doc/camel/camel-CamelStreamFs.html -share/doc/camel/camel-CamelStreamMem.html -share/doc/camel/camel-CamelStreamNull.html -share/doc/camel/camel-CamelStreamVFS.html -share/doc/camel/camel-CamelTcpStream.html -share/doc/camel/camel-CamelTcpStreamRaw.html -share/doc/camel/camel-CamelTcpStreamSSL.html -share/doc/camel/camel-CamelTransport.html -share/doc/camel/camel-CamelVTrashFolder.html -share/doc/camel/camel-CamelVeeFolder.html -share/doc/camel/camel-camel-exception.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-url.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/ix01.html -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png -share/doc/libebook/EBook.html -share/doc/libebook/EBookListener.html -share/doc/libebook/EBookView.html -share/doc/libebook/EBookViewListener.html -share/doc/libebook/EContact.html -share/doc/libebook/EDestination.html -share/doc/libebook/EVCard.html -share/doc/libebook/ch01.html -share/doc/libebook/home.png -share/doc/libebook/index.html -share/doc/libebook/index.sgml -share/doc/libebook/ix01.html -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/ECalListener.html -share/doc/libecal/ECalView.html -share/doc/libecal/ECalViewListener.html -share/doc/libecal/ch01.html -share/doc/libecal/home.png -share/doc/libecal/index.html -share/doc/libecal/index.sgml -share/doc/libecal/ix01.html -share/doc/libecal/left.png -share/doc/libecal/libecal-e-cal-recur.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/ch01.html -share/doc/libedata-book/home.png -share/doc/libedata-book/index.html -share/doc/libedata-book/index.sgml -share/doc/libedata-book/ix01.html -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/EDataCalFactory.html -share/doc/libedata-cal/EDataCalView.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/ix01.html -share/doc/libedata-cal/left.png -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/EComponentListener.html -share/doc/libedataserver/EFileCache.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/ch01.html -share/doc/libedataserver/home.png -share/doc/libedataserver/index.html -share/doc/libedataserver/index.sgml -share/doc/libedataserver/ix01.html -share/doc/libedataserver/left.png -share/doc/libedataserver/libedataserver-EFlag.html -share/doc/libedataserver/libedataserver-ESExp.html -share/doc/libedataserver/libedataserver-e-categories.html -share/doc/libedataserver/libedataserver-e-data-server-module.html -share/doc/libedataserver/libedataserver-e-db3-utils.html -share/doc/libedataserver/libedataserver-e-dbhash.html -share/doc/libedataserver/libedataserver-e-iconv.html -share/doc/libedataserver/libedataserver-e-memory.html -share/doc/libedataserver/libedataserver-e-msgport.html -share/doc/libedataserver/libedataserver-e-time-utils.html -share/doc/libedataserver/libedataserver-e-trie.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-md5-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/ESourceOptionMenu.html -share/doc/libedataserverui/ESourceSelector.html -share/doc/libedataserverui/ESourceSelectorDialog.html -share/doc/libedataserverui/ETreeModelGenerator.html -share/doc/libedataserverui/ch01.html -share/doc/libedataserverui/home.png -share/doc/libedataserverui/index.html -share/doc/libedataserverui/index.sgml -share/doc/libedataserverui/ix01.html -share/doc/libedataserverui/left.png -share/doc/libedataserverui/libedataserverui-ECellRendererColor.html -share/doc/libedataserverui/libedataserverui-e-book-auth-util.html -share/doc/libedataserverui/libedataserverui-e-data-server-ui-marshal.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%%/glade/e-categories-dialog.glade -share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade -share/evolution-data-server-%%VERSION%%/weather/Locations.xml -share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Addressbook.idl -share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Calendar.idl -share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer.idl -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/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/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/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/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@Latn/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 -@dirrm share/idl/evolution-data-server-%%EVO_VERSION%% -@dirrm share/evolution-data-server-%%VERSION%%/weather -@dirrm share/evolution-data-server-%%VERSION%%/glade -@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/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%%/libical -@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%%/groupwise -@dirrm include/evolution-data-server-%%VERSION%%/google/gdata-google -@dirrm include/evolution-data-server-%%VERSION%%/google/gdata -@dirrm include/evolution-data-server-%%VERSION%%/google -@dirrm include/evolution-data-server-%%VERSION%%/exchange -@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/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/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@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 12fe45fac..000000000 --- a/databases/glom/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: glom -# Date created: 24 April, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/glom/Makefile,v 1.17 2008/03/17 21:11:28 kwm Exp $ -# - -PORTNAME= glom -PORTVERSION= 1.6.10 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GNOME database designer and user interface - -LIB_DEPENDS= bakery-2.4:${PORTSDIR}/x11-toolkits/bakery \ - gdamm-3.0.10:${PORTSDIR}/databases/libgdamm \ - gtksourceviewmm-1.0.1:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \ - goocanvas.3:${PORTSDIR}/graphics/goocanvas -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-postgresql -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-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" off - -.include <bsd.port.pre.mk> - -.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 ac8ec26c4..000000000 --- a/databases/glom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glom-1.6.10.tar.bz2) = 2949c8b57a1926454009ca71133abf37 -SHA256 (glom-1.6.10.tar.bz2) = 4b5616731e3971a65ee368202d0bfb533a6aa423269678bdf2a37bab09dff1d1 -SIZE (glom-1.6.10.tar.bz2) = 1356023 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 ae8bf97bc..000000000 --- a/databases/glom/files/patch-glom_libglom_connectionpool.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- glom/libglom/connectionpool.cc.orig 2008-01-31 11:29:29.000000000 +0100 -+++ glom/libglom/connectionpool.cc 2008-01-31 11:38:06.000000000 +0100 -@@ -642,7 +642,7 @@ bool ConnectionPool::directory_exists_ur - } - - #ifndef GLOM_ENABLE_CLIENT_ONLY --static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ -+static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */ - - /* This is a Linux/Unix signal handler, - * so we can respond to a crash. 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 ff175eeb0..000000000 --- a/databases/glom/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/glom -lib/libglom.a -lib/libglom.la -lib/libglom.so -lib/libglom.so.0 -%%PYTHON_SITELIBDIR%%/glom.a -%%PYTHON_SITELIBDIR%%/glom.la -%%PYTHON_SITELIBDIR%%/glom.so -share/applications/glom.desktop -%%DATADIR%%/doc/examples/example_film_manager.glom -%%DATADIR%%/doc/examples/example_music_collection.glom -%%DATADIR%%/doc/examples/example_project_manager.glom -%%DATADIR%%/doc/examples/example_smallbusiness.glom -%%DATADIR%%/glade/glom.glade -%%DATADIR%%/glom_document.dtd -%%DATADIR%%/xslt/print_details_to_html.xsl -%%DATADIR%%/xslt/print_report_to_html.xsl -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/start.png -share/gnome/help/glom/C/glom.xml -share/gnome/help/glom/C/legal.xml -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/start.png -share/gnome/help/glom/de/glom.xml -share/gnome/help/glom/de/legal.xml -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/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_design_fields.png -share/gnome/help/glom/es/figures/glom_design_fields_dialog_calculated.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/sv/figures/glom_design_fields.png -share/gnome/help/glom/sv/figures/glom_design_fields_dialog_calculated.png -share/gnome/help/glom/sv/figures/start.png -share/gnome/help/glom/sv/glom.xml -share/gnome/help/glom/sv/legal.xml -share/mime-info/glom.keys -share/mime-info/glom.mime -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/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/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-sv.omf -@dirrm share/omf/glom -@dirrm share/gnome/help/glom/sv/figures -@dirrm share/gnome/help/glom/sv -@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 %%DATADIR%%/xslt -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/doc/examples -@dirrm %%DATADIR%%/doc -@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 diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile deleted file mode 100644 index 584b02335..000000000 --- a/databases/libgda2/Makefile +++ /dev/null @@ -1,196 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda2/Makefile,v 1.43 2008/02/05 13:20:02 kwm Exp $ -# - -PORTNAME= libgda2 -PORTVERSION= 1.2.4 -PORTREVISION?= 3 -PORTEPOCH?= 1 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - rarian.0:${PORTSDIR}/textproc/rarian - -CONFLICTS= libgda-0* - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack intlhack -USE_GETTEXT= yes -USE_XLIB= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-bdb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -MAN1= gda-config-tool.1 -MAN5= gda-config.5 - -PLIST_SUB= VERSION=${PORTVERSION:R} - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) -WITH_MYSQL= yes -.endif - -.if exists(${LOCALBASE}/lib/libldap.so) -WITH_LDAP=yes -.endif - -.if exists(${LOCALBASE}/lib/libgds.so.1) -WITH_FIREBIRD= yes -.elif exists(${LOCALBASE}/lib/libgds.so.2) -WITHOUT_FIREBIRD=yes -.endif - -.if exists(${LOCALBASE}/lib/libtds.so) -WITH_FREETDS= yes -.endif - -.if exists(${LOCALBASE}/lib/libsybdb.so) -WITH_SYBASE= yes -.endif - -.if exists(${LOCALBASE}/lib/libmdbsql.so) -WITH_MDB= yes -.endif - -.if exists(${LOCALBASE}/lib/libODBC.so) -WITH_ODBC= yes -.endif - -.if exists(${LOCALBASE}/lib/libsqlite3.so) -WITH_SQLITE= yes -.endif - -.if !defined(WITH_MYSQL) -PLIST_SUB+= MYSQL:="@comment " -CONFIGURE_ARGS+= --without-mysql -.else -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -PLIST_SUB+= MYSQL:="" -.endif - -.if !defined(WITHOUT_PGSQL) && defined(WITH_PGSQL) -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -PLIST_SUB+= POSTGRES:="" -.else -PLIST_SUB+= POSTGRES:="@comment " -CONFIGURE_ARGS+= --without-postgres -.endif - -.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -PLIST_SUB+= LDAP:="" -.else -CONFIGURE_ARGS+= --without-ldap -PLIST_SUB+= LDAP:="@comment " -.endif - -.if !defined(WITHOUT_FIREBIRD) && defined(WITH_FIREBIRD) -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -PLIST_SUB+= FIREBIRD:="" -.else -CONFIGURE_ARGS+= --without-firebird -PLIST_SUB+= FIREBIRD:="@comment " -.endif - -.if !defined(WITHOUT_FREETDS) && defined(WITH_FREETDS) -LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -PLIST_SUB+= FREETDS:="" -.else -CONFIGURE_ARGS+= --without-tds -PLIST_SUB+= FREETDS:="@comment " -.endif - -.if !defined(WITHOUT_SYBASE) && defined(WITH_SYBASE) -LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-sybase=${LOCALBASE} -PLIST_SUB+= SYBASE:="" -.else -CONFIGURE_ARGS+= --without-sybase -PLIST_SUB+= SYBASE:="@comment " -.endif - -.if !defined(WITHOUT_MDB) && defined(WITH_MDB) -LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -PLIST_SUB+= MDB:="" -.else -CONFIGURE_ARGS+= --without-mdb -PLIST_SUB+= MDB:="@comment " -.endif - -.if !defined(WITHOUT_ODBC) && defined(WITH_ODBC) -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -PLIST_SUB+= ODBC:="" -.else -CONFIGURE_ARGS+= --without-odbc -PLIST_SUB+= ODBC:="@comment " -.endif - -.if !defined(WITHOUT_SQLITE) && defined(WITH_SQLITE) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 -CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} -PLIST_SUB+= SQLITE:="" -.else -CONFIGURE_ARGS+= --without-sqlite -PLIST_SUB+= SQLITE:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_MYSQL) - @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." -.endif -.if !defined(WITH_LDAP) - @${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP." -.endif -.if !defined(WITH_FIREBIRD) - @${ECHO_MSG} "You can enable support for FireBird databases by defining WITH_FIREBIRD." -.endif -.if !defined(WITH_FREETDS) - @${ECHO_MSG} "You can enable support for TDS databases by defining WITH_FREETDS." -.endif -.if !defined(WITH_SYBASE) - @${ECHO_MSG} "You can enable support for Sybase databases by defining WITH_SYBASE." -.endif -.if !defined(WITH_MDB) - @${ECHO_MSG} "You can enable support for MDB databases by defining WITH_MDB." -.endif -.if !defined(WITH_ODBC) - @${ECHO_MSG} "You can enable support for ODBC databases by defining WITH_ODBC." -.endif -.if !defined(WITH_SQLITE) - @${ECHO_MSG} "You can enable support for SQLITE databases by defining WITH_SQLITE." -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/databases/libgda2/distinfo b/databases/libgda2/distinfo deleted file mode 100644 index b52f77e14..000000000 --- a/databases/libgda2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgda-1.2.4.tar.bz2) = 512a8ed842ce98eb432e69bd6867f437 -SHA256 (gnome2/libgda-1.2.4.tar.bz2) = d5e700203764e3f8d9ab3573a9b1b0e218778022c7956cf719fa0500b3027930 -SIZE (gnome2/libgda-1.2.4.tar.bz2) = 1087076 diff --git a/databases/libgda2/files/patch-aa b/databases/libgda2/files/patch-aa deleted file mode 100644 index 3b1f99251..000000000 --- a/databases/libgda2/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Fri Jan 16 23:06:50 2004 -+++ Makefile.in Fri Jan 16 23:07:18 2004 -@@ -276,7 +276,6 @@ - providers \ - report \ - tools \ -- testing \ - data \ - doc - diff --git a/databases/libgda2/files/patch-configure b/databases/libgda2/files/patch-configure deleted file mode 100644 index 8df5044bb..000000000 --- a/databases/libgda2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Apr 6 14:10:07 2004 -+++ configure Tue Apr 6 14:10:19 2004 -@@ -23012,7 +23012,7 @@ - _ACEOF - - FIREBIRD_CFLAGS="-I${firebirddir}/include" -- FIREBIRD_LIBS="-L${firebirddir}/lib -lgds -ldl -lcrypt" -+ FIREBIRD_LIBS="-L${firebirddir}/lib -lgds -lcrypt" - fi - fi - diff --git a/databases/libgda2/files/patch-doc::libgda-C.omf.in b/databases/libgda2/files/patch-doc::libgda-C.omf.in deleted file mode 100644 index f98b540c5..000000000 --- a/databases/libgda2/files/patch-doc::libgda-C.omf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libgda-C.omf.in.orig Mon Feb 28 05:30:59 2005 -+++ doc/libgda-C.omf.in Thu Mar 3 14:07:24 2005 -@@ -16,7 +16,7 @@ - </description> - <type>user's guide</type> - <format mime="text/html"/> -- <identifier url="file:@prefix@/share/gtk-doc/html/libgda/index.html"/> -+ <identifier url="file:@prefix@/share/doc/libgda/index.html"/> - <language code="C"/> - <relation seriesid="ebe4f574-a94d-11d6-8bc3-bd1f202a92f8"/> - <rights type="GNU FDL" license.version="1.1"/> diff --git a/databases/libgda2/files/patch-doc_C_Makefile.in b/databases/libgda2/files/patch-doc_C_Makefile.in deleted file mode 100644 index ef37c3190..000000000 --- a/databases/libgda2/files/patch-doc_C_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/C/Makefile.in.orig Thu Jul 22 10:35:19 2004 -+++ doc/C/Makefile.in Thu Jul 22 10:35:48 2004 -@@ -116,7 +116,7 @@ - HISTORY_LIB = @HISTORY_LIB@ - HISTORY_LIB_FALSE = @HISTORY_LIB_FALSE@ - HISTORY_LIB_TRUE = @HISTORY_LIB_TRUE@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - IBMDB2_CFLAGS = @IBMDB2_CFLAGS@ - IBMDB2_FALSE = @IBMDB2_FALSE@ - IBMDB2_LIBS = @IBMDB2_LIBS@ diff --git a/databases/libgda2/files/patch-libgda.pc.in b/databases/libgda2/files/patch-libgda.pc.in deleted file mode 100644 index f9bd3aaed..000000000 --- a/databases/libgda2/files/patch-libgda.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgda.pc.in.orig Fri Oct 31 21:59:33 2003 -+++ libgda.pc.in Fri Oct 31 22:00:52 2003 -@@ -5,7 +5,7 @@ - - Name: libgda - Description: GDA (GNOME Data Access) library --Requires: glib-2.0 libxml-2.0 libxslt -+Requires: glib-2.0 gthread-2.0 gmodule-2.0 libxml-2.0 libxslt - Version: @VERSION@ - Libs: -L${libdir} -lgda-2 - Cflags: -I${includedir} diff --git a/databases/libgda2/files/patch-po_Makefile.in.in b/databases/libgda2/files/patch-po_Makefile.in.in deleted file mode 100644 index 1e6984b6b..000000000 --- a/databases/libgda2/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,10 +0,0 @@ ---- po/Makefile.in.in.orig Sat Aug 14 00:43:46 2004 -+++ po/Makefile.in.in Sat Aug 14 00:45:54 2004 -@@ -35,6 +35,7 @@ - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ -+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - - CC = @CC@ - GENCAT = @GENCAT@ diff --git a/databases/libgda2/files/patch-providers_freetds_0.64 b/databases/libgda2/files/patch-providers_freetds_0.64 deleted file mode 100644 index 4ee9c151e..000000000 --- a/databases/libgda2/files/patch-providers_freetds_0.64 +++ /dev/null @@ -1,44 +0,0 @@ ---- providers/freetds/gda-freetds-provider.c.orig Tue Jan 9 18:50:54 2007 -+++ providers/freetds/gda-freetds-provider.c Wed Mar 7 17:10:38 2007 -@@ -253,7 +253,7 @@ - - /* Version 0.60 api uses context additionaly */ - #if defined(HAVE_FREETDS_VER0_6X) || defined(HAVE_FREETDS_VER0_60) -- tds_cnc->ctx = tds_alloc_context(); -+ tds_cnc->ctx = tds_alloc_context(NULL); - if (! tds_cnc->ctx) { - gda_log_error (_("Allocating tds context failed.")); - gda_freetds_free_connection_data (tds_cnc); -@@ -1062,9 +1062,9 @@ - TDS_SUCCEED); - - msg = g_strdup_printf(_("Msg %d, Level %d, State %d, Server %s, Line %d\n%s\n"), -- msg_info->msg_number, -- msg_info->msg_level, -- msg_info->msg_state, -+ msg_info->msgno, -+ msg_info->severity, -+ msg_info->state, - (msg_info->server ? msg_info->server : ""), - msg_info->line_number, - msg_info->message ? msg_info->message : ""); -@@ -1074,7 +1074,7 @@ - if (cnc != NULL) { - error = gda_error_new (); - gda_error_set_description (error, msg); -- gda_error_set_number (error, msg_info->msg_number); -+ gda_error_set_number (error, msg_info->msgno); - gda_error_set_source (error, "gda-freetds"); - if (msg_info->sql_state != NULL) { - gda_error_set_sqlstate (error, ---- providers/freetds/gda-freetds-recordset.c.orig Mon Mar 12 13:19:31 2007 -+++ providers/freetds/gda-freetds-recordset.c Mon Mar 12 13:21:09 2007 -@@ -386,7 +386,7 @@ - g_object_unref (recset); - recset = NULL; - return NULL; -- } else if (tds_cnc->rc != TDS_NO_MORE_ROWS) { -+ } else if (tds_cnc->rc != TDS_NO_MORE_RESULTS) { - error = gda_freetds_make_error(tds_cnc->tds, - _("Unexpected freetds return code in tds_process_row_tokens().\n")); - gda_connection_add_error (cnc, error); diff --git a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c b/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c deleted file mode 100644 index 1d5f2d8e4..000000000 --- a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/mdb/gda-mdb-provider.c.orig Thu Jan 4 17:14:00 2007 -+++ providers/mdb/gda-mdb-provider.c Thu Jan 4 17:14:06 2007 -@@ -209,7 +209,7 @@ - mdb_cnc = g_new0 (GdaMdbConnection, 1); - mdb_cnc->cnc = cnc; - mdb_cnc->server_version = NULL; -- mdb_cnc->mdb = mdb_open (filename, MDB_WRITABLE); -+ mdb_cnc->mdb = mdb_open (filename); - if (!mdb_cnc->mdb) { - gda_connection_add_error_string (cnc, _("Could not open file %s"), filename); - g_free (mdb_cnc); diff --git a/databases/libgda2/files/patch-providers_mysql_gda-mysql-recordset.c b/databases/libgda2/files/patch-providers_mysql_gda-mysql-recordset.c deleted file mode 100644 index f75b3284d..000000000 --- a/databases/libgda2/files/patch-providers_mysql_gda-mysql-recordset.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/mysql/gda-mysql-recordset.c.orig Wed May 18 03:10:04 2005 -+++ providers/mysql/gda-mysql-recordset.c Tue Jun 14 23:12:25 2005 -@@ -71,7 +71,7 @@ fill_gda_value (GdaValue *gda_value, enu - if (is_unsigned) { - gda_value_set_biguint (gda_value, strtoull (value, NULL, 0)); - } else { -- gda_value_set_bigint (gda_value, atoll (value)); -+ gda_value_set_bigint (gda_value, strtoll (value, NULL, 10)); - } - break; - case FIELD_TYPE_SHORT : diff --git a/databases/libgda2/files/patch-providers_postgres_utils.c b/databases/libgda2/files/patch-providers_postgres_utils.c deleted file mode 100644 index 29fe99b98..000000000 --- a/databases/libgda2/files/patch-providers_postgres_utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/postgres/utils.c.orig Mon Feb 17 21:43:51 2003 -+++ providers/postgres/utils.c Mon Feb 17 21:44:12 2003 -@@ -156,7 +156,7 @@ - gda_value_set_string (value, thevalue); - break; - case GDA_VALUE_TYPE_BIGINT : -- gda_value_set_bigint (value, atoll (thevalue)); -+ gda_value_set_bigint (value, strtoll(thevalue, &thevalue, 10)); - break; - case GDA_VALUE_TYPE_INTEGER : - gda_value_set_integer (value, atol (thevalue)); diff --git a/databases/libgda2/files/patch-tools_gda-config-tool.c b/databases/libgda2/files/patch-tools_gda-config-tool.c deleted file mode 100644 index 226aeeee7..000000000 --- a/databases/libgda2/files/patch-tools_gda-config-tool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002 -+++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002 -@@ -1136,7 +1136,7 @@ - static char ** - completion_func (const gchar *text, int start, int end) - { -- return ((start == 0) ? rl_completion_matches (text, cmd_generator) : -+ return ((start == 0) ? completion_matches (text, cmd_generator) : - NULL); - } - diff --git a/databases/libgda2/pkg-descr b/databases/libgda2/pkg-descr deleted file mode 100644 index 12eb57b5e..000000000 --- a/databases/libgda2/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/libgda2/pkg-plist b/databases/libgda2/pkg-plist deleted file mode 100644 index f014a8593..000000000 --- a/databases/libgda2/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -bin/gda-config-tool -bin/gda-report-test -bin/gda-run -etc/libgda/config -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-detail.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-label.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pagefooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pageheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-repfield.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-report.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportfooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-sqlquery.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item.h -include/libgda-%%VERSION%%/libgda-report/gda-report-result.h -include/libgda-%%VERSION%%/libgda-report/gda-report-types.h -include/libgda-%%VERSION%%/libgda-report/gda-report-valid.h -include/libgda-%%VERSION%%/libgda-report/gda-report.h -include/libgda-%%VERSION%%/libgda/gda-blob.h -include/libgda-%%VERSION%%/libgda/gda-client.h -include/libgda-%%VERSION%%/libgda/gda-command.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h -include/libgda-%%VERSION%%/libgda/gda-data-model-list.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-error.h -include/libgda-%%VERSION%%/libgda/gda-field.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-parameter.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-select.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-table.h -include/libgda-%%VERSION%%/libgda/gda-transaction.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xml-connection.h -include/libgda-%%VERSION%%/libgda/gda-xml-database.h -include/libgda-%%VERSION%%/libgda/gda-xml-document.h -include/libgda-%%VERSION%%/libgda/gda-xql-atom.h -include/libgda-%%VERSION%%/libgda/gda-xql-bin.h -include/libgda-%%VERSION%%/libgda/gda-xql-column.h -include/libgda-%%VERSION%%/libgda/gda-xql-const.h -include/libgda-%%VERSION%%/libgda/gda-xql-delete.h -include/libgda-%%VERSION%%/libgda/gda-xql-dml.h -include/libgda-%%VERSION%%/libgda/gda-xql-dual.h -include/libgda-%%VERSION%%/libgda/gda-xql-field.h -include/libgda-%%VERSION%%/libgda/gda-xql-func.h -include/libgda-%%VERSION%%/libgda/gda-xql-insert.h -include/libgda-%%VERSION%%/libgda/gda-xql-item.h -include/libgda-%%VERSION%%/libgda/gda-xql-join.h -include/libgda-%%VERSION%%/libgda/gda-xql-list.h -include/libgda-%%VERSION%%/libgda/gda-xql-query.h -include/libgda-%%VERSION%%/libgda/gda-xql-select.h -include/libgda-%%VERSION%%/libgda/gda-xql-stack.h -include/libgda-%%VERSION%%/libgda/gda-xql-target.h -include/libgda-%%VERSION%%/libgda/gda-xql-update.h -include/libgda-%%VERSION%%/libgda/gda-xql-utils.h -include/libgda-%%VERSION%%/libgda/gda-xql-value.h -include/libgda-%%VERSION%%/libgda/gda-xql-valueref.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/sql/sql_parser.h -lib/libgda-2.a -lib/libgda-2.la -lib/libgda-2.so -lib/libgda-2.so.3 -lib/libgda-report-2.a -lib/libgda-report-2.la -lib/libgda-report-2.so -lib/libgda-report-2.so.3 -lib/libgdasql.a -lib/libgdasql.la -lib/libgdasql.so -lib/libgdasql.so.3 -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.a -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.la -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.so -%%FREETDS:%%lib/libgda/providers/libgda-freetds.a -%%FREETDS:%%lib/libgda/providers/libgda-freetds.la -%%FREETDS:%%lib/libgda/providers/libgda-freetds.so -%%LDAP:%%lib/libgda/providers/libgda-ldap.a -%%LDAP:%%lib/libgda/providers/libgda-ldap.la -%%LDAP:%%lib/libgda/providers/libgda-ldap.so -%%MDB:%%lib/libgda/providers/libgda-mdb.a -%%MDB:%%lib/libgda/providers/libgda-mdb.la -%%MDB:%%lib/libgda/providers/libgda-mdb.so -%%MYSQL:%%lib/libgda/providers/libgda-mysql.a -%%MYSQL:%%lib/libgda/providers/libgda-mysql.la -%%MYSQL:%%lib/libgda/providers/libgda-mysql.so -%%ODBC:%%lib/libgda/providers/libgda-odbc.a -%%ODBC:%%lib/libgda/providers/libgda-odbc.la -%%ODBC:%%lib/libgda/providers/libgda-odbc.so -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.a -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.la -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.so -%%SYBASE:%%lib/libgda/providers/libgda-sybase.a -%%SYBASE:%%lib/libgda/providers/libgda-sybase.la -%%SYBASE:%%lib/libgda/providers/libgda-sybase.so -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.a -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.la -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.so -lib/libgda/providers/libgda-xml.a -lib/libgda/providers/libgda-xml.la -lib/libgda/providers/libgda-xml.so -libdata/pkgconfig/libgda.pc -share/libgda/xml/gda-report.dtd -share/libgda/xml/gda-report-result.dtd -share/libgda/xml/gda-xml-query.dtd -share/libgda/xml/gda-xml-query.xsl -share/omf/libgda/libgda-C.omf -share/locale/az/LC_MESSAGES/libgda-2.mo -share/locale/ca/LC_MESSAGES/libgda-2.mo -share/locale/cs/LC_MESSAGES/libgda-2.mo -share/locale/da/LC_MESSAGES/libgda-2.mo -share/locale/de/LC_MESSAGES/libgda-2.mo -share/locale/el/LC_MESSAGES/libgda-2.mo -share/locale/en_CA/LC_MESSAGES/libgda-2.mo -share/locale/en_GB/LC_MESSAGES/libgda-2.mo -share/locale/es/LC_MESSAGES/libgda-2.mo -share/locale/fa/LC_MESSAGES/libgda-2.mo -share/locale/fi/LC_MESSAGES/libgda-2.mo -share/locale/fr/LC_MESSAGES/libgda-2.mo -share/locale/ga/LC_MESSAGES/libgda-2.mo -share/locale/gl/LC_MESSAGES/libgda-2.mo -share/locale/hr/LC_MESSAGES/libgda-2.mo -share/locale/hu/LC_MESSAGES/libgda-2.mo -share/locale/it/LC_MESSAGES/libgda-2.mo -share/locale/ja/LC_MESSAGES/libgda-2.mo -share/locale/ko/LC_MESSAGES/libgda-2.mo -share/locale/ml/LC_MESSAGES/libgda-2.mo -share/locale/ms/LC_MESSAGES/libgda-2.mo -share/locale/nb/LC_MESSAGES/libgda-2.mo -share/locale/nl/LC_MESSAGES/libgda-2.mo -share/locale/pl/LC_MESSAGES/libgda-2.mo -share/locale/pt/LC_MESSAGES/libgda-2.mo -share/locale/pt_BR/LC_MESSAGES/libgda-2.mo -share/locale/ru/LC_MESSAGES/libgda-2.mo -share/locale/sk/LC_MESSAGES/libgda-2.mo -share/locale/sl/LC_MESSAGES/libgda-2.mo -share/locale/sq/LC_MESSAGES/libgda-2.mo -share/locale/sr/LC_MESSAGES/libgda-2.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-2.mo -share/locale/sv/LC_MESSAGES/libgda-2.mo -share/locale/tr/LC_MESSAGES/libgda-2.mo -share/locale/uk/LC_MESSAGES/libgda-2.mo -share/locale/vi/LC_MESSAGES/libgda-2.mo -share/locale/zh_CN/LC_MESSAGES/libgda-2.mo -share/locale/zh_TW/LC_MESSAGES/libgda-2.mo -@dirrm share/omf/libgda -@dirrm share/libgda/xml -@dirrm share/libgda -@dirrm lib/libgda/providers -@dirrm lib/libgda -@dirrm include/libgda-%%VERSION%%/sql -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%% -@dirrm etc/libgda diff --git a/databases/libgda3-firebird/Makefile b/databases/libgda3-firebird/Makefile deleted file mode 100644 index a2482458c..000000000 --- a/databases/libgda3-firebird/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/libgda3-firebird/Makefile,v 1.1 2008/02/05 13:06:53 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -firebird - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides firebird backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= firebird - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-firebird/pkg-plist b/databases/libgda3-firebird/pkg-plist deleted file mode 100644 index cb15b8648..000000000 --- a/databases/libgda3-firebird/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-firebird.a -lib/libgda-%%VERSION%%/providers/libgda-firebird.la -lib/libgda-%%VERSION%%/providers/libgda-firebird.so -libdata/pkgconfig/libgda-firebird-%%VERSION%%.pc -share/libgda-%%VERSION%%/firebird_specs_dsn.xml diff --git a/databases/libgda3-freetds/Makefile b/databases/libgda3-freetds/Makefile deleted file mode 100644 index 8da257519..000000000 --- a/databases/libgda3-freetds/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/libgda3-freetds/Makefile,v 1.1 2008/02/05 13:06:53 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -freetds - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides freetds backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= freetds - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-freetds/pkg-plist b/databases/libgda3-freetds/pkg-plist deleted file mode 100644 index f42cd90f3..000000000 --- a/databases/libgda3-freetds/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-firebird.a -lib/libgda-%%VERSION%%/providers/libgda-firebird.la -lib/libgda-%%VERSION%%/providers/libgda-firebird.so -lib/libgda-%%VERSION%%/providers/libgda-freetds.a -lib/libgda-%%VERSION%%/providers/libgda-freetds.la -lib/libgda-%%VERSION%%/providers/libgda-freetds.so -libdata/pkgconfig/libgda-firebird-%%VERSION%%.pc -libdata/pkgconfig/libgda-freetds-%%VERSION%%.pc -share/libgda-%%VERSION%%/firebird_specs_dsn.xml -share/libgda-%%VERSION%%/freetds_specs_dsn.xml diff --git a/databases/libgda3-ldap/Makefile b/databases/libgda3-ldap/Makefile deleted file mode 100644 index 3586d3b77..000000000 --- a/databases/libgda3-ldap/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/libgda3-ldap/Makefile,v 1.1 2008/02/05 13:06:54 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -ldap - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides ldap backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= ldap - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-ldap/pkg-plist b/databases/libgda3-ldap/pkg-plist deleted file mode 100644 index d8b54ee06..000000000 --- a/databases/libgda3-ldap/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-ldap.a -lib/libgda-%%VERSION%%/providers/libgda-ldap.la -lib/libgda-%%VERSION%%/providers/libgda-ldap.so -libdata/pkgconfig/libgda-ldap-%%VERSION%%.pc -share/libgda-%%VERSION%%/ldap_specs_dsn.xml diff --git a/databases/libgda3-mdb/Makefile b/databases/libgda3-mdb/Makefile deleted file mode 100644 index 1de09985e..000000000 --- a/databases/libgda3-mdb/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/libgda3-mdb/Makefile,v 1.1 2008/02/05 13:06:54 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mdb - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mdb backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= mdb - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mdb/pkg-plist b/databases/libgda3-mdb/pkg-plist deleted file mode 100644 index 30b1df5d9..000000000 --- a/databases/libgda3-mdb/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mdb.a -lib/libgda-%%VERSION%%/providers/libgda-mdb.la -lib/libgda-%%VERSION%%/providers/libgda-mdb.so -libdata/pkgconfig/libgda-mdb-%%VERSION%%.pc -share/libgda-%%VERSION%%/mdb_specs_dsn.xml diff --git a/databases/libgda3-mysql/Makefile b/databases/libgda3-mysql/Makefile deleted file mode 100644 index 798576c6c..000000000 --- a/databases/libgda3-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/libgda3-mysql/Makefile,v 1.1 2008/02/05 13:06:54 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mysql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mysql backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= mysql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mysql/pkg-plist b/databases/libgda3-mysql/pkg-plist deleted file mode 100644 index de9338565..000000000 --- a/databases/libgda3-mysql/pkg-plist +++ /dev/null @@ -1,14 +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_create_db.xml -share/libgda-%%VERSION%%/mysql_specs_create_index.xml -share/libgda-%%VERSION%%/mysql_specs_create_table.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_dsn.xml -share/libgda-%%VERSION%%/mysql_specs_rename_table.xml diff --git a/databases/libgda3-odbc/Makefile b/databases/libgda3-odbc/Makefile deleted file mode 100644 index 88acda7fb..000000000 --- a/databases/libgda3-odbc/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/libgda3-odbc/Makefile,v 1.1 2008/02/05 13:06:55 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -odbc - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides odbc backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= odbc - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-odbc/pkg-plist b/databases/libgda3-odbc/pkg-plist deleted file mode 100644 index 904d1445e..000000000 --- a/databases/libgda3-odbc/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-odbc.a -lib/libgda-%%VERSION%%/providers/libgda-odbc.la -lib/libgda-%%VERSION%%/providers/libgda-odbc.so -libdata/pkgconfig/libgda-odbc-%%VERSION%%.pc -share/libgda-%%VERSION%%/odbc_specs_dsn.xml diff --git a/databases/libgda3-postgresql/Makefile b/databases/libgda3-postgresql/Makefile deleted file mode 100644 index cea8ff816..000000000 --- a/databases/libgda3-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/libgda3-postgresql/Makefile,v 1.1 2008/02/05 13:06:55 kwm Exp $ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= postgresql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-postgresql/pkg-plist b/databases/libgda3-postgresql/pkg-plist deleted file mode 100644 index 8c0d2adbc..000000000 --- a/databases/libgda3-postgresql/pkg-plist +++ /dev/null @@ -1,14 +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_table.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_table.xml -share/libgda-%%VERSION%%/postgres_specs_dsn.xml -share/libgda-%%VERSION%%/postgres_specs_rename_table.xml diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile deleted file mode 100644 index e8635da3f..000000000 --- a/databases/libgda3/Makefile +++ /dev/null @@ -1,115 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda3/Makefile,v 1.10 2008/03/01 02:24:54 marcus Exp $ -# - -PORTNAME= libgda3 -PORTVERSION?= 3.0.2 -PORTREVISION?= 0 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${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 -LIBGDA3_SLAVE?= no - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_AUTOTOOLS= libtool:15 -USE_GETTEXT= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-bdb --without-sybase -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -.include <bsd.port.pre.mk> - -.if ${LIBGDA3_SLAVE}=="no" -MAN1= gda-config-tool-3.0.1 -MAN5= gda-config-3.0.5 -.else -USE_GNOME+= libgda3 -.endif - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.if ${LIBGDA3_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA3_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -.if ${LIBGDA3_SLAVE}=="ldap" -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${LIBGDA3_SLAVE}=="firebird" -LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - -.if ${LIBGDA3_SLAVE}=="freetds" -LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-tds -.endif - -.if ${LIBGDA3_SLAVE}=="mds" -LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA3_SLAVE}=="odbc" -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-odbc -.endif - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure -.for d in fts1.c fts1_porter.c fts1_tokenizer1.c - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ - ${WRKSRC}/providers/sqlite/sqlite-src/${d} -.endfor -.if ${LIBGDA3_SLAVE}!="no" -. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/|${LOCALBASE}/lib/|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -.include <bsd.port.post.mk> -.endif diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo deleted file mode 100644 index 9c80a6259..000000000 --- a/databases/libgda3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgda-3.0.2.tar.bz2) = 81969ad23b58517b83eee69875d696a1 -SHA256 (gnome2/libgda-3.0.2.tar.bz2) = 4e6c3df1cc5c371ca4685993d961e81026a3f73bd74d8081ffd41085d994d32c -SIZE (gnome2/libgda-3.0.2.tar.bz2) = 2902232 diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure deleted file mode 100644 index 23dded5f5..000000000 --- a/databases/libgda3/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2008-01-31 22:16:42.000000000 +0100 -+++ configure 2008-01-31 22:19:04.000000000 +0100 -@@ -24065,6 +24065,9 @@ echo "$as_me: WARNING: Postgres backend - elif test -f ${postgresdir}/include/postgresql/7.4/libpq-fe.h - then - POSTGRES_CFLAGS=-I${postgresdir}/include/7.4/postgresql -+ elif test -f ${postgresdir}/include/postgresql/server/server/c.h -+ then -+ POSTGRES_CFLAGS=-I${postgresdir}/include/postgresql - else - { echo "$as_me:$LINENO: WARNING: Postgres include files not found" >&5 - echo "$as_me: WARNING: Postgres include files not found" >&2;} diff --git a/databases/libgda3/pkg-descr b/databases/libgda3/pkg-descr deleted file mode 100644 index 12eb57b5e..000000000 --- a/databases/libgda3/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/libgda3/pkg-plist b/databases/libgda3/pkg-plist deleted file mode 100644 index 3f36856e0..000000000 --- a/databases/libgda3/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -bin/gda-author-dict-file-%%VERSION%% -bin/gda-config-tool-%%VERSION%% -bin/gda-diagnose-%%VERSION%% -bin/gda-inspect-dict-file-%%VERSION%% -bin/gda-list-config-%%VERSION%% -bin/gda-report-test-%%VERSION%% -bin/gda-run-%%VERSION%% -bin/gda-test-connection-%%VERSION%% -etc/libgda-%%VERSION%%/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-detail.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-label.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pagefooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pageheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-repfield.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-report.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportfooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-sqlquery.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item.h -include/libgda-%%VERSION%%/libgda-report/gda-report-result.h -include/libgda-%%VERSION%%/libgda-report/gda-report-types.h -include/libgda-%%VERSION%%/libgda-report/gda-report-valid.h -include/libgda-%%VERSION%%/libgda-report/gda-report.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-client.h -include/libgda-%%VERSION%%/libgda/gda-column-index.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-command.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-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-filter-sql.h -include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-index.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model-query.h -include/libgda-%%VERSION%%/libgda/gda-data-model-row.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-dict-aggregate.h -include/libgda-%%VERSION%%/libgda/gda-dict-constraint.h -include/libgda-%%VERSION%%/libgda/gda-dict-database.h -include/libgda-%%VERSION%%/libgda/gda-dict-field.h -include/libgda-%%VERSION%%/libgda/gda-dict-function.h -include/libgda-%%VERSION%%/libgda/gda-dict-private.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-aggregates.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-functions.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-queries.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-types.h -include/libgda-%%VERSION%%/libgda/gda-dict-table.h -include/libgda-%%VERSION%%/libgda/gda-dict-type.h -include/libgda-%%VERSION%%/libgda/gda-dict.h -include/libgda-%%VERSION%%/libgda/gda-entity-field.h -include/libgda-%%VERSION%%/libgda/gda-entity.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-graphviz.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-object-ref.h -include/libgda-%%VERSION%%/libgda/gda-object.h -include/libgda-%%VERSION%%/libgda/gda-parameter-list.h -include/libgda-%%VERSION%%/libgda/gda-parameter-util.h -include/libgda-%%VERSION%%/libgda/gda-parameter.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-query-condition.h -include/libgda-%%VERSION%%/libgda/gda-query-field-agg.h -include/libgda-%%VERSION%%/libgda/gda-query-field-all.h -include/libgda-%%VERSION%%/libgda/gda-query-field-field.h -include/libgda-%%VERSION%%/libgda/gda-query-field-func.h -include/libgda-%%VERSION%%/libgda/gda-query-field-value.h -include/libgda-%%VERSION%%/libgda/gda-query-field.h -include/libgda-%%VERSION%%/libgda/gda-query-join.h -include/libgda-%%VERSION%%/libgda/gda-query-object.h -include/libgda-%%VERSION%%/libgda/gda-query-parsing.h -include/libgda-%%VERSION%%/libgda/gda-query-private.h -include/libgda-%%VERSION%%/libgda/gda-query-target.h -include/libgda-%%VERSION%%/libgda/gda-query.h -include/libgda-%%VERSION%%/libgda/gda-referer.h -include/libgda-%%VERSION%%/libgda/gda-renderer.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-threader.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-xml-storage.h -include/libgda-%%VERSION%%/libgda/graph/gda-dict-reg-graphs.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph-item.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph-query.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph.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%%/libsql/sql_parser.h -include/libgda-%%VERSION%%/sql-delimiter/gda-sql-delimiter.h -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.3 -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.3 -lib/libgdasql-%%VERSION%%.a -lib/libgdasql-%%VERSION%%.la -lib/libgdasql-%%VERSION%%.so -lib/libgdasql-%%VERSION%%.so.3 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-dict.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -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_drop_db.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -share/libgda-%%VERSION%%/xml/gda-report-result.dtd -share/libgda-%%VERSION%%/xml/gda-report.dtd -share/libgda-%%VERSION%%/xml/gda-xml-query.dtd -share/libgda-%%VERSION%%/xml/gda-xml-query.xsl -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/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/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/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/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 -@dirrm share/libgda-%%VERSION%%/xml -@dirrm share/libgda-%%VERSION%%/dtd -@dirrm share/libgda-%%VERSION%%/ -@dirrm lib/libgda-%%VERSION%%/providers -@dirrm lib/libgda-%%VERSION%% -@dirrm include/libgda-%%VERSION%%/sql-delimiter -@dirrm include/libgda-%%VERSION%%/libsql -@dirrm include/libgda-%%VERSION%%/libgda/handlers -@dirrm include/libgda-%%VERSION%%/libgda/graph -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%% -@comment lib/libgda-%%VERSION%%/providers/ -@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/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile deleted file mode 100644 index 62f184eda..000000000 --- a/databases/libgdamm/Makefile +++ /dev/null @@ -1,35 +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.8 2008/03/04 18:53:14 kwm Exp $ -# - -PORTNAME= libgdamm -PORTVERSION= 3.0.0 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgda3 library - -LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_GCC= 3.4+ -USE_GMAKE= yes -USE_GNOME= gnomehack libgda3 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -post-patch: - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/databases/libgdamm/distinfo b/databases/libgdamm/distinfo deleted file mode 100644 index d38323559..000000000 --- a/databases/libgdamm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgdamm-3.0.0.tar.bz2) = f1ab9b9fad1ab02eb3e580911ce5e702 -SHA256 (gnome2/libgdamm-3.0.0.tar.bz2) = 32896ebbe9c98714c0e2fdbc6a6a4e6567f065319e4c726cedfc8ef7acd769f5 -SIZE (gnome2/libgdamm-3.0.0.tar.bz2) = 2500553 diff --git a/databases/libgdamm/pkg-descr b/databases/libgdamm/pkg-descr deleted file mode 100644 index 07ef04f5b..000000000 --- a/databases/libgdamm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libgda v3 library. - -WWW: http://www.gtkmm.org/ diff --git a/databases/libgdamm/pkg-plist b/databases/libgdamm/pkg-plist deleted file mode 100644 index e2fbd839b..000000000 --- a/databases/libgdamm/pkg-plist +++ /dev/null @@ -1,136 +0,0 @@ -include/libgdamm-3.0/libgdamm.h -include/libgdamm-3.0/libgdamm/blob.h -include/libgdamm-3.0/libgdamm/blobop.h -include/libgdamm-3.0/libgdamm/client.h -include/libgdamm-3.0/libgdamm/column.h -include/libgdamm-3.0/libgdamm/columnindex.h -include/libgdamm-3.0/libgdamm/command.h -include/libgdamm-3.0/libgdamm/config.h -include/libgdamm-3.0/libgdamm/connection.h -include/libgdamm-3.0/libgdamm/connectionevent.h -include/libgdamm-3.0/libgdamm/datahandler.h -include/libgdamm-3.0/libgdamm/datamodel.h -include/libgdamm-3.0/libgdamm/datamodelarray.h -include/libgdamm-3.0/libgdamm/datamodelfiltersql.h -include/libgdamm-3.0/libgdamm/datamodelhash.h -include/libgdamm-3.0/libgdamm/datamodelimport.h -include/libgdamm-3.0/libgdamm/datamodelindex.h -include/libgdamm-3.0/libgdamm/datamodeliter.h -include/libgdamm-3.0/libgdamm/datamodelquery.h -include/libgdamm-3.0/libgdamm/datamodelrow.h -include/libgdamm-3.0/libgdamm/dataproxy.h -include/libgdamm-3.0/libgdamm/datasourceinfo.h -include/libgdamm-3.0/libgdamm/dict.h -include/libgdamm-3.0/libgdamm/dictaggregate.h -include/libgdamm-3.0/libgdamm/dictconstraint.h -include/libgdamm-3.0/libgdamm/dictdatabase.h -include/libgdamm-3.0/libgdamm/dictfield.h -include/libgdamm-3.0/libgdamm/dictfunction.h -include/libgdamm-3.0/libgdamm/dicttable.h -include/libgdamm-3.0/libgdamm/dicttype.h -include/libgdamm-3.0/libgdamm/entity.h -include/libgdamm-3.0/libgdamm/entityfield.h -include/libgdamm-3.0/libgdamm/handlerbin.h -include/libgdamm-3.0/libgdamm/handlerboolean.h -include/libgdamm-3.0/libgdamm/handlernumerical.h -include/libgdamm-3.0/libgdamm/handlerstring.h -include/libgdamm-3.0/libgdamm/handlertime.h -include/libgdamm-3.0/libgdamm/handlertype.h -include/libgdamm-3.0/libgdamm/init.h -include/libgdamm-3.0/libgdamm/object.h -include/libgdamm-3.0/libgdamm/parameter.h -include/libgdamm-3.0/libgdamm/parameterlist.h -include/libgdamm-3.0/libgdamm/private/blob_p.h -include/libgdamm-3.0/libgdamm/private/blobop_p.h -include/libgdamm-3.0/libgdamm/private/client_p.h -include/libgdamm-3.0/libgdamm/private/column_p.h -include/libgdamm-3.0/libgdamm/private/columnindex_p.h -include/libgdamm-3.0/libgdamm/private/command_p.h -include/libgdamm-3.0/libgdamm/private/connection_p.h -include/libgdamm-3.0/libgdamm/private/connectionevent_p.h -include/libgdamm-3.0/libgdamm/private/datahandler_p.h -include/libgdamm-3.0/libgdamm/private/datamodel_p.h -include/libgdamm-3.0/libgdamm/private/datamodelarray_p.h -include/libgdamm-3.0/libgdamm/private/datamodelfiltersql_p.h -include/libgdamm-3.0/libgdamm/private/datamodelhash_p.h -include/libgdamm-3.0/libgdamm/private/datamodelimport_p.h -include/libgdamm-3.0/libgdamm/private/datamodelindex_p.h -include/libgdamm-3.0/libgdamm/private/datamodeliter_p.h -include/libgdamm-3.0/libgdamm/private/datamodelquery_p.h -include/libgdamm-3.0/libgdamm/private/datamodelrow_p.h -include/libgdamm-3.0/libgdamm/private/dataproxy_p.h -include/libgdamm-3.0/libgdamm/private/datasourceinfo_p.h -include/libgdamm-3.0/libgdamm/private/dict_p.h -include/libgdamm-3.0/libgdamm/private/dictaggregate_p.h -include/libgdamm-3.0/libgdamm/private/dictconstraint_p.h -include/libgdamm-3.0/libgdamm/private/dictdatabase_p.h -include/libgdamm-3.0/libgdamm/private/dictfield_p.h -include/libgdamm-3.0/libgdamm/private/dictfunction_p.h -include/libgdamm-3.0/libgdamm/private/dicttable_p.h -include/libgdamm-3.0/libgdamm/private/dicttype_p.h -include/libgdamm-3.0/libgdamm/private/entity_p.h -include/libgdamm-3.0/libgdamm/private/entityfield_p.h -include/libgdamm-3.0/libgdamm/private/handlerbin_p.h -include/libgdamm-3.0/libgdamm/private/handlerboolean_p.h -include/libgdamm-3.0/libgdamm/private/handlernumerical_p.h -include/libgdamm-3.0/libgdamm/private/handlerstring_p.h -include/libgdamm-3.0/libgdamm/private/handlertime_p.h -include/libgdamm-3.0/libgdamm/private/handlertype_p.h -include/libgdamm-3.0/libgdamm/private/object_p.h -include/libgdamm-3.0/libgdamm/private/parameter_p.h -include/libgdamm-3.0/libgdamm/private/parameterlist_p.h -include/libgdamm-3.0/libgdamm/private/providerinfo_p.h -include/libgdamm-3.0/libgdamm/private/query_p.h -include/libgdamm-3.0/libgdamm/private/querycondition_p.h -include/libgdamm-3.0/libgdamm/private/queryfield_p.h -include/libgdamm-3.0/libgdamm/private/queryfieldagg_p.h -include/libgdamm-3.0/libgdamm/private/queryfieldall_p.h -include/libgdamm-3.0/libgdamm/private/queryfieldfield_p.h -include/libgdamm-3.0/libgdamm/private/queryfieldfunc_p.h -include/libgdamm-3.0/libgdamm/private/queryfieldvalue_p.h -include/libgdamm-3.0/libgdamm/private/queryjoin_p.h -include/libgdamm-3.0/libgdamm/private/queryobject_p.h -include/libgdamm-3.0/libgdamm/private/querytarget_p.h -include/libgdamm-3.0/libgdamm/private/referer_p.h -include/libgdamm-3.0/libgdamm/private/renderer_p.h -include/libgdamm-3.0/libgdamm/private/row_p.h -include/libgdamm-3.0/libgdamm/private/serveroperation_p.h -include/libgdamm-3.0/libgdamm/private/serverprovider_p.h -include/libgdamm-3.0/libgdamm/private/transactionstatus_p.h -include/libgdamm-3.0/libgdamm/private/xmlstorage_p.h -include/libgdamm-3.0/libgdamm/providerinfo.h -include/libgdamm-3.0/libgdamm/query.h -include/libgdamm-3.0/libgdamm/querycondition.h -include/libgdamm-3.0/libgdamm/queryfield.h -include/libgdamm-3.0/libgdamm/queryfieldagg.h -include/libgdamm-3.0/libgdamm/queryfieldall.h -include/libgdamm-3.0/libgdamm/queryfieldfield.h -include/libgdamm-3.0/libgdamm/queryfieldfunc.h -include/libgdamm-3.0/libgdamm/queryfieldvalue.h -include/libgdamm-3.0/libgdamm/queryjoin.h -include/libgdamm-3.0/libgdamm/queryobject.h -include/libgdamm-3.0/libgdamm/querytarget.h -include/libgdamm-3.0/libgdamm/referer.h -include/libgdamm-3.0/libgdamm/renderer.h -include/libgdamm-3.0/libgdamm/row.h -include/libgdamm-3.0/libgdamm/serveroperation.h -include/libgdamm-3.0/libgdamm/serverprovider.h -include/libgdamm-3.0/libgdamm/transactionstatus.h -include/libgdamm-3.0/libgdamm/value.h -include/libgdamm-3.0/libgdamm/wrap_init.h -include/libgdamm-3.0/libgdamm/xmlstorage.h -lib/libgdamm-3.0.a -lib/libgdamm-3.0.la -lib/libgdamm-3.0.so -lib/libgdamm-3.0.so.10 -lib/libgdamm-3.0/include/libgdammconfig.h -lib/libgdamm-3.0/proc/m4/convert.m4 -lib/libgdamm-3.0/proc/m4/convert_libgdamm.m4 -libdata/pkgconfig/libgdamm-3.0.pc -@dirrm lib/libgdamm-3.0/proc/m4 -@dirrm lib/libgdamm-3.0/proc -@dirrm lib/libgdamm-3.0/include -@dirrm lib/libgdamm-3.0 -@dirrm include/libgdamm-3.0/libgdamm/private -@dirrm include/libgdamm-3.0/libgdamm -@dirrm include/libgdamm-3.0 diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile deleted file mode 100644 index f34f12479..000000000 --- a/databases/libgnomedb/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: libgnomedb -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomedb -PORTVERSION= 3.0.0 -PORTREVISION?= 0 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library components for the GNOME database frontend - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ - intlhack referencehack -USE_XLIB= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= libgnomedb-3.0.schemas - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.include <bsd.port.mk> -.endif diff --git a/databases/libgnomedb/distinfo b/databases/libgnomedb/distinfo deleted file mode 100644 index 72b293527..000000000 --- a/databases/libgnomedb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomedb-3.0.0.tar.bz2) = 2a41abd14b123f0c9d4f540b9c07bedd -SHA256 (gnome2/libgnomedb-3.0.0.tar.bz2) = 51f79da270c3d45fae71df98f4de0f8a6512bff399b0026eaaa60c0d2424f3ef -SIZE (gnome2/libgnomedb-3.0.0.tar.bz2) = 4192722 diff --git a/databases/libgnomedb/pkg-descr b/databases/libgnomedb/pkg-descr deleted file mode 100644 index 0ef0c27be..000000000 --- a/databases/libgnomedb/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -libgnomedb is the library backend for universal database access for the GNOME -2.0 environment. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgnomedb/pkg-plist b/databases/libgnomedb/pkg-plist deleted file mode 100644 index ce0fd710e..000000000 --- a/databases/libgnomedb/pkg-plist +++ /dev/null @@ -1,217 +0,0 @@ -bin/gnome-database-properties-%%VERSION%% -bin/gnome-db-browser -bin/gnome-db-demo -include/libgnomedb-%%VERSION%%/libgnomedb-extra/extra_marshal.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-dbms-update-viewer.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-editor.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-error-dialog.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-error.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-extra-enum-types.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-gray-bar.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-report-editor.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-selector-private.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-selector.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-sql-console.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/libgnomedb-extra.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-cursor.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-db-relations.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-entity.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-field.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-fkconstraint.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-item.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-join.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-query-struct.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-text.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-tip.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/graph-utility.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/libgnomedb-graph.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-boolean.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-combo.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-info.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-textual.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-boolean.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-combo.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-common-time.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-date.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-none.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-shell.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-string.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-time.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-timestamp.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-wrapper.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-format-entry.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-basic-form.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-combo.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-connection-properties.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-entry.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-import.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-source-selector.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-store.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-widget-info.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-widget.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-decl.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-assistant.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-editor.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-spec.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-enum-types.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-enums.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-find-dialog.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-form.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-grid.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-login-dialog.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-login.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-plugin.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-provider-selector.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-raw-form.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-raw-grid.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server-operation.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-stock.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-tools.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-transaction-status.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-util.h -include/libgnomedb-%%VERSION%%/libgnomedb/libgnomedb.h -include/libgnomedb-%%VERSION%%/libgnomedb/marshal.h -lib/libglade/2.0/libgnomedb-%%VERSION%%.a -lib/libglade/2.0/libgnomedb-%%VERSION%%.la -lib/libglade/2.0/libgnomedb-%%VERSION%%.so -lib/libgnomedb-%%VERSION%%.a -lib/libgnomedb-%%VERSION%%.la -lib/libgnomedb-%%VERSION%%.so -lib/libgnomedb-%%VERSION%%.so.4 -lib/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.a -lib/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.la -lib/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.so -lib/libgnomedb_extra-%%VERSION%%.a -lib/libgnomedb_extra-%%VERSION%%.la -lib/libgnomedb_extra-%%VERSION%%.so -lib/libgnomedb_extra-%%VERSION%%.so.4 -lib/libgnomedb_graph-%%VERSION%%.a -lib/libgnomedb_graph-%%VERSION%%.la -lib/libgnomedb_graph-%%VERSION%%.so -lib/libgnomedb_graph-%%VERSION%%.so.4 -libdata/pkgconfig/libgnomedb-%%VERSION%%.pc -libdata/pkgconfig/libgnomedb-extra-%%VERSION%%.pc -libdata/pkgconfig/libgnomedb-graph-%%VERSION%%.pc -share/applications/database-properties-%%VERSION%%.desktop -share/gnome-db/demo/console.c -share/gnome-db/demo/ddl_queries.c -share/gnome-db/demo/demo_db.db -share/gnome-db/demo/demo_dict.xml -share/gnome-db/demo/form.c -share/gnome-db/demo/form_pict.c -share/gnome-db/demo/form_rw.c -share/gnome-db/demo/graph.c -share/gnome-db/demo/grid.c -share/gnome-db/demo/grid_pict.c -share/gnome-db/demo/grid_rw.c -share/gnome-db/demo/linked_grid_form.c -share/gnome-db/demo/linked_model_param.c -share/gnome-db/demo/selector.c -share/gnome-db/gnome-db-entry-filesel-spec.xml -share/gnome-db/gnome-db-entry-password.xml -share/gnome-db/gnome-db-entry-pict-spec.xml -share/gnome-db/gnome-db-entry-pict-spec_string.xml -share/gnome-db/gnome-db-entry-string-number.xml -share/gnome-db/gnome-db-entry-string-string.xml -share/gnome-db/import_encodings.xml -share/gnome-db/server_operation.glade -share/locale/ar/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/omf/libgnomedb/libgnomedb-%%VERSION%%-C.omf -share/pixmaps/gnome-db.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-aggregates_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-aggregates_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-commit_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-connect_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-console_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-console_48x48.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-database_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-database_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-database_48x48.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-designer_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-disconnect_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-field_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-indexes_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-no-transaction_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-procedures_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-procedures_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-query_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-query_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-relations_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-relations_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-rollback_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sequences_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sequences_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sql_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sql_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-table_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-tables_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-tables_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-triggers_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-types_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-types_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-views_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-within-transaction_24x24.png -@dirrm share/pixmaps/libgnomedb-%%VERSION%% -@dirrm share/gnome-db/demo -@dirrm share/gnome-db -@dirrm lib/libgnomedb/plugins -@dirrm lib/libgnomedb -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb/data-entries -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb-graph -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb-extra -@dirrm include/libgnomedb-%%VERSION%% -@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/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile deleted file mode 100644 index b698e35b1..000000000 --- a/databases/mergeant/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mergeant -# Date created: 14 September 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= mergeant -PORTVERSION= 0.67 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide uniform access to data sources for the GNOME 2 environment - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb -USE_PERL5= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/databases/mergeant/distinfo b/databases/mergeant/distinfo deleted file mode 100644 index 0535470a8..000000000 --- a/databases/mergeant/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mergeant-0.67.tar.bz2) = c0cf45891f7704b11fb00281068b2f6f -SHA256 (gnome2/mergeant-0.67.tar.bz2) = 1673aa6336a011b37ef8daadab6f1e9d7548b2c46bc7f47446bb249fa2a3c9ca -SIZE (gnome2/mergeant-0.67.tar.bz2) = 1016777 diff --git a/databases/mergeant/pkg-descr b/databases/mergeant/pkg-descr deleted file mode 100644 index 7e1974261..000000000 --- a/databases/mergeant/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -mergeant can be considered as an extension of the libgda project. - -Its aims are the same: to provide universal data source access for -client applications, as well as development tools and libraries -for doing so. mergeant; is an extension to libgda; because it adds -support to the architecture for the GNOME project. mergeant was formed -by merging components from gnome-db and gASQL. - -WWW: http://www.gnome-db.org/ diff --git a/databases/mergeant/pkg-plist b/databases/mergeant/pkg-plist deleted file mode 100644 index e82a712f0..000000000 --- a/databases/mergeant/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/mergeant -libdata/bonobo/servers/GNOME_Mergeant.server -share/applications/mergeant.desktop -share/gnome/help/mergeant/C/topic.dat -share/icons/hicolor/48x48/mimetypes/application-x-mergeant.png -share/locale/am/LC_MESSAGES/mergeant.mo -share/locale/ar/LC_MESSAGES/mergeant.mo -share/locale/az/LC_MESSAGES/mergeant.mo -share/locale/ca/LC_MESSAGES/mergeant.mo -share/locale/cs/LC_MESSAGES/mergeant.mo -share/locale/da/LC_MESSAGES/mergeant.mo -share/locale/de/LC_MESSAGES/mergeant.mo -share/locale/dz/LC_MESSAGES/mergeant.mo -share/locale/el/LC_MESSAGES/mergeant.mo -share/locale/en_CA/LC_MESSAGES/mergeant.mo -share/locale/en_GB/LC_MESSAGES/mergeant.mo -share/locale/es/LC_MESSAGES/mergeant.mo -share/locale/eu/LC_MESSAGES/mergeant.mo -share/locale/fa/LC_MESSAGES/mergeant.mo -share/locale/fi/LC_MESSAGES/mergeant.mo -share/locale/fr/LC_MESSAGES/mergeant.mo -share/locale/gl/LC_MESSAGES/mergeant.mo -share/locale/hr/LC_MESSAGES/mergeant.mo -share/locale/it/LC_MESSAGES/mergeant.mo -share/locale/ja/LC_MESSAGES/mergeant.mo -share/locale/lt/LC_MESSAGES/mergeant.mo -share/locale/lv/LC_MESSAGES/mergeant.mo -share/locale/ml/LC_MESSAGES/mergeant.mo -share/locale/ms/LC_MESSAGES/mergeant.mo -share/locale/nb/LC_MESSAGES/mergeant.mo -share/locale/ne/LC_MESSAGES/mergeant.mo -share/locale/nl/LC_MESSAGES/mergeant.mo -share/locale/oc/LC_MESSAGES/mergeant.mo -share/locale/pl/LC_MESSAGES/mergeant.mo -share/locale/pt/LC_MESSAGES/mergeant.mo -share/locale/pt_BR/LC_MESSAGES/mergeant.mo -share/locale/ru/LC_MESSAGES/mergeant.mo -share/locale/rw/LC_MESSAGES/mergeant.mo -share/locale/sk/LC_MESSAGES/mergeant.mo -share/locale/sl/LC_MESSAGES/mergeant.mo -share/locale/sq/LC_MESSAGES/mergeant.mo -share/locale/sr/LC_MESSAGES/mergeant.mo -share/locale/sr@Latn/LC_MESSAGES/mergeant.mo -share/locale/sv/LC_MESSAGES/mergeant.mo -share/locale/tr/LC_MESSAGES/mergeant.mo -share/locale/uk/LC_MESSAGES/mergeant.mo -share/locale/vi/LC_MESSAGES/mergeant.mo -share/locale/zh_CN/LC_MESSAGES/mergeant.mo -share/locale/zh_HK/LC_MESSAGES/mergeant.mo -share/locale/zh_TW/LC_MESSAGES/mergeant.mo -share/mime/application/x-mergeant.xml -share/mime/packages/mergeant.xml -share/omf/mergeant/mergeant-C.omf -share/pixmaps/mergeant.png -share/pixmaps/mergeant/mergeant_connect.png -share/pixmaps/mergeant/mergeant_connect_small.png -share/pixmaps/mergeant/mergeant_disconnect.png -share/pixmaps/mergeant/mergeant_disconnect_small.png -share/pixmaps/mergeant/mergeant_foot.png -share/pixmaps/mergeant/mergeant_forms.png -share/pixmaps/mergeant/mergeant_queries.png -share/pixmaps/mergeant/mergeant_rels.png -share/pixmaps/mergeant/mergeant_rels_small.png -share/pixmaps/mergeant/mergeant_sequences.png -share/pixmaps/mergeant/mergeant_tables.png -share/pixmaps/mergeant/mg-extra-form.png -share/pixmaps/mergeant/mg-extra-grid.png -share/pixmaps/mergeant/query-view-query_16x16.png -share/pixmaps/mergeant/query-view-table_16x16.png -share/pixmaps/mergeant/query-view-view_16x16.png -@dirrm share/pixmaps/mergeant -@dirrm share/omf/mergeant -@dirrmtry share/local/zh_TW/LC_MESSAGES -@dirrmtry share/local/zh_TW -@dirrmtry share/local/zh_HK/LC_MESSAGES -@dirrmtry share/local/zh_HK -@dirrmtry share/local/zh_CN/LC_MESSAGES -@dirrmtry share/local/zh_CN -@dirrmtry share/local/uk/LC_MESSAGES -@dirrmtry share/local/uk -@dirrmtry share/local/sr/LC_MESSAGES -@dirrmtry share/local/sr -@dirrmtry share/local/sl/LC_MESSAGES -@dirrmtry share/local/sl -@dirrmtry share/local/sk/LC_MESSAGES -@dirrmtry share/local/sk -@dirrmtry share/local/rw/LC_MESSAGES -@dirrmtry share/local/rw -@dirrmtry share/local/pt/LC_MESSAGES -@dirrmtry share/local/pt -@dirrmtry share/local/pl/LC_MESSAGES -@dirrmtry share/local/pl -@dirrmtry share/local/oc/LC_MESSAGES -@dirrmtry share/local/oc -@dirrmtry share/local/ne/LC_MESSAGES -@dirrmtry share/local/ne -@dirrmtry share/local/gl/LC_MESSAGES -@dirrmtry share/local/gl -@dirrmtry share/local/fi/LC_MESSAGES -@dirrmtry share/local/fi -@dirrmtry share/local/el/LC_MESSAGES -@dirrmtry share/local/el -@dirrmtry share/local/dz/LC_MESSAGES -@dirrmtry share/local/dz -@dirrmtry share/local/cs/LC_MESSAGES -@dirrmtry share/local/cs -@dirrmtry share/local/ca/LC_MESSAGES -@dirrmtry share/local/ca -@dirrm share/gnome/help/mergeant/C/stylesheet-images -@dirrm share/gnome/help/mergeant/C/images -@dirrm share/gnome/help/mergeant/C -@dirrm share/gnome/help/mergeant -@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 |