diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:06:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:06:55 +0800 |
commit | 14f543713645c3fcadbf41408d8d2587a8a459e4 (patch) | |
tree | 433fdb064403d4501781eea3d784ef968ef1eb0e | |
parent | 2c1b69a7ec9041cc59ee504f4d98d1385cfa0a6c (diff) | |
download | marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.gz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.zst marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.zip |
Update to 3.0.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10348 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/libgda3-firebird/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-firebird/pkg-plist | 5 | ||||
-rw-r--r-- | databases/libgda3-freetds/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-freetds/pkg-plist | 10 | ||||
-rw-r--r-- | databases/libgda3-ldap/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-ldap/pkg-plist | 5 | ||||
-rw-r--r-- | databases/libgda3-mdb/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-mdb/pkg-plist | 5 | ||||
-rw-r--r-- | databases/libgda3-mysql/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-mysql/pkg-plist | 14 | ||||
-rw-r--r-- | databases/libgda3-odbc/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-odbc/pkg-plist | 5 | ||||
-rw-r--r-- | databases/libgda3-postgresql/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-postgresql/pkg-plist | 14 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 113 | ||||
-rw-r--r-- | databases/libgda3/distinfo | 3 | ||||
-rw-r--r-- | databases/libgda3/files/patch-configure | 12 | ||||
-rw-r--r-- | databases/libgda3/pkg-descr | 19 | ||||
-rw-r--r-- | databases/libgda3/pkg-plist | 206 |
19 files changed, 586 insertions, 0 deletions
diff --git a/databases/libgda3-firebird/Makefile b/databases/libgda3-firebird/Makefile new file mode 100644 index 000000000..e94923f4f --- /dev/null +++ b/databases/libgda3-firebird/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-firebird/pkg-plist b/databases/libgda3-firebird/pkg-plist new file mode 100644 index 000000000..cb15b8648 --- /dev/null +++ b/databases/libgda3-firebird/pkg-plist @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..ad732b644 --- /dev/null +++ b/databases/libgda3-freetds/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-freetds/pkg-plist b/databases/libgda3-freetds/pkg-plist new file mode 100644 index 000000000..f42cd90f3 --- /dev/null +++ b/databases/libgda3-freetds/pkg-plist @@ -0,0 +1,10 @@ +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 new file mode 100644 index 000000000..4e93e1187 --- /dev/null +++ b/databases/libgda3-ldap/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-ldap/pkg-plist b/databases/libgda3-ldap/pkg-plist new file mode 100644 index 000000000..d8b54ee06 --- /dev/null +++ b/databases/libgda3-ldap/pkg-plist @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..c1053141e --- /dev/null +++ b/databases/libgda3-mdb/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mdb/pkg-plist b/databases/libgda3-mdb/pkg-plist new file mode 100644 index 000000000..30b1df5d9 --- /dev/null +++ b/databases/libgda3-mdb/pkg-plist @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..5f0955eaf --- /dev/null +++ b/databases/libgda3-mysql/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mysql/pkg-plist b/databases/libgda3-mysql/pkg-plist new file mode 100644 index 000000000..de9338565 --- /dev/null +++ b/databases/libgda3-mysql/pkg-plist @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..9ececdb00 --- /dev/null +++ b/databases/libgda3-odbc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-odbc/pkg-plist b/databases/libgda3-odbc/pkg-plist new file mode 100644 index 000000000..904d1445e --- /dev/null +++ b/databases/libgda3-odbc/pkg-plist @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..141186e4f --- /dev/null +++ b/databases/libgda3-postgresql/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-postgresql/pkg-plist b/databases/libgda3-postgresql/pkg-plist new file mode 100644 index 000000000..8c0d2adbc --- /dev/null +++ b/databases/libgda3-postgresql/pkg-plist @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000..9c00a9594 --- /dev/null +++ b/databases/libgda3/Makefile @@ -0,0 +1,113 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +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 +.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 new file mode 100644 index 000000000..9c80a6259 --- /dev/null +++ b/databases/libgda3/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..23dded5f5 --- /dev/null +++ b/databases/libgda3/files/patch-configure @@ -0,0 +1,12 @@ +--- 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 new file mode 100644 index 000000000..12eb57b5e --- /dev/null +++ b/databases/libgda3/pkg-descr @@ -0,0 +1,19 @@ +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 new file mode 100644 index 000000000..1c3688ed2 --- /dev/null +++ b/databases/libgda3/pkg-plist @@ -0,0 +1,206 @@ +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/ |