Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156590510
D40489.id123072.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
28 KB
Referenced Files
None
Subscribers
None
D40489.id123072.diff
View Options
Index: Mk/Uses/gnome.mk
===================================================================
--- Mk/Uses/gnome.mk
+++ Mk/Uses/gnome.mk
@@ -54,25 +54,25 @@
. endif
# non-version specific components
-_USE_GNOME_ALL= intlhack intltool introspection \
- gnomemimedata gnomeprefix
+_USE_GNOME_ALL= atk cairo gdkpixbuf2 glib20 gvfs \
+ intlhack intltool introspection \
+ gnomemimedata gnomeprefix \
+ libgsf librsvg2 libxml2 libxslt \
+ pango
# GNOME 2 components
-_USE_GNOME_ALL+= atk cairo \
- gdkpixbuf2 gdkpixbuf2xlib gconf2 glib20 \
+_USE_GNOME_ALL= gdkpixbuf2xlib gconf2 \
gtk-update-icon-cache gtk20 \
- gtksharp20 gtksourceview2 gvfs libartlgpl2 \
- libglade2 libgnomecanvas \
- libgsf libidl librsvg2 \
- libxml2 libxslt \
+ gtksharp20 gtksourceview2 libartlgpl2 \
+ libglade2 libgnomecanvas libidl \
pango pangox-compat \
vte
# GNOME 3 components
_USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \
gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 \
- gtksourceview4 libgda5 \
- libgda5-ui libgnomekbd libwnck3 metacity nautilus3 \
+ gtksourceview4 libgda5 libgda6 \
+ libgda5-ui libgda6-ui libgnomekbd libwnck3 metacity nautilus3 \
pygobject3 vte3
# GNOME 40 components
@@ -251,9 +251,15 @@
libgda5_LIB_DEPENDS= libgda-5.0.so:databases/libgda5
libgda5_USE_GNOME_IMPL= glib20 libxslt
+libgda6_LIB_DEPENDS= libgda-6.0.so:databases/libgda6
+libgda6_USE_GNOME_IMPL= glib20 libxml2
+
libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:databases/libgda5-ui
libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5
+libgda6-ui_LIB_DEPENDS= libgda-ui-6.0.so:databases/libgda6-ui
+libgda6-ui_USE_GNOME_IMPL= glib20 gtk30 libgda6
+
gtksourceview2_LIB_DEPENDS= libgtksourceview-2.0.so:x11-toolkits/gtksourceview2
gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2
Index: databases/Makefile
===================================================================
--- databases/Makefile
+++ databases/Makefile
@@ -136,11 +136,13 @@
SUBDIR += libdrizzle
SUBDIR += libdrizzle-redux
SUBDIR += libgda5
+ SUBDIR += libgda6
SUBDIR += libgda5-jdbc
SUBDIR += libgda5-ldap
SUBDIR += libgda5-mysql
SUBDIR += libgda5-postgresql
SUBDIR += libgda5-ui
+ SUBDIR += libgda6-ui
SUBDIR += libgdamm5
SUBDIR += libhsclient
SUBDIR += libiodbc
Index: databases/libgda5/pkg-descr
===================================================================
--- databases/libgda5/pkg-descr
+++ databases/libgda5/pkg-descr
@@ -3,15 +3,16 @@
mail spools, etc).
It is a complete architecture that provides all you need to access
-your data, defined by a set of CORBA interfaces as generic as possible
+your data.
+It is defined by a set of plugin APIs as generic as possible
(but very powerful at the same time) so that any kind of data source
can be accessed through them.
libgda is an interface to the GDA architecture, providing a nice
-wrapper around the CORBA interfaces, for both the client and the server
+wrapper around the GDA interfaces, for both the client and the server
parts. It also provides a bunch of tools to help you both in the
development and management of your data sources, all done through
-the GDA model's set of CORBA interfaces.
+the GDA model's interfaces.
libgda was part of the GNOME-DB project, but has been separated from it
to allow non-GNOME applications to be developed based on it.
Index: databases/libgda6-ui/Makefile
===================================================================
--- /dev/null
+++ databases/libgda6-ui/Makefile
@@ -0,0 +1,13 @@
+CATEGORIES= databases gnome
+PKGNAMESUFFIX= 6-ui
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The libgda 6 ui library
+
+MASTERDIR= ${.CURDIR}/../libgda6
+PLIST= ${.CURDIR}/pkg-plist
+PATCHDIR= ${.CURDIR}/files
+
+LIBGDA6_SLAVE= ui
+
+.include "${MASTERDIR}/Makefile"
Index: databases/libgda6-ui/files/patch-libgda_handlers_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-libgda_handlers_meson.build
@@ -0,0 +1,20 @@
+--- libgda/handlers/meson.build.orig 2021-02-01 00:29:25 UTC
++++ libgda/handlers/meson.build
+@@ -8,10 +8,6 @@ libgda_handlers_headers = files([
+ 'gda-handler-type.h'
+ ])
+
+-install_headers(libgda_handlers_headers,
+- install_dir: join_paths(get_option('includedir'),project_package,'libgda','handlers')
+- )
+-
+ libgda_handlers_sources = files([
+ 'gda-handler-bin.c',
+ 'gda-handler-boolean.c',
+@@ -22,4 +18,4 @@ libgda_handlers_sources = files([
+ 'gda-handler-type.c'
+ ])
+
+-libgda_handlers_sources += libgda_handlers_headers
+\ No newline at end of file
++libgda_handlers_sources += libgda_handlers_headers
Index: databases/libgda6-ui/files/patch-libgda_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-libgda_meson.build
@@ -0,0 +1,75 @@
+--- libgda/meson.build.orig 2021-02-01 00:29:25 UTC
++++ libgda/meson.build
+@@ -16,24 +16,11 @@ dtdf = files([
+ 'libgda-db-catalog.dtd'
+ ])
+
+-install_data(dtdf,
+- install_dir: join_paths(get_option('datadir'),project_package,'dtd')
+- )
+-
+-# Internal information schema
+-install_data('information_schema.xml',
+- install_dir: join_paths(get_option('datadir'), project_package)
+- )
+-
+ libgda_virtualh = configure_file(
+ input: 'libgda.h.in',
+ output : 'libgda.h',
+ configuration : conf)
+
+-install_headers(libgda_virtualh,
+- install_dir: join_paths(get_option('includedir'),project_package,'libgda')
+- )
+-
+ gda_marshalls = gnome_module.genmarshal('gda-marshal',prefix : '_gda_marshal',
+ sources : 'gda-marshal.list')
+
+@@ -136,10 +123,6 @@ libgda_headers_all += [
+ gda_enum_headers
+ ]
+
+-install_headers(libgda_headers_all,
+- install_dir: join_paths(get_option('includedir'),project_package,'libgda')
+- )
+-
+ libgda_sources= files([
+ 'gda-batch.c',
+ 'gda-blob-op.c',
+@@ -349,7 +332,7 @@ libgda = library(
+ libgda_cargs,
+ lbdb_cargs
+ ],
+- install : true
++ install : false
+ )
+
+ libgdadep = declare_dependency(include_directories : inc_libgdah,
+@@ -386,7 +369,7 @@ libgda_gir = gnome_module.generate_gir(libgda,
+ 'Gio-2.0',
+ 'libxml2-2.0'
+ ],
+- install: true,
++ install: false,
+ install_dir_gir: join_paths(get_option('datadir'), 'gir-1.0'),
+ install_dir_typelib: join_paths(get_option('libdir'), 'girepository-1.0'),
+ )
+@@ -396,9 +379,6 @@ libgda_gir = gnome_module.generate_gir(libgda,
+ output: 'libgda-'+project_api_version+'.deps',
+ copy: true
+ )
+- install_data(libgda_vala_deps,
+- install_dir: join_paths(get_option('datadir'),'vala','vapi')
+- )
+ libgda_vapi = custom_target(project_package,
+ command: [vapigen,
+ '--girdir='+meson.current_source_dir(),
+@@ -411,7 +391,7 @@ libgda_gir = gnome_module.generate_gir(libgda,
+ ],
+ input: [libgda_gir[0],'Gda-'+project_api_version+'-custom.vala'],
+ output: project_package+'.vapi',
+- install: true,
++ install: false,
+ install_dir: join_paths(get_option('datadir'),'vala','vapi'),
+ depends: libgda_gir
+ )
Index: databases/libgda6-ui/files/patch-libgda_providers-support_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-libgda_providers-support_meson.build
@@ -0,0 +1,21 @@
+--- libgda/providers-support/meson.build.orig 2021-02-01 00:29:25 UTC
++++ libgda/providers-support/meson.build
+@@ -6,11 +6,6 @@ psupport_headers_priv = files([
+ 'gda-meta-column-types.h'
+ ])
+
+-install_headers(psupport_headers + psupport_headers_priv,
+- install_dir: join_paths(get_option('includedir'),project_package,'libgda','providers-support')
+- )
+-
+-
+ psupport_sources = files([
+ 'gda-pstmt.c'
+ ])
+@@ -23,4 +18,4 @@ libgda_psupport_sources = []
+ libgda_psupport_sources += psupport_sources
+ libgda_psupport_sources += psupport_headers
+ libgda_psupport_sources += psupport_headers_priv
+-
+\ No newline at end of file
++
Index: databases/libgda6-ui/files/patch-libgda_sql-parser_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-libgda_sql-parser_meson.build
@@ -0,0 +1,13 @@
+--- libgda/sql-parser/meson.build.orig 2021-02-01 00:29:25 UTC
++++ libgda/sql-parser/meson.build
+@@ -27,10 +27,6 @@ libgda_sql_parser_headers = files([
+ 'gda-statement-struct-unknown.h',
+ 'gda-statement-struct-util.h'])
+
+-install_headers(libgda_sql_parser_headers,
+- install_dir: join_paths(get_option('includedir'),project_package,'libgda','sql-parser')
+- )
+-
+ gda_sql_parser_enums = gnome_module.mkenums_simple('gda-sql-parser-enum-types', sources: libgda_sql_parser_headers)
+
+ gendef_exe = executable('gen_def', 'gen_def.c',
Index: databases/libgda6-ui/files/patch-libgda_thread-wrapper_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-libgda_thread-wrapper_meson.build
@@ -0,0 +1,13 @@
+--- libgda/thread-wrapper/meson.build.orig 2021-02-01 00:29:25 UTC
++++ libgda/thread-wrapper/meson.build
+@@ -5,10 +5,6 @@ threadwrapper_headers_priv = files([
+ 'gda-connect.h'
+ ])
+
+-install_headers(threadwrapper_headers + threadwrapper_headers_priv,
+- install_dir: join_paths(get_option('includedir'),project_package,'libgda','thread-wrapper')
+- )
+-
+ threadwrapper_sources = files([
+ 'gda-worker.c',
+ ])
Index: databases/libgda6-ui/files/patch-meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-meson.build
@@ -0,0 +1,18 @@
+--- meson.build.orig 2021-02-01 00:29:25 UTC
++++ meson.build
+@@ -376,15 +376,6 @@ if libxslt_dep.found() and get_option('experimental')
+ endif
+
+ # PC files
+-libgda_pc = configure_file(
+- input: 'libgda-'+project_api_version+'.pc.in',
+- output: 'libgda-'+project_api_version+'.pc',
+- configuration: conf
+- )
+-install_data(libgda_pc,
+- install_dir: join_paths(get_option('libdir'),'pkgconfig')
+- )
+-
+ if libxslt_dep.found() and get_option('experimental')
+ libgda_xslt_pc = configure_file(
+ input: 'libgda-xslt-'+project_api_version+'.pc.in',
Index: databases/libgda6-ui/files/patch-po_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-po_meson.build
@@ -0,0 +1,6 @@
+--- po/meson.build.orig 2021-02-01 00:29:25 UTC
++++ po/meson.build
+@@ -1,2 +1,2 @@
+ i18n = import('i18n')
+-i18n.gettext(project_package, preset : 'glib')
++i18n.gettext(project_package, preset : 'glib', install: false)
Index: databases/libgda6-ui/files/patch-providers_sqlcipher_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-providers_sqlcipher_meson.build
@@ -0,0 +1,29 @@
+--- providers/sqlcipher/meson.build.orig 2021-02-01 00:29:25 UTC
++++ providers/sqlcipher/meson.build
+@@ -77,8 +77,6 @@ libgda_sqlcipher_sources += sqlcipher_resources
+ sqlcipherheaders = files(['gda-sqlcipher-provider.h'])
+ libgda_sqlcipher_sources += sqlcipherheaders
+
+-install_headers (sqlcipherheaders, subdir: join_paths(project_package, 'providers', 'sqlcipher'))
+-
+ sqlcipher_path = sqlcipher_dep.get_pkgconfig_variable('libdir')
+ sqlcipher_cargs = ['-DHAVE_SQLITE']
+ sqlcipher_deps = [sqlcipher_dep]
+@@ -99,7 +97,8 @@ sqlcipher_cargs += c_args
+
+ libgda_sqlcipher_providerpc = configure_file(output : 'libgda-sqlcipher-'+project_api_version+'.pc',
+ configuration : conf,
+- install_dir: join_paths(get_option('libdir'),'pkgconfig')
++ install_dir: join_paths(get_option('libdir'),'pkgconfig'),
++ install: false
+ )
+ libgda_sqlcipher_provider = library ('gda-sqlcipher-'+project_api_version,
+ libgda_sqlcipher_sources,
+@@ -113,6 +112,6 @@ libgda_sqlcipher_provider = library ('gda-sqlcipher-'+
+ ],
+ c_args: sqlcipher_cargs,
+ link_with: libgda,
+- install: true,
++ install: false,
+ install_dir: join_paths(get_option('libdir'), project_package, 'providers')
+ )
Index: databases/libgda6-ui/files/patch-providers_sqlite_meson.build
===================================================================
--- /dev/null
+++ databases/libgda6-ui/files/patch-providers_sqlite_meson.build
@@ -0,0 +1,20 @@
+--- providers/sqlite/meson.build.orig 2021-02-01 00:29:25 UTC
++++ providers/sqlite/meson.build
+@@ -60,7 +60,8 @@ libgda_sqlite_sources += sqlite_resources
+
+ libgda_sqlite_providerpc = configure_file(output : 'libgda-sqlite-'+project_api_version+'.pc',
+ configuration : conf,
+- install_dir: join_paths(get_option('libdir'),'pkgconfig')
++ install_dir: join_paths(get_option('libdir'),'pkgconfig'),
++ install: false
+ )
+
+ libgda_sqlite_provider_cargs = [
+@@ -81,6 +82,6 @@ libgda_sqlite_provider = library ('gda-sqlite-'+projec
+ ],
+ c_args: libgda_sqlite_provider_cargs,
+ link_with: libgda,
+- install: true,
++ install: false,
+ install_dir: join_paths(get_option('libdir'), project_package, 'providers')
+ )
Index: databases/libgda6-ui/pkg-plist
===================================================================
--- /dev/null
+++ databases/libgda6-ui/pkg-plist
@@ -0,0 +1,86 @@
+bin/gda-control-center-%%VERSION%%
+bin/org.gnome.gda.Demoui
+bin/trml2html.py
+bin/trml2pdf.py
+include/libgda-%%VERSION%%/libgda-report/gda-report-document.h
+include/libgda-%%VERSION%%/libgda-report/libgda-report.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-rt-editor.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h
+include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h
+lib/girepository-1.0/Gdaui-%%VERSION%%.typelib
+lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins-libgda-%%VERSION%%.so
+lib/libgda-report-%%VERSION%%.so
+lib/libgda-report-%%VERSION%%.so.6
+lib/libgda-report-%%VERSION%%.so.%%VERSION%%.0
+lib/libgda-ui-%%VERSION%%.so
+lib/libgda-ui-%%VERSION%%.so.6
+lib/libgda-ui-%%VERSION%%.so.%%VERSION%%.0
+lib/libgda-xslt-%%VERSION%%.so
+lib/libgda-xslt-%%VERSION%%.so.6
+lib/libgda-xslt-%%VERSION%%.so.%%VERSION%%.0
+libdata/pkgconfig/libgda-capi-%%VERSION%%.pc
+libdata/pkgconfig/libgda-models-%%VERSION%%.pc
+libdata/pkgconfig/libgda-report-%%VERSION%%.pc
+libdata/pkgconfig/libgda-ui-%%VERSION%%.pc
+libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc
+share/gir-1.0/Gdaui-%%VERSION%%.gir
+share/glade/catalogs/gdaui-catalog.xml
+share/glade/pixmaps/widget-gdaui-gdauibasicform.png
+share/glade/pixmaps/widget-gdaui-gdauicombo.png
+share/glade/pixmaps/widget-gdaui-gdauigrid.png
+share/glade/pixmaps/widget-gdaui-gdauilogin.png
+share/glade/pixmaps/widget-gdaui-gdauirawgrid.png
+%%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%%/gda_trml2html/__init__.py
+%%DATADIR%%-%%VERSION%%/gda_trml2html/utils.py
+%%DATADIR%%-%%VERSION%%/gda_trml2pdf/__init__.py
+%%DATADIR%%-%%VERSION%%/gda_trml2pdf/color.py
+%%DATADIR%%-%%VERSION%%/gda_trml2pdf/utils.py
+%%DATADIR%%-%%VERSION%%/ui/gdaui-entry-integer.xml
+%%DATADIR%%-%%VERSION%%/ui/gdaui-entry-number.xml
+%%DATADIR%%-%%VERSION%%/ui/gdaui-entry-string.xml
+share/vala/vapi/libgdaui-%%VERSION%%.vapi
Index: databases/libgda6/Makefile
===================================================================
--- /dev/null
+++ databases/libgda6/Makefile
@@ -0,0 +1,46 @@
+PORTNAME= libgda
+DISTVERSION?= 6.0.0
+CATEGORIES= databases gnome
+MASTER_SITES= GNOME
+PKGNAMESUFFIX?= 6
+DIST_SUBDIR= gnome
+
+MAINTAINER?= gnome@FreeBSD.org
+COMMENT?= Provides uniform access to different kinds of data sources
+WWW= https://www.gnome-db.org/
+
+LICENSE= GPLv2+ LGPL20+
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
+LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB
+
+BUILD_DEPENDS= iso-codes>0:misc/iso-codes
+LIB_DEPENDS= libsecret-1.so:security/libsecret \
+ libsqlcipher.so:databases/sqlcipher
+
+USES= cpe gettext gnome localbase meson pkgconfig python:3.7+,build \
+ shebangfix sqlite tar:xz vala:build
+CPE_VENDOR= gnome
+USE_GNOME= glib20 introspection:build intltool libxml2 libxslt
+LIBGDA6_SLAVE?= no
+SHEBANG_FILES= libgda-report/RML/*/*.py
+BINARY_ALIAS= python3=${PYTHON_VERSION}
+
+MESON_ARGS= -Dlibsoup=false \
+ -Dlibsecret=true
+
+.include <bsd.port.options.mk>
+
+VERSION= 6.0
+PLIST_SUB+= VERSION=${VERSION}
+
+.if ${LIBGDA6_SLAVE} == ui
+USE_GNOME+= cairo gdkpixbuf2 gtk30 gtksourceview3 libgda6
+
+MESON_ARGS+= -Dui=true \
+ -Dexperimental=true
+.else
+MESON_ARGS+= -Dui=false
+.endif
+
+.include <bsd.port.mk>
Index: databases/libgda6/distinfo
===================================================================
--- /dev/null
+++ databases/libgda6/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1686405903
+SHA256 (gnome/libgda-6.0.0.tar.xz) = 995f4b420e666da5c8bac9faf55e7aedbe3789c525d634720a53be3ccf27a670
+SIZE (gnome/libgda-6.0.0.tar.xz) = 10838284
Index: databases/libgda6/pkg-descr
===================================================================
--- /dev/null
+++ databases/libgda6/pkg-descr
@@ -0,0 +1,18 @@
+GNU Data Access (GDA) is an attempt to provide uniform access to
+different kinds of data sources (databases, information servers,
+mail spools, etc).
+
+It is a complete architecture that provides all you need to access
+your data.
+It is defined by a set of plugin APIs as generic as possible
+(but very powerful at the same time) so that any kind of data source
+can be accessed through them.
+
+libgda is an interface to the GDA architecture, providing a nice
+wrapper around the GDA interfaces, for both the client and the server
+parts. It also provides a bunch of tools to help you both in the
+development and management of your data sources, all done through
+the GDA model's interfaces.
+
+libgda was part of the GNOME-DB project, but has been separated from it
+to allow non-GNOME applications to be developed based on it.
Index: databases/libgda6/pkg-plist
===================================================================
--- /dev/null
+++ databases/libgda6/pkg-plist
@@ -0,0 +1,169 @@
+include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h
+include/libgda-%%VERSION%%/libgda/gda-batch.h
+include/libgda-%%VERSION%%/libgda/gda-blob-op.h
+include/libgda-%%VERSION%%/libgda/gda-column.h
+include/libgda-%%VERSION%%/libgda/gda-config.h
+include/libgda-%%VERSION%%/libgda/gda-connection-event.h
+include/libgda-%%VERSION%%/libgda/gda-connection-private.h
+include/libgda-%%VERSION%%/libgda/gda-connection.h
+include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h
+include/libgda-%%VERSION%%/libgda/gda-data-comparator.h
+include/libgda-%%VERSION%%/libgda/gda-data-handler.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-array.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-import.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-private.h
+include/libgda-%%VERSION%%/libgda/gda-data-model-select.h
+include/libgda-%%VERSION%%/libgda/gda-data-model.h
+include/libgda-%%VERSION%%/libgda/gda-data-pivot.h
+include/libgda-%%VERSION%%/libgda/gda-data-proxy.h
+include/libgda-%%VERSION%%/libgda/gda-data-select-private.h
+include/libgda-%%VERSION%%/libgda/gda-data-select.h
+include/libgda-%%VERSION%%/libgda/gda-db-base.h
+include/libgda-%%VERSION%%/libgda/gda-db-buildable.h
+include/libgda-%%VERSION%%/libgda/gda-db-catalog.h
+include/libgda-%%VERSION%%/libgda/gda-db-column-private.h
+include/libgda-%%VERSION%%/libgda/gda-db-column.h
+include/libgda-%%VERSION%%/libgda/gda-db-fkey-private.h
+include/libgda-%%VERSION%%/libgda/gda-db-fkey.h
+include/libgda-%%VERSION%%/libgda/gda-db-index-field.h
+include/libgda-%%VERSION%%/libgda/gda-db-index.h
+include/libgda-%%VERSION%%/libgda/gda-db-table.h
+include/libgda-%%VERSION%%/libgda/gda-db-view.h
+include/libgda-%%VERSION%%/libgda/gda-ddl-modifiable.h
+include/libgda-%%VERSION%%/libgda/gda-decl.h
+include/libgda-%%VERSION%%/libgda/gda-enums.h
+include/libgda-%%VERSION%%/libgda/gda-holder.h
+include/libgda-%%VERSION%%/libgda/gda-lockable.h
+include/libgda-%%VERSION%%/libgda/gda-log.h
+include/libgda-%%VERSION%%/libgda/gda-meta-store.h
+include/libgda-%%VERSION%%/libgda/gda-meta-struct.h
+include/libgda-%%VERSION%%/libgda/gda-provider-meta.h
+include/libgda-%%VERSION%%/libgda/gda-provider.h
+include/libgda-%%VERSION%%/libgda/gda-quark-list.h
+include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h
+include/libgda-%%VERSION%%/libgda/gda-row.h
+include/libgda-%%VERSION%%/libgda/gda-server-operation.h
+include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h
+include/libgda-%%VERSION%%/libgda/gda-server-provider-impl.h
+include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h
+include/libgda-%%VERSION%%/libgda/gda-server-provider.h
+include/libgda-%%VERSION%%/libgda/gda-set.h
+include/libgda-%%VERSION%%/libgda/gda-sql-builder.h
+include/libgda-%%VERSION%%/libgda/gda-statement-extra.h
+include/libgda-%%VERSION%%/libgda/gda-statement.h
+include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h
+include/libgda-%%VERSION%%/libgda/gda-transaction-status.h
+include/libgda-%%VERSION%%/libgda/gda-tree-manager.h
+include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h
+include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h
+include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h
+include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h
+include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h
+include/libgda-%%VERSION%%/libgda/gda-tree-node.h
+include/libgda-%%VERSION%%/libgda/gda-tree.h
+include/libgda-%%VERSION%%/libgda/gda-util.h
+include/libgda-%%VERSION%%/libgda/gda-value.h
+include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-text.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h
+include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h
+include/libgda-%%VERSION%%/libgda/libgda.h
+include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h
+include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h
+include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h
+include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h
+include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-connect.h
+include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-worker.h
+include/libgda-%%VERSION%%/providers/sqlcipher/gda-sqlcipher-provider.h
+lib/girepository-1.0/Gda-%%VERSION%%.typelib
+lib/libgda-%%VERSION%%.so
+lib/libgda-%%VERSION%%.so.6
+lib/libgda-%%VERSION%%.so.%%VERSION%%.0
+lib/libgda-%%VERSION%%/providers/libgda-sqlcipher-%%VERSION%%.so
+lib/libgda-%%VERSION%%/providers/libgda-sqlite-%%VERSION%%.so
+libdata/pkgconfig/libgda-%%VERSION%%.pc
+libdata/pkgconfig/libgda-sqlcipher-%%VERSION%%.pc
+libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc
+share/gir-1.0/Gda-%%VERSION%%.gir
+%%DATADIR%%-%%VERSION%%/dtd/libgda-array.dtd
+%%DATADIR%%-%%VERSION%%/dtd/libgda-db-catalog.dtd
+%%DATADIR%%-%%VERSION%%/dtd/libgda-paramlist.dtd
+%%DATADIR%%-%%VERSION%%/dtd/libgda-server-operation.dtd
+%%DATADIR%%-%%VERSION%%/information_schema.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
+share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/eo/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/id/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/lv/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ro/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/sr@latin/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/tg/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo
+share/vala/vapi/libgda-%%VERSION%%.deps
+share/vala/vapi/libgda-%%VERSION%%.vapi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 10:25 PM (15 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33100930
Default Alt Text
D40489.id123072.diff (28 KB)
Attached To
Mode
D40489: Add support of databases/libgda6
Attached
Detach File
Event Timeline
Log In to Comment