pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/libgda Update to 1.9.103:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0230880b558
branches: trunk
changeset: 518518:b0230880b558
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 11 17:06:48 2006 +0000
description:
Update to 1.9.103:
libgda 1.9.103, 2006-09-03
--------------------------
- Added Data Definition queries to be handled by the providers as no SQL standard exists
in this area (for the PostgreSQL, MySQL and SQLite providers which now implement database
creation and destruction, table creation and destruction, table renaming, and column addition
and removal) (Vivien, Bas)
- Reworked the database creation and destruction in a simpler way, and updated the API (Vivien)
- Improved the MDB (MS Access) provider (Vivien)
- GdaDict now uses a generic and extensible way of storing lists of objects it manages (Vivien)
- Specifications required to declare a new data source are now translatable (Vivien)
- Connections can now easily be opened without requiring to create a data source first (Vivien)
- Lots of documentation update
- Better usage of DTDs (Vivien)
- More consistant API (Murray, Vivien)
- Removed usage of GdaValue in favor of GValue
- Fixed bugs #329930, #337986, #338081, #328418, #319948, #332556, #337497 (Chris,
Thierry)
- Many bug fixes and small improvements (Murray, Rodrigo)
- Translations:
- new Lithuanian (lt) translation (Gintautas Miliauskas)
- vi (Clytie)
- fi (Ilkka)
- zh_HK, zh_TW (Chao-Hsiung Liao)
- eu (Iñaki)
- nb (Kjartan Maraas)
- es (Francisco Javier)
- fr (Marc-André Lureau)
- ru (Valek Filippov)
- de (Hendrik Richter)
- nl (Vincent van Adrighem)
- it (Marco Ciampa)
diffstat:
databases/libgda/Makefile.common | 4 +-
databases/libgda/PLIST | 71 ++++++++++++++++++++++++++++++++------
databases/libgda/distinfo | 17 ++++----
databases/libgda/patches/patch-aa | 13 -------
databases/libgda/patches/patch-ab | 6 +-
databases/libgda/patches/patch-ac | 10 ++--
databases/libgda/patches/patch-ad | 6 +-
databases/libgda/patches/patch-ai | 12 +++---
8 files changed, 86 insertions(+), 53 deletions(-)
diffs (truncated from 345 to 300 lines):
diff -r 88bbf00e9f92 -r b0230880b558 databases/libgda/Makefile.common
--- a/databases/libgda/Makefile.common Mon Sep 11 15:15:21 2006 +0000
+++ b/databases/libgda/Makefile.common Mon Sep 11 17:06:48 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.41 2006/07/05 05:37:39 jlam Exp $
+# $NetBSD: Makefile.common,v 1.42 2006/09/11 17:06:48 wiz Exp $
#
-DISTNAME= libgda-1.9.102
+DISTNAME= libgda-1.9.103
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/1.9/}
EXTRACT_SUFX= .tar.bz2
diff -r 88bbf00e9f92 -r b0230880b558 databases/libgda/PLIST
--- a/databases/libgda/PLIST Mon Sep 11 15:15:21 2006 +0000
+++ b/databases/libgda/PLIST Mon Sep 11 17:06:48 2006 +0000
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.16 2006/05/02 10:44:20 drochner Exp $
+@comment $NetBSD: PLIST,v 1.17 2006/09/11 17:06:48 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
bin/gda-test-delimiter
bin/gda-test-models
+bin/gda-test-server-operation
bin/gda-test-sql
include/libgda-1.9/libgda-report/gda-report-document.h
include/libgda-1.9/libgda-report/gda-report-item-detail.h
@@ -51,6 +53,11 @@
include/libgda-1.9/libgda/gda-dict-database.h
include/libgda-1.9/libgda/gda-dict-field.h
include/libgda-1.9/libgda/gda-dict-function.h
+include/libgda-1.9/libgda/gda-dict-private.h
+include/libgda-1.9/libgda/gda-dict-reg-aggregates.h
+include/libgda-1.9/libgda/gda-dict-reg-functions.h
+include/libgda-1.9/libgda/gda-dict-reg-queries.h
+include/libgda-1.9/libgda/gda-dict-reg-types.h
include/libgda-1.9/libgda/gda-dict-table.h
include/libgda-1.9/libgda/gda-dict-type.h
include/libgda-1.9/libgda/gda-dict.h
@@ -82,6 +89,7 @@
include/libgda-1.9/libgda/gda-referer.h
include/libgda-1.9/libgda/gda-renderer.h
include/libgda-1.9/libgda/gda-row.h
+include/libgda-1.9/libgda/gda-server-operation.h
include/libgda-1.9/libgda/gda-server-provider-extra.h
include/libgda-1.9/libgda/gda-server-provider-private.h
include/libgda-1.9/libgda/gda-server-provider.h
@@ -90,6 +98,7 @@
include/libgda-1.9/libgda/gda-util.h
include/libgda-1.9/libgda/gda-value.h
include/libgda-1.9/libgda/gda-xml-storage.h
+include/libgda-1.9/libgda/graph/gda-dict-reg-graphs.h
include/libgda-1.9/libgda/graph/gda-graph-item.h
include/libgda-1.9/libgda/graph/gda-graph-query.h
include/libgda-1.9/libgda/graph/gda-graph.h
@@ -136,7 +145,16 @@
share/doc/libgda/GdaDictType.html
share/doc/libgda/GdaEntity.html
share/doc/libgda/GdaEntityField.html
+share/doc/libgda/GdaGraph.html
+share/doc/libgda/GdaGraphItem.html
+share/doc/libgda/GdaGraphQuery.html
share/doc/libgda/GdaGraphviz.html
+share/doc/libgda/GdaHandlerBin.html
+share/doc/libgda/GdaHandlerBoolean.html
+share/doc/libgda/GdaHandlerNumerical.html
+share/doc/libgda/GdaHandlerString.html
+share/doc/libgda/GdaHandlerTime.html
+share/doc/libgda/GdaHandlerType.html
share/doc/libgda/GdaObject.html
share/doc/libgda/GdaObjectRef.html
share/doc/libgda/GdaParameter.html
@@ -154,6 +172,7 @@
share/doc/libgda/GdaQueryTarget.html
share/doc/libgda/GdaReferer.html
share/doc/libgda/GdaRenderer.html
+share/doc/libgda/GdaServerOperation.html
share/doc/libgda/GdaServerProvider.html
share/doc/libgda/GdaThreader.html
share/doc/libgda/GdaTransaction.html
@@ -164,14 +183,17 @@
share/doc/libgda/ch05s05.html
share/doc/libgda/ch05s06.html
share/doc/libgda/ch06.html
-share/doc/libgda/ch10.html
share/doc/libgda/ch11.html
+share/doc/libgda/ch12.html
share/doc/libgda/ch13.html
-share/doc/libgda/ch14.html
+share/doc/libgda/ch15.html
+share/doc/libgda/ch16.html
share/doc/libgda/compiling.html
share/doc/libgda/connection.html
share/doc/libgda/connections.html
+share/doc/libgda/create-blob.html
share/doc/libgda/data-model.html
+share/doc/libgda/data_conv.html
share/doc/libgda/data_models.html
share/doc/libgda/fdl-section1.html
share/doc/libgda/fdl-section10.html
@@ -185,6 +207,8 @@
share/doc/libgda/fdl-section9.html
share/doc/libgda/fdl-using.html
share/doc/libgda/fdl.html
+share/doc/libgda/fetch-blob.html
+share/doc/libgda/get-last-insert-id.html
share/doc/libgda/getting_started.html
share/doc/libgda/home.png
share/doc/libgda/index.html
@@ -197,11 +221,11 @@
share/doc/libgda/ix01.html
share/doc/libgda/left.png
share/doc/libgda/libgda-Configuration.html
+share/doc/libgda/libgda-Default-Data-handlers.html
+share/doc/libgda/libgda-Gda-Value.html
share/doc/libgda/libgda-GdaCommand.html
share/doc/libgda/libgda-GdaDataModelIndex.html
-share/doc/libgda/libgda-GdaGraph.html
-share/doc/libgda/libgda-GdaGraphItem.html
-share/doc/libgda/libgda-GdaGraphQuery.html
+share/doc/libgda/libgda-GdaDictExtend.html
share/doc/libgda/libgda-GdaReportDocument.html
share/doc/libgda/libgda-GdaReportItem.html
share/doc/libgda/libgda-GdaReportItemDetail.html
@@ -215,7 +239,6 @@
share/doc/libgda/libgda-GdaReportItemSqlQuery.html
share/doc/libgda/libgda-GdaReportResult.html
share/doc/libgda/libgda-GdaReportValid.html
-share/doc/libgda/libgda-GdaValue.html
share/doc/libgda/libgda-Libgda-Initialization.html
share/doc/libgda/libgda-Logging.html
share/doc/libgda/libgda-Quark-lists.html
@@ -226,17 +249,23 @@
share/doc/libgda/libgda-provider-class.html
share/doc/libgda/libgda-provider-close-connection.html
share/doc/libgda/libgda-provider-commit-transaction.html
-share/doc/libgda/libgda-provider-create-database-cnc.html
-share/doc/libgda/libgda-provider-drop-database-cnc.html
+share/doc/libgda/libgda-provider-create-operation.html
share/doc/libgda/libgda-provider-execute-command.html
+share/doc/libgda/libgda-provider-get-data-handler.html
share/doc/libgda/libgda-provider-get-database.html
+share/doc/libgda/libgda-provider-get-def-dbms-type.html
+share/doc/libgda/libgda-provider-get-info.html
share/doc/libgda/libgda-provider-get-schema.html
-share/doc/libgda/libgda-provider-get-specs.html
+share/doc/libgda/libgda-provider-get-server-version.html
share/doc/libgda/libgda-provider-introduction.html
-share/doc/libgda/libgda-provider-perform-action-params.html
+share/doc/libgda/libgda-provider-open-connection.html
+share/doc/libgda/libgda-provider-perform-operation.html
share/doc/libgda/libgda-provider-recordset.html
+share/doc/libgda/libgda-provider-render-operation.html
share/doc/libgda/libgda-provider-rollback-transaction.html
-share/doc/libgda/libgda-provider-supports.html
+share/doc/libgda/libgda-provider-string-to-handler.html
+share/doc/libgda/libgda-provider-supports-feature.html
+share/doc/libgda/libgda-provider-supports-operation.html
share/doc/libgda/libgda-reports-introduction.html
share/doc/libgda/libgda-reports.html
share/doc/libgda/libgda-tools-author-dict.html
@@ -244,7 +273,9 @@
share/doc/libgda/libgda-tools-inspect-dict.html
share/doc/libgda/libgda-tools-introduction.html
share/doc/libgda/libgda-tools-list-config.html
+share/doc/libgda/libgda-tools-test-connection.html
share/doc/libgda/libgda.devhelp
+share/doc/libgda/libgda.devhelp2
share/doc/libgda/main_example.html
share/doc/libgda/manage-gdavalue.html
share/doc/libgda/managing-errors.html
@@ -257,6 +288,12 @@
share/doc/libgda/part_libgda_api.html
share/doc/libgda/part_providers.html
share/doc/libgda/part_tools.html
+share/doc/libgda/query01.png
+share/doc/libgda/query02.png
+share/doc/libgda/query03.png
+share/doc/libgda/query04.png
+share/doc/libgda/query05.png
+share/doc/libgda/query06.png
share/doc/libgda/right.png
share/doc/libgda/style.css
share/doc/libgda/transactions.html
@@ -265,8 +302,17 @@
share/examples/libgda/sales_test.db
share/libgda/dtd/libgda-array.dtd
share/libgda/dtd/libgda-dict.dtd
+share/libgda/dtd/libgda-paramlist.dtd
+share/libgda/dtd/libgda-server-operation.dtd
+share/libgda/sqlite_specs_add_column.xml
share/libgda/sqlite_specs_create_db.xml
+share/libgda/sqlite_specs_create_index.xml
+share/libgda/sqlite_specs_create_table.xml
+share/libgda/sqlite_specs_drop_db.xml
+share/libgda/sqlite_specs_drop_index.xml
+share/libgda/sqlite_specs_drop_table.xml
share/libgda/sqlite_specs_dsn.xml
+share/libgda/sqlite_specs_rename_table.xml
share/libgda/xml/gda-report-result.dtd
share/libgda/xml/gda-report.dtd
share/libgda/xml/gda-xml-query.dtd
@@ -291,6 +337,7 @@
share/locale/it/LC_MESSAGES/libgda-3.mo
share/locale/ja/LC_MESSAGES/libgda-3.mo
share/locale/ko/LC_MESSAGES/libgda-3.mo
+share/locale/lt/LC_MESSAGES/libgda-3.mo
share/locale/ml/LC_MESSAGES/libgda-3.mo
share/locale/ms/LC_MESSAGES/libgda-3.mo
share/locale/nb/LC_MESSAGES/libgda-3.mo
diff -r 88bbf00e9f92 -r b0230880b558 databases/libgda/distinfo
--- a/databases/libgda/distinfo Mon Sep 11 15:15:21 2006 +0000
+++ b/databases/libgda/distinfo Mon Sep 11 17:06:48 2006 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.20 2006/06/26 21:23:47 minskim Exp $
+$NetBSD: distinfo,v 1.21 2006/09/11 17:06:48 wiz Exp $
-SHA1 (libgda-1.9.102.tar.bz2) = 6ad5ee58a4716b7d6a71a4dd9ba1767a2606b522
-RMD160 (libgda-1.9.102.tar.bz2) = 7ef4cf298a563410fdb173860da81da9de919f49
-Size (libgda-1.9.102.tar.bz2) = 1935950 bytes
-SHA1 (patch-aa) = aa93b53e2fb91650bdef82a55972ca2e1b68dd52
-SHA1 (patch-ab) = f38ccf23ce67e9ac1d1b633e451d786f9e6d2a8f
-SHA1 (patch-ac) = 7b14f5ae7b5d0574eebe200a725b824ccf4b183c
-SHA1 (patch-ad) = 1fb0ee4f17ab66e60c7445a99649e69bfad334ca
+SHA1 (libgda-1.9.103.tar.bz2) = aecb607b095c18c1d1cf8d40e632ac257030a796
+RMD160 (libgda-1.9.103.tar.bz2) = 3d9d2f82e4f81db6497647a6aeebf16d7003b34d
+Size (libgda-1.9.103.tar.bz2) = 2309707 bytes
+SHA1 (patch-ab) = 4d316d81e53716b069f6fc9ce491fd8fde0fba13
+SHA1 (patch-ac) = baa6f6b63c05a63e9488645dbb05e693dd18b1e4
+SHA1 (patch-ad) = ffd20b94beaa79787f36d30863a2413f84ae935d
SHA1 (patch-ah) = 1a2ef8200b2ccedb632e7f952c7e214128c51693
-SHA1 (patch-ai) = 46da46dca253791de12976a2c81638bfa300c10c
+SHA1 (patch-ai) = a6e77a2accf5e53002902a991968ec46c439746c
diff -r 88bbf00e9f92 -r b0230880b558 databases/libgda/patches/patch-aa
--- a/databases/libgda/patches/patch-aa Mon Sep 11 15:15:21 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2006/02/04 17:02:45 wiz Exp $
-
---- doc/C/Makefile.in.orig 2005-10-13 10:11:27.000000000 +0200
-+++ doc/C/Makefile.in
-@@ -138,7 +138,7 @@ HAVE_MSQL3 = @HAVE_MSQL3@
- HISTORY_LIB = @HISTORY_LIB@
- HISTORY_LIB_FALSE = @HISTORY_LIB_FALSE@
- HISTORY_LIB_TRUE = @HISTORY_LIB_TRUE@
--HTML_DIR = $(datadir)/gtk-doc/html
-+HTML_DIR = @HTML_DIR@
- IBMDB2_CFLAGS = @IBMDB2_CFLAGS@
- IBMDB2_FALSE = @IBMDB2_FALSE@
- IBMDB2_LIBS = @IBMDB2_LIBS@
diff -r 88bbf00e9f92 -r b0230880b558 databases/libgda/patches/patch-ab
--- a/databases/libgda/patches/patch-ab Mon Sep 11 15:15:21 2006 +0000
+++ b/databases/libgda/patches/patch-ab Mon Sep 11 17:06:48 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2006/04/02 22:46:55 wiz Exp $
+$NetBSD: patch-ab,v 1.9 2006/09/11 17:06:48 wiz Exp $
---- data/Makefile.in.orig 2006-03-24 10:14:54.000000000 +0000
+--- data/Makefile.in.orig 2006-09-03 13:02:27.000000000 +0000
+++ data/Makefile.in
-@@ -314,7 +314,7 @@ sysconfdir = @sysconfdir@
+@@ -316,7 +316,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
# Default global configuration file
diff -r 88bbf00e9f92 -r b0230880b558 databases/libgda/patches/patch-ac
--- a/databases/libgda/patches/patch-ac Mon Sep 11 15:15:21 2006 +0000
+++ b/databases/libgda/patches/patch-ac Mon Sep 11 17:06:48 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.7 2006/06/26 21:23:48 minskim Exp $
+$NetBSD: patch-ac,v 1.8 2006/09/11 17:06:48 wiz Exp $
---- libgda/Makefile.in.orig 2006-03-24 02:14:55.000000000 -0800
+--- libgda/Makefile.in.orig 2006-09-03 13:02:28.000000000 +0000
+++ libgda/Makefile.in
-@@ -61,7 +61,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
+@@ -59,7 +59,9 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
libgda_3_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
@@ -13,7 +13,7 @@
am__objects_1 = gda-enum-types.lo
am__objects_2 =
am__objects_3 = $(am__objects_2) gda-blob.lo gda-client.lo \
-@@ -378,8 +380,8 @@ AM_CPPFLAGS = \
+@@ -381,8 +383,8 @@ AM_CPPFLAGS = \
$(LIBGDA_CFLAGS) \
-DLIBGDA_PLUGINDIR=\""$(libdir)/libgda-$(GDA_MAJOR_VERSION).$(GDA_MINOR_VERSION)/providers"\" \
-DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" \
@@ -24,7 +24,7 @@
-DDTDINSTALLDIR=\""$(LIBGDA_DTDDIR)"\"
gda_marshal_built_files = gda-marshal.h gda-marshal.c
-@@ -527,7 +529,9 @@ libgda_3_la_SOURCES = \
+@@ -541,7 +543,9 @@ libgda_3_la_SOURCES = \
Home |
Main Index |
Thread Index |
Old Index