Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 11:43:35 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326490 - in head: Mk databases databases/libgda5 databases/libgda5-bdb databases/libgda5-jdbc databases/libgda5-ldap databases/libgda5-mdb databases/libgda5-mysql databases/libgda5-pos...
Message-ID:  <201309061143.r86BhZQq035016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Sep  6 11:43:34 2013
New Revision: 326490
URL: http://svnweb.freebsd.org/changeset/ports/326490

Log:
  Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.
  Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6.
  Libgda 5 is the new version of libgda data abstraction library.
  
  Obtained from:	gnome dev repo.

Added:
  head/databases/libgda5/
     - copied from r326481, head/databases/libgda4/
  head/databases/libgda5-bdb/
     - copied from r326481, head/databases/libgda4-bdb/
  head/databases/libgda5-jdbc/
     - copied from r326481, head/databases/libgda4-jdbc/
  head/databases/libgda5-ldap/
     - copied from r326481, head/databases/libgda4-ldap/
  head/databases/libgda5-mdb/
     - copied from r326481, head/databases/libgda4-mdb/
  head/databases/libgda5-mysql/
     - copied from r326481, head/databases/libgda4-mysql/
  head/databases/libgda5-postgresql/
     - copied from r326481, head/databases/libgda4-postgresql/
  head/databases/libgda5-ui/
     - copied from r326481, head/databases/libgda4/
  head/databases/libgdamm5/
     - copied from r326481, head/databases/libgdamm/
Modified:
  head/Mk/bsd.gnome.mk
  head/databases/Makefile
  head/databases/libgda5-bdb/Makefile
  head/databases/libgda5-jdbc/Makefile
  head/databases/libgda5-ldap/Makefile
  head/databases/libgda5-mdb/Makefile
  head/databases/libgda5-mysql/Makefile
  head/databases/libgda5-postgresql/Makefile
  head/databases/libgda5-ui/Makefile
  head/databases/libgda5-ui/distinfo
  head/databases/libgda5-ui/files/patch-configure   (contents, props changed)
  head/databases/libgda5-ui/pkg-descr   (contents, props changed)
  head/databases/libgda5-ui/pkg-plist
  head/databases/libgda5/Makefile
  head/databases/libgda5/distinfo
  head/databases/libgda5/pkg-plist
  head/databases/libgdamm5/Makefile   (contents, props changed)
  head/databases/libgdamm5/distinfo   (contents, props changed)
  head/databases/libgdamm5/pkg-descr   (contents, props changed)
  head/databases/libgdamm5/pkg-plist   (contents, props changed)

Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk	Fri Sep  6 11:19:51 2013	(r326489)
+++ head/Mk/bsd.gnome.mk	Fri Sep  6 11:43:34 2013	(r326490)
@@ -91,11 +91,11 @@ _USE_GNOME_ALL+= atk atspi cairo desktop
 		pygtksourceview vte
 
 # GNOME 3 components
-_USE_GNOME_ALL+= dconf gtk30 gtksourceview3 pygobject3
+_USE_GNOME_ALL+= dconf gtk30 gtksourceview3 libgda5 libgda5-ui pygobject3
 
 # C++ bindings
 _USE_GNOME_ALL+=atkmm cairomm gconfmm gconfmm26 glibmm gtkmm20 gtkmm24 \
-		gtkmm30 gtksourceviewmm3 libgdamm \
+		gtkmm30 gtksourceviewmm3 libgdamm libgdamm5 \
 		libgtksourceviewmm libxml++ libxml++26 libsigc++12 libsigc++20 \
 		pangomm
 
@@ -187,6 +187,10 @@ libgdamm_DETECT=	${LOCALBASE}/libdata/pk
 libgdamm_LIB_DEPENDS=	gdamm-4.0:${PORTSDIR}/databases/libgdamm
 libgdamm_USE_GNOME_IMPL=libgda4 glibmm
 
