diff --git a/devel/tinysparql/Makefile b/devel/tinysparql/Makefile index e6329add1581..e85cd3a97000 100644 --- a/devel/tinysparql/Makefile +++ b/devel/tinysparql/Makefile @@ -1,32 +1,52 @@ PORTNAME= tinysparql -PORTVERSION= 3.8.2 -PORTREVISION= 4 +PORTVERSION= 3.10.1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= RDF triple store library with SPARQL 1.1 interface WWW= https://gitlab.gnome.org/GNOME/tinysparql LICENSE= LGPL21+ GPLv2+ BSD3CLAUSE LICENSE_COMB= multi -BINARY_ALIAS= python3=${PYTHON_VERSION} BUILD_DEPENDS= a2x:textproc/asciidoc -LIB_DEPENDS= libavahi-glib.so:net/avahi-app \ - libdbus-1.so:devel/dbus \ +LIB_DEPENDS= libdbus-1.so:devel/dbus \ libsoup-3.0.so:devel/libsoup3 \ libstemmer.so:textproc/snowballstemmer \ libicutu.so:devel/icu \ libjson-glib-1.0.so:devel/json-glib \ -USES= gettext gnome meson localbase:ldflags pkgconfig sqlite vala:build python:build \ - tar:xz -USE_GNOME= glib20 libxml2 introspection:build pygobject3 -CONFIGURE_ARGS= -Dsystemd_user_services=false \ - -Dbash_completion=true \ - -Dbash_completion_dir=${PREFIX}/etc/bash_completion.d \ - -Ddocs=false +USES= gettext gnome localbase:ldflags meson pkgconfig python:build sqlite tar:xz +USE_GNOME= glib20 introspection:build libxml2 pygobject3 + +BINARY_ALIAS= python3=${PYTHON_VERSION} +MESON_ARGS= -Dsystemd_user_services=false \ + -Dintrospection=enabled + +OPTIONS_DEFINE= AVAHI BASH DOCS MANPAGES TEST VAPI +OPTIONS_DEFAULT= AVAHI BASH MANPAGES VAPI +OPTIONS_SUB= yes + +AVAHI_LIB_DEPENDS= libavahi-glib.so:net/avahi-app +AVAHI_MESON_ENABLED= avahi + +BASH_MESON_TRUE= bash_completion +BASH_MESON_ON= -Dbash_completion_dir=${PREFIX}/etc/bash_completion.d + +DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc +DOCS_MESON_TRUE= docs + +MANPAGES_MESON_TRUE= man + +TEST_MESON_TRUE= tests + +VAPI_USES= vala:build +VAPI_MESON_ENABLED= vapi + +post-install: + @(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libtracker-sparql-3.0.so.0.1001.0 \ + libtracker-sparql-3.0.so) .include diff --git a/devel/tinysparql/distinfo b/devel/tinysparql/distinfo index 66e6b0d7d1c8..1e802da6ab3f 100644 --- a/devel/tinysparql/distinfo +++ b/devel/tinysparql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744989275 -SHA256 (gnome/tinysparql-3.8.2.tar.xz) = bb8643386c8edc591a03205d4a0eda661dcdd2094473bffb9bbdb94e93589cb2 -SIZE (gnome/tinysparql-3.8.2.tar.xz) = 2114784 +TIMESTAMP = 1763869076 +SHA256 (gnome/tinysparql-3.10.1.tar.xz) = 5a7f3e789db6671a550ed6280ed4f60a60bea77368da92be68dc7d8d7e230265 +SIZE (gnome/tinysparql-3.10.1.tar.xz) = 2396040 diff --git a/devel/tinysparql/pkg-plist b/devel/tinysparql/pkg-plist index ff803b9b5320..7078bc39e1e9 100644 --- a/devel/tinysparql/pkg-plist +++ b/devel/tinysparql/pkg-plist @@ -1,113 +1,362 @@ bin/tinysparql -etc/bash_completion.d/tinysparql +%%BASH%%etc/bash_completion.d/tinysparql include/tinysparql-3.0/libtracker-sparql/tracker-sparql.h include/tinysparql-3.0/tinysparql.h include/tinysparql-3.0/tracker-batch.h include/tinysparql-3.0/tracker-connection.h include/tinysparql-3.0/tracker-cursor.h include/tinysparql-3.0/tracker-endpoint-dbus.h include/tinysparql-3.0/tracker-endpoint-http.h include/tinysparql-3.0/tracker-endpoint.h include/tinysparql-3.0/tracker-enums.h include/tinysparql-3.0/tracker-error.h include/tinysparql-3.0/tracker-namespace-manager.h include/tinysparql-3.0/tracker-notifier.h include/tinysparql-3.0/tracker-ontologies.h include/tinysparql-3.0/tracker-resource.h include/tinysparql-3.0/tracker-sparql-enum-types.h include/tinysparql-3.0/tracker-statement.h include/tinysparql-3.0/tracker-utils.h include/tinysparql-3.0/tracker-version-generated.h include/tinysparql-3.0/tracker-version.h lib/girepository-1.0/Tracker-3.0.typelib lib/girepository-1.0/Tsparql-3.0.typelib lib/libtinysparql-3.0.so lib/libtinysparql-3.0.so.0 -lib/libtinysparql-3.0.so.0.802.0 -lib/libtracker-sparql-3.0.so.0.802.0 +lib/libtinysparql-3.0.so.0.1001.0 +lib/libtracker-sparql-3.0.so +lib/libtracker-sparql-3.0.so.0.1001.0 lib/tinysparql-3.0/libtracker-http-soup3.so lib/tinysparql-3.0/libtracker-parser-libicu.so libdata/pkgconfig/tinysparql-3.0.pc libdata/pkgconfig/tracker-sparql-3.0.pc libexec/tinysparql-sql libexec/tinysparql-xdg-portal-3 share/dbus-1/services/org.freedesktop.portal.Tracker.service +%%DOCS%%share/doc/Tsparql-3.0/Tsparql-3.0.devhelp2 +%%DOCS%%share/doc/Tsparql-3.0/class.Batch.html +%%DOCS%%share/doc/Tsparql-3.0/class.Endpoint.html +%%DOCS%%share/doc/Tsparql-3.0/class.EndpointDBus.html +%%DOCS%%share/doc/Tsparql-3.0/class.EndpointHttp.html +%%DOCS%%share/doc/Tsparql-3.0/class.NamespaceManager.html +%%DOCS%%share/doc/Tsparql-3.0/class.Notifier.html +%%DOCS%%share/doc/Tsparql-3.0/class.Resource.html +%%DOCS%%share/doc/Tsparql-3.0/class.SparqlConnection.html +%%DOCS%%share/doc/Tsparql-3.0/class.SparqlCursor.html +%%DOCS%%share/doc/Tsparql-3.0/class.SparqlStatement.html +%%DOCS%%share/doc/Tsparql-3.0/classes_hierarchy.html +%%DOCS%%share/doc/Tsparql-3.0/commandline.html +%%DOCS%%share/doc/Tsparql-3.0/const.MAJOR_VERSION.html +%%DOCS%%share/doc/Tsparql-3.0/const.MICRO_VERSION.html +%%DOCS%%share/doc/Tsparql-3.0/const.MINOR_VERSION.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_DC.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_MFO.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_NAO.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_NCO.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_NFO.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_NIE.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_NMM.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_NRL.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_OSINFO.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_RDF.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_RDFS.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_SLO.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_TRACKER.html +%%DOCS%%share/doc/Tsparql-3.0/const.PREFIX_XSD.html +%%DOCS%%share/doc/Tsparql-3.0/containment.svg +%%DOCS%%share/doc/Tsparql-3.0/ctor.EndpointDBus.new.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.EndpointHttp.new.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.NamespaceManager.new.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.Resource.new.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.SparqlConnection.bus_new.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.SparqlConnection.bus_new_finish.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.SparqlConnection.new.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.SparqlConnection.new_finish.html +%%DOCS%%share/doc/Tsparql-3.0/ctor.SparqlConnection.remote_new.html +%%DOCS%%share/doc/Tsparql-3.0/dc-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/enum.DeserializeFlags.html +%%DOCS%%share/doc/Tsparql-3.0/enum.NotifierEventType.html +%%DOCS%%share/doc/Tsparql-3.0/enum.RdfFormat.html +%%DOCS%%share/doc/Tsparql-3.0/enum.SerializeFlags.html +%%DOCS%%share/doc/Tsparql-3.0/enum.SparqlValueType.html +%%DOCS%%share/doc/Tsparql-3.0/error.SparqlError.html +%%DOCS%%share/doc/Tsparql-3.0/example-interpretation-containment.svg +%%DOCS%%share/doc/Tsparql-3.0/examples.html +%%DOCS%%share/doc/Tsparql-3.0/flags.SparqlConnectionFlags.html +%%DOCS%%share/doc/Tsparql-3.0/fonts.css +%%DOCS%%share/doc/Tsparql-3.0/func.CHECK_VERSION.html +%%DOCS%%share/doc/Tsparql-3.0/func.check_version.html +%%DOCS%%share/doc/Tsparql-3.0/func.sparql_escape_string.html +%%DOCS%%share/doc/Tsparql-3.0/func.sparql_escape_uri.html +%%DOCS%%share/doc/Tsparql-3.0/func.sparql_escape_uri_printf.html +%%DOCS%%share/doc/Tsparql-3.0/func.sparql_escape_uri_vprintf.html +%%DOCS%%share/doc/Tsparql-3.0/func.sparql_get_ontology_nepomuk.html +%%DOCS%%share/doc/Tsparql-3.0/func.sparql_get_uuid_urn.html +%%DOCS%%share/doc/Tsparql-3.0/fzy.js +%%DOCS%%share/doc/Tsparql-3.0/go-up-symbolic.png +%%DOCS%%share/doc/Tsparql-3.0/index.html +%%DOCS%%share/doc/Tsparql-3.0/index.json +%%DOCS%%share/doc/Tsparql-3.0/interpretation.svg +%%DOCS%%share/doc/Tsparql-3.0/limits.html +%%DOCS%%share/doc/Tsparql-3.0/logo.svg +%%DOCS%%share/doc/Tsparql-3.0/main.js +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.add_rdf.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.add_resource.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.add_sparql.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.add_statement.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.add_statementv.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.execute.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.execute_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.execute_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.Batch.get_connection.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.get_allowed_graphs.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.get_allowed_services.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.get_readonly.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.get_sparql_connection.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.set_allowed_graphs.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.set_allowed_services.html +%%DOCS%%share/doc/Tsparql-3.0/method.Endpoint.set_readonly.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.add_prefix.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.compress_uri.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.expand_uri.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.foreach.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.has_prefix.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.lookup_prefix.html +%%DOCS%%share/doc/Tsparql-3.0/method.NamespaceManager.print_turtle.html +%%DOCS%%share/doc/Tsparql-3.0/method.Notifier.signal_subscribe.html +%%DOCS%%share/doc/Tsparql-3.0/method.Notifier.signal_unsubscribe.html +%%DOCS%%share/doc/Tsparql-3.0/method.NotifierEvent.get_event_type.html +%%DOCS%%share/doc/Tsparql-3.0/method.NotifierEvent.get_id.html +%%DOCS%%share/doc/Tsparql-3.0/method.NotifierEvent.get_urn.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_boolean.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_datetime.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_double.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_gvalue.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_int.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_int64.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_relation.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_string.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_take_relation.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.add_uri.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_boolean.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_datetime.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_double.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_int.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_int64.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_relation.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_string.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_first_uri.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_identifier.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_properties.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_property_overwrite.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.get_values.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.identifier_compare_func.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.print_jsonld.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.print_rdf.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.print_sparql_update.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.print_turtle.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.serialize.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_boolean.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_datetime.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_double.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_gvalue.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_identifier.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_int.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_int64.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_relation.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_string.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_take_relation.html +%%DOCS%%share/doc/Tsparql-3.0/method.Resource.set_uri.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.close.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.close_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.close_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.create_batch.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.create_notifier.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.deserialize_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.deserialize_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.get_namespace_manager.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.load_statement_from_gresource.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.map_connection.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.query.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.query_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.query_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.query_statement.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.serialize_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.serialize_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_array_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_array_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_blank.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_blank_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_blank_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_resource.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_resource_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_resource_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlConnection.update_statement.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.close.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_boolean.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_connection.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_datetime.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_double.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_integer.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_langstring.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_n_columns.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_string.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_value_type.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.get_variable_name.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.is_bound.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.next.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.next_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.next_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlCursor.rewind.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.bind_boolean.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.bind_datetime.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.bind_double.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.bind_int.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.bind_langstring.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.bind_string.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.clear_bindings.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.execute.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.execute_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.execute_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.get_connection.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.get_sparql.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.serialize_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.serialize_finish.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.update.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.update_async.html +%%DOCS%%share/doc/Tsparql-3.0/method.SparqlStatement.update_finish.html +%%DOCS%%share/doc/Tsparql-3.0/mfo-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/migrating-2to3.html +%%DOCS%%share/doc/Tsparql-3.0/nao-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/nco-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/nfo-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/nie-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/nmm-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/nrl-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/ontologies.html +%%DOCS%%share/doc/Tsparql-3.0/osinfo-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/overview.html +%%DOCS%%share/doc/Tsparql-3.0/performance.html +%%DOCS%%share/doc/Tsparql-3.0/property.Batch.connection.html +%%DOCS%%share/doc/Tsparql-3.0/property.Endpoint.allowed-graphs.html +%%DOCS%%share/doc/Tsparql-3.0/property.Endpoint.allowed-services.html +%%DOCS%%share/doc/Tsparql-3.0/property.Endpoint.readonly.html +%%DOCS%%share/doc/Tsparql-3.0/property.Endpoint.sparql-connection.html +%%DOCS%%share/doc/Tsparql-3.0/property.EndpointDBus.dbus-connection.html +%%DOCS%%share/doc/Tsparql-3.0/property.EndpointDBus.object-path.html +%%DOCS%%share/doc/Tsparql-3.0/property.EndpointHttp.http-certificate.html +%%DOCS%%share/doc/Tsparql-3.0/property.EndpointHttp.http-port.html +%%DOCS%%share/doc/Tsparql-3.0/property.Notifier.connection.html +%%DOCS%%share/doc/Tsparql-3.0/property.Resource.identifier.html +%%DOCS%%share/doc/Tsparql-3.0/property.SparqlCursor.connection.html +%%DOCS%%share/doc/Tsparql-3.0/property.SparqlCursor.n-columns.html +%%DOCS%%share/doc/Tsparql-3.0/property.SparqlStatement.connection.html +%%DOCS%%share/doc/Tsparql-3.0/property.SparqlStatement.sparql.html +%%DOCS%%share/doc/Tsparql-3.0/rdf-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/rdfs-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/sandboxing.html +%%DOCS%%share/doc/Tsparql-3.0/search.js +%%DOCS%%share/doc/Tsparql-3.0/security.html +%%DOCS%%share/doc/Tsparql-3.0/signal.EndpointDBus.block-call.html +%%DOCS%%share/doc/Tsparql-3.0/signal.EndpointHttp.block-remote-address.html +%%DOCS%%share/doc/Tsparql-3.0/signal.Notifier.events.html +%%DOCS%%share/doc/Tsparql-3.0/slo-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/solarized-dark.css +%%DOCS%%share/doc/Tsparql-3.0/solarized-light.css +%%DOCS%%share/doc/Tsparql-3.0/sparql-and-tracker.html +%%DOCS%%share/doc/Tsparql-3.0/sparql-functions.html +%%DOCS%%share/doc/Tsparql-3.0/struct.NotifierEvent.html +%%DOCS%%share/doc/Tsparql-3.0/style.css +%%DOCS%%share/doc/Tsparql-3.0/tracker-ontology.html +%%DOCS%%share/doc/Tsparql-3.0/tutorial.html +%%DOCS%%share/doc/Tsparql-3.0/type_func.NamespaceManager.get_default.html +%%DOCS%%share/doc/Tsparql-3.0/type_func.Resource.deserialize.html +%%DOCS%%share/doc/Tsparql-3.0/type_func.SparqlConnection.bus_new_async.html +%%DOCS%%share/doc/Tsparql-3.0/type_func.SparqlConnection.new_async.html +%%DOCS%%share/doc/Tsparql-3.0/type_func.SparqlError.quark.html +%%DOCS%%share/doc/Tsparql-3.0/urlmap.js +%%DOCS%%share/doc/Tsparql-3.0/xsd-ontology.html share/gir-1.0/Tracker-3.0.gir share/gir-1.0/Tsparql-3.0.gir share/locale/ab/LC_MESSAGES/tinysparql3.mo share/locale/ar/LC_MESSAGES/tinysparql3.mo share/locale/as/LC_MESSAGES/tinysparql3.mo share/locale/be/LC_MESSAGES/tinysparql3.mo share/locale/be@latin/LC_MESSAGES/tinysparql3.mo share/locale/bg/LC_MESSAGES/tinysparql3.mo share/locale/bs/LC_MESSAGES/tinysparql3.mo share/locale/ca/LC_MESSAGES/tinysparql3.mo share/locale/ca@valencia/LC_MESSAGES/tinysparql3.mo share/locale/cs/LC_MESSAGES/tinysparql3.mo share/locale/da/LC_MESSAGES/tinysparql3.mo share/locale/de/LC_MESSAGES/tinysparql3.mo share/locale/dz/LC_MESSAGES/tinysparql3.mo share/locale/el/LC_MESSAGES/tinysparql3.mo share/locale/en_GB/LC_MESSAGES/tinysparql3.mo share/locale/eo/LC_MESSAGES/tinysparql3.mo share/locale/es/LC_MESSAGES/tinysparql3.mo share/locale/et/LC_MESSAGES/tinysparql3.mo share/locale/eu/LC_MESSAGES/tinysparql3.mo share/locale/fa/LC_MESSAGES/tinysparql3.mo share/locale/fi/LC_MESSAGES/tinysparql3.mo share/locale/fr/LC_MESSAGES/tinysparql3.mo share/locale/fur/LC_MESSAGES/tinysparql3.mo share/locale/gl/LC_MESSAGES/tinysparql3.mo share/locale/he/LC_MESSAGES/tinysparql3.mo share/locale/hi/LC_MESSAGES/tinysparql3.mo share/locale/hr/LC_MESSAGES/tinysparql3.mo share/locale/hu/LC_MESSAGES/tinysparql3.mo share/locale/id/LC_MESSAGES/tinysparql3.mo share/locale/is/LC_MESSAGES/tinysparql3.mo share/locale/it/LC_MESSAGES/tinysparql3.mo share/locale/ja/LC_MESSAGES/tinysparql3.mo share/locale/ka/LC_MESSAGES/tinysparql3.mo share/locale/kab/LC_MESSAGES/tinysparql3.mo share/locale/kk/LC_MESSAGES/tinysparql3.mo share/locale/ko/LC_MESSAGES/tinysparql3.mo share/locale/lt/LC_MESSAGES/tinysparql3.mo share/locale/lv/LC_MESSAGES/tinysparql3.mo share/locale/mk/LC_MESSAGES/tinysparql3.mo share/locale/ml/LC_MESSAGES/tinysparql3.mo share/locale/ms/LC_MESSAGES/tinysparql3.mo share/locale/nb/LC_MESSAGES/tinysparql3.mo share/locale/nds/LC_MESSAGES/tinysparql3.mo share/locale/ne/LC_MESSAGES/tinysparql3.mo share/locale/nl/LC_MESSAGES/tinysparql3.mo share/locale/oc/LC_MESSAGES/tinysparql3.mo share/locale/pa/LC_MESSAGES/tinysparql3.mo share/locale/pl/LC_MESSAGES/tinysparql3.mo share/locale/pt/LC_MESSAGES/tinysparql3.mo share/locale/pt_BR/LC_MESSAGES/tinysparql3.mo share/locale/ro/LC_MESSAGES/tinysparql3.mo share/locale/ru/LC_MESSAGES/tinysparql3.mo share/locale/sk/LC_MESSAGES/tinysparql3.mo share/locale/sl/LC_MESSAGES/tinysparql3.mo share/locale/sr/LC_MESSAGES/tinysparql3.mo share/locale/sr@latin/LC_MESSAGES/tinysparql3.mo share/locale/sv/LC_MESSAGES/tinysparql3.mo share/locale/te/LC_MESSAGES/tinysparql3.mo share/locale/tg/LC_MESSAGES/tinysparql3.mo share/locale/th/LC_MESSAGES/tinysparql3.mo share/locale/tr/LC_MESSAGES/tinysparql3.mo +share/locale/ug/LC_MESSAGES/tinysparql3.mo share/locale/uk/LC_MESSAGES/tinysparql3.mo +share/locale/uz/LC_MESSAGES/tinysparql3.mo share/locale/vi/LC_MESSAGES/tinysparql3.mo share/locale/zh_CN/LC_MESSAGES/tinysparql3.mo share/locale/zh_HK/LC_MESSAGES/tinysparql3.mo share/locale/zh_TW/LC_MESSAGES/tinysparql3.mo -share/man/man1/tinysparql-endpoint.1.gz -share/man/man1/tinysparql-export.1.gz -share/man/man1/tinysparql-import.1.gz -share/man/man1/tinysparql-introspect.1.gz -share/man/man1/tinysparql-query.1.gz -share/man/man1/tinysparql-sql.1.gz -share/man/man1/tinysparql-xdg-portal-3.1.gz -share/vala/vapi/tinysparql-3.0.deps -share/vala/vapi/tinysparql-3.0.vapi -share/vala/vapi/tracker-sparql-3.0.deps -share/vala/vapi/tracker-sparql-3.0.vapi +%%MANPAGES%%share/man/man1/tinysparql-endpoint.1.gz +%%MANPAGES%%share/man/man1/tinysparql-export.1.gz +%%MANPAGES%%share/man/man1/tinysparql-import.1.gz +%%MANPAGES%%share/man/man1/tinysparql-introspect.1.gz +%%MANPAGES%%share/man/man1/tinysparql-query.1.gz +%%MANPAGES%%share/man/man1/tinysparql-sql.1.gz +%%MANPAGES%%share/man/man1/tinysparql-xdg-portal-3.1.gz +%%VAPI%%share/vala/vapi/tinysparql-3.0.deps +%%VAPI%%share/vala/vapi/tinysparql-3.0.vapi +%%VAPI%%share/vala/vapi/tracker-sparql-3.0.deps +%%VAPI%%share/vala/vapi/tracker-sparql-3.0.vapi