pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Update libgda to 3.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/1357de2ef1f4
branches: trunk
changeset: 531668:1357de2ef1f4
user: obache <obache%pkgsrc.org@localhost>
date: Sat Aug 04 11:13:37 2007 +0000
description:
Update libgda to 3.0.1
Based on patch proveided by Makoto Fujiwara in PR 36715.
Pkgsrc Changes:
Added fam option.
from NEWS:
libgda 3.0.1, 2007-05-10
- Bug fixes: #433687, #434464, #432798, #432798
(Armin Burgmeier, Gustavo R. Montesino, Leonardo Boshell, Vivien Malerba)
- Translations:
- ar (Djihed Afifi)
libgda 3.0.0, 2007-04-20
- misc. bug fixes (Armin Burgmeier, Vivien Malerba)
- bug fixes in the SQL delimiter to handle comments, BEGIN and END blocks and PostgreSQL's
dollar quoting (Vivien Malerba)
- more unit tests (Vivien Malerba)
- removed dependecy and test for popt (Baris Cicek)
- fixed SQLite provider's error reporting, and implemented the get_last_insert_id() virtuel
method (Vivien Malerba)
- fixed MySQL's provider error where the same column would be reported several times in
the TABLE_FIELDS schema (Vivien Malerba)
- fixed a misbehaviour in the data model import of XML files (Vivien Malerba)
- docs improvements
- removed ambiguities in the source files: mention LGPL everywhere in the library, and
GPL for the executables (Murray Cumming)
- allow dictionary XML file to specify its own DTD file (Vivien Malerba)
- Bug fixes: #421986, #421986, #420306, #410200, #427605, #407908, #417249 (Carsten Clark, Baris Cicek,
Vivien Malerba
- Translations:
- dz (Pema Geyleg)
- lt (Gintautas Miliauskas)
- ar (Djihed Afifi)
libgda 2.99.6, 2007-03-23
- Merged several libraries into one for efficiency and because of inter-dependencies (yselkowitz,
Gustavo R. Montesino, Christopher Taylor)
- More explicit API function names (Murray Cumming)
- Applications can now check installed DBMS providers (yselkowitz)
- C# bindings removed from the libgda's module (Murray Cumming)
- Added regression tests for SQL parsing and delimiting (Vivien Malerba)
- Reworked SQL delimiter and made the SQL parser report non parsed characters (Vivien Malerba)
- Embedded SQLite is now 3.3.13 (Vivien Malerba)
- Added configure tests to work around changes in the MDB API (yselkowitz)
- Improved WIN32 building for Cygwin and MinGW (yselkowitz, Gustavo R. Montesino, Christopher Taylor)
- Bug fixes: #407064, #411811, #314732, #390609, #353404, #411984, #349548, #412122, #411811
(Leonardo Boshell, yselkowitz, Armin Burgmeier, Daniel Espinosa, Murray Cumming, Christopher Taylor,
Vivien Malerba)
- Lots of minor bug fixes
- Translations:
- new dz translation (Pema Geyleg)
- sv (Daniel Nylander)
- en_GB (David Lodge)
- it (Marco Ciampa)
libgda 2.99.5, 2007-02-12
- Correct a linker error when using the (recently renamed to)
gda_query_field_value_get_is_parameter() function.
I'm doing a quick extra release because I imagine that the effects of using
an implicitly-declared function could be odd.
libgda 2.99.4, 2007-02-12
- GdaQuery: Renamed gda_query_is_modif_query() to gda_query_is_modify_query().
(Murray Cumming)
- GdaQueryFieldValue: Added the is_parameter property
(Daniel Espinosa)
- GdaEntityField: Renamed get_data_type() vfunc to get_dict_type().
(Daniel Espinosa)
- GdaQueryField: Renamed get_data_type() vfunc to get_dict_type().
(Daniel Espinosa)
- GdaObject: Added the option for GdaObject sub-classes to copy the
"name" property to the "id" one if the "id" is not set (used by the GdaParameter object)
(Vivien Malerba)
- GdaDataModelQuery:
- Correctly detect when it's not possible to get information about columns.
- Added a "use_transaction" property to allow the object to start a transaction before
running the modification SQL queries and to end it afterwards (so all the modifications are atomic).
(Vivien Malerba)
- GdaDataModel: Added "reset" signal, emitted when the data model has completely changed.
(Vivien Malerba)
- GdaDataProxy:
- Added "re_init_done" signal, emitted when the proxied data model's number of columns changes.
- Corrected a bug which prevented any modification to be applied to the proxied data model.
- Added gda_data_proxy_get_n_modified_rows().
(Vivien Malerba)
- Improvements to _new() functions for language bindings, such as C++:
GdaParameterList, (Johannes Schmid, Openismus)
- Make type checks more flexible, allowing use of derived GTypes by
language bindings: (Armin Burgmeier, Openismus)
- Use enum types instead of guint or gulong for flags, matching the
conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef
(Murray Cumming, Openismus)
- Use specific types for property and signal parameter registrations, and use specific signal marshallers.
This should be more robust, and is needed by language bindings.
(Murray Cumming, Openismus)
- Correct all remaining installation location conflicts with libgda 1.2.
(Leonardo Boshell)
- Correct the check for the gamin version.
(Leonardo Boshell)
- gda-sharp (mono bindings) updated.
(Daniel Espinosa)
- Added tests. (Vivien Malerb)
- Win32 build improvements. (Brecht Sanders)
- MDB provider: Attempt to fix the build for more recent versions of the MDB API.
(Murray Cumming)
libgda 2.99.3, 2007-01-23
- Build fixes:
- With gamin/fam. (Murray Cumming)
- removed unnecessary libxslt dependency. (Vivien Malerba)
- gda-sharp binding fixes. (Vivien Malerba)
- Fixed many compiler warnings. (Murray Cumming)
- Replace use of deprecated sys_errlist() with strerror().
(Joseph Sacco, Bug #353729)
- Win32 build fixes. (yselkowitz, Bug #314732)
- Darwin (MacOS X) build fixes. (Min Sik Kim, Bug #382933)
- GdaConfig: Handle the GDA_DSN_LIST_IN_MEMORY environment variable.
When defined, initial DSN list will be loaded from the filename specified
in that environment variable, and the DSN list modifications will not be
written to a file. (Vivien Malerba)
- GdaQueryFieldValue: can now render parameters in SQL with the :param_name
syntax, as used by Oracle. (Vivien Malerba)
- GdaBlobOp: New object, for improved blob handling. (Vivien Malerba)
- GdaQuarkList: gda_quark_list_add_from_string():
Prevent a crash when the connection string has a final ; character.
(Andrea Zagli, Bug #317831)
- GdaQuery:
- Allow use of derived types, for language bindings. (Armin Burgmeier)
- Avoid memory corruption. (Chris Shoemaker, Bug #341061)
- GdaQueryFieldField: The field_name property is now readable. (Vivien Malerba)
- GdaServerProvider:
- Added the escape_string() and unescape_string() virtual methods. (Vivien Malerba)
- Removed unimplemented gda_server_provider_create_blob() and
gda_server_provider_fetch_blob_by_id() functions. (Murray Cumming)
- Removed unused "prop" properties. (Murray Cumming)
- Spelling and grammar corrections. (Clytie Siddall, bug #352122)
- Providers:
- FreeTDS: Build fixes. (Leonardo Boshell)
- MySQL:
- Slight speed optimization. (Esteban Sanchez)
- Fixed a bug with FK reporting in the CONSTRAINTS schema report.
Added the "bit" data type as a synonym to "tinyint"
removed GDA_TYPE_BLOB reference as MySQL does not support blobs.
(Vivien Malerba)
- Oracle: Major improvments, including blob handling. (Vivien Malerba)
- Postgres
- Fix failure of current transaction when trying to delete a
nonexisting blob Oid
- Improved GdaBinary handling.
(Vivien Malerba)
- Sqlite: Update Sqlite sources to 3.3.10.
- BDB and ODBC: Correct a cast (Hans de Goede, bug #366694)
diffstat:
databases/libgda-mysql/PLIST | 29 +-
databases/libgda-postgres/PLIST | 29 +-
databases/libgda/DESCR | 2 +-
databases/libgda/Makefile | 8 +-
databases/libgda/Makefile.common | 19 +-
databases/libgda/PLIST | 662 +++++++++++++++++++------------------
databases/libgda/buildlink3.mk | 16 +-
databases/libgda/distinfo | 24 +-
databases/libgda/options.mk | 10 +
databases/libgda/patches/patch-aa | 15 -
databases/libgda/patches/patch-ab | 12 +-
databases/libgda/patches/patch-ac | 15 -
databases/libgda/patches/patch-ad | 6 +-
databases/libgda/patches/patch-ae | 16 -
databases/libgda/patches/patch-af | 16 -
databases/libgda/patches/patch-ag | 16 -
databases/libgda/patches/patch-ah | 14 -
databases/libgda/patches/patch-ai | 16 -
databases/libgda/patches/patch-aj | 31 -
databases/libgda/patches/patch-ak | 6 +-
databases/libgda/patches/patch-al | 22 +-
21 files changed, 435 insertions(+), 549 deletions(-)
diffs (truncated from 1171 to 300 lines):
diff -r ce75b6d44d7f -r 1357de2ef1f4 databases/libgda-mysql/PLIST
--- a/databases/libgda-mysql/PLIST Sat Aug 04 10:30:00 2007 +0000
+++ b/databases/libgda-mysql/PLIST Sat Aug 04 11:13:37 2007 +0000
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/26 11:02:12 dillo Exp $
-lib/libgda-2.99/providers/libgda-mysql.la
-share/libgda/mysql_specs_add_column.xml
-share/libgda/mysql_specs_create_db.xml
-share/libgda/mysql_specs_create_index.xml
-share/libgda/mysql_specs_create_table.xml
-share/libgda/mysql_specs_drop_column.xml
-share/libgda/mysql_specs_drop_db.xml
-share/libgda/mysql_specs_drop_index.xml
-share/libgda/mysql_specs_drop_table.xml
-share/libgda/mysql_specs_dsn.xml
-share/libgda/mysql_specs_rename_table.xml
-@comment in libgda: @dirrm share/libgda
-@comment in libgda: @dirrm lib/libgda-1.9/providers
+@comment $NetBSD: PLIST,v 1.2 2007/08/04 11:13:40 obache Exp $
+lib/libgda-3.0/providers/libgda-mysql.la
+lib/pkgconfig/libgda-mysql-3.0.pc
+share/libgda-3.0/mysql_specs_add_column.xml
+share/libgda-3.0/mysql_specs_create_db.xml
+share/libgda-3.0/mysql_specs_create_index.xml
+share/libgda-3.0/mysql_specs_create_table.xml
+share/libgda-3.0/mysql_specs_drop_column.xml
+share/libgda-3.0/mysql_specs_drop_db.xml
+share/libgda-3.0/mysql_specs_drop_index.xml
+share/libgda-3.0/mysql_specs_drop_table.xml
+share/libgda-3.0/mysql_specs_dsn.xml
+share/libgda-3.0/mysql_specs_rename_table.xml
+@comment in libgda: @dirrm share/libgda-3.0
+@comment in libgda: @dirrm lib/libgda-3.0/providers
diff -r ce75b6d44d7f -r 1357de2ef1f4 databases/libgda-postgres/PLIST
--- a/databases/libgda-postgres/PLIST Sat Aug 04 10:30:00 2007 +0000
+++ b/databases/libgda-postgres/PLIST Sat Aug 04 11:13:37 2007 +0000
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.6 2007/01/21 19:14:46 wiz Exp $
-lib/libgda-2.99/providers/libgda-postgres.la
-share/libgda/postgres_specs_add_column.xml
-share/libgda/postgres_specs_create_db.xml
-share/libgda/postgres_specs_create_index.xml
-share/libgda/postgres_specs_create_table.xml
-share/libgda/postgres_specs_drop_column.xml
-share/libgda/postgres_specs_drop_db.xml
-share/libgda/postgres_specs_drop_index.xml
-share/libgda/postgres_specs_drop_table.xml
-share/libgda/postgres_specs_dsn.xml
-share/libgda/postgres_specs_rename_table.xml
-@comment in libgda: @dirrm share/libgda
-@comment in libgda: @dirrm lib/libgda-2.99/providers
+@comment $NetBSD: PLIST,v 1.7 2007/08/04 11:13:40 obache Exp $
+lib/libgda-3.0/providers/libgda-postgres.la
+lib/pkgconfig/libgda-postgres-3.0.pc
+share/libgda-3.0/postgres_specs_add_column.xml
+share/libgda-3.0/postgres_specs_create_db.xml
+share/libgda-3.0/postgres_specs_create_index.xml
+share/libgda-3.0/postgres_specs_create_table.xml
+share/libgda-3.0/postgres_specs_drop_column.xml
+share/libgda-3.0/postgres_specs_drop_db.xml
+share/libgda-3.0/postgres_specs_drop_index.xml
+share/libgda-3.0/postgres_specs_drop_table.xml
+share/libgda-3.0/postgres_specs_dsn.xml
+share/libgda-3.0/postgres_specs_rename_table.xml
+@comment in libgda: @dirrm share/libgda-3.0
+@comment in libgda: @dirrm lib/libgda-3.0/providers
diff -r ce75b6d44d7f -r 1357de2ef1f4 databases/libgda/DESCR
--- a/databases/libgda/DESCR Sat Aug 04 10:30:00 2007 +0000
+++ b/databases/libgda/DESCR Sat Aug 04 11:13:37 2007 +0000
@@ -6,7 +6,7 @@
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
+around the CORBA interfaces, both for 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.
diff -r ce75b6d44d7f -r 1357de2ef1f4 databases/libgda/Makefile
--- a/databases/libgda/Makefile Sat Aug 04 10:30:00 2007 +0000
+++ b/databases/libgda/Makefile Sat Aug 04 11:13:37 2007 +0000
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.22 2007/01/21 19:14:20 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/08/04 11:13:37 obache Exp $
#
.include "Makefile.common"
+.include "options.mk"
+
PKGCONFIG_OVERRIDE= libgda-3.0.pc.in
PKG_SYSCONFSUBDIR= libgda
-EGDIR= ${PREFIX}/share/examples/libgda
+EGDIR= ${PREFIX}/share/examples/libgda-3.0
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"
diff -r ce75b6d44d7f -r 1357de2ef1f4 databases/libgda/Makefile.common
--- a/databases/libgda/Makefile.common Sat Aug 04 10:30:00 2007 +0000
+++ b/databases/libgda/Makefile.common Sat Aug 04 11:13:37 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.48 2007/04/04 13:30:26 obache Exp $
+# $NetBSD: Makefile.common,v 1.49 2007/08/04 11:13:37 obache Exp $
#
-DISTNAME= libgda-2.99.2
+DISTNAME= libgda-3.0.1
CATEGORIES= databases gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/2.99/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/3.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -27,6 +27,13 @@
CONFIGURE_ARGS+= --without-postgres
.endif
+SUBST_CLASSES+= malloc_h
+SUBST_STAGE.malloc_h= pre-configure
+SUBST_MESSAGE.malloc_h= Don't use malloc.h, use stdlib.h.
+SUBST_FILES.malloc_h= providers/sqlite/sqlite-src/fts1.c
+SUBST_FILES.malloc_h+= providers/sqlite/sqlite-src/fts1_porter.c
+SUBST_FILES.malloc_h+= providers/sqlite/sqlite-src/fts1_tokenizer1.c
+SUBST_SED.malloc_h+= -e 's|<malloc.h>|<stdlib.h>|'
.if defined(LIBGDA_PROVIDER) && !empty(LIBGDA_PROVIDER)
PKGNAME= ${DISTNAME:S/libgda-/libgda-${LIBGDA_PROVIDER}-/}
@@ -41,10 +48,8 @@
SUBST_SED.libs+= -e 's|$$(top_builddir)/libgda/libgda-3.0.la|${BUILDLINK_PREFIX.libgda}/lib/libgda-3.0.la|'
.include "../../databases/libgda/buildlink3.mk"
-.endif
-
+.else
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
+.endif
diff -r ce75b6d44d7f -r 1357de2ef1f4 databases/libgda/PLIST
--- a/databases/libgda/PLIST Sat Aug 04 10:30:00 2007 +0000
+++ b/databases/libgda/PLIST Sat Aug 04 11:13:37 2007 +0000
@@ -1,327 +1,331 @@
-@comment $NetBSD: PLIST,v 1.20 2007/01/21 19:14:20 wiz Exp $
-bin/gda-author-dict-file
-bin/gda-diagnose
-bin/gda-inspect-dict-file
-bin/gda-list-config
-bin/gda-report-test
-bin/gda-run
-bin/gda-test-connection
-include/libgda-2.99/libgda-report/gda-report-document.h
-include/libgda-2.99/libgda-report/gda-report-item-detail.h
-include/libgda-2.99/libgda-report/gda-report-item-label.h
-include/libgda-2.99/libgda-report/gda-report-item-pagefooter.h
-include/libgda-2.99/libgda-report/gda-report-item-pageheader.h
-include/libgda-2.99/libgda-report/gda-report-item-repfield.h
-include/libgda-2.99/libgda-report/gda-report-item-report.h
-include/libgda-2.99/libgda-report/gda-report-item-reportfooter.h
-include/libgda-2.99/libgda-report/gda-report-item-reportheader.h
-include/libgda-2.99/libgda-report/gda-report-item-sqlquery.h
-include/libgda-2.99/libgda-report/gda-report-item.h
-include/libgda-2.99/libgda-report/gda-report-result.h
-include/libgda-2.99/libgda-report/gda-report-types.h
-include/libgda-2.99/libgda-report/gda-report-valid.h
-include/libgda-2.99/libgda-report/gda-report.h
-include/libgda-2.99/libgda/gda-blob.h
-include/libgda-2.99/libgda/gda-client.h
-include/libgda-2.99/libgda/gda-column-index.h
-include/libgda-2.99/libgda/gda-column.h
-include/libgda-2.99/libgda/gda-command.h
-include/libgda-2.99/libgda/gda-config.h
-include/libgda-2.99/libgda/gda-connection-event.h
-include/libgda-2.99/libgda/gda-connection-private.h
-include/libgda-2.99/libgda/gda-connection.h
-include/libgda-2.99/libgda/gda-data-access-wrapper.h
-include/libgda-2.99/libgda/gda-data-handler.h
-include/libgda-2.99/libgda/gda-data-model-array.h
-include/libgda-2.99/libgda/gda-data-model-extra.h
-include/libgda-2.99/libgda/gda-data-model-filter-sql.h
-include/libgda-2.99/libgda/gda-data-model-hash.h
-include/libgda-2.99/libgda/gda-data-model-import.h
-include/libgda-2.99/libgda/gda-data-model-index.h
-include/libgda-2.99/libgda/gda-data-model-iter.h
-include/libgda-2.99/libgda/gda-data-model-private.h
-include/libgda-2.99/libgda/gda-data-model-query.h
-include/libgda-2.99/libgda/gda-data-model-row.h
-include/libgda-2.99/libgda/gda-data-model.h
-include/libgda-2.99/libgda/gda-data-proxy.h
-include/libgda-2.99/libgda/gda-decl.h
-include/libgda-2.99/libgda/gda-dict-aggregate.h
-include/libgda-2.99/libgda/gda-dict-constraint.h
-include/libgda-2.99/libgda/gda-dict-database.h
-include/libgda-2.99/libgda/gda-dict-field.h
-include/libgda-2.99/libgda/gda-dict-function.h
-include/libgda-2.99/libgda/gda-dict-private.h
-include/libgda-2.99/libgda/gda-dict-reg-aggregates.h
-include/libgda-2.99/libgda/gda-dict-reg-functions.h
-include/libgda-2.99/libgda/gda-dict-reg-queries.h
-include/libgda-2.99/libgda/gda-dict-reg-types.h
-include/libgda-2.99/libgda/gda-dict-table.h
-include/libgda-2.99/libgda/gda-dict-type.h
-include/libgda-2.99/libgda/gda-dict.h
-include/libgda-2.99/libgda/gda-entity-field.h
-include/libgda-2.99/libgda/gda-entity.h
-include/libgda-2.99/libgda/gda-enum-types.h
-include/libgda-2.99/libgda/gda-enums.h
-include/libgda-2.99/libgda/gda-graphviz.h
-include/libgda-2.99/libgda/gda-log.h
-include/libgda-2.99/libgda/gda-marshal.h
-include/libgda-2.99/libgda/gda-object-ref.h
-include/libgda-2.99/libgda/gda-object.h
-include/libgda-2.99/libgda/gda-parameter-list.h
-include/libgda-2.99/libgda/gda-parameter.h
-include/libgda-2.99/libgda/gda-quark-list.h
-include/libgda-2.99/libgda/gda-query-condition.h
-include/libgda-2.99/libgda/gda-query-field-agg.h
-include/libgda-2.99/libgda/gda-query-field-all.h
-include/libgda-2.99/libgda/gda-query-field-field.h
-include/libgda-2.99/libgda/gda-query-field-func.h
-include/libgda-2.99/libgda/gda-query-field-value.h
-include/libgda-2.99/libgda/gda-query-field.h
-include/libgda-2.99/libgda/gda-query-join.h
-include/libgda-2.99/libgda/gda-query-object.h
-include/libgda-2.99/libgda/gda-query-parsing.h
-include/libgda-2.99/libgda/gda-query-private.h
-include/libgda-2.99/libgda/gda-query-target.h
-include/libgda-2.99/libgda/gda-query.h
-include/libgda-2.99/libgda/gda-referer.h
-include/libgda-2.99/libgda/gda-renderer.h
-include/libgda-2.99/libgda/gda-row.h
-include/libgda-2.99/libgda/gda-server-operation.h
-include/libgda-2.99/libgda/gda-server-provider-extra.h
-include/libgda-2.99/libgda/gda-server-provider-private.h
-include/libgda-2.99/libgda/gda-server-provider.h
-include/libgda-2.99/libgda/gda-threader.h
-include/libgda-2.99/libgda/gda-transaction-status-private.h
-include/libgda-2.99/libgda/gda-transaction-status.h
-include/libgda-2.99/libgda/gda-util.h
-include/libgda-2.99/libgda/gda-value.h
-include/libgda-2.99/libgda/gda-xml-storage.h
-include/libgda-2.99/libgda/graph/gda-dict-reg-graphs.h
-include/libgda-2.99/libgda/graph/gda-graph-item.h
-include/libgda-2.99/libgda/graph/gda-graph-query.h
-include/libgda-2.99/libgda/graph/gda-graph.h
-include/libgda-2.99/libgda/handlers/gda-handler-bin.h
-include/libgda-2.99/libgda/handlers/gda-handler-boolean.h
-include/libgda-2.99/libgda/handlers/gda-handler-numerical.h
-include/libgda-2.99/libgda/handlers/gda-handler-string.h
-include/libgda-2.99/libgda/handlers/gda-handler-time.h
-include/libgda-2.99/libgda/handlers/gda-handler-type.h
-include/libgda-2.99/libgda/libgda.h
-include/libgda-2.99/libsql/sql_parser.h
-include/libgda-2.99/sql-delimiter/gda-sql-delimiter.h
-lib/libgda-2.99/providers/libgda-sqlite.la
+@comment $NetBSD: PLIST,v 1.21 2007/08/04 11:13:37 obache Exp $
+bin/gda-author-dict-file-3.0
+bin/gda-diagnose-3.0
+bin/gda-inspect-dict-file-3.0
+bin/gda-list-config-3.0
+bin/gda-report-test-3.0
+bin/gda-run-3.0
+bin/gda-test-connection-3.0
+include/libgda-3.0/libgda-report/gda-report-document.h
+include/libgda-3.0/libgda-report/gda-report-item-detail.h
+include/libgda-3.0/libgda-report/gda-report-item-label.h
+include/libgda-3.0/libgda-report/gda-report-item-pagefooter.h
+include/libgda-3.0/libgda-report/gda-report-item-pageheader.h
+include/libgda-3.0/libgda-report/gda-report-item-repfield.h
+include/libgda-3.0/libgda-report/gda-report-item-report.h
+include/libgda-3.0/libgda-report/gda-report-item-reportfooter.h
+include/libgda-3.0/libgda-report/gda-report-item-reportheader.h
+include/libgda-3.0/libgda-report/gda-report-item-sqlquery.h
+include/libgda-3.0/libgda-report/gda-report-item.h
+include/libgda-3.0/libgda-report/gda-report-result.h
+include/libgda-3.0/libgda-report/gda-report-types.h
+include/libgda-3.0/libgda-report/gda-report-valid.h
+include/libgda-3.0/libgda-report/gda-report.h
+include/libgda-3.0/libgda/gda-blob-op.h
+include/libgda-3.0/libgda/gda-client.h
+include/libgda-3.0/libgda/gda-column-index.h
+include/libgda-3.0/libgda/gda-column.h
+include/libgda-3.0/libgda/gda-command.h
+include/libgda-3.0/libgda/gda-config.h
+include/libgda-3.0/libgda/gda-connection-event.h
+include/libgda-3.0/libgda/gda-connection-private.h
+include/libgda-3.0/libgda/gda-connection.h
+include/libgda-3.0/libgda/gda-data-access-wrapper.h
+include/libgda-3.0/libgda/gda-data-handler.h
+include/libgda-3.0/libgda/gda-data-model-array.h
+include/libgda-3.0/libgda/gda-data-model-extra.h
+include/libgda-3.0/libgda/gda-data-model-filter-sql.h
+include/libgda-3.0/libgda/gda-data-model-hash.h
+include/libgda-3.0/libgda/gda-data-model-import.h
Home |
Main Index |
Thread Index |
Old Index