diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
commit | bc6e07a29987571d80b4d847a2dc03a3b52e9d60 (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /databases | |
parent | ef524082a34d7a98c929937172fd0785d168ad45 (diff) | |
download | freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.gz freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.zst freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.zip |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 13 | ||||
-rw-r--r-- | databases/evolution-data-server/distinfo | 4 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in | 11 | ||||
-rw-r--r-- | databases/evolution-data-server/pkg-plist | 455 | ||||
-rw-r--r-- | databases/libgda5-ldap/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda5-mdb/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda5-mysql/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda5-postgresql/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda5-ui/pkg-plist | 260 | ||||
-rw-r--r-- | databases/libgda5/Makefile | 6 | ||||
-rw-r--r-- | databases/libgda5/distinfo | 4 | ||||
-rw-r--r-- | databases/libgda5/files/patch-libgda-ui_demos_geninclude.pl.in | 47 | ||||
-rw-r--r-- | databases/libgda5/pkg-plist | 725 |
13 files changed, 559 insertions, 978 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 4fbdf22be5a0..34be60b3ab4b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,10 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/databases/evolution-data-server/Makefile 20048 2014-11-10 09:19:46Z gusi $ PORTNAME= evolution-data-server -PORTVERSION= 3.12.11 -PORTREVISION= 1 +PORTVERSION= 3.16.4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -26,14 +24,15 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +PORTSCOUT= limitw:1,even + USES= bison gettext gmake gperf libtool pathfix pkgconfig tar:xz # Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally # this change would be done there, but it is not a C++ application, so it # does not link directly to libstdc++ and adding the libstdc++ rpath to # the executable does not work at runtime. USES+= compiler:c++11-lib -USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ - libxml2 +USE_GNOME= gtk30 intlhack introspection:build libxml2 USE_OPENLDAP= yes USE_SQLITE= yes GNU_CONFIGURE= yes @@ -43,6 +42,7 @@ CONFIGURE_ARGS= --enable-static \ --with-openldap=yes \ --disable-uoa \ --enable-vala-bindings \ + --disable-gtk-doc \ --with-libdb=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib @@ -52,9 +52,10 @@ GLIB_SCHEMAS= org.gnome.Evolution.DefaultSources.gschema.xml \ org.gnome.evolution.eds-shell.gschema.xml \ org.gnome.evolution-data-server.addressbook.gschema.xml \ org.gnome.evolution-data-server.calendar.gschema.xml \ + org.gnome.evolution-data-server.gschema.xml \ org.gnome.evolution.shell.network-config.gschema.xml -PLIST_SUB= VERSION="3.12" EVO_VERSION="1.2" +PLIST_SUB= VERSION="3.16" EVO_VERSION="1.2" OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFAULT=WEATHER KERBEROS diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 5aedb4e8acbe..c75ded94569f 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-data-server-3.12.11.tar.xz) = 59023d2cf92e36b69c1f83b2e56a0ba037754982a23cb06f35f6cc5de7a12201 -SIZE (gnome3/evolution-data-server-3.12.11.tar.xz) = 5288904 +SHA256 (gnome3/evolution-data-server-3.16.4.tar.xz) = 62af92dd5563d58a2f13eceeee99cbb7201c15a60eb9e6f4f2bf69688aa07a06 +SIZE (gnome3/evolution-data-server-3.16.4.tar.xz) = 5364536 diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index 6d63d41e1440..000000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2011-09-15 22:17:02.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2011-09-15 22:18:09.000000000 +0200 -@@ -159,7 +159,7 @@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ - GTKDOC_REBASE = @GTKDOC_REBASE@ - HAVE_JW = @HAVE_JW@ - HAVE_VALA = @HAVE_VALA@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index 1bd4e6d2686c..785cdbf2f0c6 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -113,8 +113,6 @@ include/evolution-data-server/camel/camel-vee-store.h include/evolution-data-server/camel/camel-vee-summary.h include/evolution-data-server/camel/camel-vtrash-folder.h include/evolution-data-server/camel/camel.h -include/evolution-data-server/libebackend/e-authentication-mediator.h -include/evolution-data-server/libebackend/e-authentication-session.h include/evolution-data-server/libebackend/e-backend-enums.h include/evolution-data-server/libebackend/e-backend-enumtypes.h include/evolution-data-server/libebackend/e-backend-factory.h @@ -125,16 +123,16 @@ include/evolution-data-server/libebackend/e-data-factory.h include/evolution-data-server/libebackend/e-db3-utils.h include/evolution-data-server/libebackend/e-dbhash.h include/evolution-data-server/libebackend/e-dbus-server.h -include/evolution-data-server/libebackend/e-extensible.h -include/evolution-data-server/libebackend/e-extension.h include/evolution-data-server/libebackend/e-file-cache.h -include/evolution-data-server/libebackend/e-module.h include/evolution-data-server/libebackend/e-oauth2-support.h include/evolution-data-server/libebackend/e-offline-listener.h +include/evolution-data-server/libebackend/e-server-side-source-credentials-provider.h include/evolution-data-server/libebackend/e-server-side-source.h include/evolution-data-server/libebackend/e-soup-auth-bearer.h +include/evolution-data-server/libebackend/e-soup-ssl-trust.h include/evolution-data-server/libebackend/e-source-registry-server.h include/evolution-data-server/libebackend/e-sqlite3-vfs.h +include/evolution-data-server/libebackend/e-subprocess-factory.h include/evolution-data-server/libebackend/e-user-prompter-server-extension.h include/evolution-data-server/libebackend/e-user-prompter-server.h include/evolution-data-server/libebackend/e-user-prompter.h @@ -186,6 +184,7 @@ include/evolution-data-server/libedata-book/e-data-book-direct.h include/evolution-data-server/libedata-book/e-data-book-factory.h include/evolution-data-server/libedata-book/e-data-book-view.h include/evolution-data-server/libedata-book/e-data-book.h +include/evolution-data-server/libedata-book/e-subprocess-book-factory.h include/evolution-data-server/libedata-book/libedata-book.h include/evolution-data-server/libedata-cal/e-cal-backend-cache.h include/evolution-data-server/libedata-cal/e-cal-backend-factory.h @@ -198,6 +197,7 @@ include/evolution-data-server/libedata-cal/e-cal-backend.h include/evolution-data-server/libedata-cal/e-data-cal-factory.h include/evolution-data-server/libedata-cal/e-data-cal-view.h include/evolution-data-server/libedata-cal/e-data-cal.h +include/evolution-data-server/libedata-cal/e-subprocess-cal-factory.h include/evolution-data-server/libedata-cal/libedata-cal.h include/evolution-data-server/libedataserver/e-cancellable-locks.h include/evolution-data-server/libedataserver/e-categories.h @@ -206,24 +206,30 @@ include/evolution-data-server/libedataserver/e-collator.h include/evolution-data-server/libedataserver/e-credentials.h include/evolution-data-server/libedataserver/e-data-server-util.h include/evolution-data-server/libedataserver/e-debug-log.h +include/evolution-data-server/libedataserver/e-extensible.h +include/evolution-data-server/libedataserver/e-extension.h include/evolution-data-server/libedataserver/e-flag.h +include/evolution-data-server/libedataserver/e-free-form-exp.h include/evolution-data-server/libedataserver/e-gdbus-templates.h include/evolution-data-server/libedataserver/e-iterator.h include/evolution-data-server/libedataserver/e-list-iterator.h include/evolution-data-server/libedataserver/e-list.h include/evolution-data-server/libedataserver/e-memory.h +include/evolution-data-server/libedataserver/e-module.h include/evolution-data-server/libedataserver/e-operation-pool.h include/evolution-data-server/libedataserver/e-proxy.h include/evolution-data-server/libedataserver/e-sexp.h include/evolution-data-server/libedataserver/e-source-address-book.h include/evolution-data-server/libedataserver/e-source-alarms.h include/evolution-data-server/libedataserver/e-source-authentication.h -include/evolution-data-server/libedataserver/e-source-authenticator.h include/evolution-data-server/libedataserver/e-source-autocomplete.h include/evolution-data-server/libedataserver/e-source-backend.h include/evolution-data-server/libedataserver/e-source-calendar.h include/evolution-data-server/libedataserver/e-source-camel.h include/evolution-data-server/libedataserver/e-source-collection.h +include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-password.h +include/evolution-data-server/libedataserver/e-source-credentials-provider-impl.h +include/evolution-data-server/libedataserver/e-source-credentials-provider.h include/evolution-data-server/libedataserver/e-source-enums.h include/evolution-data-server/libedataserver/e-source-enumtypes.h include/evolution-data-server/libedataserver/e-source-extension.h @@ -255,6 +261,11 @@ include/evolution-data-server/libedataserver/e-xml-hash-utils.h include/evolution-data-server/libedataserver/e-xml-utils.h include/evolution-data-server/libedataserver/eds-version.h include/evolution-data-server/libedataserver/libedataserver.h +include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-password.h +include/evolution-data-server/libedataserverui/e-credentials-prompter-impl.h +include/evolution-data-server/libedataserverui/e-credentials-prompter.h +include/evolution-data-server/libedataserverui/e-trust-prompt.h +include/evolution-data-server/libedataserverui/libedataserverui.h lib/evolution-data-server/addressbook-backends/libebookbackendfile.a lib/evolution-data-server/addressbook-backends/libebookbackendfile.so lib/evolution-data-server/addressbook-backends/libebookbackendgoogle.a @@ -293,6 +304,10 @@ lib/evolution-data-server/camel-providers/libcamelsendmail.urls lib/evolution-data-server/camel-providers/libcamelsmtp.a lib/evolution-data-server/camel-providers/libcamelsmtp.so lib/evolution-data-server/camel-providers/libcamelsmtp.urls +lib/evolution-data-server/credential-modules/module-credentials-goa.a +lib/evolution-data-server/credential-modules/module-credentials-goa.so +lib/evolution-data-server/libedbus-private.a +lib/evolution-data-server/libedbus-private.so lib/evolution-data-server/registry-modules/module-cache-reaper.a lib/evolution-data-server/registry-modules/module-cache-reaper.so lib/evolution-data-server/registry-modules/module-gnome-online-accounts.a @@ -311,36 +326,40 @@ lib/evolution-data-server/registry-modules/module-yahoo-backend.a lib/evolution-data-server/registry-modules/module-yahoo-backend.so lib/libcamel-%%EVO_VERSION%%.a lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.49 -lib/libcamel-%%EVO_VERSION%%.so.49.0.0 +lib/libcamel-%%EVO_VERSION%%.so.52 +lib/libcamel-%%EVO_VERSION%%.so.52.0.0 lib/libebackend-%%EVO_VERSION%%.a lib/libebackend-%%EVO_VERSION%%.so -lib/libebackend-%%EVO_VERSION%%.so.7 -lib/libebackend-%%EVO_VERSION%%.so.7.0.0 +lib/libebackend-%%EVO_VERSION%%.so.10 +lib/libebackend-%%EVO_VERSION%%.so.10.0.0 lib/libebook-%%EVO_VERSION%%.a lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.14 -lib/libebook-%%EVO_VERSION%%.so.14.3.1 +lib/libebook-%%EVO_VERSION%%.so.16 +lib/libebook-%%EVO_VERSION%%.so.16.3.1 lib/libebook-contacts-%%EVO_VERSION%%.a lib/libebook-contacts-%%EVO_VERSION%%.so -lib/libebook-contacts-%%EVO_VERSION%%.so.0 -lib/libebook-contacts-%%EVO_VERSION%%.so.0.0.0 +lib/libebook-contacts-%%EVO_VERSION%%.so.1 +lib/libebook-contacts-%%EVO_VERSION%%.so.1.0.0 lib/libecal-%%EVO_VERSION%%.a lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.16 -lib/libecal-%%EVO_VERSION%%.so.16.0.0 +lib/libecal-%%EVO_VERSION%%.so.18 +lib/libecal-%%EVO_VERSION%%.so.18.0.0 lib/libedata-book-%%EVO_VERSION%%.a lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.20 -lib/libedata-book-%%EVO_VERSION%%.so.20.0.0 +lib/libedata-book-%%EVO_VERSION%%.so.25 +lib/libedata-book-%%EVO_VERSION%%.so.25.0.0 lib/libedata-cal-%%EVO_VERSION%%.a lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.23 -lib/libedata-cal-%%EVO_VERSION%%.so.23.0.0 +lib/libedata-cal-%%EVO_VERSION%%.so.27 +lib/libedata-cal-%%EVO_VERSION%%.so.27.0.0 lib/libedataserver-%%EVO_VERSION%%.a lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.18 -lib/libedataserver-%%EVO_VERSION%%.so.18.0.0 +lib/libedataserver-%%EVO_VERSION%%.so.20 +lib/libedataserver-%%EVO_VERSION%%.so.20.0.0 +lib/libedataserverui-%%EVO_VERSION%%.a +lib/libedataserverui-%%EVO_VERSION%%.so +lib/libedataserverui-%%EVO_VERSION%%.so.1 +lib/libedataserverui-%%EVO_VERSION%%.so.1.0.0 lib/girepository-1.0/EBook-%%EVO_VERSION%%.typelib lib/girepository-1.0/EBookContacts-%%EVO_VERSION%%.typelib lib/girepository-1.0/EDataServer-%%EVO_VERSION%%.typelib @@ -353,10 +372,13 @@ libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc +libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc libexec/camel-index-control-%%EVO_VERSION%% libexec/camel-lock-helper-%%EVO_VERSION%% libexec/evolution-addressbook-factory +libexec/evolution-addressbook-factory-subprocess libexec/evolution-calendar-factory +libexec/evolution-calendar-factory-subprocess libexec/evolution-scan-gconf-tree-xml libexec/evolution-source-registry libexec/evolution-user-prompter @@ -366,394 +388,6 @@ share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service -share/doc/camel/Addresses.html -share/doc/camel/CamelAddress.html -share/doc/camel/CamelCertDB.html -share/doc/camel/CamelCipherContext.html -share/doc/camel/CamelDataCache.html -share/doc/camel/CamelDataWrapper.html -share/doc/camel/CamelFilterDriver.html -share/doc/camel/CamelFilterInputStream.html -share/doc/camel/CamelFilterOutputStream.html -share/doc/camel/CamelFolder.html -share/doc/camel/CamelFolderSearch.html -share/doc/camel/CamelFolderSummary.html -share/doc/camel/CamelGpgContext.html -share/doc/camel/CamelIMAPXFolder.html -share/doc/camel/CamelIMAPXListResponse.html -share/doc/camel/CamelIMAPXLogger.html -share/doc/camel/CamelIMAPXMailbox.html -share/doc/camel/CamelIMAPXNamespace.html -share/doc/camel/CamelIMAPXNamespaceResponse.html -share/doc/camel/CamelIMAPXSearch.html -share/doc/camel/CamelIMAPXServer.html -share/doc/camel/CamelIMAPXSettings.html -share/doc/camel/CamelIMAPXStatusResponse.html -share/doc/camel/CamelIMAPXStore.html -share/doc/camel/CamelIMAPXStoreSummary.html -share/doc/camel/CamelIMAPXSummary.html -share/doc/camel/CamelIndex.html -share/doc/camel/CamelInternetAddress.html -share/doc/camel/CamelJunkFilter.html -share/doc/camel/CamelKeyFile.html -share/doc/camel/CamelKeyTable.html -share/doc/camel/CamelLocalFolder.html -share/doc/camel/CamelLocalSettings.html -share/doc/camel/CamelLocalStore.html -share/doc/camel/CamelLocalSummary.html -share/doc/camel/CamelMaildirFolder.html -share/doc/camel/CamelMaildirStore.html -share/doc/camel/CamelMaildirSummary.html -share/doc/camel/CamelMboxFolder.html -share/doc/camel/CamelMboxStore.html -share/doc/camel/CamelMboxSummary.html -share/doc/camel/CamelMedium.html -share/doc/camel/CamelMhFolder.html -share/doc/camel/CamelMhSettings.html -share/doc/camel/CamelMhStore.html -share/doc/camel/CamelMhSummary.html -share/doc/camel/CamelMimeFilter.html -share/doc/camel/CamelMimeFilterBasic.html -share/doc/camel/CamelMimeFilterBestenc.html -share/doc/camel/CamelMimeFilterCRLF.html -share/doc/camel/CamelMimeFilterCanon.html -share/doc/camel/CamelMimeFilterCharset.html -share/doc/camel/CamelMimeFilterEnriched.html -share/doc/camel/CamelMimeFilterFrom.html -share/doc/camel/CamelMimeFilterGZip.html -share/doc/camel/CamelMimeFilterHTML.html -share/doc/camel/CamelMimeFilterIndex.html -share/doc/camel/CamelMimeFilterLinewrap.html -share/doc/camel/CamelMimeFilterPgp.html -share/doc/camel/CamelMimeFilterProgress.html -share/doc/camel/CamelMimeFilterToHTML.html -share/doc/camel/CamelMimeFilterWindows.html -share/doc/camel/CamelMimeFilterYenc.html -share/doc/camel/CamelMimeMessage.html -share/doc/camel/CamelMimeParser.html -share/doc/camel/CamelMimePart.html -share/doc/camel/CamelMultipart.html -share/doc/camel/CamelMultipartEncrypted.html -share/doc/camel/CamelMultipartSigned.html -share/doc/camel/CamelNNTPAddress.html -share/doc/camel/CamelNNTPFolder.html -share/doc/camel/CamelNNTPSettings.html -share/doc/camel/CamelNNTPStore.html -share/doc/camel/CamelNNTPStoreSummary.html -share/doc/camel/CamelNNTPStream.html -share/doc/camel/CamelNNTPSummary.html -share/doc/camel/CamelNetworkService.html -share/doc/camel/CamelNetworkSettings.html -share/doc/camel/CamelNullOutputStream.html -share/doc/camel/CamelObject.html -share/doc/camel/CamelOfflineFolder.html -share/doc/camel/CamelOfflineSettings.html -share/doc/camel/CamelOfflineStore.html -share/doc/camel/CamelPOP3Engine.html -share/doc/camel/CamelPOP3Folder.html -share/doc/camel/CamelPOP3Settings.html -share/doc/camel/CamelPOP3Store.html -share/doc/camel/CamelPOP3Stream.html -share/doc/camel/CamelSExp.html -share/doc/camel/CamelSMIMEContext.html -share/doc/camel/CamelSasl.html -share/doc/camel/CamelSaslAnonymous.html -share/doc/camel/CamelSaslCramMd5.html -share/doc/camel/CamelSaslDigestMd5.html -share/doc/camel/CamelSaslGssapi.html -share/doc/camel/CamelSaslLogin.html -share/doc/camel/CamelSaslNTLM.html -share/doc/camel/CamelSaslPOPB4SMTP.html -share/doc/camel/CamelSaslPlain.html -share/doc/camel/CamelSendmailSettings.html -share/doc/camel/CamelSendmailTransport.html -share/doc/camel/CamelService.html -share/doc/camel/CamelSession.html -share/doc/camel/CamelSettings.html -share/doc/camel/CamelSmtpSettings.html -share/doc/camel/CamelSmtpTransport.html -share/doc/camel/CamelSpoolFolder.html -share/doc/camel/CamelSpoolSettings.html -share/doc/camel/CamelSpoolStore.html -share/doc/camel/CamelSpoolSummary.html -share/doc/camel/CamelStore.html -share/doc/camel/CamelStoreSettings.html -share/doc/camel/CamelStoreSummary.html -share/doc/camel/CamelStream.html -share/doc/camel/CamelStreamBuffer.html -share/doc/camel/CamelStreamFilter.html -share/doc/camel/CamelStreamFs.html -share/doc/camel/CamelStreamMem.html -share/doc/camel/CamelStreamNull.html -share/doc/camel/CamelStreamProcess.html -share/doc/camel/CamelSubscribable.html -share/doc/camel/CamelTextIndexName.html -share/doc/camel/CamelTransport.html -share/doc/camel/CamelVTrashFolder.html -share/doc/camel/CamelVeeDataCache.html -share/doc/camel/CamelVeeFolder.html -share/doc/camel/CamelVeeMessageInfoData.html -share/doc/camel/CamelVeeStore.html -share/doc/camel/CamelVeeSubfolderData.html -share/doc/camel/CamelVeeSummary.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/IMAP.html -share/doc/camel/Local.html -share/doc/camel/MIME.html -share/doc/camel/NNTP.html -share/doc/camel/POP.html -share/doc/camel/SMTP.html -share/doc/camel/Sendmail.html -share/doc/camel/Services.html -share/doc/camel/Storage.html -share/doc/camel/Stream-Filters.html -share/doc/camel/Streams.html -share/doc/camel/Utilities.html -share/doc/camel/Virtual-Folders.html -share/doc/camel/annotation-glossary.html -share/doc/camel/api-index-2.22.html -share/doc/camel/api-index-2.24.html -share/doc/camel/api-index-2.26.html -share/doc/camel/api-index-2.28.html -share/doc/camel/api-index-2.30.html -share/doc/camel/api-index-2.32.html -share/doc/camel/api-index-3.0.html -share/doc/camel/api-index-3.10.html -share/doc/camel/api-index-3.12.html -share/doc/camel/api-index-3.2.html -share/doc/camel/api-index-3.4.html -share/doc/camel/api-index-3.6.html -share/doc/camel/api-index-3.8.html -share/doc/camel/api-index-deprecated.html -share/doc/camel/api-index-full.html -share/doc/camel/api.html -share/doc/camel/camel-CamelAsyncClosure.html -share/doc/camel/camel-CamelDB.html -share/doc/camel/camel-CamelIMAPXCommand.html -share/doc/camel/camel-CamelIMAPXJob.html -share/doc/camel/camel-CamelMsgPort.html -share/doc/camel/camel-camel-charset-map.html -share/doc/camel/camel-camel-debug.html -share/doc/camel/camel-camel-file-utils.html -share/doc/camel/camel-camel-filter-search.html -share/doc/camel/camel-camel-folder-thread.html -share/doc/camel/camel-camel-iconv.html -share/doc/camel/camel-camel-lock-client.html -share/doc/camel/camel-camel-lock.html -share/doc/camel/camel-camel-memchunk.html -share/doc/camel/camel-camel-mempool.html -share/doc/camel/camel-camel-mime-utils.html -share/doc/camel/camel-camel-movemail.html -share/doc/camel/camel-camel-net-utils.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-search-sql-sexp.html -share/doc/camel/camel-camel-string-utils.html -share/doc/camel/camel-camel-trie.html -share/doc/camel/camel-camel-uid-cache.html -share/doc/camel/camel-camel-url-scanner.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel-camel-utf8.html -share/doc/camel/camel-camel.html -share/doc/camel/camel.devhelp2 -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/left-insensitive.png -share/doc/camel/left.png -share/doc/camel/right-insensitive.png -share/doc/camel/right.png -share/doc/camel/services.html -share/doc/camel/style.css -share/doc/camel/up-insensitive.png -share/doc/camel/up.png -share/doc/eds/annotation-glossary.html -share/doc/eds/api-index-1.12.html -share/doc/eds/api-index-2.22.html -share/doc/eds/api-index-2.24.html -share/doc/eds/api-index-2.26.html -share/doc/eds/api-index-2.28.html -share/doc/eds/api-index-2.30.html -share/doc/eds/api-index-2.32.html -share/doc/eds/api-index-3.0.html -share/doc/eds/api-index-3.10.html -share/doc/eds/api-index-3.12.html -share/doc/eds/api-index-3.2.html -share/doc/eds/api-index-3.4.html -share/doc/eds/api-index-3.6.html -share/doc/eds/api-index-3.8.html -share/doc/eds/api-index-deprecated.html -share/doc/eds/api-index-full.html -share/doc/eds/backend.html -share/doc/eds/ch01.html -share/doc/eds/ch02.html -share/doc/eds/ch03.html -share/doc/eds/ch04.html -share/doc/eds/ch05.html -share/doc/eds/ch06.html -share/doc/eds/ch07.html -share/doc/eds/ch08.html -share/doc/eds/ch09.html -share/doc/eds/ch10.html -share/doc/eds/ch11.html -share/doc/eds/ch12.html -share/doc/eds/ch13.html -share/doc/eds/ch14.html -share/doc/eds/ch15.html -share/doc/eds/ch16.html -share/doc/eds/client.html -share/doc/eds/cursor-alphabetic-indexes.png -share/doc/eds/cursor-positions-filtered.png -share/doc/eds/cursor-positions-step.png -share/doc/eds/cursor-positions.png -share/doc/eds/data-sources.html -share/doc/eds/deprecated.html -share/doc/eds/eds-Addressbook-related-types.html -share/doc/eds/eds-Berkeley-DB-caching-API.html -share/doc/eds/eds-Berkeley-DB-utilities.html -share/doc/eds/eds-Calendar-Backend-Utilities.html -share/doc/eds/eds-Calendar-recurrences.html -share/doc/eds/eds-Calendar-system-timezone.html -share/doc/eds/eds-Calendar-time-utilities.html -share/doc/eds/eds-Calendar-timezones.html -share/doc/eds/eds-Calendar-utilities.html -share/doc/eds/eds-Debug-logging.html -share/doc/eds/eds-Deprecated-addressbook-types.html -share/doc/eds/eds-EAddressWestern.html -share/doc/eds/eds-EAuthenticationMediator.html -share/doc/eds/eds-EAuthenticationSession.html -share/doc/eds/eds-EBackend.html -share/doc/eds/eds-EBackendFactory.html -share/doc/eds/eds-EBook.html -share/doc/eds/eds-EBookBackend.html -share/doc/eds/eds-EBookBackendCache.html -share/doc/eds/eds-EBookBackendFactory.html -share/doc/eds/eds-EBookBackendSExp.html -share/doc/eds/eds-EBookBackendSqliteDB.html -share/doc/eds/eds-EBookBackendSummary.html -share/doc/eds/eds-EBookClient.html -share/doc/eds/eds-EBookClientCursor.html -share/doc/eds/eds-EBookClientView.html -share/doc/eds/eds-EBookQuery.html -share/doc/eds/eds-EBookSqlite.html -share/doc/eds/eds-EBookView.html -share/doc/eds/eds-ECal.html -share/doc/eds/eds-ECalBackend.html -share/doc/eds/eds-ECalBackendCache.html -share/doc/eds/eds-ECalBackendFactory.html -share/doc/eds/eds-ECalBackendSExp.html -share/doc/eds/eds-ECalBackendStore.html -share/doc/eds/eds-ECalBackendSync.html -share/doc/eds/eds-ECalClient.html -share/doc/eds/eds-ECalClientView.html -share/doc/eds/eds-ECalComponent.html -share/doc/eds/eds-ECalView.html -share/doc/eds/eds-ECategories.html -share/doc/eds/eds-EClient.html -share/doc/eds/eds-ECollator.html -share/doc/eds/eds-ECollectionBackend.html -share/doc/eds/eds-ECollectionBackendFactory.html -share/doc/eds/eds-EContact.html -share/doc/eds/eds-ECredentials.html -share/doc/eds/eds-EDBusServer.html -share/doc/eds/eds-EDataBook.html -share/doc/eds/eds-EDataBookCursor.html -share/doc/eds/eds-EDataBookCursorSqlite.html -share/doc/eds/eds-EDataBookDirect.html -share/doc/eds/eds-EDataBookFactory.html -share/doc/eds/eds-EDataBookView.html -share/doc/eds/eds-EDataCal.html -share/doc/eds/eds-EDataCalFactory.html -share/doc/eds/eds-EDataCalView.html -share/doc/eds/eds-EDataFactory.html -share/doc/eds/eds-EDbHash.html -share/doc/eds/eds-EDestination.html -share/doc/eds/eds-EExtensible.html -share/doc/eds/eds-EExtension.html -share/doc/eds/eds-EFileCache.html -share/doc/eds/eds-EFlag.html -share/doc/eds/eds-EIntervalTree.html -share/doc/eds/eds-EIterator.html -share/doc/eds/eds-EList.html -share/doc/eds/eds-EListIterator.html -share/doc/eds/eds-EMemChunk.html -share/doc/eds/eds-EModule.html -share/doc/eds/eds-ENameWestern.html -share/doc/eds/eds-EOAuth2Support.html -share/doc/eds/eds-EOfflineListener.html -share/doc/eds/eds-EOperationPool.html -share/doc/eds/eds-EPhoneNumber.html -share/doc/eds/eds-EProxy.html -share/doc/eds/eds-ESExp.html -share/doc/eds/eds-EServerSideSource.html -share/doc/eds/eds-ESoupAuthBearer.html -share/doc/eds/eds-ESource.html -share/doc/eds/eds-ESourceAddressBook.html -share/doc/eds/eds-ESourceAlarms.html -share/doc/eds/eds-ESourceAuthentication.html -share/doc/eds/eds-ESourceAuthenticator.html -share/doc/eds/eds-ESourceAutocomplete.html -share/doc/eds/eds-ESourceBackend.html -share/doc/eds/eds-ESourceBackendSummarySetup.html -share/doc/eds/eds-ESourceCalendar.html -share/doc/eds/eds-ESourceCamel.html -share/doc/eds/eds-ESourceCollection.html -share/doc/eds/eds-ESourceExtension.html -share/doc/eds/eds-ESourceGoa.html -share/doc/eds/eds-ESourceMDN.html -share/doc/eds/eds-ESourceMailAccount.html -share/doc/eds/eds-ESourceMailComposition.html -share/doc/eds/eds-ESourceMailIdentity.html -share/doc/eds/eds-ESourceMailSignature.html -share/doc/eds/eds-ESourceMailSubmission.html -share/doc/eds/eds-ESourceMailTransport.html -share/doc/eds/eds-ESourceMemoList.html -share/doc/eds/eds-ESourceOffline.html -share/doc/eds/eds-ESourceOpenPGP.html -share/doc/eds/eds-ESourceProxy.html -share/doc/eds/eds-ESourceRefresh.html -share/doc/eds/eds-ESourceRegistry.html -share/doc/eds/eds-ESourceRegistryServer.html -share/doc/eds/eds-ESourceResource.html -share/doc/eds/eds-ESourceRevisionGuards.html -share/doc/eds/eds-ESourceSMIME.html -share/doc/eds/eds-ESourceSecurity.html -share/doc/eds/eds-ESourceSelectable.html -share/doc/eds/eds-ESourceTaskList.html -share/doc/eds/eds-ESourceUoa.html -share/doc/eds/eds-ESourceWebdav.html -share/doc/eds/eds-ETestServerFixture.html -share/doc/eds/eds-ETimezoneCache.html -share/doc/eds/eds-EUri.html -share/doc/eds/eds-EUserPrompter.html -share/doc/eds/eds-EUserPrompterServer.html -share/doc/eds/eds-EUserPrompterServerExtension.html -share/doc/eds/eds-EVCard.html -share/doc/eds/eds-EXmlHash.html -share/doc/eds/eds-Main-Utility-Toolbox.html -share/doc/eds/eds-SQLite-vfs.html -share/doc/eds/eds-Time-parsing-and-formatting.html -share/doc/eds/eds-Unique-identifiers.html -share/doc/eds/eds-Version-Checking.html -share/doc/eds/eds-cursor-example.html -share/doc/eds/eds.devhelp2 -share/doc/eds/examples.html -share/doc/eds/home.png -share/doc/eds/index.html -share/doc/eds/index.sgml -share/doc/eds/left-insensitive.png -share/doc/eds/left.png -share/doc/eds/misc.html -share/doc/eds/right-insensitive.png -share/doc/eds/right.png -share/doc/eds/style.css -share/doc/eds/unit-testing.html -share/doc/eds/up-insensitive.png -share/doc/eds/up.png share/gir-1.0/EBook-%%EVO_VERSION%%.gir share/gir-1.0/EBookContacts-%%EVO_VERSION%%.gir share/gir-1.0/EDataServer-%%EVO_VERSION%%.gir @@ -798,6 +432,7 @@ share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo +share/locale/kk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/km/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo diff --git a/databases/libgda5-ldap/Makefile b/databases/libgda5-ldap/Makefile index dc313c234759..11c1ab0552e4 100644 --- a/databases/libgda5-ldap/Makefile +++ b/databases/libgda5-ldap/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/databases/libgda5-ldap/Makefile 18610 2013-06-30 16:33:05Z marcus $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases gnome PKGNAMESUFFIX= 5-ldap diff --git a/databases/libgda5-mdb/Makefile b/databases/libgda5-mdb/Makefile index d59ccfba3607..cacda5a71796 100644 --- a/databases/libgda5-mdb/Makefile +++ b/databases/libgda5-mdb/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/databases/libgda5-mdb/Makefile 18610 2013-06-30 16:33:05Z marcus $ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= databases gnome PKGNAMESUFFIX= 5-mdb diff --git a/databases/libgda5-mysql/Makefile b/databases/libgda5-mysql/Makefile index dc40a5da7812..73d1fbe5fe69 100644 --- a/databases/libgda5-mysql/Makefile +++ b/databases/libgda5-mysql/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/databases/libgda5-mysql/Makefile 18610 2013-06-30 16:33:05Z marcus $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases gnome PKGNAMESUFFIX= 5-mysql diff --git a/databases/libgda5-postgresql/Makefile b/databases/libgda5-postgresql/Makefile index 0f529c322aa9..0ff4ef48c8c7 100644 --- a/databases/libgda5-postgresql/Makefile +++ b/databases/libgda5-postgresql/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/databases/libgda5-postgresql/Makefile 18610 2013-06-30 16:33:05Z marcus $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases gnome PKGNAMESUFFIX= 5-postgresql diff --git a/databases/libgda5-ui/pkg-plist b/databases/libgda5-ui/pkg-plist index 873b63ace66a..8fbed31bf84f 100644 --- a/databases/libgda5-ui/pkg-plist +++ b/databases/libgda5-ui/pkg-plist @@ -39,53 +39,57 @@ lib/libgda-ui-%%VERSION%%.so lib/libgda-ui-%%VERSION%%.so.4 lib/libgda-ui-%%VERSION%%.so.4.1.1 libdata/pkgconfig/libgda-ui-%%VERSION%%.pc +share/appdata/gda-browser-%%VERSION%%.appdata.xml share/applications/gda-browser-%%VERSION%%.desktop share/applications/gda-control-center-%%VERSION%%.desktop -share/doc/gda-browser/BrowserConnection.html -share/doc/gda-browser/BrowserCore.html -share/doc/gda-browser/BrowserPerspective.html -share/doc/gda-browser/BrowserWindow.html -share/doc/gda-browser/MgrFavorites.html -share/doc/gda-browser/UILayout.png -share/doc/gda-browser/code_orga.html -share/doc/gda-browser/core.html -share/doc/gda-browser/extrawidgets.html -share/doc/gda-browser/fdl-section1.html -share/doc/gda-browser/fdl-section10.html -share/doc/gda-browser/fdl-section2.html -share/doc/gda-browser/fdl-section3.html -share/doc/gda-browser/fdl-section4.html -share/doc/gda-browser/fdl-section5.html -share/doc/gda-browser/fdl-section6.html -share/doc/gda-browser/fdl-section7.html -share/doc/gda-browser/fdl-section8.html -share/doc/gda-browser/fdl-section9.html -share/doc/gda-browser/fdl-using.html -share/doc/gda-browser/fdl.html -share/doc/gda-browser/gda-browser-BrowserPage.html -share/doc/gda-browser/gda-browser-Data-Manager-perspective.html -share/doc/gda-browser/gda-browser-Query-Exec-perspective.html -share/doc/gda-browser/gda-browser-Schema-Browser-perspective.html -share/doc/gda-browser/gda-browser-Support-functions.html -share/doc/gda-browser/gda-browser-UiFormgrid.html -share/doc/gda-browser/gda-browser-browser-favorites.html -share/doc/gda-browser/gda-browser-gdaui-bar.html -share/doc/gda-browser/gda-browser-popup-container.html -share/doc/gda-browser/gda-browser.devhelp2 -share/doc/gda-browser/home.png -share/doc/gda-browser/index.html -share/doc/gda-browser/index.sgml -share/doc/gda-browser/left.png -share/doc/gda-browser/part_api.html -share/doc/gda-browser/part_begin.html -share/doc/gda-browser/part_index.html -share/doc/gda-browser/perspectives.html -share/doc/gda-browser/prog_struct.html -share/doc/gda-browser/right.png -share/doc/gda-browser/style.css -share/doc/gda-browser/up.png -share/doc/gda-browser/why.html -share/doc/gda-browser/windows.html +share/gtk-doc/html/gda-browser/BrowserConnection.html +share/gtk-doc/html/gda-browser/BrowserCore.html +share/gtk-doc/html/gda-browser/BrowserPerspective.html +share/gtk-doc/html/gda-browser/BrowserWindow.html +share/gtk-doc/html/gda-browser/MgrFavorites.html +share/gtk-doc/html/gda-browser/UILayout.png +share/gtk-doc/html/gda-browser/code_orga.html +share/gtk-doc/html/gda-browser/core.html +share/gtk-doc/html/gda-browser/extrawidgets.html +share/gtk-doc/html/gda-browser/fdl-section1.html +share/gtk-doc/html/gda-browser/fdl-section10.html +share/gtk-doc/html/gda-browser/fdl-section2.html +share/gtk-doc/html/gda-browser/fdl-section3.html +share/gtk-doc/html/gda-browser/fdl-section4.html +share/gtk-doc/html/gda-browser/fdl-section5.html +share/gtk-doc/html/gda-browser/fdl-section6.html +share/gtk-doc/html/gda-browser/fdl-section7.html +share/gtk-doc/html/gda-browser/fdl-section8.html +share/gtk-doc/html/gda-browser/fdl-section9.html +share/gtk-doc/html/gda-browser/fdl-using.html +share/gtk-doc/html/gda-browser/fdl.html +share/gtk-doc/html/gda-browser/gda-browser-BrowserPage.html +share/gtk-doc/html/gda-browser/gda-browser-Data-Manager-perspective.html +share/gtk-doc/html/gda-browser/gda-browser-Query-Exec-perspective.html +share/gtk-doc/html/gda-browser/gda-browser-Schema-Browser-perspective.html +share/gtk-doc/html/gda-browser/gda-browser-Support-functions.html +share/gtk-doc/html/gda-browser/gda-browser-UiFormgrid.html +share/gtk-doc/html/gda-browser/gda-browser-browser-favorites.html +share/gtk-doc/html/gda-browser/gda-browser-gdaui-bar.html +share/gtk-doc/html/gda-browser/gda-browser-popup-container.html +share/gtk-doc/html/gda-browser/gda-browser.devhelp2 +share/gtk-doc/html/gda-browser/home.png +share/gtk-doc/html/gda-browser/index.html +share/gtk-doc/html/gda-browser/index.sgml +share/gtk-doc/html/gda-browser/left-insensitive.png +share/gtk-doc/html/gda-browser/left.png +share/gtk-doc/html/gda-browser/part_api.html +share/gtk-doc/html/gda-browser/part_begin.html +share/gtk-doc/html/gda-browser/part_index.html +share/gtk-doc/html/gda-browser/perspectives.html +share/gtk-doc/html/gda-browser/prog_struct.html +share/gtk-doc/html/gda-browser/right-insensitive.png +share/gtk-doc/html/gda-browser/right.png +share/gtk-doc/html/gda-browser/style.css +share/gtk-doc/html/gda-browser/up-insensitive.png +share/gtk-doc/html/gda-browser/up.png +share/gtk-doc/html/gda-browser/why.html +share/gtk-doc/html/gda-browser/windows.html share/help/C/gda-browser/actions.page share/help/C/gda-browser/data-manager-perspective.page share/help/C/gda-browser/data-manager-source-editor.page @@ -542,87 +546,87 @@ share/icons/hicolor/24x24/apps/gda-control-center.png share/icons/hicolor/256x256/apps/gda-control-center.png share/icons/hicolor/32x32/apps/gda-control-center.png share/icons/hicolor/48x48/apps/gda-control-center.png -share/libgda-%%VERSION%%/demo/basic_form.c -share/libgda-%%VERSION%%/demo/cloud.c -share/libgda-%%VERSION%%/demo/combo.c -share/libgda-%%VERSION%%/demo/custom_layout.xml -share/libgda-%%VERSION%%/demo/data_model_dir.c -share/libgda-%%VERSION%%/demo/ddl_queries.c -share/libgda-%%VERSION%%/demo/demo_db.db -share/libgda-%%VERSION%%/demo/form.c -share/libgda-%%VERSION%%/demo/form_data_layout.c -share/libgda-%%VERSION%%/demo/form_model_change.c -share/libgda-%%VERSION%%/demo/form_pict.c -share/libgda-%%VERSION%%/demo/form_rw.c -share/libgda-%%VERSION%%/demo/grid.c -share/libgda-%%VERSION%%/demo/grid_data_layout.c -share/libgda-%%VERSION%%/demo/grid_model_change.c -share/libgda-%%VERSION%%/demo/grid_pict.c -share/libgda-%%VERSION%%/demo/grid_rw.c -share/libgda-%%VERSION%%/demo/linked_grid_form.c -share/libgda-%%VERSION%%/demo/linked_model_param.c -share/libgda-%%VERSION%%/demo/login.c -share/libgda-%%VERSION%%/demo/provider_sel.c -share/libgda-%%VERSION%%/demo/tree.c -share/libgda-%%VERSION%%/dtd/gdaui-layout.dtd -share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png -share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png -share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png -share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png -share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/form.png -share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png -share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/grid.png -share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/table-add.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png -share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png -share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png -share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png -share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png -share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/ldap-entries.png -share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/table-add.png -share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg -share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg -share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg -share/libgda-%%VERSION%%/import_encodings.xml -share/libgda-%%VERSION%%/language-specs/gda-sql.lang -share/libgda-%%VERSION%%/pixmaps/bin-attachment-16x16.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-action.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-auth-big.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-auth.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-bookmark.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fk.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fknn.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-column-nn.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-column-pk.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-column.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-a.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-s.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-u.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-x.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-entry.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-group.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-organization.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-person.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-menu-ind.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-query.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-reference.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-schema.png -share/libgda-%%VERSION%%/pixmaps/gda-browser-table.png -share/libgda-%%VERSION%%/pixmaps/gda-browser.png -share/libgda-%%VERSION%%/pixmaps/gda-control-center-newcnc.png -share/libgda-%%VERSION%%/pixmaps/gda-control-center.png -share/libgda-%%VERSION%%/pixmaps/gdaui-generic.png -share/libgda-%%VERSION%%/server_operation.glade -share/libgda-%%VERSION%%/ui/gdaui-entry-number.xml -share/libgda-%%VERSION%%/ui/gdaui-entry-string.xml +%%DATADIR%%-%%VERSION%%/demo/basic_form.c +%%DATADIR%%-%%VERSION%%/demo/cloud.c +%%DATADIR%%-%%VERSION%%/demo/combo.c +%%DATADIR%%-%%VERSION%%/demo/custom_layout.xml +%%DATADIR%%-%%VERSION%%/demo/data_model_dir.c +%%DATADIR%%-%%VERSION%%/demo/ddl_queries.c +%%DATADIR%%-%%VERSION%%/demo/demo_db.db +%%DATADIR%%-%%VERSION%%/demo/form.c +%%DATADIR%%-%%VERSION%%/demo/form_data_layout.c +%%DATADIR%%-%%VERSION%%/demo/form_model_change.c +%%DATADIR%%-%%VERSION%%/demo/form_pict.c +%%DATADIR%%-%%VERSION%%/demo/form_rw.c +%%DATADIR%%-%%VERSION%%/demo/grid.c +%%DATADIR%%-%%VERSION%%/demo/grid_data_layout.c +%%DATADIR%%-%%VERSION%%/demo/grid_model_change.c +%%DATADIR%%-%%VERSION%%/demo/grid_pict.c +%%DATADIR%%-%%VERSION%%/demo/grid_rw.c +%%DATADIR%%-%%VERSION%%/demo/linked_grid_form.c +%%DATADIR%%-%%VERSION%%/demo/linked_model_param.c +%%DATADIR%%-%%VERSION%%/demo/login.c +%%DATADIR%%-%%VERSION%%/demo/provider_sel.c +%%DATADIR%%-%%VERSION%%/demo/tree.c +%%DATADIR%%-%%VERSION%%/dtd/gdaui-layout.dtd +%%DATADIR%%-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/16x16/actions/glade.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/22x22/actions/form.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/22x22/actions/glade.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/22x22/actions/grid.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/glade.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/table-add.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/32x32/actions/glade.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/32x32/actions/ldap-entries.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/32x32/actions/table-add.png +%%DATADIR%%-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg +%%DATADIR%%-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg +%%DATADIR%%-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg +%%DATADIR%%-%%VERSION%%/import_encodings.xml +%%DATADIR%%-%%VERSION%%/language-specs/gda-sql.lang +%%DATADIR%%-%%VERSION%%/pixmaps/bin-attachment-16x16.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-action.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-auth-big.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-auth.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-bookmark.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-column-fk.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-column-fknn.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-column-nn.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-column-pk.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-column.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-connected-big.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-connected.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-diagram.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-class-a.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-class-s.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-class-u.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-class-x.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-entry.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-group.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-organization.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-ldap-person.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-menu-ind.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-non-connected.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-query.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-reference.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-schema.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser-table.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-browser.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-control-center-newcnc.png +%%DATADIR%%-%%VERSION%%/pixmaps/gda-control-center.png +%%DATADIR%%-%%VERSION%%/pixmaps/gdaui-generic.png +%%DATADIR%%-%%VERSION%%/server_operation.glade +%%DATADIR%%-%%VERSION%%/ui/gdaui-entry-number.xml +%%DATADIR%%-%%VERSION%%/ui/gdaui-entry-string.xml share/pixmaps/gda-browser-%%VERSION%%.png diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 50870546e57a..08cc6d8b0195 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libgda -PORTVERSION?= 5.2.2 -PORTREVISION?= 2 +PORTVERSION?= 5.2.4 +PORTREVISION?= 0 CATEGORIES= databases gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= 5 @@ -23,7 +23,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib USES+= gettext gmake libtool pathfix pkgconfig -USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack +USE_GNOME= glib20 libxslt intlhack referencehack USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/databases/libgda5/distinfo b/databases/libgda5/distinfo index 576e41bb0539..0100d61400bd 100644 --- a/databases/libgda5/distinfo +++ b/databases/libgda5/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/libgda-5.2.2.tar.xz) = c9b8b1c32f1011e47b73c5dcf36649aaef2f1edaa5f5d75be20d9caadc2bc3e4 -SIZE (gnome3/libgda-5.2.2.tar.xz) = 12173216 +SHA256 (gnome3/libgda-5.2.4.tar.xz) = 2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e +SIZE (gnome3/libgda-5.2.4.tar.xz) = 12320228 diff --git a/databases/libgda5/files/patch-libgda-ui_demos_geninclude.pl.in b/databases/libgda5/files/patch-libgda-ui_demos_geninclude.pl.in deleted file mode 100644 index 0365822dd630..000000000000 --- a/databases/libgda5/files/patch-libgda-ui_demos_geninclude.pl.in +++ /dev/null @@ -1,47 +0,0 @@ ---- libgda-ui/demos/geninclude.pl.in.orig 2013-10-19 12:35:28 UTC -+++ libgda-ui/demos/geninclude.pl.in -@@ -40,7 +40,7 @@ foreach $href (@demos) { - my $do_next = 0; - - # parent detected -- if (defined @parents) { -+ if (@parents) { - foreach $foo (@parents) { - if ($foo eq $parent_name) { - $do_next = 1; -@@ -54,7 +54,7 @@ foreach $href (@demos) { - - push @parents, $parent_name; - -- $tmp = (defined @child_arrays)?($#child_arrays + 1):0; -+ $tmp = (@child_arrays)?($#child_arrays + 1):0; - push @child_arrays, "child$tmp"; - - push @demos, {"title" => $parent_name, "file" => "NULL", -@@ -62,7 +62,7 @@ foreach $href (@demos) { - } - } - --if (defined @parents) { -+if (@parents) { - $i = 0; - for ($i = 0; $i <= $#parents; $i++) { - $first = 1; -@@ -105,7 +105,7 @@ if (defined @parents) { - } @demos_old; - - # sort the child arrays --if (defined @child_arrays) { -+if (@child_arrays) { - for ($i = 0; $i <= $#child_arrays; $i++) { - @foo_old = @{$child_arrays[$i]}; - -@@ -133,7 +133,7 @@ foreach $href (@demos) { - print ", \n"; - } - -- if (defined @parents) { -+ if (@parents) { - for ($i = 0; $i <= $#parents; $i++) { - if ($parents[$i] eq $href->{title}) { - diff --git a/databases/libgda5/pkg-plist b/databases/libgda5/pkg-plist index de745820daab..2b9b2bc5948c 100644 --- a/databases/libgda5/pkg-plist +++ b/databases/libgda5/pkg-plist @@ -2,8 +2,8 @@ bin/gda-list-config-%%VERSION%% bin/gda-list-server-op-%%VERSION%% bin/gda-sql-%%VERSION%% bin/gda-test-connection-%%VERSION%% -@sample etc/libgda-%%VERSION%%/config.sample -etc/libgda-%%VERSION%%/sales_test.db +@sample %%ETCDIR%%-%%VERSION%%/config.sample +%%ETCDIR%%-%%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 @@ -120,367 +120,371 @@ libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc libdata/pkgconfig/libgda-web-%%VERSION%%.pc libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc man/man1/gda-sql-%%VERSION%%.1.gz -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%%/GdaDataModelLdap.html -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%%/GdaLdapConnection.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%%/GdaTreeMgrLdap.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%%/ch09s02.html -share/doc/libgda-%%VERSION%%/ch12s02.html -share/doc/libgda-%%VERSION%%/ch12s07.html -share/doc/libgda-%%VERSION%%/ch12s08.html -share/doc/libgda-%%VERSION%%/ch12s11.html -share/doc/libgda-%%VERSION%%/ch12s12.html -share/doc/libgda-%%VERSION%%/ch12s13.html -share/doc/libgda-%%VERSION%%/ch13.html -share/doc/libgda-%%VERSION%%/ch21.html -share/doc/libgda-%%VERSION%%/ch22.html -share/doc/libgda-%%VERSION%%/ch35.html -share/doc/libgda-%%VERSION%%/ch38.html -share/doc/libgda-%%VERSION%%/ch39s02.html -share/doc/libgda-%%VERSION%%/ch39s03.html -share/doc/libgda-%%VERSION%%/ch41s02.html -share/doc/libgda-%%VERSION%%/ch42s02.html -share/doc/libgda-%%VERSION%%/ch42s03.html -share/doc/libgda-%%VERSION%%/ch42s04.html -share/doc/libgda-%%VERSION%%/ch43.html -share/doc/libgda-%%VERSION%%/ch44s02.html -share/doc/libgda-%%VERSION%%/ch44s03.html -share/doc/libgda-%%VERSION%%/ch44s04.html -share/doc/libgda-%%VERSION%%/ch44s05.html -share/doc/libgda-%%VERSION%%/ch44s06.html -share/doc/libgda-%%VERSION%%/ch44s07.html -share/doc/libgda-%%VERSION%%/ch44s08.html -share/doc/libgda-%%VERSION%%/ch44s10.html -share/doc/libgda-%%VERSION%%/ch47s02.html -share/doc/libgda-%%VERSION%%/ch50s02.html -share/doc/libgda-%%VERSION%%/ch50s03.html -share/doc/libgda-%%VERSION%%/ch50s04.html -share/doc/libgda-%%VERSION%%/ch50s05.html -share/doc/libgda-%%VERSION%%/ch50s06.html -share/doc/libgda-%%VERSION%%/ch50s07.html -share/doc/libgda-%%VERSION%%/ch50s08.html -share/doc/libgda-%%VERSION%%/ch51s02.html -share/doc/libgda-%%VERSION%%/ch51s03.html -share/doc/libgda-%%VERSION%%/ch51s04.html -share/doc/libgda-%%VERSION%%/ch51s05.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-data-model-writing.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-5-0-2.html -share/doc/libgda-%%VERSION%%/index-5-0-3.html -share/doc/libgda-%%VERSION%%/index-5-0.html -share/doc/libgda-%%VERSION%%/index-5-2-0.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%%-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%%-GdaDataPivot.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%%/migration-3.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-languages-introduction.html -share/doc/libgda-%%VERSION%%/other-languages-vala.html -share/doc/libgda-%%VERSION%%/other-languages.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_jdbc.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%%/pt09.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 -share/doc/libgda-%%VERSION%%/vi-filter.png -share/doc/libgda-%%VERSION%%/vi-info.png -share/doc/libgda-%%VERSION%%/vi-login.png -share/doc/libgda-%%VERSION%%/vi-provider-selector.png -share/doc/libgda-%%VERSION%%/vi-raw-grid.png -share/doc/libgda-%%VERSION%%/vi-rte.png -share/doc/libgda-%%VERSION%%/vi-server-op.png -share/doc/libgda-%%VERSION%%/virtual_connection.html -share/doc/libgda-%%VERSION%%/writable_data_model.png share/gir-1.0/Gda-%%VERSION%%.gir -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -share/libgda-%%VERSION%%/gda_trml2html/__init__.py -share/libgda-%%VERSION%%/gda_trml2html/trml2html.py -share/libgda-%%VERSION%%/gda_trml2html/utils.py -share/libgda-%%VERSION%%/gda_trml2pdf/__init__.py -share/libgda-%%VERSION%%/gda_trml2pdf/color.py -share/libgda-%%VERSION%%/gda_trml2pdf/trml2pdf.py -share/libgda-%%VERSION%%/gda_trml2pdf/utils.py -share/libgda-%%VERSION%%/information_schema.xml -share/libgda-%%VERSION%%/php/README -share/libgda-%%VERSION%%/php/gda-clean.php -share/libgda-%%VERSION%%/php/gda-config.php -share/libgda-%%VERSION%%/php/gda-exception.php -share/libgda-%%VERSION%%/php/gda-front.php -share/libgda-%%VERSION%%/php/gda-meta.php -share/libgda-%%VERSION%%/php/gda-secure-config.php -share/libgda-%%VERSION%%/php/gda-setup.php -share/libgda-%%VERSION%%/php/gda-tester.php -share/libgda-%%VERSION%%/php/gda-utils.php -share/libgda-%%VERSION%%/php/gda-worker.php -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_create_view.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_drop_view.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -share/libgda-%%VERSION%%/web/cnc.js -share/libgda-%%VERSION%%/web/gda-print.css -share/libgda-%%VERSION%%/web/gda.css -share/libgda-%%VERSION%%/web/irb.css -share/libgda-%%VERSION%%/web/irb.js -share/libgda-%%VERSION%%/web/jquery.js -share/libgda-%%VERSION%%/web/md5.js -share/libgda-%%VERSION%%/web/mouseapp_2.js -share/libgda-%%VERSION%%/web/mouseirb_2.js -share/libgda-%%VERSION%%/web_specs_auth.xml -share/libgda-%%VERSION%%/web_specs_dsn.xml +share/gtk-doc/html/libgda-%%VERSION%%/DataModels.png +share/gtk-doc/html/libgda-%%VERSION%%/GdaBatch.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaBlobOp.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaColumn.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaConnection.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaConnectionEvent.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataAccessWrapper.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModel.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelArray.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelBdb.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelDir.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelImport.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelIter.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelIter.png +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataModelLdap.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataProxy.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaDataSelect.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerBin.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerBoolean.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerNumerical.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerString.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerTime.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHandlerType.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaHolder.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaLdapConnection.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaLockable.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaMetaStore.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaMetaStoreCustomData.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaMetaStruct.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaPStmt.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaReportDocbookDocument.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaReportDocument.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaReportEngine.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaReportRmlDocument.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaRow.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaServerOperation.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaServerProvider.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaSet.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaSqlBuilder.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaSqlParser.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaStatement.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaStatement.png +share/gtk-doc/html/libgda-%%VERSION%%/GdaThreadWrapper.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTransactionStatus.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTree.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeManager.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrColumns.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrLabel.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrLdap.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrSchemas.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrSelect.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeMgrTables.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaTreeNode.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaVconnectionDataModel.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaVconnectionHub.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaVirtualConnection.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaVirtualProvider.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaVproviderDataModel.html +share/gtk-doc/html/libgda-%%VERSION%%/GdaVproviderHub.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiBasicForm.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiCloud.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiCombo.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataEntry.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataFilter.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataProxy.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataProxyInfo.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataSelector.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiDataStore.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiForm.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiGrid.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiLogin.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiProviderSelector.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiRawForm.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiRawGrid.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiRtEditor.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiServerOperation.html +share/gtk-doc/html/libgda-%%VERSION%%/GdauiTreeStore.html +share/gtk-doc/html/libgda-%%VERSION%%/MetaStore1.png +share/gtk-doc/html/libgda-%%VERSION%%/MetaStore2.png +share/gtk-doc/html/libgda-%%VERSION%%/SqlIdentifiers.png +share/gtk-doc/html/libgda-%%VERSION%%/architecture.html +share/gtk-doc/html/libgda-%%VERSION%%/architecture.png +share/gtk-doc/html/libgda-%%VERSION%%/blobs_example.html +share/gtk-doc/html/libgda-%%VERSION%%/ch04.html +share/gtk-doc/html/libgda-%%VERSION%%/ch06s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch07s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch07s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch08s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch08s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch08s07.html +share/gtk-doc/html/libgda-%%VERSION%%/ch09s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch12s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch12s07.html +share/gtk-doc/html/libgda-%%VERSION%%/ch12s08.html +share/gtk-doc/html/libgda-%%VERSION%%/ch12s11.html +share/gtk-doc/html/libgda-%%VERSION%%/ch12s12.html +share/gtk-doc/html/libgda-%%VERSION%%/ch12s13.html +share/gtk-doc/html/libgda-%%VERSION%%/ch13.html +share/gtk-doc/html/libgda-%%VERSION%%/ch21.html +share/gtk-doc/html/libgda-%%VERSION%%/ch22.html +share/gtk-doc/html/libgda-%%VERSION%%/ch35.html +share/gtk-doc/html/libgda-%%VERSION%%/ch38.html +share/gtk-doc/html/libgda-%%VERSION%%/ch39s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch39s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch41s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch42s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch42s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch42s04.html +share/gtk-doc/html/libgda-%%VERSION%%/ch43.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s04.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s05.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s06.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s07.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s08.html +share/gtk-doc/html/libgda-%%VERSION%%/ch44s10.html +share/gtk-doc/html/libgda-%%VERSION%%/ch47s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s04.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s05.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s06.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s07.html +share/gtk-doc/html/libgda-%%VERSION%%/ch50s08.html +share/gtk-doc/html/libgda-%%VERSION%%/ch51s02.html +share/gtk-doc/html/libgda-%%VERSION%%/ch51s03.html +share/gtk-doc/html/libgda-%%VERSION%%/ch51s04.html +share/gtk-doc/html/libgda-%%VERSION%%/ch51s05.html +share/gtk-doc/html/libgda-%%VERSION%%/compiling.html +share/gtk-doc/html/libgda-%%VERSION%%/connection.html +share/gtk-doc/html/libgda-%%VERSION%%/connections.html +share/gtk-doc/html/libgda-%%VERSION%%/data-model.html +share/gtk-doc/html/libgda-%%VERSION%%/data-select.html +share/gtk-doc/html/libgda-%%VERSION%%/data_conv.html +share/gtk-doc/html/libgda-%%VERSION%%/data_models.html +share/gtk-doc/html/libgda-%%VERSION%%/data_proxy1.png +share/gtk-doc/html/libgda-%%VERSION%%/data_proxy2.png +share/gtk-doc/html/libgda-%%VERSION%%/data_proxy3.png +share/gtk-doc/html/libgda-%%VERSION%%/data_proxy4.png +share/gtk-doc/html/libgda-%%VERSION%%/data_proxy5.png +share/gtk-doc/html/libgda-%%VERSION%%/data_validation_holder.png +share/gtk-doc/html/libgda-%%VERSION%%/data_validation_proxy.png +share/gtk-doc/html/libgda-%%VERSION%%/data_validation_set.png +share/gtk-doc/html/libgda-%%VERSION%%/ddl_example.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section1.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section10.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section2.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section3.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section4.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section5.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section6.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section7.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section8.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-section9.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl-using.html +share/gtk-doc/html/libgda-%%VERSION%%/fdl.html +share/gtk-doc/html/libgda-%%VERSION%%/features.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-data-model-writing.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-dict.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-graph.png +share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-dsn.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-icommands.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-open.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-sql-manual-run.html +share/gtk-doc/html/libgda-%%VERSION%%/gda-sql.html +share/gtk-doc/html/libgda-%%VERSION%%/gen_blobs.html +share/gtk-doc/html/libgda-%%VERSION%%/gen_sql_identifiers.html +share/gtk-doc/html/libgda-%%VERSION%%/getting_started.html +share/gtk-doc/html/libgda-%%VERSION%%/home.png +share/gtk-doc/html/libgda-%%VERSION%%/howto-exec-non-select.html +share/gtk-doc/html/libgda-%%VERSION%%/howto-exec-select.html +share/gtk-doc/html/libgda-%%VERSION%%/howto-exec.png +share/gtk-doc/html/libgda-%%VERSION%%/howto-meta1.html +share/gtk-doc/html/libgda-%%VERSION%%/howto-meta2.html +share/gtk-doc/html/libgda-%%VERSION%%/howto-modify-select.html +share/gtk-doc/html/libgda-%%VERSION%%/howto-sqlbuilder.html +share/gtk-doc/html/libgda-%%VERSION%%/howto.html +share/gtk-doc/html/libgda-%%VERSION%%/i_s_data_types.png +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-1.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-10.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-2.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-3.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-4.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-5.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-6.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-7.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-8.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2-9.html +share/gtk-doc/html/libgda-%%VERSION%%/index-4-2.html +share/gtk-doc/html/libgda-%%VERSION%%/index-5-0-2.html +share/gtk-doc/html/libgda-%%VERSION%%/index-5-0-3.html +share/gtk-doc/html/libgda-%%VERSION%%/index-5-0.html +share/gtk-doc/html/libgda-%%VERSION%%/index-5-2-0.html +share/gtk-doc/html/libgda-%%VERSION%%/index-deprecated.html +share/gtk-doc/html/libgda-%%VERSION%%/index.html +share/gtk-doc/html/libgda-%%VERSION%%/index.sgml +share/gtk-doc/html/libgda-%%VERSION%%/index_main.html +share/gtk-doc/html/libgda-%%VERSION%%/information_schema.html +share/gtk-doc/html/libgda-%%VERSION%%/information_schema.png +share/gtk-doc/html/libgda-%%VERSION%%/init_config.html +share/gtk-doc/html/libgda-%%VERSION%%/installation-configuring.html +share/gtk-doc/html/libgda-%%VERSION%%/installation-installing.html +share/gtk-doc/html/libgda-%%VERSION%%/installation.html +share/gtk-doc/html/libgda-%%VERSION%%/introduction.html +share/gtk-doc/html/libgda-%%VERSION%%/left-insensitive.png +share/gtk-doc/html/libgda-%%VERSION%%/left.png +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataPivot.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2 +share/gtk-doc/html/libgda-%%VERSION%%/libgda-list-server-op.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-packaging.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-blobop.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-class.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-pack.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-parser.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-provider-recordset.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-reports-introduction.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-sql.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-controlcenter.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-gdabrowser.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-introduction.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-list-config.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-tools-test-connection.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-xslt-api.html +share/gtk-doc/html/libgda-%%VERSION%%/libgda-xslt-introduction.html +share/gtk-doc/html/libgda-%%VERSION%%/libgdaui-packaging.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_jdbc.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_ldap.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_mysql.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_oracle.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_postgres.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_sqlcipher.html +share/gtk-doc/html/libgda-%%VERSION%%/limitations_sqlite.html +share/gtk-doc/html/libgda-%%VERSION%%/main_example.html +share/gtk-doc/html/libgda-%%VERSION%%/managing-errors.html +share/gtk-doc/html/libgda-%%VERSION%%/migration-1.html +share/gtk-doc/html/libgda-%%VERSION%%/migration-2-dict.html +share/gtk-doc/html/libgda-%%VERSION%%/migration-2-exec.html +share/gtk-doc/html/libgda-%%VERSION%%/migration-2-report.html +share/gtk-doc/html/libgda-%%VERSION%%/migration-2.html +share/gtk-doc/html/libgda-%%VERSION%%/migration-3.html +share/gtk-doc/html/libgda-%%VERSION%%/misc.html +share/gtk-doc/html/libgda-%%VERSION%%/multi-threading.html +share/gtk-doc/html/libgda-%%VERSION%%/null_handling.html +share/gtk-doc/html/libgda-%%VERSION%%/other-languages-introduction.html +share/gtk-doc/html/libgda-%%VERSION%%/other-languages-vala.html +share/gtk-doc/html/libgda-%%VERSION%%/other-languages.html +share/gtk-doc/html/libgda-%%VERSION%%/other_examples.html +share/gtk-doc/html/libgda-%%VERSION%%/parser_gen.png +share/gtk-doc/html/libgda-%%VERSION%%/parser_prov.png +share/gtk-doc/html/libgda-%%VERSION%%/part_begin.html +share/gtk-doc/html/libgda-%%VERSION%%/part_index.html +share/gtk-doc/html/libgda-%%VERSION%%/part_libgda-reports.html +share/gtk-doc/html/libgda-%%VERSION%%/part_libgda-xslt.html +share/gtk-doc/html/libgda-%%VERSION%%/part_libgda_api.html +share/gtk-doc/html/libgda-%%VERSION%%/part_providers.html +share/gtk-doc/html/libgda-%%VERSION%%/part_tools.html +share/gtk-doc/html/libgda-%%VERSION%%/parts.png +share/gtk-doc/html/libgda-%%VERSION%%/prov-metadata.html +share/gtk-doc/html/libgda-%%VERSION%%/provider-notes.html +share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_jdbc.html +share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_ldap.html +share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_sqlcipher.html +share/gtk-doc/html/libgda-%%VERSION%%/provider_notes_sqlite.html +share/gtk-doc/html/libgda-%%VERSION%%/psupport.html +share/gtk-doc/html/libgda-%%VERSION%%/pt09.html +share/gtk-doc/html/libgda-%%VERSION%%/right-insensitive.png +share/gtk-doc/html/libgda-%%VERSION%%/right.png +share/gtk-doc/html/libgda-%%VERSION%%/stmt-compound.png +share/gtk-doc/html/libgda-%%VERSION%%/stmt-insert1.png +share/gtk-doc/html/libgda-%%VERSION%%/stmt-insert2.png +share/gtk-doc/html/libgda-%%VERSION%%/stmt-select.png +share/gtk-doc/html/libgda-%%VERSION%%/stmt-unknown.png +share/gtk-doc/html/libgda-%%VERSION%%/stmt-update.png +share/gtk-doc/html/libgda-%%VERSION%%/style.css +share/gtk-doc/html/libgda-%%VERSION%%/thread-wrapper.png +share/gtk-doc/html/libgda-%%VERSION%%/transactions.html +share/gtk-doc/html/libgda-%%VERSION%%/tree-overview.png +share/gtk-doc/html/libgda-%%VERSION%%/tree-overview2.png +share/gtk-doc/html/libgda-%%VERSION%%/trees.html +share/gtk-doc/html/libgda-%%VERSION%%/up-insensitive.png +share/gtk-doc/html/libgda-%%VERSION%%/up.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-basic-form.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-cloud.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-combo.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-data-entry.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-filter.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-info.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-login.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-provider-selector.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-raw-grid.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-rte.png +share/gtk-doc/html/libgda-%%VERSION%%/vi-server-op.png +share/gtk-doc/html/libgda-%%VERSION%%/virtual_connection.html +share/gtk-doc/html/libgda-%%VERSION%%/writable_data_model.png +%%DATADIR%%-%%VERSION%%/dtd/libgda-array.dtd +%%DATADIR%%-%%VERSION%%/dtd/libgda-paramlist.dtd +%%DATADIR%%-%%VERSION%%/dtd/libgda-server-operation.dtd +%%DATADIR%%-%%VERSION%%/gda_trml2html/__init__.py +%%DATADIR%%-%%VERSION%%/gda_trml2html/trml2html.py +%%DATADIR%%-%%VERSION%%/gda_trml2html/utils.py +%%DATADIR%%-%%VERSION%%/gda_trml2pdf/__init__.py +%%DATADIR%%-%%VERSION%%/gda_trml2pdf/color.py +%%DATADIR%%-%%VERSION%%/gda_trml2pdf/trml2pdf.py +%%DATADIR%%-%%VERSION%%/gda_trml2pdf/utils.py +%%DATADIR%%-%%VERSION%%/information_schema.xml +%%DATADIR%%-%%VERSION%%/php/README +%%DATADIR%%-%%VERSION%%/php/gda-clean.php +%%DATADIR%%-%%VERSION%%/php/gda-config.php +%%DATADIR%%-%%VERSION%%/php/gda-exception.php +%%DATADIR%%-%%VERSION%%/php/gda-front.php +%%DATADIR%%-%%VERSION%%/php/gda-meta.php +%%DATADIR%%-%%VERSION%%/php/gda-secure-config.php +%%DATADIR%%-%%VERSION%%/php/gda-setup.php +%%DATADIR%%-%%VERSION%%/php/gda-tester.php +%%DATADIR%%-%%VERSION%%/php/gda-utils.php +%%DATADIR%%-%%VERSION%%/php/gda-worker.php +%%DATADIR%%-%%VERSION%%/sqlite_specs_add_column.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_create_db.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_create_index.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_create_table.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_create_view.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_drop_db.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_drop_index.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_drop_table.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_drop_view.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_dsn.xml +%%DATADIR%%-%%VERSION%%/sqlite_specs_rename_table.xml +%%DATADIR%%-%%VERSION%%/web/cnc.js +%%DATADIR%%-%%VERSION%%/web/gda-print.css +%%DATADIR%%-%%VERSION%%/web/gda.css +%%DATADIR%%-%%VERSION%%/web/irb.css +%%DATADIR%%-%%VERSION%%/web/irb.js +%%DATADIR%%-%%VERSION%%/web/jquery.js +%%DATADIR%%-%%VERSION%%/web/md5.js +%%DATADIR%%-%%VERSION%%/web/mouseapp_2.js +%%DATADIR%%-%%VERSION%%/web/mouseirb_2.js +%%DATADIR%%-%%VERSION%%/web_specs_auth.xml +%%DATADIR%%-%%VERSION%%/web_specs_dsn.xml share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/bs/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ca@valencia/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo @@ -514,7 +518,6 @@ share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/pa/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 |