+libgdamm5_DETECT=		${LOCALBASE}/libdata/pkgconfig/libgdamm-5.0.pc
+libgdamm5_LIB_DEPENDS=		libgdamm-5.0.so:${PORTSDIR}/databases/libgdamm5
+libgdamm5_USE_GNOME_IMPL=	libgda5 glibmm
+
 libgtksourceviewmm_DETECT=		${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-2.0.pc
 libgtksourceviewmm_LIB_DEPENDS=		gtksourceviewmm-2.0:${PORTSDIR}/x11-toolkits/libgtksourceviewmm
 libgtksourceviewmm_USE_GNOME_IMPL=	gtksourceview2 gtkmm24
@@ -500,6 +504,14 @@ libgda4_LIB_DEPENDS=	gda-4.0.5:${PORTSDI
 libgda4_DETECT=			 ${LOCALBASE}/libdata/pkgconfig/libgda-4.0.pc
 libgda4_USE_GNOME_IMPL=	glib20 libxslt
 
+libgda5_LIB_DEPENDS=	libgda-5.0.so:${PORTSDIR}/databases/libgda5
+libgda5_DETECT=		${LOCALBASE}/libdata/pkgconfig/libgda-5.0.pc
+libgda5_USE_GNOME_IMPL=	glib20 libxslt
+
+libgda5-ui_LIB_DEPENDS=	libgda-ui-5.0.so:${PORTSDIR}/databases/libgda5-ui
+libgda5-ui_DETECT=	${LOCALBASE}/libdata/pkgconfig/libgda-ui-5.0.pc
+libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5
+
 libgnomedb_LIB_DEPENDS=	gnomedb-3.0.4:${PORTSDIR}/databases/libgnomedb
 libgnomedb_DETECT=		${LOCALBASE}/libdata/pkgconfig/libgnomedb.pc
 libgnomedb_USE_GNOME_IMPL=libgnomeui libgda3

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Sep  6 11:19:51 2013	(r326489)
+++ head/databases/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -159,7 +159,16 @@
     SUBDIR += libgda4-mysql
     SUBDIR += libgda4-postgresql
     SUBDIR += libgda4-reference
+    SUBDIR += libgda5
+    SUBDIR += libgda5-bdb
+    SUBDIR += libgda5-jdbc
+    SUBDIR += libgda5-ldap
+    SUBDIR += libgda5-mdb
+    SUBDIR += libgda5-mysql
+    SUBDIR += libgda5-postgresql
+    SUBDIR += libgda5-ui
     SUBDIR += libgdamm
+    SUBDIR += libgdamm5
     SUBDIR += libgnomedb
     SUBDIR += libgnomedb-reference
     SUBDIR += libhsclient

Modified: head/databases/libgda5-bdb/Makefile
==============================================================================
--- head/databases/libgda4-bdb/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-bdb/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,18 +1,19 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
+#   $MCom: ports/trunk/databases/libgda5-bdb/Makefile 18393 2013-04-26 21:23:07Z kwm $
 
 PORTREVISION=	0
 CATEGORIES=	databases gnome
-PKGNAMESUFFIX=	4-bdb
+PKGNAMESUFFIX=	5-bdb
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Provides Berkeley DB backend for the libgda4 library
+COMMENT=	Provides Berkeley DB backend for the libgda5 library
 
-MASTERDIR=	${.CURDIR}/../libgda4
+MASTERDIR=	${.CURDIR}/../libgda5
 BUILD_WRKSRC=	${WRKSRC}/providers/bdb/
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 PLIST=		${.CURDIR}/pkg-plist
 
-LIBGDA4_SLAVE=	bdb
+LIBGDA5_SLAVE=	bdb
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-jdbc/Makefile
==============================================================================
--- head/databases/libgda4-jdbc/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-jdbc/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,18 +1,19 @@
 # Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
+#   $MCom: ports/trunk/databases/libgda5-jdbc/Makefile 18393 2013-04-26 21:23:07Z kwm $
 
 PORTREVISION=	0
 CATEGORIES=	databases gnome
-PKGNAMESUFFIX=	4-jdbc
+PKGNAMESUFFIX=	5-jdbc
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Provides Java database Connector backend for the libgda4 library
+COMMENT=	Provides Java DB Connector backend for the libgda5 library
 
-MASTERDIR=	${.CURDIR}/../libgda4
+MASTERDIR=	${.CURDIR}/../libgda5
 BUILD_WRKSRC=	${WRKSRC}/providers/jdbc
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 PLIST=		${.CURDIR}/pkg-plist
 
-LIBGDA4_SLAVE=	jdbc
+LIBGDA5_SLAVE=	jdbc
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-ldap/Makefile
==============================================================================
--- head/databases/libgda4-ldap/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-ldap/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,19 +1,19 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/databases/libgda4-ldap/Makefile,v 1.3 2011/10/15 15:18:35 kwm Exp $
+#   $MCom: ports/trunk/databases/libgda5-ldap/Makefile 18610 2013-06-30 16:33:05Z marcus $
 
 PORTREVISION=	0
 CATEGORIES=	databases gnome
-PKGNAMESUFFIX=	4-ldap
+PKGNAMESUFFIX=	5-ldap
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Provides ldap access for the libgda4 library
+COMMENT=	Provides ldap access for the libgda5 library
 
-MASTERDIR=	${.CURDIR}/../libgda4
+MASTERDIR=	${.CURDIR}/../libgda5
 BUILD_WRKSRC=	${WRKSRC}/providers/ldap/
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 PLIST=		${.CURDIR}/pkg-plist
 
-LIBGDA4_SLAVE=	ldap
+LIBGDA5_SLAVE=	ldap
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-mdb/Makefile
==============================================================================
--- head/databases/libgda4-mdb/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-mdb/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,19 +1,19 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/databases/libgda4-mdb/Makefile,v 1.5 2012/03/13 01:34:31 mezz Exp $
+#   $MCom: ports/trunk/databases/libgda5-mdb/Makefile 18610 2013-06-30 16:33:05Z marcus $
 
 PORTREVISION=	0
 CATEGORIES=	databases gnome
-PKGNAMESUFFIX=	4-mdb
+PKGNAMESUFFIX=	5-mdb
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Provides mdb backend for the libgda4 library
+COMMENT=	Provides mdb backend for the libgda5 library
 
-MASTERDIR=	${.CURDIR}/../libgda4
+MASTERDIR=	${.CURDIR}/../libgda5
 BUILD_WRKSRC=	${WRKSRC}/providers/mdb/
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 PLIST=		${.CURDIR}/pkg-plist
 
-LIBGDA4_SLAVE=	mdb
+LIBGDA5_SLAVE=	mdb
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-mysql/Makefile
==============================================================================
--- head/databases/libgda4-mysql/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-mysql/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,19 +1,19 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/databases/libgda4-mysql/Makefile,v 1.7 2011/10/15 15:18:36 kwm Exp $
+#   $MCom: ports/trunk/databases/libgda5-mysql/Makefile 18610 2013-06-30 16:33:05Z marcus $
 
 PORTREVISION=	0
 CATEGORIES=	databases gnome
-PKGNAMESUFFIX=	4-mysql
+PKGNAMESUFFIX=	5-mysql
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Provides MySQL backend for the libgda4 library
+COMMENT=	Provides mysql backend for the libgda5 library
 
-MASTERDIR=	${.CURDIR}/../libgda4
+MASTERDIR=	${.CURDIR}/../libgda5
 BUILD_WRKSRC=	${WRKSRC}/providers/mysql/
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 PLIST=		${.CURDIR}/pkg-plist
 
-LIBGDA4_SLAVE=	mysql
+LIBGDA5_SLAVE=	mysql
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-postgresql/Makefile
==============================================================================
--- head/databases/libgda4-postgresql/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-postgresql/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,19 +1,19 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.7 2012/03/13 01:34:31 mezz Exp $
+#   $MCom: ports/trunk/databases/libgda5-postgresql/Makefile 18610 2013-06-30 16:33:05Z marcus $
 
 PORTREVISION=	0
 CATEGORIES=	databases gnome
-PKGNAMESUFFIX=	4-postgresql
+PKGNAMESUFFIX=	5-postgresql
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Provides PostgreSQL access for the libgda4 library
+COMMENT=	Provides postgresql access for the libgda5 library
 
-MASTERDIR=	${.CURDIR}/../libgda4
+MASTERDIR=	${.CURDIR}/../libgda5
 BUILD_WRKSRC=	${WRKSRC}/providers/postgres/
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 PLIST=		${.CURDIR}/pkg-plist
 
-LIBGDA4_SLAVE=	postgresql
+LIBGDA5_SLAVE=	postgresql
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-ui/Makefile
==============================================================================
--- head/databases/libgda4/Makefile	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-ui/Makefile	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,166 +1,29 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/databases/libgda4/Makefile,v 1.27 2012/09/01 23:02:08 mezz Exp $
+#   $MCom: ports/trunk/databases/libgda5-ui/Makefile 17268 2013-04-01 05:13:11Z marcus $
 
-PORTNAME=	libgda
-PORTVERSION=	4.2.12
-PORTREVISION?=	1
+PORTREVISION=	1
 CATEGORIES=	databases gnome
-MASTER_SITES=	GNOME
-PKGNAMESUFFIX?=	4
-DIST_SUBDIR=	gnome2
+PKGNAMESUFFIX=	5-ui
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT?=	Provides uniform access to different kinds of data sources
+COMMENT=	The libgda 5 ui library
 
-CONFLICTS=	libgda5-ui-[0-9]*
+MASTERDIR=	${.CURDIR}/../libgda5
+PLIST=		${.CURDIR}/pkg-plist
 
-USE_XZ=		yes
-LIBGDA4_SLAVE?=	no
+CONFLICTS=	libgda4-4.*
 
-.if !defined(REFERENCE_PORT)
+LIBGDA5_SLAVE=	ui
 
-LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt \
-		json-glib-1.0:${PORTSDIR}/devel/json-glib
-
-USE_AUTOTOOLS=	libtool
-USES=		pathfix gettext gmake pkgconfig
-USE_GNOME=	gnomeprefix glib20 libxslt intlhack referencehack
-USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-MAKE_JOBS_UNSAFE=yes
-CONFIGURE_ARGS=	--without-oracle \
-		--disable-crypto \
-		--enable-introspection=no \
-		--without-gtksourceview \
-		--without-goocanvas \
-		--without-graphviz
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDDFLAGS+=	-L${LOCALBASE}/lib
-
-.if ${LIBGDA4_SLAVE}=="no"
-OPTIONS_DEFINE=	UI SOUP KEYRING
-OPTIONS_DEFAULT=UI
-UI_DESC=	Build UI tools
-SOUP_DESC=	Web provider
-KEYRING_DESC=	Support gnome-keyring
-.endif
-
-.include <bsd.port.options.mk>
-
-VERSION=	4.0
-PLIST_SUB=	VERSION=${VERSION}
-
-.if ${LIBGDA4_SLAVE}=="no"
-.if ${PORT_OPTIONS:MUI}
-CONFIGURE_ARGS+=--with-ui
-BUILD_DEPENDS+=	xml2po:${PORTSDIR}/textproc/gnome-doc-utils
-USE_GNOME+=	gtk20
-INSTALLS_ICONS=	yes
-PLIST_SUB+=	UI=""
-.else
-CONFIGURE_ARGS+=--without-ui
-PLIST_SUB+=	UI="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MSOUP}
-CONFIGURE_ARGS+=--with-libsoup
-LIB_DEPENDS+=	soup-2.4:${PORTSDIR}/devel/libsoup
-PLIST_SUB+=	WEB=""
-.else
-CONFIGURE_ARGS+=--without-libsoup
-PLIST_SUB+=	WEB="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MKEYRING}
-CONFIGURE_ARGS+=--with-gnome-keyring
-LIB_DEPENDS+=	gnome-keyring:${PORTSDIR}/security/libgnome-keyring
-.else
-CONFIGURE_ARGS+=--without-gnome-keyring
-.endif
-
-MAN1=		gda-sql.1 gda-sql-4.0.1
-.else
-USE_GNOME+=	libgda4
-.endif
-
-.if ${LIBGDA4_SLAVE}=="bdb"
-USE_BDB=		yes
-CONFIGURE_ARGS+=	--with-bdb=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-bdb
-.endif
-
-.if ${LIBGDA4_SLAVE}=="ldap"
-USE_OPENLDAP=	yes
-CONFIGURE_ARGS+=	--with-ldap=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-ldap
-.endif
-
-.if ${LIBGDA4_SLAVE}=="mysql"
-USE_MYSQL=		yes
-CONFIGURE_ARGS+=	--with-mysql=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-mysql
-.endif
-
-.if ${LIBGDA4_SLAVE}=="postgresql"
-USE_PGSQL=		yes
-CONFIGURE_ARGS+=	--with-postgres=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-postgres
-.endif
-
-# MDB (MS Access)
-.if ${LIBGDA4_SLAVE}=="mdb"
-LIB_DEPENDS+=		mdbsql:${PORTSDIR}/databases/mdbtools
-CONFIGURE_ARGS+=	--with-mdb=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-mdb
-.endif
-
-.if ${LIBGDA4_SLAVE}=="jdbc"
-USE_JAVA=		yes
-JAVA_VENDOR=		openjdk
-.else
-CONFIGURE_ARGS+=	--without-java
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-ldl||g' \
-	    	${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \
-		-e 's|ldb47|l${BDB_LIB_NAME}|g' \
-		-e 's|ldb|l${BDB_LIB_NAME}|g' \
-		-e 's|libdb|lib${BDB_LIB_NAME}|g' \
-		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|<db\.h>|<db${BDB_VER}/db.h>|' \
-	    	${WRKSRC}/providers/bdb/gda-bdb-provider.c \
-		${WRKSRC}/providers/bdb/gda-bdb-test.c
-.if ${LIBGDA4_SLAVE}!="no"
-#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres
-. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql ldap
-	@${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \
-		${WRKSRC}/providers/${d}/Makefile.in
-. endfor
-.endif
-
-pre-build:
-.if ${LIBGDA4_SLAVE}=="postgresql"
-	cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la
-.endif
-
-.if ${LIBGDA4_SLAVE}=="mysql"
-	cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la
-.endif
-
-.if ${LIBGDA4_SLAVE}=="no"
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/data/config \
-		${PREFIX}/etc/libgda-${VERSION}/config.default
-.endif
+do-build:
+	@cd ${WRKSRC}/libgda-ui && ${GMAKE}
+	@cd ${WRKSRC}/control-center && ${GMAKE}
+	@cd ${WRKSRC}/tools/browser && ${GMAKE}
 
-.include <bsd.port.mk>
+do-install:
+	@cd ${WRKSRC}/libgda-ui && ${GMAKE} install
+	@cd ${WRKSRC}/control-center && ${GMAKE} install
+	@cd ${WRKSRC}/tools/browser && ${GMAKE} install
 
-.endif
+.include "${MASTERDIR}/Makefile"

Modified: head/databases/libgda5-ui/distinfo
==============================================================================
--- head/databases/libgda4/distinfo	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-ui/distinfo	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,2 +0,0 @@
-SHA256 (gnome2/libgda-4.2.12.tar.xz) = 636c17d0a7380d77eb89c19426dc62580f900a86b9dd93cb0b03210ff77769f9
-SIZE (gnome2/libgda-4.2.12.tar.xz) = 11238088

Modified: head/databases/libgda5-ui/files/patch-configure
==============================================================================
--- head/databases/libgda4/files/patch-configure	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-ui/files/patch-configure	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,47 +0,0 @@
---- configure.orig	2010-11-28 20:28:23.000000000 -0500
-+++ configure	2010-11-28 20:28:54.000000000 -0500
-@@ -19487,9 +19487,9 @@ $as_echo_n "checking if gobject-introspe
-             INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
-             INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
-             INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
--            INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
-+            INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
-             INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
--            INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
-+            INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
-             INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
-             INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
-             INTROSPECTION_MAKEFILE=$introspection_makefile
-@@ -19589,14 +19589,14 @@ fi
- 
- 	if test "$enable_crypto" = "yes"
- 	        then
--			as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
-+#			as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
- 	        fi
- elif test $pkg_failed = untried; then
-      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
- 	if test "$enable_crypto" = "yes"
- 	        then
--			as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
-+#			as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
- 	        fi
- else
- 	LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS
-@@ -21776,6 +21776,15 @@ $as_echo "#define MDB_BIND_COLUMN_FOUR_A
- 	    fi
- 	    CFLAGS="$save_CFLAGS"
- 	fi
-+    else
-+         if false; then
-+  MDB_TRUE=
-+  MDB_FALSE='#'
-+else
-+  MDB_TRUE='#'
-+  MDB_FALSE=
-+fi
-+
-     fi
- 
-      if test "$mdbtools_found" = "yes"; then

Modified: head/databases/libgda5-ui/pkg-descr
==============================================================================
--- head/databases/libgda4/pkg-descr	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-ui/pkg-descr	Fri Sep  6 11:43:34 2013	(r326490)
@@ -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/

Modified: head/databases/libgda5-ui/pkg-plist
==============================================================================
--- head/databases/libgda4/pkg-plist	Fri Sep  6 09:21:19 2013	(r326481)
+++ head/databases/libgda5-ui/pkg-plist	Fri Sep  6 11:43:34 2013	(r326490)
@@ -1,1093 +1,524 @@
-bin/gda-list-config-%%VERSION%%
-%%UI%%bin/gda-browser-%%VERSION%%
-%%UI%%bin/gda-control-center-%%VERSION%%
-bin/gda-list-config
-bin/gda-list-server-op
-bin/gda-list-server-op-%%VERSION%%
-bin/gda-sql
-bin/gda-sql-%%VERSION%%
-bin/gda-test-connection-%%VERSION%%
-%%UI%%bin/gdaui-demo-%%VERSION%%
-@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi
-etc/libgda-%%VERSION%%/config.default
-@exec [ -f %B/config ] || cp %B/%f %B/config
-etc/libgda-%%VERSION%%/sales_test.db
-include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h
-include/libgda-%%VERSION%%/libgda-report/gda-report-document.h
-include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h
-include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h
-include/libgda-%%VERSION%%/libgda-report/libgda-report.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-rt-editor.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h
-include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h
-include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h
-include/libgda-%%VERSION%%/libgda/gda-batch.h
-include/libgda-%%VERSION%%/libgda/gda-binreloc.h
-include/libgda-%%VERSION%%/libgda/gda-blob-op.h
-include/libgda-%%VERSION%%/libgda/gda-column.h
-include/libgda-%%VERSION%%/libgda/gda-config.h
-include/libgda-%%VERSION%%/libgda/gda-connection-event.h
-include/libgda-%%VERSION%%/libgda/gda-connection-private.h
-include/libgda-%%VERSION%%/libgda/gda-connection.h
-include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h
-include/libgda-%%VERSION%%/libgda/gda-data-comparator.h
-include/libgda-%%VERSION%%/libgda/gda-data-handler.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-array.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-import.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h
-include/libgda-%%VERSION%%/libgda/gda-data-model-private.h
-include/libgda-%%VERSION%%/libgda/gda-data-model.h
-include/libgda-%%VERSION%%/libgda/gda-data-proxy.h
-include/libgda-%%VERSION%%/libgda/gda-data-select.h
-include/libgda-%%VERSION%%/libgda/gda-debug-macros.h
-include/libgda-%%VERSION%%/libgda/gda-decl.h
-include/libgda-%%VERSION%%/libgda/gda-easy.h
-include/libgda-%%VERSION%%/libgda/gda-enum-types.h
-include/libgda-%%VERSION%%/libgda/gda-enums.h
-include/libgda-%%VERSION%%/libgda/gda-holder.h
-include/libgda-%%VERSION%%/libgda/gda-lockable.h
-include/libgda-%%VERSION%%/libgda/gda-log.h
-include/libgda-%%VERSION%%/libgda/gda-marshal.h
-include/libgda-%%VERSION%%/libgda/gda-meta-store.h
-include/libgda-%%VERSION%%/libgda/gda-meta-struct.h
-include/libgda-%%VERSION%%/libgda/gda-mutex.h
-include/libgda-%%VERSION%%/libgda/gda-quark-list.h
-include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h
-include/libgda-%%VERSION%%/libgda/gda-row.h
-include/libgda-%%VERSION%%/libgda/gda-server-operation.h
-include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h
-include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h
-include/libgda-%%VERSION%%/libgda/gda-server-provider.h
-include/libgda-%%VERSION%%/libgda/gda-set.h
-include/libgda-%%VERSION%%/libgda/gda-sql-builder.h
-include/libgda-%%VERSION%%/libgda/gda-statement-extra.h
-include/libgda-%%VERSION%%/libgda/gda-statement.h
-include/libgda-%%VERSION%%/libgda/gda-tree-manager.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h
-include/libgda-%%VERSION%%/libgda/gda-tree-node.h
-include/libgda-%%VERSION%%/libgda/gda-tree.h
-include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h
-include/libgda-%%VERSION%%/libgda/gda-transaction-status.h
-include/libgda-%%VERSION%%/libgda/gda-util.h
-include/libgda-%%VERSION%%/libgda/gda-value.h
-include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h
-include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h
-include/libgda-%%VERSION%%/libgda/libgda.h
-include/libgda-%%VERSION%%/libgda/libgda-global-variables.h
-include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h
-include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h
-include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h
-include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h
-include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h
-include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h
-lib/libgda-%%VERSION%%.a
-lib/libgda-%%VERSION%%.la
-lib/libgda-%%VERSION%%.so
-lib/libgda-%%VERSION%%.so.5
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-text-spec.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.a
-%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.la
-%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.so
-%%WEB%%lib/libgda-%%VERSION%%/providers/libgda-web.a
-%%WEB%%lib/libgda-%%VERSION%%/providers/libgda-web.la
-%%WEB%%lib/libgda-%%VERSION%%/providers/libgda-web.so
-lib/libgda-%%VERSION%%/providers/libgda-sqlite.a
-lib/libgda-%%VERSION%%/providers/libgda-sqlite.la
-lib/libgda-%%VERSION%%/providers/libgda-sqlite.so
-lib/libgda-report-%%VERSION%%.a
-lib/libgda-report-%%VERSION%%.la
-lib/libgda-report-%%VERSION%%.so
-lib/libgda-report-%%VERSION%%.so.5
-%%UI%%lib/libgda-ui-%%VERSION%%.a
-%%UI%%lib/libgda-ui-%%VERSION%%.la
-%%UI%%lib/libgda-ui-%%VERSION%%.so
-%%UI%%lib/libgda-ui-%%VERSION%%.so.5
-lib/libgda-xslt-%%VERSION%%.a
-lib/libgda-xslt-%%VERSION%%.la
-lib/libgda-xslt-%%VERSION%%.so
-lib/libgda-xslt-%%VERSION%%.so.5
-libdata/pkgconfig/libgda-%%VERSION%%.pc
-libdata/pkgconfig/libgda-report-%%VERSION%%.pc
-libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc
-%%UI%%libdata/pkgconfig/libgda-ui-%%VERSION%%.pc
-%%WEB%%libdata/pkgconfig/libgda-web-%%VERSION%%.pc
-libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc
-%%UI%%share/applications/gda-browser-%%VERSION%%.desktop
-%%UI%%share/applications/gda-control-center-%%VERSION%%.desktop
-%%UI%%share/doc/gda-browser/UILayout.png
-%%UI%%share/doc/gda-browser/code_orga.html
-%%UI%%share/doc/gda-browser/core.html
-%%UI%%share/doc/gda-browser/extrawidgets.html
-%%UI%%share/doc/gda-browser/fdl-section1.html
-%%UI%%share/doc/gda-browser/fdl-section10.html
-%%UI%%share/doc/gda-browser/fdl-section2.html
-%%UI%%share/doc/gda-browser/fdl-section3.html
-%%UI%%share/doc/gda-browser/fdl-section4.html
-%%UI%%share/doc/gda-browser/fdl-section5.html
-%%UI%%share/doc/gda-browser/fdl-section6.html
-%%UI%%share/doc/gda-browser/fdl-section7.html
-%%UI%%share/doc/gda-browser/fdl-section8.html
-%%UI%%share/doc/gda-browser/fdl-section9.html
-%%UI%%share/doc/gda-browser/fdl-using.html
-%%UI%%share/doc/gda-browser/fdl.html
-%%UI%%share/doc/gda-browser/gda-browser-Support-functions.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-connection.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-core.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-favorites.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-page.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-window.html
-%%UI%%share/doc/gda-browser/gda-browser-cc-gray-bar.html
-%%UI%%share/doc/gda-browser/gda-browser-data-manager-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-mgr-favorites.html
-%%UI%%share/doc/gda-browser/gda-browser-popup-container.html
-%%UI%%share/doc/gda-browser/gda-browser-query-exec-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-schema-browser-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-ui-formgrid.html
-%%UI%%share/doc/gda-browser/gda-browser.devhelp2
-%%UI%%share/doc/gda-browser/home.png
-%%UI%%share/doc/gda-browser/index.html
-%%UI%%share/doc/gda-browser/index.sgml
-%%UI%%share/doc/gda-browser/left.png
-%%UI%%share/doc/gda-browser/part_api.html
-%%UI%%share/doc/gda-browser/part_begin.html
-%%UI%%share/doc/gda-browser/part_index.html
-%%UI%%share/doc/gda-browser/perspectives.html
-%%UI%%share/doc/gda-browser/prog_struct.html
-%%UI%%share/doc/gda-browser/right.png
-%%UI%%share/doc/gda-browser/style.css
-%%UI%%share/doc/gda-browser/up.png
-%%UI%%share/doc/gda-browser/why.html
-%%UI%%share/doc/gda-browser/windows.html
-share/doc/libgda-%%VERSION%%/DataModels.png
-share/doc/libgda-%%VERSION%%/GdaBatch.html
-share/doc/libgda-%%VERSION%%/GdaBlobOp.html
-share/doc/libgda-%%VERSION%%/GdaColumn.html
-share/doc/libgda-%%VERSION%%/GdaConnection.html
-share/doc/libgda-%%VERSION%%/GdaConnectionEvent.html
-share/doc/libgda-%%VERSION%%/GdaDataAccessWrapper.html
-share/doc/libgda-%%VERSION%%/GdaDataModel.html
-share/doc/libgda-%%VERSION%%/GdaDataModelArray.html
-share/doc/libgda-%%VERSION%%/GdaDataModelBdb.html
-share/doc/libgda-%%VERSION%%/GdaDataModelDir.html
-share/doc/libgda-%%VERSION%%/GdaDataModelImport.html
-share/doc/libgda-%%VERSION%%/GdaDataModelIter.html
-share/doc/libgda-%%VERSION%%/GdaDataModelIter.png
-share/doc/libgda-%%VERSION%%/GdaDataProxy.html
-share/doc/libgda-%%VERSION%%/GdaDataSelect.html
-share/doc/libgda-%%VERSION%%/GdaHandlerBin.html
-share/doc/libgda-%%VERSION%%/GdaHandlerBoolean.html
-share/doc/libgda-%%VERSION%%/GdaHandlerNumerical.html
-share/doc/libgda-%%VERSION%%/GdaHandlerString.html
-share/doc/libgda-%%VERSION%%/GdaHandlerTime.html
-share/doc/libgda-%%VERSION%%/GdaHandlerType.html
-share/doc/libgda-%%VERSION%%/GdaHolder.html
-share/doc/libgda-%%VERSION%%/GdaLockable.html
-share/doc/libgda-%%VERSION%%/GdaMetaStore.html
-share/doc/libgda-%%VERSION%%/GdaMetaStoreCustomData.html
-share/doc/libgda-%%VERSION%%/GdaMetaStruct.html
-share/doc/libgda-%%VERSION%%/GdaPStmt.html
-share/doc/libgda-%%VERSION%%/GdaReportDocbookDocument.html
-share/doc/libgda-%%VERSION%%/GdaReportDocument.html
-share/doc/libgda-%%VERSION%%/GdaReportEngine.html
-share/doc/libgda-%%VERSION%%/GdaReportRmlDocument.html
-share/doc/libgda-%%VERSION%%/GdaRow.html
-share/doc/libgda-%%VERSION%%/GdaServerOperation.html
-share/doc/libgda-%%VERSION%%/GdaServerProvider.html
-share/doc/libgda-%%VERSION%%/GdaSet.html
-share/doc/libgda-%%VERSION%%/GdaSqlBuilder.html
-share/doc/libgda-%%VERSION%%/GdaSqlParser.html
-share/doc/libgda-%%VERSION%%/GdaStatement.html
-share/doc/libgda-%%VERSION%%/GdaStatement.png
-share/doc/libgda-%%VERSION%%/GdaThreadWrapper.html
-share/doc/libgda-%%VERSION%%/GdaTransactionStatus.html
-share/doc/libgda-%%VERSION%%/GdaTree.html
-share/doc/libgda-%%VERSION%%/GdaTreeManager.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrColumns.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrLabel.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrSchemas.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrSelect.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrTables.html
-share/doc/libgda-%%VERSION%%/GdaTreeNode.html
-share/doc/libgda-%%VERSION%%/GdaVconnectionDataModel.html
-share/doc/libgda-%%VERSION%%/GdaVconnectionHub.html
-share/doc/libgda-%%VERSION%%/GdaVirtualConnection.html
-share/doc/libgda-%%VERSION%%/GdaVirtualProvider.html
-share/doc/libgda-%%VERSION%%/GdaVproviderDataModel.html
-share/doc/libgda-%%VERSION%%/GdaVproviderHub.html
-share/doc/libgda-%%VERSION%%/GdauiBasicForm.html
-share/doc/libgda-%%VERSION%%/GdauiCloud.html
-share/doc/libgda-%%VERSION%%/GdauiCombo.html
-share/doc/libgda-%%VERSION%%/GdauiDataEntry.html
-share/doc/libgda-%%VERSION%%/GdauiDataFilter.html
-share/doc/libgda-%%VERSION%%/GdauiDataProxy.html
-share/doc/libgda-%%VERSION%%/GdauiDataProxyInfo.html
-share/doc/libgda-%%VERSION%%/GdauiDataSelector.html
-share/doc/libgda-%%VERSION%%/GdauiDataStore.html
-share/doc/libgda-%%VERSION%%/GdauiForm.html
-share/doc/libgda-%%VERSION%%/GdauiGrid.html
-share/doc/libgda-%%VERSION%%/GdauiLogin.html
-share/doc/libgda-%%VERSION%%/GdauiProviderSelector.html
-share/doc/libgda-%%VERSION%%/GdauiRawForm.html
-share/doc/libgda-%%VERSION%%/GdauiRawGrid.html
-share/doc/libgda-%%VERSION%%/GdauiRtEditor.html
-share/doc/libgda-%%VERSION%%/GdauiServerOperation.html
-share/doc/libgda-%%VERSION%%/GdauiTreeStore.html
-share/doc/libgda-%%VERSION%%/MetaStore1.png
-share/doc/libgda-%%VERSION%%/MetaStore2.png
-share/doc/libgda-%%VERSION%%/SqlIdentifiers.png
-share/doc/libgda-%%VERSION%%/architecture.html
-share/doc/libgda-%%VERSION%%/architecture.png
-share/doc/libgda-%%VERSION%%/blobs_example.html
-share/doc/libgda-%%VERSION%%/ch04.html
-share/doc/libgda-%%VERSION%%/ch06s03.html
-share/doc/libgda-%%VERSION%%/ch07s02.html
-share/doc/libgda-%%VERSION%%/ch07s03.html
-share/doc/libgda-%%VERSION%%/ch08s02.html
-share/doc/libgda-%%VERSION%%/ch08s03.html
-share/doc/libgda-%%VERSION%%/ch08s07.html
-share/doc/libgda-%%VERSION%%/ch11s02.html
-share/doc/libgda-%%VERSION%%/ch11s07.html
-share/doc/libgda-%%VERSION%%/ch11s08.html
-share/doc/libgda-%%VERSION%%/ch11s11.html
-share/doc/libgda-%%VERSION%%/ch11s12.html
-share/doc/libgda-%%VERSION%%/ch11s13.html
-share/doc/libgda-%%VERSION%%/ch12.html
-share/doc/libgda-%%VERSION%%/ch20.html
-share/doc/libgda-%%VERSION%%/ch21.html
-share/doc/libgda-%%VERSION%%/ch32.html
-share/doc/libgda-%%VERSION%%/ch35.html
-share/doc/libgda-%%VERSION%%/ch36s02.html
-share/doc/libgda-%%VERSION%%/ch36s03.html
-share/doc/libgda-%%VERSION%%/ch38s02.html
-share/doc/libgda-%%VERSION%%/ch39s02.html
-share/doc/libgda-%%VERSION%%/ch39s03.html
-share/doc/libgda-%%VERSION%%/ch39s04.html
-share/doc/libgda-%%VERSION%%/ch41s02.html
-share/doc/libgda-%%VERSION%%/ch41s03.html
-share/doc/libgda-%%VERSION%%/ch41s04.html
-share/doc/libgda-%%VERSION%%/ch41s05.html
-share/doc/libgda-%%VERSION%%/ch41s06.html
-share/doc/libgda-%%VERSION%%/ch41s07.html
-share/doc/libgda-%%VERSION%%/ch41s08.html
-share/doc/libgda-%%VERSION%%/ch41s10.html
-share/doc/libgda-%%VERSION%%/ch44s02.html
-share/doc/libgda-%%VERSION%%/ch46s02.html
-share/doc/libgda-%%VERSION%%/ch46s03.html
-share/doc/libgda-%%VERSION%%/ch46s04.html
-share/doc/libgda-%%VERSION%%/ch46s05.html
-share/doc/libgda-%%VERSION%%/ch46s06.html
-share/doc/libgda-%%VERSION%%/ch46s07.html
-share/doc/libgda-%%VERSION%%/ch46s08.html
-share/doc/libgda-%%VERSION%%/ch47s02.html
-share/doc/libgda-%%VERSION%%/ch47s03.html
-share/doc/libgda-%%VERSION%%/ch47s04.html
-share/doc/libgda-%%VERSION%%/ch47s05.html
-share/doc/libgda-%%VERSION%%/compiling.html
-share/doc/libgda-%%VERSION%%/connection.html
-share/doc/libgda-%%VERSION%%/connections.html
-share/doc/libgda-%%VERSION%%/data-model.html
-share/doc/libgda-%%VERSION%%/data-select.html
-share/doc/libgda-%%VERSION%%/data_conv.html
-share/doc/libgda-%%VERSION%%/data_models.html
-share/doc/libgda-%%VERSION%%/data_proxy1.png
-share/doc/libgda-%%VERSION%%/data_proxy2.png
-share/doc/libgda-%%VERSION%%/data_proxy3.png
-share/doc/libgda-%%VERSION%%/data_proxy4.png
-share/doc/libgda-%%VERSION%%/data_proxy5.png
-share/doc/libgda-%%VERSION%%/data_validation_holder.png
-share/doc/libgda-%%VERSION%%/data_validation_proxy.png
-share/doc/libgda-%%VERSION%%/data_validation_set.png
-share/doc/libgda-%%VERSION%%/ddl_example.html
-share/doc/libgda-%%VERSION%%/fdl-section1.html
-share/doc/libgda-%%VERSION%%/fdl-section10.html
-share/doc/libgda-%%VERSION%%/fdl-section2.html
-share/doc/libgda-%%VERSION%%/fdl-section3.html
-share/doc/libgda-%%VERSION%%/fdl-section4.html
-share/doc/libgda-%%VERSION%%/fdl-section5.html
-share/doc/libgda-%%VERSION%%/fdl-section6.html
-share/doc/libgda-%%VERSION%%/fdl-section7.html
-share/doc/libgda-%%VERSION%%/fdl-section8.html
-share/doc/libgda-%%VERSION%%/fdl-section9.html
-share/doc/libgda-%%VERSION%%/fdl-using.html
-share/doc/libgda-%%VERSION%%/fdl.html
-share/doc/libgda-%%VERSION%%/features.html
-share/doc/libgda-%%VERSION%%/gda-dict.html
-share/doc/libgda-%%VERSION%%/gda-sql-graph.png
-share/doc/libgda-%%VERSION%%/gda-sql-manual-dsn.html
-share/doc/libgda-%%VERSION%%/gda-sql-manual-icommands.html
-share/doc/libgda-%%VERSION%%/gda-sql-manual-open.html
-share/doc/libgda-%%VERSION%%/gda-sql-manual-run.html
-share/doc/libgda-%%VERSION%%/gda-sql.html
-share/doc/libgda-%%VERSION%%/gen:sql_identifiers.html
-share/doc/libgda-%%VERSION%%/gen_blobs.html
-share/doc/libgda-%%VERSION%%/getting_started.html
-share/doc/libgda-%%VERSION%%/home.png
-share/doc/libgda-%%VERSION%%/howto-exec-non-select.html
-share/doc/libgda-%%VERSION%%/howto-exec-select.html
-share/doc/libgda-%%VERSION%%/howto-exec.png
-share/doc/libgda-%%VERSION%%/howto-meta1.html
-share/doc/libgda-%%VERSION%%/howto-meta2.html
-share/doc/libgda-%%VERSION%%/howto-modify-select.html
-share/doc/libgda-%%VERSION%%/howto-sqlbuilder.html
-share/doc/libgda-%%VERSION%%/howto.html
-share/doc/libgda-%%VERSION%%/i_s_data_types.png
-share/doc/libgda-%%VERSION%%/index-4-2-1.html
-share/doc/libgda-%%VERSION%%/index-4-2-10.html
-share/doc/libgda-%%VERSION%%/index-4-2-2.html
-share/doc/libgda-%%VERSION%%/index-4-2-3.html
-share/doc/libgda-%%VERSION%%/index-4-2-4.html
-share/doc/libgda-%%VERSION%%/index-4-2-5.html
-share/doc/libgda-%%VERSION%%/index-4-2-6.html
-share/doc/libgda-%%VERSION%%/index-4-2-7.html
-share/doc/libgda-%%VERSION%%/index-4-2-8.html
-share/doc/libgda-%%VERSION%%/index-4-2-9.html
-share/doc/libgda-%%VERSION%%/index-4-2.html
-share/doc/libgda-%%VERSION%%/index-deprecated.html
-share/doc/libgda-%%VERSION%%/index.html
-share/doc/libgda-%%VERSION%%/index.sgml
-share/doc/libgda-%%VERSION%%/index_main.html
-share/doc/libgda-%%VERSION%%/information_schema.html
-share/doc/libgda-%%VERSION%%/information_schema.png
-share/doc/libgda-%%VERSION%%/init_config.html
-share/doc/libgda-%%VERSION%%/installation-configuring.html
-share/doc/libgda-%%VERSION%%/installation-installing.html
-share/doc/libgda-%%VERSION%%/installation.html
-share/doc/libgda-%%VERSION%%/introduction.html
-share/doc/libgda-%%VERSION%%/left.png
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Convenience-functions.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2
-share/doc/libgda-%%VERSION%%/libgda-list-server-op.html
-share/doc/libgda-%%VERSION%%/libgda-packaging.html
-share/doc/libgda-%%VERSION%%/libgda-provider-blobop.html
-share/doc/libgda-%%VERSION%%/libgda-provider-class.html
-share/doc/libgda-%%VERSION%%/libgda-provider-pack.html
-share/doc/libgda-%%VERSION%%/libgda-provider-parser.html
-share/doc/libgda-%%VERSION%%/libgda-provider-recordset.html
-share/doc/libgda-%%VERSION%%/libgda-reports-introduction.html
-share/doc/libgda-%%VERSION%%/libgda-sql.html
-share/doc/libgda-%%VERSION%%/libgda-tools-controlcenter.html
-share/doc/libgda-%%VERSION%%/libgda-tools-gdabrowser.html
-share/doc/libgda-%%VERSION%%/libgda-tools-introduction.html
-share/doc/libgda-%%VERSION%%/libgda-tools-list-config.html
-share/doc/libgda-%%VERSION%%/libgda-tools-test-connection.html
-share/doc/libgda-%%VERSION%%/libgda-xslt-api.html
-share/doc/libgda-%%VERSION%%/libgda-xslt-introduction.html
-share/doc/libgda-%%VERSION%%/libgdaui-packaging.html
-share/doc/libgda-%%VERSION%%/limitations.html
-share/doc/libgda-%%VERSION%%/limitations_jdbc.html
-share/doc/libgda-%%VERSION%%/limitations_ldap.html
-share/doc/libgda-%%VERSION%%/limitations_mysql.html
-share/doc/libgda-%%VERSION%%/limitations_oracle.html
-share/doc/libgda-%%VERSION%%/limitations_postgres.html
-share/doc/libgda-%%VERSION%%/limitations_sqlcipher.html
-share/doc/libgda-%%VERSION%%/limitations_sqlite.html
-share/doc/libgda-%%VERSION%%/main_example.html
-share/doc/libgda-%%VERSION%%/managing-errors.html
-share/doc/libgda-%%VERSION%%/migration-1.html
-share/doc/libgda-%%VERSION%%/migration-2-dict.html
-share/doc/libgda-%%VERSION%%/migration-2-exec.html
-share/doc/libgda-%%VERSION%%/migration-2-report.html
-share/doc/libgda-%%VERSION%%/migration-2.html
-share/doc/libgda-%%VERSION%%/misc.html
-share/doc/libgda-%%VERSION%%/multi-threading.html
-share/doc/libgda-%%VERSION%%/null_handling.html
-share/doc/libgda-%%VERSION%%/other_examples.html
-share/doc/libgda-%%VERSION%%/parser_gen.png
-share/doc/libgda-%%VERSION%%/parser_prov.png
-share/doc/libgda-%%VERSION%%/part_begin.html
-share/doc/libgda-%%VERSION%%/part_index.html
-share/doc/libgda-%%VERSION%%/part_libgda-reports.html
-share/doc/libgda-%%VERSION%%/part_libgda-xslt.html
-share/doc/libgda-%%VERSION%%/part_libgda_api.html
-share/doc/libgda-%%VERSION%%/part_providers.html
-share/doc/libgda-%%VERSION%%/part_tools.html
-share/doc/libgda-%%VERSION%%/parts.png
-share/doc/libgda-%%VERSION%%/prov-metadata.html
-share/doc/libgda-%%VERSION%%/provider-notes.html
-share/doc/libgda-%%VERSION%%/provider_notes_ldap.html
-share/doc/libgda-%%VERSION%%/provider_notes_sqlcipher.html
-share/doc/libgda-%%VERSION%%/provider_notes_sqlite.html
-share/doc/libgda-%%VERSION%%/psupport.html
-share/doc/libgda-%%VERSION%%/pt08.html
-share/doc/libgda-%%VERSION%%/right.png
-share/doc/libgda-%%VERSION%%/stmt-compound.png
-share/doc/libgda-%%VERSION%%/stmt-insert1.png
-share/doc/libgda-%%VERSION%%/stmt-insert2.png
-share/doc/libgda-%%VERSION%%/stmt-select.png
-share/doc/libgda-%%VERSION%%/stmt-unknown.png
-share/doc/libgda-%%VERSION%%/stmt-update.png
-share/doc/libgda-%%VERSION%%/style.css
-share/doc/libgda-%%VERSION%%/thread-wrapper.png
-share/doc/libgda-%%VERSION%%/transactions.html
-share/doc/libgda-%%VERSION%%/tree-overview.png
-share/doc/libgda-%%VERSION%%/tree-overview2.png
-share/doc/libgda-%%VERSION%%/trees.html
-share/doc/libgda-%%VERSION%%/up.png
-share/doc/libgda-%%VERSION%%/vi-basic-form.png
-share/doc/libgda-%%VERSION%%/vi-cloud.png
-share/doc/libgda-%%VERSION%%/vi-combo.png
-share/doc/libgda-%%VERSION%%/vi-data-entry.png

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061143.r86BhZQq035016>