15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland
authorBill Rushmore <bill.rushmore@oracle.com>
Mon, 14 Dec 2015 11:50:03 -0800
changeset 5182 78cc8a5782fa
parent 5181 426d7df98fcd
child 5183 3a048793fc91
15820206 SUNBT7202646 Move libffi from Desktop consolidation to Userland 15820225 SUNBT7202665 Move sqlite-3 from Desktop consolidation to Userland
components/libffi/Makefile
components/libffi/libffi.p5m
components/libffi/patches/libffi-01-__i386__.patch
components/libffi/patches/libffi-02-SHT_AMD64_UNWIND.patch
components/libffi/patches/libffi-03-sparcv8-struct-return.patch
components/sqlite-3/Makefile
components/sqlite-3/files/mapfile-libsqlite3
components/sqlite-3/files/pkgIndex.tcl
components/sqlite-3/patches/sqlite3-01-using-mapfile.patch
components/sqlite-3/patches/sqlite3-02-zrecord.patch
components/sqlite-3/patches/sqlite3-03-posix_fallocate64.patch
components/sqlite-3/sqlite-3-doc.p5m
components/sqlite-3/sqlite-3.p5m
components/sqlite-3/sqlite.license
components/sqlite-3/tcl-sqlite-3.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libffi/Makefile	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,58 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+COMPILER =	gcc
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		libffi
+COMPONENT_VERSION=	3.0.9
+COMPONENT_PROJECT_URL=	http://sourceware.org/libffi/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+    sha256:589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452
+COMPONENT_ARCHIVE_URL=	ftp://sources.redhat.com/pub/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	library/libffi
+
+TPNO=		5930
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+CC +=		$(CC_BITS)
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32_and_64)
+
+build:          $(BUILD_32_and_64)
+
+install:        $(INSTALL_32_and_64)
+
+test:           $(NO_TESTS)
+
+system-test:    $(NO_TESTS)
+
+REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libffi/libffi.p5m	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,53 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/library/libffi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Foreign Function Interface Library"
+set name=pkg.description \
+    value="The libffi library provides a portable, high level programming interface to various calling conventions."
+set name=com.oracle.info.description value="Foreign Function Interface Library"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Libraries
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2008/542
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/$(MACH64)/libffi-$(COMPONENT_VERSION)/include/ffi.h
+file path=usr/lib/$(MACH64)/libffi-$(COMPONENT_VERSION)/include/ffitarget.h
+link path=usr/lib/$(MACH64)/libffi.so target=libffi.so.5.0.10
+link path=usr/lib/$(MACH64)/libffi.so.5 target=libffi.so.5.0.10
+file path=usr/lib/$(MACH64)/libffi.so.5.0.10
+file path=usr/lib/$(MACH64)/pkgconfig/libffi.pc
+file path=usr/lib/libffi-$(COMPONENT_VERSION)/include/ffi.h
+file path=usr/lib/libffi-$(COMPONENT_VERSION)/include/ffitarget.h
+link path=usr/lib/libffi.so target=libffi.so.5.0.10
+link path=usr/lib/libffi.so.5 target=libffi.so.5.0.10
+file path=usr/lib/libffi.so.5.0.10
+file path=usr/lib/pkgconfig/libffi.pc
+file path=usr/share/man/man3/ffi.3
+file path=usr/share/man/man3/ffi_call.3
+file path=usr/share/man/man3/ffi_prep_cif.3
+license LICENSE license=MIT
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libffi/patches/libffi-01-__i386__.patch	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,26 @@
+# Fix for building on x86
+# This fix was already sent upstream and is in later versions
+--- libffi-3.0.9/src/x86/ffitarget.h.orig	2009-12-29 23:22:26.000000000 +0800
++++ libffi-3.0.9/src/x86/ffitarget.h	2010-04-28 16:30:53.542909753 +0800
+@@ -31,7 +31,7 @@
+ 
+ /* ---- System specific configurations ----------------------------------- */
+ 
+-#if defined (X86_64) && defined (__i386__)
++#if defined (X86_64) && (defined (__i386__) || defined (__i386))
+ #undef X86_64
+ #define X86
+ #endif
+@@ -74,10 +74,10 @@
+ #else
+ 
+   /* ---- Intel x86 and AMD x86-64 - */
+-#if !defined(X86_WIN32) && (defined(__i386__) || defined(__x86_64__))
++#if !defined(X86_WIN32) && (defined(__i386__) || defined(__i386) || defined(__x86_64__))
+   FFI_SYSV,
+   FFI_UNIX64,   /* Unix variants all use the same ABI for x86-64  */
+-#ifdef __i386__
++#if defined(__i386__) || defined(__i386)
+   FFI_DEFAULT_ABI = FFI_SYSV,
+ #else
+   FFI_DEFAULT_ABI = FFI_UNIX64,
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libffi/patches/libffi-02-SHT_AMD64_UNWIND.patch	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,40 @@
+# Fix for building on xX86_64 Solaris.
+# This fix was already sent upstream and is in later versions
+--- libffi/configure.ac       Mon Mar 15 19:47:38 2010 +0100
++++ libffi/configure.ac       Mon Mar 15 19:47:38 2010 +0100
+@@ -284,6 +284,21 @@
+      ;;
+ esac
+ 
++if test x$TARGET = xX86_64; then
++    AC_CACHE_CHECK([assembler supports unwind section type],
++       libffi_cv_as_x86_64_unwind_section_type, [
++       libffi_cv_as_x86_64_unwind_section_type=yes
++       echo '.section .eh_frame,"a",@unwind' > conftest.s
++       if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
++           libffi_cv_as_x86_64_unwind_section_type=no
++       fi
++       ])
++    if test "x$libffi_cv_as_x86_64_unwind_section_type" = xyes; then
++       AC_DEFINE(HAVE_AS_X86_64_UNWIND_SECTION_TYPE, 1,
++                 [Define if your assembler supports unwind section type.])
++    fi
++fi
++
+ AC_CACHE_CHECK([whether .eh_frame section should be read-only],
+     libffi_cv_ro_eh_frame, [
+ 	libffi_cv_ro_eh_frame=no
+--- libffi/src/x86/unix64.S   Mon Mar 15 19:47:38 2010 +0100
++++ libffi/src/x86/unix64.S   Mon Mar 15 19:47:38 2010 +0100
+@@ -324,7 +324,11 @@
+ .LUW9:
+ 	.size	ffi_closure_unix64,.-ffi_closure_unix64
+ 
++#ifdef HAVE_AS_X86_64_UNWIND_SECTION_TYPE
++	.section	.eh_frame,"a",@unwind
++#else
+ 	.section	.eh_frame,"a",@progbits
++#endif
+ .Lframe1:
+ 	.long	.LECIE1-.LSCIE1		/* CIE Length */
+ .LSCIE1:
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libffi/patches/libffi-03-sparcv8-struct-return.patch	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,77 @@
+# This makes ffi_call compatible with Solaris Studio aggregate return ABI of
+# SPARC 32bit.  See bug 15704012 for details. 
+# This fix was already sent upstream and is in later versions
+--- libffi/src/sparc/ffi.c
++++ libffi/src/sparc/ffi.c
+@@ -406,8 +406,50 @@
+       /* We don't yet support calling 32bit code from 64bit */
+       FFI_ASSERT(0);
+ #else
+-      ffi_call_v8(ffi_prep_args_v8, &ecif, cif->bytes, 
+-		  cif->flags, rvalue, fn);
++      if (rvalue && (cif->rtype->type == FFI_TYPE_STRUCT
++#if FFI_TYPE_LONGDOUBLE != FFI_TYPE_DOUBLE  
++	  || cif->flags == FFI_TYPE_LONGDOUBLE
++#endif
++	  ))
++	{
++	  /* For v8, we need an "unimp" with size of returning struct */
++	  /* behind "call", so we alloc some executable space for it. */
++	  /* l7 is used, we need to make sure v8.S doesn't use %l7.   */
++	  unsigned int *call_struct = NULL;
++	  ffi_closure_alloc(32, &call_struct);
++	  if (call_struct)
++	    {
++	      unsigned long f = (unsigned long)fn;
++	      call_struct[0] = 0xae10001f;		 /* mov   %i7, %l7	 */
++	      call_struct[1] = 0xbe10000f;		 /* mov   %o7, %i7	 */
++	      call_struct[2] = 0x03000000 | f >> 10;     /* sethi %hi(fn), %g1	 */
++	      call_struct[3] = 0x9fc06000 | (f & 0x3ff); /* jmp %g1+%lo(fn), %o7 */
++	      call_struct[4] = 0x01000000;		 /* nop			 */
++	      if (cif->rtype->size < 0x7f)
++		call_struct[5] = cif->rtype->size;	 /* unimp		 */
++	      else
++		call_struct[5] = 0x01000000;	     	 /* nop			 */
++	      call_struct[6] = 0x81c7e008;		 /* ret			 */
++	      call_struct[7] = 0xbe100017;		 /* mov   %l7, %i7	 */
++	      asm volatile ("iflush %0; iflush %0+8; iflush %0+16; iflush %0+24" : : 
++			    "r" (call_struct) : "memory");
++	      /* SPARC v8 requires 5 instructions for flush to be visible */
++	      asm volatile ("nop; nop; nop; nop; nop");
++	      ffi_call_v8(ffi_prep_args_v8, &ecif, cif->bytes,
++			  cif->flags, rvalue, call_struct);
++	      ffi_closure_free(call_struct);
++	    }
++	  else
++	    {
++	      ffi_call_v8(ffi_prep_args_v8, &ecif, cif->bytes, 
++			  cif->flags, rvalue, fn);
++	    }
++	}
++      else
++	{
++	  ffi_call_v8(ffi_prep_args_v8, &ecif, cif->bytes, 
++		      cif->flags, rvalue, fn);
++	}
+ #endif
+       break;
+     case FFI_V9:
+@@ -468,13 +510,13 @@
+   closure->fun = fun;
+   closure->user_data = user_data;
+ 
+-  /* Flush the Icache.  FIXME: alignment isn't certain, assume 8 bytes */
++  /* Flush the Icache.  closure is 8 bytes aligned */
+ #ifdef SPARC64
+-  asm volatile ("flush	%0" : : "r" (closure) : "memory");
+-  asm volatile ("flush	%0" : : "r" (((char *) closure) + 8) : "memory");
++  asm volatile ("flush	%0; flush %0+8" : : "r" (closure) : "memory");
+ #else
+-  asm volatile ("iflush	%0" : : "r" (closure) : "memory");
+-  asm volatile ("iflush	%0" : : "r" (((char *) closure) + 8) : "memory");
++  asm volatile ("iflush	%0; iflush %0+8" : : "r" (closure) : "memory");
++  /* SPARC v8 requires 5 instructions for flush to be visible */
++  asm volatile ("nop; nop; nop; nop; nop");
+ #endif
+ 
+   return FFI_OK;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/Makefile	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,102 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		sqlite
+TARBALL_VERSION=	3080801
+COMPONENT_VERSION=	3.8.8.1
+COMPONENT_PROJECT_URL=	http://www.sqlite.org/
+COMPONENT_SRC=		$(COMPONENT_NAME)-autoconf-$(TARBALL_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+    sha256:2721361eb4a71d5f727dfa466bd910dadd5dbeb4d2d57b8b34205f7ce7e5b7f9
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)2015/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	library/sqlite3
+
+# Documentation
+DOC_VERSION=		$(TARBALL_VERSION)
+COMPONENT_SRC_1=        $(COMPONENT_NAME)-doc-$(DOC_VERSION)
+COMPONENT_ARCHIVE_1=    $(COMPONENT_SRC_1).zip
+COMPONENT_ARCHIVE_HASH_1=       \
+    sha256:8bd54fdb0ed5daf4d47ab97838a116b71cc669591ff0bdd7935ab300942ff93f
+COMPONENT_ARCHIVE_URL_1=         $(COMPONENT_PROJECT_URL)2015/$(COMPONENT_ARCHIVE_1)
+PKG_PROTO_DIRS +=       $(COMPONENT_SRC_1)
+
+TPNO=			20813
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+COMPONENT_PRE_CONFIGURE_ACTION = \
+	($(CLONEY) $(SOURCE_DIR) $(@D))
+
+COMPONENT_POST_CONFIGURE_ACTION = \
+	(cd $(@D)/tea ; $(ENV) $(CONFIGURE_ENV) $(CONFIG_SHELL) \
+	./configure --enable-shared --with-tcl="/usr/lib");
+
+COMPONENT_POST_BUILD_ACTION = \
+	(cd $(@D)/tea ; $(ENV) $(COMPONENT_BUILD_ENV) \
+	$(GMAKE) $(COMPONENT_BUILD_ARGS) $(COMPONENT_BUILD_TARGETS));
+
+CC +=		$(CC_BITS)
+
+CFLAGS +=	-D_POSIX_PTHREAD_SEMANTICS
+CFLAGS +=	-DNDEBUG
+CFLAGS +=	-DSQLITE_SECURE_DELETE
+CFLAGS +=	-DSQLITE_ENABLE_FTS3
+CFLAGS +=	-DUSE_PREAD
+CFLAGS +=	-DHAVE_USLEEP
+CFLAGS +=	-DHAVE_FDATASYNC
+CFLAGS +=	-DHAVE_STATVFS
+CFLAGS +=	-DSQLITE_ENABLE_UNLOCK_NOTIFY
+CFLAGS +=	-DSQLITE_ENABLE_STAT2
+CFLAGS +=	-DSQLITE_MAX_SCHEMA_RETRY=25
+CFLAGS +=	-DSQLITE_DEFAULT_PAGE_SIZE=32768
+CFLAGS +=	-DSQLITE_MAX_DEFAULT_PAGE_SIZE=32768
+CFLAGS +=	-I.
+
+CONFIGURE_OPTIONS +=	--enable-threadsafe
+CONFIGURE_OPTIONS +=	--enable-cross-thread-connections
+CONFIGURE_OPTIONS +=	--enable-load-extension
+CONFIGURE_OPTIONS +=	--enable-shared
+CONFIGURE_OPTIONS +=	--disable-static
+CONFIGURE_OPTIONS +=	--with-tcl="/usr/lib"
+
+ASLR_MODE =	$(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32_and_64)
+
+build:          $(BUILD_32_and_64)
+
+install:        $(INSTALL_32_and_64)
+
+test:           $(TEST_32_and_64)
+
+system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)
+
+REQUIRED_PACKAGES += library/readline
+REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/files/mapfile-libsqlite3	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,257 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
+# Use is subject to license terms.
+#
+# ident "@(#)mapfile-libsqlite3 1.4     09/06/05 SMI"
+#
+# Defines the public interface to SQLite3
+#
+sqlite_3.7.14.1 {
+    global:
+	sqlite3_close_v2;
+} sqlite_3.7.11;
+
+sqlite_3.7.11 {
+    global: 
+	sqlite3_db_release_memory;
+	sqlite3_db_filename;
+	sqlite3_stmt_busy;
+	sqlite3_uri_boolean;
+	sqlite3_uri_int64;
+	sqlite3_uri_parameter;
+	sqlite3_vtab_config;
+	sqlite3_vtab_on_conflict;
+	sqlite3_db_readonly;
+	sqlite3_stricmp;
+} sqlite_3.7.6;
+
+sqlite_3.7.6 {
+    global: 
+        sqlite3_wal_checkpoint_v2;
+} sqlite_3.7.5;
+
+sqlite_3.7.5 { 
+    global: 
+        sqlite3_blob_reopen;
+        sqlite3_compileoption_get;
+        sqlite3_compileoption_used;
+        sqlite3_create_function_v2;
+        sqlite3_log;
+        sqlite3_rtree_geometry_callback;
+        sqlite3_soft_heap_limit64;
+        sqlite3_stmt_readonly;
+        sqlite3_vsnprintf;
+        sqlite3_wal_autocheckpoint;
+        sqlite3_wal_checkpoint;
+        sqlite3_wal_hook;
+        sqlite3_unlock_notify;
+} sqlite_3.6.22;
+
+sqlite_3.6.22 {
+    global: 
+        sqlite3_sourceid;
+} sqlite_3.6.17;
+
+sqlite_3.6.17 {
+    global:
+	sqlite3_enable_load_extension;
+	sqlite3_load_extension;
+	sqlite3_strnicmp;
+} sqlite_3.5.4;
+
+sqlite_3.5.4 {
+    global:
+	# exported functions
+	sqlite3_aggregate_context;
+	sqlite3_aggregate_count;
+	sqlite3_auto_extension;
+	sqlite3_backup_finish;
+	sqlite3_backup_init;
+	sqlite3_backup_pagecount;
+	sqlite3_backup_remaining;
+	sqlite3_backup_step;
+	sqlite3_bind_blob;
+	sqlite3_bind_double;
+	sqlite3_bind_int;
+	sqlite3_bind_int64;
+	sqlite3_bind_null;
+	sqlite3_bind_parameter_count;
+	sqlite3_bind_parameter_index;
+	sqlite3_bind_parameter_name;
+	sqlite3_bind_text;
+	sqlite3_bind_text16;
+	sqlite3_bind_value;
+	sqlite3_bind_zeroblob;
+	sqlite3_blob_bytes;
+	sqlite3_blob_close;
+	sqlite3_blob_open;
+	sqlite3_blob_read;
+	sqlite3_blob_write;
+	sqlite3_busy_handler;
+	sqlite3_busy_timeout;
+	sqlite3_changes;
+	sqlite3_clear_bindings;
+	sqlite3_close;
+	sqlite3_collation_needed;
+	sqlite3_collation_needed16;
+	sqlite3_column_blob;
+	sqlite3_column_bytes;
+	sqlite3_column_bytes16;
+	sqlite3_column_count;
+	sqlite3_column_decltype;
+	sqlite3_column_decltype16;
+	sqlite3_column_double;
+	sqlite3_column_int;
+	sqlite3_column_int64;
+	sqlite3_column_name;
+	sqlite3_column_name16;
+	sqlite3_column_text;
+	sqlite3_column_text16;
+	sqlite3_column_type;
+	sqlite3_column_value;
+	sqlite3_commit_hook;
+	sqlite3_complete;
+	sqlite3_complete16;
+	sqlite3_config;
+	sqlite3_context_db_handle;
+	sqlite3_create_collation;
+	sqlite3_create_collation16;
+	sqlite3_create_collation_v2;
+	sqlite3_create_function;
+	sqlite3_create_function16;
+	sqlite3_create_module;
+	sqlite3_create_module_v2;
+	sqlite3_data_count;
+	sqlite3_db_config;
+	sqlite3_db_handle;
+	sqlite3_db_mutex;
+	sqlite3_db_status;
+	sqlite3_declare_vtab;
+	sqlite3_enable_shared_cache;
+	sqlite3_errcode;
+	sqlite3_errmsg;
+	sqlite3_errmsg16;
+	sqlite3_exec;
+	sqlite3_expired;
+	sqlite3_extended_errcode;
+	sqlite3_extended_result_codes;
+	sqlite3_file_control;
+	sqlite3_finalize;
+	sqlite3_free;
+	sqlite3_free_table;
+	sqlite3_get_autocommit;
+	sqlite3_get_auxdata;
+	sqlite3_get_table;
+	sqlite3_global_recover;
+	sqlite3_initialize;
+	sqlite3_interrupt;
+	sqlite3_last_insert_rowid;
+	sqlite3_libversion;
+	sqlite3_libversion_number;
+	sqlite3_limit;
+	sqlite3_malloc;
+	sqlite3_memory_alarm;
+	sqlite3_memory_highwater;
+	sqlite3_memory_used;
+	sqlite3_mprintf;
+	sqlite3_mutex_alloc;
+	sqlite3_mutex_enter;
+	sqlite3_mutex_free;
+	sqlite3_mutex_leave;
+	sqlite3_mutex_try;
+	sqlite3_next_stmt;
+	sqlite3_open;
+	sqlite3_open16;
+	sqlite3_open_v2;
+	sqlite3_os_end;
+	sqlite3_os_init;
+	sqlite3_overload_function;
+	sqlite3_prepare;
+	sqlite3_prepare16;
+	sqlite3_prepare16_v2;
+	sqlite3_prepare_v2;
+	sqlite3_profile;
+	sqlite3_progress_handler;
+	sqlite3_randomness;
+	sqlite3_realloc;
+	sqlite3_release_memory;
+	sqlite3_reset;
+	sqlite3_reset_auto_extension;
+	sqlite3_result_blob;
+	sqlite3_result_double;
+	sqlite3_result_error;
+	sqlite3_result_error16;
+	sqlite3_result_error_code;
+	sqlite3_result_error_nomem;
+	sqlite3_result_error_toobig;
+	sqlite3_result_int;
+	sqlite3_result_int64;
+	sqlite3_result_null;
+	sqlite3_result_text;
+	sqlite3_result_text16;
+	sqlite3_result_text16be;
+	sqlite3_result_text16le;
+	sqlite3_result_value;
+	sqlite3_result_zeroblob;
+	sqlite3_rollback_hook;
+	sqlite3_set_authorizer;
+	sqlite3_set_auxdata;
+	sqlite3_shutdown;
+	sqlite3_sleep;
+	sqlite3_snprintf;
+	sqlite3_soft_heap_limit;
+	sqlite3_sql;
+	sqlite3_status;
+	sqlite3_step;
+	sqlite3_stmt_status;
+	sqlite3_test_control;
+	sqlite3_thread_cleanup;
+	sqlite3_threadsafe;
+	sqlite3_total_changes;
+	sqlite3_trace;
+	sqlite3_transfer_bindings;
+	sqlite3_update_hook;
+	sqlite3_user_data;
+	sqlite3_value_blob;
+	sqlite3_value_bytes;
+	sqlite3_value_bytes16;
+	sqlite3_value_double;
+	sqlite3_value_int;
+	sqlite3_value_int64;
+	sqlite3_value_numeric_type;
+	sqlite3_value_text;
+	sqlite3_value_text16;
+	sqlite3_value_text16be;
+	sqlite3_value_text16le;
+	sqlite3_value_type;
+	sqlite3_vfs_find;
+	sqlite3_vfs_register;
+	sqlite3_vfs_unregister;
+	sqlite3_vmprintf;
+
+	# exported data
+	sqlite3_temp_directory;
+	sqlite3_version;
+
+    local:
+	*;
+};
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/files/pkgIndex.tcl	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,1 @@
+package ifneeded sqlite3 3.6 [list load [file join $dir [expr $::tcl_platform(wordSize) * 8] libtclsqlite3.so] sqlite3]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/patches/sqlite3-01-using-mapfile.patch	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,14 @@
+# Fix needed for Firefox
+# Need to determine if these changes are still applicable to the latest version,
+# and if so, then submit them upstream. 
+--- a/Makefile.am.orig	2011-04-14 11:32:39.357895672 +0800
++++ b/Makefile.am	2011-04-14 11:33:00.908088719 +0800
+@@ -3,7 +3,7 @@
+ 
+ lib_LTLIBRARIES = libsqlite3.la
+ libsqlite3_la_SOURCES = sqlite3.c
+-libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8
++libsqlite3_la_LDFLAGS = -no-undefined -version-info 8:6:8 -Wl,-M,mapfile-libsqlite3
+ 
+ bin_PROGRAMS = sqlite3
+ sqlite3_SOURCES = shell.c sqlite3.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/patches/sqlite3-02-zrecord.patch	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,14 @@
+# This fix is needed for sqlite3 to run on Solaris.  See Bug 15566164 and
+# Bug 15705787 for details.
+# Need to determine if these changes are still applicable to the latest version,
+# and if so, then submit them upstream. 
+--- a/Makefile.am.orig	2011-03-29 15:44:46.468935251 +0800
++++ b/Makefile.am	2011-03-29 15:50:12.071188848 +0800
+@@ -8,6 +8,7 @@
+ bin_PROGRAMS = sqlite3
+ sqlite3_SOURCES = shell.c sqlite3.h
+ sqlite3_LDADD = $(top_builddir)/libsqlite3.la @READLINE_LIBS@
++sqlite3_LDFLAGS = -Wl,-zrecord
+ sqlite3_DEPENDENCIES = $(top_builddir)/libsqlite3.la
+ 
+ include_HEADERS = sqlite3.h sqlite3ext.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/patches/sqlite3-03-posix_fallocate64.patch	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,17 @@
+# Fix for building 64 bit.
+# Need to determine if these changes are still applicable to the latest version,
+# and if so, then submit them upstream. 
+--- a/sqlite3.c	2011-06-08 14:50:51.185910263 +0800
++++ b/sqlite3.c	2011-06-08 14:51:57.485764632 +0800
+@@ -25579,7 +25579,11 @@
+ #define osFchmod    ((int(*)(int,mode_t))aSyscall[14].pCurrent)
+ 
+ #if defined(HAVE_POSIX_FALLOCATE) && HAVE_POSIX_FALLOCATE
++#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
++  { "fallocate",    (sqlite3_syscall_ptr)posix_fallocate64,  0 },
++#else
+   { "fallocate",    (sqlite3_syscall_ptr)posix_fallocate,  0 },
++#endif
+ #else
+   { "fallocate",    (sqlite3_syscall_ptr)0,                0 },
+ #endif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/sqlite-3-doc.p5m	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,1510 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr/share/doc/sqlite3/(.+)$ -> \
+    set action.hash %<1> >
+<transform file path=usr/share/doc/sqlite3/.* -> default facet.doc.html true>
+set name=pkg.fmri \
+    value=pkg:/database/sqlite-3/documentation@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="SQL database engine library - Documentation"
+set name=pkg.description \
+    value="Documentation for SQLite which is a self-contained, serverless, zero-configuration, transactional SQL database engine"
+set name=com.oracle.info.description \
+    value="SQL database engine library - Documentation"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Databases
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/025
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/share/doc/sqlite3/34to35.html
+file path=usr/share/doc/sqlite3/35to36.html
+file path=usr/share/doc/sqlite3/about.html
+file path=usr/share/doc/sqlite3/affcase1.html
+file path=usr/share/doc/sqlite3/amalgamation.html
+file path=usr/share/doc/sqlite3/appfileformat.html
+file path=usr/share/doc/sqlite3/arch.html
+file path=usr/share/doc/sqlite3/asyncvfs.html
+file path=usr/share/doc/sqlite3/atomiccommit.html
+file path=usr/share/doc/sqlite3/autoinc.html
+file path=usr/share/doc/sqlite3/backup.html
+file path=usr/share/doc/sqlite3/books.html
+file path=usr/share/doc/sqlite3/btreemodule.html
+file path=usr/share/doc/sqlite3/c3ref/aggregate_context.html
+file path=usr/share/doc/sqlite3/c3ref/aggregate_count.html
+file path=usr/share/doc/sqlite3/c3ref/auto_extension.html
+file path=usr/share/doc/sqlite3/c3ref/backup.html
+file path=usr/share/doc/sqlite3/c3ref/backup_finish.html
+file path=usr/share/doc/sqlite3/c3ref/bind_blob.html
+file path=usr/share/doc/sqlite3/c3ref/bind_parameter_count.html
+file path=usr/share/doc/sqlite3/c3ref/bind_parameter_index.html
+file path=usr/share/doc/sqlite3/c3ref/bind_parameter_name.html
+file path=usr/share/doc/sqlite3/c3ref/blob.html
+file path=usr/share/doc/sqlite3/c3ref/blob_bytes.html
+file path=usr/share/doc/sqlite3/c3ref/blob_close.html
+file path=usr/share/doc/sqlite3/c3ref/blob_open.html
+file path=usr/share/doc/sqlite3/c3ref/blob_read.html
+file path=usr/share/doc/sqlite3/c3ref/blob_reopen.html
+file path=usr/share/doc/sqlite3/c3ref/blob_write.html
+file path=usr/share/doc/sqlite3/c3ref/busy_handler.html
+file path=usr/share/doc/sqlite3/c3ref/busy_timeout.html
+file path=usr/share/doc/sqlite3/c3ref/c_abort.html
+file path=usr/share/doc/sqlite3/c3ref/c_abort_rollback.html
+file path=usr/share/doc/sqlite3/c3ref/c_access_exists.html
+file path=usr/share/doc/sqlite3/c3ref/c_alter_table.html
+file path=usr/share/doc/sqlite3/c3ref/c_any.html
+file path=usr/share/doc/sqlite3/c3ref/c_blob.html
+file path=usr/share/doc/sqlite3/c3ref/c_checkpoint_full.html
+file path=usr/share/doc/sqlite3/c3ref/c_config_covering_index_scan.html
+file path=usr/share/doc/sqlite3/c3ref/c_dbconfig_enable_fkey.html
+file path=usr/share/doc/sqlite3/c3ref/c_dbstatus_options.html
+file path=usr/share/doc/sqlite3/c3ref/c_deny.html
+file path=usr/share/doc/sqlite3/c3ref/c_deterministic.html
+file path=usr/share/doc/sqlite3/c3ref/c_fail.html
+file path=usr/share/doc/sqlite3/c3ref/c_fcntl_busyhandler.html
+file path=usr/share/doc/sqlite3/c3ref/c_index_constraint_eq.html
+file path=usr/share/doc/sqlite3/c3ref/c_iocap_atomic.html
+file path=usr/share/doc/sqlite3/c3ref/c_limit_attached.html
+file path=usr/share/doc/sqlite3/c3ref/c_lock_exclusive.html
+file path=usr/share/doc/sqlite3/c3ref/c_mutex_fast.html
+file path=usr/share/doc/sqlite3/c3ref/c_open_autoproxy.html
+file path=usr/share/doc/sqlite3/c3ref/c_scanstat_est.html
+file path=usr/share/doc/sqlite3/c3ref/c_shm_exclusive.html
+file path=usr/share/doc/sqlite3/c3ref/c_shm_nlock.html
+file path=usr/share/doc/sqlite3/c3ref/c_source_id.html
+file path=usr/share/doc/sqlite3/c3ref/c_static.html
+file path=usr/share/doc/sqlite3/c3ref/c_status_malloc_count.html
+file path=usr/share/doc/sqlite3/c3ref/c_stmtstatus_counter.html
+file path=usr/share/doc/sqlite3/c3ref/c_sync_dataonly.html
+file path=usr/share/doc/sqlite3/c3ref/c_testctrl_always.html
+file path=usr/share/doc/sqlite3/c3ref/c_vtab_constraint_support.html
+file path=usr/share/doc/sqlite3/c3ref/cancel_auto_extension.html
+file path=usr/share/doc/sqlite3/c3ref/changes.html
+file path=usr/share/doc/sqlite3/c3ref/clear_bindings.html
+file path=usr/share/doc/sqlite3/c3ref/close.html
+file path=usr/share/doc/sqlite3/c3ref/collation_needed.html
+file path=usr/share/doc/sqlite3/c3ref/column_blob.html
+file path=usr/share/doc/sqlite3/c3ref/column_count.html
+file path=usr/share/doc/sqlite3/c3ref/column_database_name.html
+file path=usr/share/doc/sqlite3/c3ref/column_decltype.html
+file path=usr/share/doc/sqlite3/c3ref/column_name.html
+file path=usr/share/doc/sqlite3/c3ref/commit_hook.html
+file path=usr/share/doc/sqlite3/c3ref/compileoption_get.html
+file path=usr/share/doc/sqlite3/c3ref/complete.html
+file path=usr/share/doc/sqlite3/c3ref/config.html
+file path=usr/share/doc/sqlite3/c3ref/constlist.html
+file path=usr/share/doc/sqlite3/c3ref/context.html
+file path=usr/share/doc/sqlite3/c3ref/context_db_handle.html
+file path=usr/share/doc/sqlite3/c3ref/create_collation.html
+file path=usr/share/doc/sqlite3/c3ref/create_function.html
+file path=usr/share/doc/sqlite3/c3ref/create_module.html
+file path=usr/share/doc/sqlite3/c3ref/data_count.html
+file path=usr/share/doc/sqlite3/c3ref/data_directory.html
+file path=usr/share/doc/sqlite3/c3ref/db_config.html
+file path=usr/share/doc/sqlite3/c3ref/db_filename.html
+file path=usr/share/doc/sqlite3/c3ref/db_handle.html
+file path=usr/share/doc/sqlite3/c3ref/db_mutex.html
+file path=usr/share/doc/sqlite3/c3ref/db_readonly.html
+file path=usr/share/doc/sqlite3/c3ref/db_release_memory.html
+file path=usr/share/doc/sqlite3/c3ref/db_status.html
+file path=usr/share/doc/sqlite3/c3ref/declare_vtab.html
+file path=usr/share/doc/sqlite3/c3ref/enable_load_extension.html
+file path=usr/share/doc/sqlite3/c3ref/enable_shared_cache.html
+file path=usr/share/doc/sqlite3/c3ref/errcode.html
+file path=usr/share/doc/sqlite3/c3ref/exec.html
+file path=usr/share/doc/sqlite3/c3ref/experimental.html
+file path=usr/share/doc/sqlite3/c3ref/extended_result_codes.html
+file path=usr/share/doc/sqlite3/c3ref/file.html
+file path=usr/share/doc/sqlite3/c3ref/file_control.html
+file path=usr/share/doc/sqlite3/c3ref/finalize.html
+file path=usr/share/doc/sqlite3/c3ref/free.html
+file path=usr/share/doc/sqlite3/c3ref/free_table.html
+file path=usr/share/doc/sqlite3/c3ref/funclist.html
+file path=usr/share/doc/sqlite3/c3ref/get_autocommit.html
+file path=usr/share/doc/sqlite3/c3ref/get_auxdata.html
+file path=usr/share/doc/sqlite3/c3ref/index_info.html
+file path=usr/share/doc/sqlite3/c3ref/initialize.html
+file path=usr/share/doc/sqlite3/c3ref/int64.html
+file path=usr/share/doc/sqlite3/c3ref/interrupt.html
+file path=usr/share/doc/sqlite3/c3ref/intro.html
+file path=usr/share/doc/sqlite3/c3ref/io_methods.html
+file path=usr/share/doc/sqlite3/c3ref/last_insert_rowid.html
+file path=usr/share/doc/sqlite3/c3ref/libversion.html
+file path=usr/share/doc/sqlite3/c3ref/limit.html
+file path=usr/share/doc/sqlite3/c3ref/load_extension.html
+file path=usr/share/doc/sqlite3/c3ref/log.html
+file path=usr/share/doc/sqlite3/c3ref/mem_methods.html
+file path=usr/share/doc/sqlite3/c3ref/memory_highwater.html
+file path=usr/share/doc/sqlite3/c3ref/module.html
+file path=usr/share/doc/sqlite3/c3ref/mprintf.html
+file path=usr/share/doc/sqlite3/c3ref/mutex.html
+file path=usr/share/doc/sqlite3/c3ref/mutex_alloc.html
+file path=usr/share/doc/sqlite3/c3ref/mutex_held.html
+file path=usr/share/doc/sqlite3/c3ref/mutex_methods.html
+file path=usr/share/doc/sqlite3/c3ref/next_stmt.html
+file path=usr/share/doc/sqlite3/c3ref/objlist.html
+file path=usr/share/doc/sqlite3/c3ref/open.html
+file path=usr/share/doc/sqlite3/c3ref/overload_function.html
+file path=usr/share/doc/sqlite3/c3ref/pcache.html
+file path=usr/share/doc/sqlite3/c3ref/pcache_methods2.html
+file path=usr/share/doc/sqlite3/c3ref/pcache_page.html
+file path=usr/share/doc/sqlite3/c3ref/prepare.html
+file path=usr/share/doc/sqlite3/c3ref/profile.html
+file path=usr/share/doc/sqlite3/c3ref/progress_handler.html
+file path=usr/share/doc/sqlite3/c3ref/randomness.html
+file path=usr/share/doc/sqlite3/c3ref/release_memory.html
+file path=usr/share/doc/sqlite3/c3ref/reset.html
+file path=usr/share/doc/sqlite3/c3ref/reset_auto_extension.html
+file path=usr/share/doc/sqlite3/c3ref/result_blob.html
+file path=usr/share/doc/sqlite3/c3ref/set_authorizer.html
+file path=usr/share/doc/sqlite3/c3ref/sleep.html
+file path=usr/share/doc/sqlite3/c3ref/soft_heap_limit.html
+file path=usr/share/doc/sqlite3/c3ref/soft_heap_limit64.html
+file path=usr/share/doc/sqlite3/c3ref/sql.html
+file path=usr/share/doc/sqlite3/c3ref/sqlite3.html
+file path=usr/share/doc/sqlite3/c3ref/status.html
+file path=usr/share/doc/sqlite3/c3ref/step.html
+file path=usr/share/doc/sqlite3/c3ref/stmt.html
+file path=usr/share/doc/sqlite3/c3ref/stmt_busy.html
+file path=usr/share/doc/sqlite3/c3ref/stmt_readonly.html
+file path=usr/share/doc/sqlite3/c3ref/stmt_scanstatus.html
+file path=usr/share/doc/sqlite3/c3ref/stmt_scanstatus_reset.html
+file path=usr/share/doc/sqlite3/c3ref/stmt_status.html
+file path=usr/share/doc/sqlite3/c3ref/strglob.html
+file path=usr/share/doc/sqlite3/c3ref/stricmp.html
+file path=usr/share/doc/sqlite3/c3ref/table_column_metadata.html
+file path=usr/share/doc/sqlite3/c3ref/temp_directory.html
+file path=usr/share/doc/sqlite3/c3ref/test_control.html
+file path=usr/share/doc/sqlite3/c3ref/threadsafe.html
+file path=usr/share/doc/sqlite3/c3ref/total_changes.html
+file path=usr/share/doc/sqlite3/c3ref/unlock_notify.html
+file path=usr/share/doc/sqlite3/c3ref/update_hook.html
+file path=usr/share/doc/sqlite3/c3ref/uri_boolean.html
+file path=usr/share/doc/sqlite3/c3ref/user_data.html
+file path=usr/share/doc/sqlite3/c3ref/value.html
+file path=usr/share/doc/sqlite3/c3ref/value_blob.html
+file path=usr/share/doc/sqlite3/c3ref/vfs.html
+file path=usr/share/doc/sqlite3/c3ref/vfs_find.html
+file path=usr/share/doc/sqlite3/c3ref/vtab.html
+file path=usr/share/doc/sqlite3/c3ref/vtab_config.html
+file path=usr/share/doc/sqlite3/c3ref/vtab_cursor.html
+file path=usr/share/doc/sqlite3/c3ref/vtab_on_conflict.html
+file path=usr/share/doc/sqlite3/c3ref/wal_autocheckpoint.html
+file path=usr/share/doc/sqlite3/c3ref/wal_checkpoint.html
+file path=usr/share/doc/sqlite3/c3ref/wal_checkpoint_v2.html
+file path=usr/share/doc/sqlite3/c3ref/wal_hook.html
+file path=usr/share/doc/sqlite3/c_interface.html
+file path=usr/share/doc/sqlite3/capi3.html
+file path=usr/share/doc/sqlite3/capi3ref.html
+file path=usr/share/doc/sqlite3/changes.html
+file path=usr/share/doc/sqlite3/cintro.html
+file path=usr/share/doc/sqlite3/cli.html
+file path=usr/share/doc/sqlite3/compile.html
+file path=usr/share/doc/sqlite3/conflict.html
+file path=usr/share/doc/sqlite3/consortium.html
+file path=usr/share/doc/sqlite3/consortium_agreement-20071201.html
+file path=usr/share/doc/sqlite3/copyright-release.html
+file path=usr/share/doc/sqlite3/copyright-release.pdf
+file path=usr/share/doc/sqlite3/copyright.html
+file path=usr/share/doc/sqlite3/crew.html
+file path=usr/share/doc/sqlite3/custombuild.html
+file path=usr/share/doc/sqlite3/cvstrac.css
+file path=usr/share/doc/sqlite3/datatype3.html
+file path=usr/share/doc/sqlite3/datatypes.html
+file path=usr/share/doc/sqlite3/dev.html
+file path=usr/share/doc/sqlite3/different.html
+file path=usr/share/doc/sqlite3/doc_backlink_crossref.html
+file path=usr/share/doc/sqlite3/doc_keyword_crossref.html
+file path=usr/share/doc/sqlite3/doc_pagelink_crossref.html
+file path=usr/share/doc/sqlite3/doc_target_crossref.html
+file path=usr/share/doc/sqlite3/doclist.html
+file path=usr/share/doc/sqlite3/docs.html
+file path=usr/share/doc/sqlite3/download.html
+file path=usr/share/doc/sqlite3/eqp.html
+file path=usr/share/doc/sqlite3/errlog.html
+file path=usr/share/doc/sqlite3/famous.html
+file path=usr/share/doc/sqlite3/faq.html
+file path=usr/share/doc/sqlite3/favicon.ico
+file path=usr/share/doc/sqlite3/features.html
+file path=usr/share/doc/sqlite3/fileformat.html
+file path=usr/share/doc/sqlite3/fileformat2.html
+file path=usr/share/doc/sqlite3/fileio.html
+file path=usr/share/doc/sqlite3/footprint.html
+file path=usr/share/doc/sqlite3/foreignkeys.html
+file path=usr/share/doc/sqlite3/formatchng.html
+file path=usr/share/doc/sqlite3/fts3.html
+file path=usr/share/doc/sqlite3/getthecode.html
+file path=usr/share/doc/sqlite3/howtocompile.html
+file path=usr/share/doc/sqlite3/howtocorrupt.html
+file path=usr/share/doc/sqlite3/hp1.html
+file path=usr/share/doc/sqlite3/images/2005osaward.gif
+file path=usr/share/doc/sqlite3/images/SQLite.gif
+file path=usr/share/doc/sqlite3/images/SQLite_big.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-0.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-1.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-2.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-3.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-4.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-5.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-6.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-7.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-8.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-9.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-A.gif
+file path=usr/share/doc/sqlite3/images/ac/commit-B.gif
+file path=usr/share/doc/sqlite3/images/ac/multi-0.gif
+file path=usr/share/doc/sqlite3/images/ac/multi-1.gif
+file path=usr/share/doc/sqlite3/images/ac/multi-2.gif
+file path=usr/share/doc/sqlite3/images/ac/multi-3.gif
+file path=usr/share/doc/sqlite3/images/ac/multi-4.gif
+file path=usr/share/doc/sqlite3/images/ac/multi-5.gif
+file path=usr/share/doc/sqlite3/images/ac/rollback-0.gif
+file path=usr/share/doc/sqlite3/images/ac/rollback-1.gif
+file path=usr/share/doc/sqlite3/images/ac/rollback-2.gif
+file path=usr/share/doc/sqlite3/images/ac/rollback-3.gif
+file path=usr/share/doc/sqlite3/images/ac/rollback-4.gif
+file path=usr/share/doc/sqlite3/images/ac/rollback-5.gif
+file path=usr/share/doc/sqlite3/images/apple-touch-icon.png
+file path=usr/share/doc/sqlite3/images/arch.gif
+file path=usr/share/doc/sqlite3/images/arch.png
+file path=usr/share/doc/sqlite3/images/arch2.gif
+file path=usr/share/doc/sqlite3/images/books/aditya.jpg
+file path=usr/share/doc/sqlite3/images/books/das.jpg
+file path=usr/share/doc/sqlite3/images/books/droessler.jpg
+file path=usr/share/doc/sqlite3/images/books/haldar.gif
+file path=usr/share/doc/sqlite3/images/books/kreibich.gif
+file path=usr/share/doc/sqlite3/images/books/newman.jpg
+file path=usr/share/doc/sqlite3/images/books/nishizawa2.jpg
+file path=usr/share/doc/sqlite3/images/books/owens.jpg
+file path=usr/share/doc/sqlite3/images/books/symbiansql.jpg
+file path=usr/share/doc/sqlite3/images/books/vanderLans.jpg
+file path=usr/share/doc/sqlite3/images/btreemodule_balance_deeper.svg
+file path=usr/share/doc/sqlite3/images/btreemodule_balance_quick.svg
+file path=usr/share/doc/sqlite3/images/btreemodule_balance_shallower.svg
+file path=usr/share/doc/sqlite3/images/btreemodule_delete1.svg
+file path=usr/share/doc/sqlite3/images/btreemodule_overview.svg
+file path=usr/share/doc/sqlite3/images/chw.jpg
+file path=usr/share/doc/sqlite3/images/dan1.jpg
+file path=usr/share/doc/sqlite3/images/direct1b.gif
+file path=usr/share/doc/sqlite3/images/drh1.jpg
+file path=usr/share/doc/sqlite3/images/fileformat/db_connection.gif
+file path=usr/share/doc/sqlite3/images/fileformat/examplepop.gif
+file path=usr/share/doc/sqlite3/images/fileformat/fileio_diagrams.odg
+file path=usr/share/doc/sqlite3/images/fileformat/filesystem1.gif
+file path=usr/share/doc/sqlite3/images/fileformat/filesystem2.gif
+file path=usr/share/doc/sqlite3/images/fileformat/freelistpage.gif
+file path=usr/share/doc/sqlite3/images/fileformat/indexlongrecord.gif
+file path=usr/share/doc/sqlite3/images/fileformat/indexpage.gif
+file path=usr/share/doc/sqlite3/images/fileformat/indexpage.odg
+file path=usr/share/doc/sqlite3/images/fileformat/indexshortrecord.gif
+file path=usr/share/doc/sqlite3/images/fileformat/indextree.gif
+file path=usr/share/doc/sqlite3/images/fileformat/journal_format.gif
+file path=usr/share/doc/sqlite3/images/fileformat/journal_header.gif
+file path=usr/share/doc/sqlite3/images/fileformat/journal_record.gif
+file path=usr/share/doc/sqlite3/images/fileformat/master_journal_ptr.gif
+file path=usr/share/doc/sqlite3/images/fileformat/overflowpage.gif
+file path=usr/share/doc/sqlite3/images/fileformat/pointermapentry.gif
+file path=usr/share/doc/sqlite3/images/fileformat/recordformat.gif
+file path=usr/share/doc/sqlite3/images/fileformat/rtdocs.css
+file path=usr/share/doc/sqlite3/images/fileformat/rtdocs.js
+file path=usr/share/doc/sqlite3/images/fileformat/tablelongrecord.gif
+file path=usr/share/doc/sqlite3/images/fileformat/tablenodecell.gif
+file path=usr/share/doc/sqlite3/images/fileformat/tableshortrecord.gif
+file path=usr/share/doc/sqlite3/images/fileformat/tabletree.gif
+file path=usr/share/doc/sqlite3/images/fileformat/vfs_role.gif
+file path=usr/share/doc/sqlite3/images/fileformat/write_transaction.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/adobe-logo.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/adobe.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/airbus1.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/airbus2.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/apple.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/bentley.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/bentley.jpg
+file path=usr/share/doc/sqlite3/images/foreignlogos/bloomberg.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/dropbox.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/firefox.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/flame.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/ge.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/google.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/intuit.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/mcaffee.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/microsoft.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/monotone.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/mozilla.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/nokia.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/oracle.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/philips.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/php.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/python.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/realbasic.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/skype.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/sony.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/sunmicro.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/symbian.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/tcl.gif
+file path=usr/share/doc/sqlite3/images/foreignlogos/toshiba.gif
+file path=usr/share/doc/sqlite3/images/fts3_doclist.png
+file path=usr/share/doc/sqlite3/images/fts3_doclist.svg
+file path=usr/share/doc/sqlite3/images/fts3_doclist2.png
+file path=usr/share/doc/sqlite3/images/fts3_doclist2.svg
+file path=usr/share/doc/sqlite3/images/fts3_interior_node.png
+file path=usr/share/doc/sqlite3/images/fts3_interior_node.svg
+file path=usr/share/doc/sqlite3/images/fts3_leaf_node.png
+file path=usr/share/doc/sqlite3/images/fts3_leaf_node.svg
+file path=usr/share/doc/sqlite3/images/fullscanb.gif
+file path=usr/share/doc/sqlite3/images/harmony.gif
+file path=usr/share/doc/sqlite3/images/index-ex1-x-b.gif
+file path=usr/share/doc/sqlite3/images/indirect1b1.gif
+file path=usr/share/doc/sqlite3/images/joe1.jpg
+file path=usr/share/doc/sqlite3/images/ne.gif
+file path=usr/share/doc/sqlite3/images/ne.png
+file path=usr/share/doc/sqlite3/images/nocopy.gif
+file path=usr/share/doc/sqlite3/images/nw.gif
+file path=usr/share/doc/sqlite3/images/nw.png
+file path=usr/share/doc/sqlite3/images/powered_by_sqlite.gif
+file path=usr/share/doc/sqlite3/images/private_branch.gif
+file path=usr/share/doc/sqlite3/images/qp/fqp1.gif
+file path=usr/share/doc/sqlite3/images/qp/fruitobstate.gif
+file path=usr/share/doc/sqlite3/images/qp/fruitobstate0.gif
+file path=usr/share/doc/sqlite3/images/qp/fullscan.gif
+file path=usr/share/doc/sqlite3/images/qp/idx1.gif
+file path=usr/share/doc/sqlite3/images/qp/idx1lu1.gif
+file path=usr/share/doc/sqlite3/images/qp/idx1lu2.gif
+file path=usr/share/doc/sqlite3/images/qp/idx1lu3.gif
+file path=usr/share/doc/sqlite3/images/qp/idx2.gif
+file path=usr/share/doc/sqlite3/images/qp/idx2lu1.gif
+file path=usr/share/doc/sqlite3/images/qp/idx3.gif
+file path=usr/share/doc/sqlite3/images/qp/idx3lu1.gif
+file path=usr/share/doc/sqlite3/images/qp/idx3lu2.gif
+file path=usr/share/doc/sqlite3/images/qp/idx4.gif
+file path=usr/share/doc/sqlite3/images/qp/idx4lu1.gif
+file path=usr/share/doc/sqlite3/images/qp/obfruitidx1.gif
+file path=usr/share/doc/sqlite3/images/qp/obfruitidx4.gif
+file path=usr/share/doc/sqlite3/images/qp/obfruitnoidx.gif
+file path=usr/share/doc/sqlite3/images/qp/obrowid.gif
+file path=usr/share/doc/sqlite3/images/qp/orquery.gif
+file path=usr/share/doc/sqlite3/images/qp/partial-sort.gif
+file path=usr/share/doc/sqlite3/images/qp/rowidlu.gif
+file path=usr/share/doc/sqlite3/images/qp/tab.gif
+file path=usr/share/doc/sqlite3/images/qp/tpchq8.gif
+file path=usr/share/doc/sqlite3/images/se.gif
+file path=usr/share/doc/sqlite3/images/se.png
+file path=usr/share/doc/sqlite3/images/shane1.jpg
+file path=usr/share/doc/sqlite3/images/shared.gif
+file path=usr/share/doc/sqlite3/images/sqlite370.jpg
+file path=usr/share/doc/sqlite3/images/sqlite370_banner.gif
+file path=usr/share/doc/sqlite3/images/src_logo.gif
+file path=usr/share/doc/sqlite3/images/sw.gif
+file path=usr/share/doc/sqlite3/images/sw.png
+file path=usr/share/doc/sqlite3/images/syntax/alter-table-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/analyze-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/attach-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/begin-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/column-constraint.gif
+file path=usr/share/doc/sqlite3/images/syntax/column-def.gif
+file path=usr/share/doc/sqlite3/images/syntax/comment-syntax.gif
+file path=usr/share/doc/sqlite3/images/syntax/commit-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/common-table-expression.gif
+file path=usr/share/doc/sqlite3/images/syntax/compound-operator.gif
+file path=usr/share/doc/sqlite3/images/syntax/compound-select-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/conflict-clause.gif
+file path=usr/share/doc/sqlite3/images/syntax/create-index-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/create-table-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/create-trigger-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/create-view-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/create-virtual-table-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/cte-table-name.gif
+file path=usr/share/doc/sqlite3/images/syntax/delete-stmt-limited.gif
+file path=usr/share/doc/sqlite3/images/syntax/delete-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/detach-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/drop-index-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/drop-table-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/drop-trigger-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/drop-view-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/expr.gif
+file path=usr/share/doc/sqlite3/images/syntax/factored-select-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/foreign-key-clause.gif
+file path=usr/share/doc/sqlite3/images/syntax/indexed-column.gif
+file path=usr/share/doc/sqlite3/images/syntax/insert-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/join-clause.gif
+file path=usr/share/doc/sqlite3/images/syntax/join-constraint.gif
+file path=usr/share/doc/sqlite3/images/syntax/join-operator.gif
+file path=usr/share/doc/sqlite3/images/syntax/literal-value.gif
+file path=usr/share/doc/sqlite3/images/syntax/numeric-literal.gif
+file path=usr/share/doc/sqlite3/images/syntax/ordering-term.gif
+file path=usr/share/doc/sqlite3/images/syntax/pragma-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/pragma-value.gif
+file path=usr/share/doc/sqlite3/images/syntax/qualified-table-name.gif
+file path=usr/share/doc/sqlite3/images/syntax/raise-function.gif
+file path=usr/share/doc/sqlite3/images/syntax/recursive-cte.gif
+file path=usr/share/doc/sqlite3/images/syntax/reindex-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/release-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/result-column.gif
+file path=usr/share/doc/sqlite3/images/syntax/rollback-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/savepoint-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/select-core.gif
+file path=usr/share/doc/sqlite3/images/syntax/select-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/signed-number.gif
+file path=usr/share/doc/sqlite3/images/syntax/simple-select-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/sql-stmt-list.gif
+file path=usr/share/doc/sqlite3/images/syntax/sql-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/table-constraint.gif
+file path=usr/share/doc/sqlite3/images/syntax/table-or-subquery.gif
+file path=usr/share/doc/sqlite3/images/syntax/type-name.gif
+file path=usr/share/doc/sqlite3/images/syntax/update-stmt-limited.gif
+file path=usr/share/doc/sqlite3/images/syntax/update-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/vacuum-stmt.gif
+file path=usr/share/doc/sqlite3/images/syntax/with-clause.gif
+file path=usr/share/doc/sqlite3/images/table-ex1b2.gif
+file path=usr/share/doc/sqlite3/images/vfs1.gif
+file path=usr/share/doc/sqlite3/index.html
+file path=usr/share/doc/sqlite3/inmemorydb.html
+file path=usr/share/doc/sqlite3/intern-v-extern-blob.html
+file path=usr/share/doc/sqlite3/isolation.html
+file path=usr/share/doc/sqlite3/keyword_index.html
+file path=usr/share/doc/sqlite3/lang.html
+file path=usr/share/doc/sqlite3/lang_aggfunc.html
+file path=usr/share/doc/sqlite3/lang_altertable.html
+file path=usr/share/doc/sqlite3/lang_analyze.html
+file path=usr/share/doc/sqlite3/lang_attach.html
+file path=usr/share/doc/sqlite3/lang_comment.html
+file path=usr/share/doc/sqlite3/lang_conflict.html
+file path=usr/share/doc/sqlite3/lang_corefunc.html
+file path=usr/share/doc/sqlite3/lang_createindex.html
+file path=usr/share/doc/sqlite3/lang_createtable.html
+file path=usr/share/doc/sqlite3/lang_createtrigger.html
+file path=usr/share/doc/sqlite3/lang_createview.html
+file path=usr/share/doc/sqlite3/lang_createvtab.html
+file path=usr/share/doc/sqlite3/lang_datefunc.html
+file path=usr/share/doc/sqlite3/lang_delete.html
+file path=usr/share/doc/sqlite3/lang_detach.html
+file path=usr/share/doc/sqlite3/lang_dropindex.html
+file path=usr/share/doc/sqlite3/lang_droptable.html
+file path=usr/share/doc/sqlite3/lang_droptrigger.html
+file path=usr/share/doc/sqlite3/lang_dropview.html
+file path=usr/share/doc/sqlite3/lang_explain.html
+file path=usr/share/doc/sqlite3/lang_expr.html
+file path=usr/share/doc/sqlite3/lang_indexedby.html
+file path=usr/share/doc/sqlite3/lang_insert.html
+file path=usr/share/doc/sqlite3/lang_keywords.html
+file path=usr/share/doc/sqlite3/lang_naming.html
+file path=usr/share/doc/sqlite3/lang_reindex.html
+file path=usr/share/doc/sqlite3/lang_replace.html
+file path=usr/share/doc/sqlite3/lang_savepoint.html
+file path=usr/share/doc/sqlite3/lang_select.html
+file path=usr/share/doc/sqlite3/lang_transaction.html
+file path=usr/share/doc/sqlite3/lang_update.html
+file path=usr/share/doc/sqlite3/lang_vacuum.html
+file path=usr/share/doc/sqlite3/lang_with.html
+file path=usr/share/doc/sqlite3/limits.html
+file path=usr/share/doc/sqlite3/loadext.html
+file path=usr/share/doc/sqlite3/lockingv3.html
+file path=usr/share/doc/sqlite3/malloc.html
+file path=usr/share/doc/sqlite3/mingw.html
+file path=usr/share/doc/sqlite3/mmap.html
+file path=usr/share/doc/sqlite3/mostdeployed.html
+file path=usr/share/doc/sqlite3/news.html
+file path=usr/share/doc/sqlite3/not-found.html
+file path=usr/share/doc/sqlite3/nulls.html
+file path=usr/share/doc/sqlite3/oldnews.html
+file path=usr/share/doc/sqlite3/omitted.html
+file path=usr/share/doc/sqlite3/onefile.html
+file path=usr/share/doc/sqlite3/opcode.html
+file path=usr/share/doc/sqlite3/optoverview.html
+file path=usr/share/doc/sqlite3/partialindex.html
+file path=usr/share/doc/sqlite3/pragma.html
+file path=usr/share/doc/sqlite3/pressrelease-20071212.html
+file path=usr/share/doc/sqlite3/privatebranch.html
+file path=usr/share/doc/sqlite3/psow.html
+file path=usr/share/doc/sqlite3/queryplanner-ng.html
+file path=usr/share/doc/sqlite3/queryplanner.html
+file path=usr/share/doc/sqlite3/quickstart.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_0_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_1_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_2_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_10.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_11.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_12.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_13.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_14.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_15.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_16.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_17.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_3_9.html
+file path=usr/share/doc/sqlite3/releaselog/3_4_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_4_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_4_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_5_9.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_10.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_11.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_12.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_13.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_14.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_14_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_14_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_15.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_16.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_16_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_17.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_18.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_19.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_20.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_21.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_22.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_23.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_23_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_6_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_6_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_6_9.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_0_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_10.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_11.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_12.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_12_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_13.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_14.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_14_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_15.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_15_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_15_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_16.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_16_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_16_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_17.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_6_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_6_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_6_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_7_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_7_9.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_0.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_0_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_0_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_3_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_4_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_4_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_4_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_5.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_6.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_7.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_7_1.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_7_2.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_7_3.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_7_4.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_8.html
+file path=usr/share/doc/sqlite3/releaselog/3_8_8_1.html
+file path=usr/share/doc/sqlite3/releaselog/current.html
+file path=usr/share/doc/sqlite3/requirements.html
+file path=usr/share/doc/sqlite3/rescode.html
+file path=usr/share/doc/sqlite3/robots.txt
+file path=usr/share/doc/sqlite3/rtree.html
+file path=usr/share/doc/sqlite3/selfcontained.html
+file path=usr/share/doc/sqlite3/serverless.html
+file path=usr/share/doc/sqlite3/session.html
+file path=usr/share/doc/sqlite3/session/constlist.html
+file path=usr/share/doc/sqlite3/session/funclist.html
+file path=usr/share/doc/sqlite3/session/intro.html
+file path=usr/share/doc/sqlite3/session/objlist.html
+file path=usr/share/doc/sqlite3/sharedcache.html
+file path=usr/share/doc/sqlite3/shortnames.html
+file path=usr/share/doc/sqlite3/sitemap.html
+file path=usr/share/doc/sqlite3/speed.html
+file path=usr/share/doc/sqlite3/spellfix1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/34to35.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/35to36.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/about.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/affcase1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/amalgamation.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/appfileformat.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/arch.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/asyncvfs.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/atomiccommit.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/autoinc.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/backup.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/books.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/btreemodule.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/aggregate_context.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/aggregate_count.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/auto_extension.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/backup.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/backup_finish.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/bind_blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/bind_parameter_count.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/bind_parameter_index.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/bind_parameter_name.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob_bytes.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob_close.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob_open.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob_read.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob_reopen.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/blob_write.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/busy_handler.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/busy_timeout.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_abort.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_abort_rollback.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_access_exists.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_alter_table.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_any.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_checkpoint_full.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_config_covering_index_scan.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_dbconfig_enable_fkey.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_dbstatus_options.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_deny.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_deterministic.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_fail.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_fcntl_busyhandler.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_index_constraint_eq.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_iocap_atomic.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_limit_attached.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_lock_exclusive.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_mutex_fast.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_open_autoproxy.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_scanstat_est.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_shm_exclusive.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_shm_nlock.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_source_id.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_static.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_status_malloc_count.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_stmtstatus_counter.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_sync_dataonly.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_testctrl_always.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/c_vtab_constraint_support.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/cancel_auto_extension.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/changes.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/clear_bindings.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/close.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/collation_needed.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/column_blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/column_count.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/column_database_name.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/column_decltype.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/column_name.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/commit_hook.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/compileoption_get.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/complete.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/config.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/constlist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/context.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/context_db_handle.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/create_collation.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/create_function.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/create_module.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/data_count.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/data_directory.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_config.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_filename.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_handle.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_mutex.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_readonly.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_release_memory.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/db_status.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/declare_vtab.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/enable_load_extension.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/enable_shared_cache.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/errcode.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/exec.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/experimental.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/extended_result_codes.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/file.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/file_control.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/finalize.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/free.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/free_table.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/funclist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/get_autocommit.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/get_auxdata.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/index_info.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/initialize.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/int64.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/interrupt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/intro.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/io_methods.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/last_insert_rowid.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/libversion.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/limit.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/load_extension.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/log.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/mem_methods.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/memory_highwater.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/module.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/mprintf.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/mutex.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/mutex_alloc.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/mutex_held.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/mutex_methods.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/next_stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/objlist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/open.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/overload_function.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/pcache.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/pcache_methods2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/pcache_page.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/prepare.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/profile.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/progress_handler.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/randomness.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/release_memory.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/reset.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/reset_auto_extension.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/result_blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/set_authorizer.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/sleep.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/soft_heap_limit.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/soft_heap_limit64.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/sql.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/sqlite3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/status.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/step.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stmt_busy.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stmt_readonly.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stmt_scanstatus.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stmt_scanstatus_reset.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stmt_status.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/strglob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/stricmp.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/table_column_metadata.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/temp_directory.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/test_control.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/threadsafe.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/total_changes.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/unlock_notify.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/update_hook.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/uri_boolean.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/user_data.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/value.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/value_blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/vfs.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/vfs_find.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/vtab.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/vtab_config.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/vtab_cursor.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/vtab_on_conflict.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/wal_autocheckpoint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/wal_checkpoint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/wal_checkpoint_v2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c3ref/wal_hook.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/c_interface.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/capi3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/capi3ref.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/changes.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/cintro.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/cli.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/compile.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/conflict.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/consortium.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/consortium_agreement-20071201.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/copyright-release.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/copyright-release.pdf
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/copyright.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/crew.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/custombuild.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/cvstrac.css
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/datatype3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/datatypes.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/dev.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/different.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/doc_backlink_crossref.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/doc_keyword_crossref.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/doc_pagelink_crossref.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/doc_target_crossref.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/doclist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/docs.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/download.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/eqp.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/errlog.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/famous.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/faq.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/favicon.ico
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/features.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/fileformat.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/fileformat2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/fileio.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/footprint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/foreignkeys.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/formatchng.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/fts3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/getthecode.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/howtocompile.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/howtocorrupt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/hp1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/2005osaward.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/SQLite.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/SQLite_big.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-0.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-3.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-4.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-5.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-6.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-7.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-8.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-9.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-A.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/commit-B.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/multi-0.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/multi-1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/multi-2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/multi-3.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/multi-4.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/multi-5.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/rollback-0.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/rollback-1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/rollback-2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/rollback-3.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/rollback-4.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ac/rollback-5.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/apple-touch-icon.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/arch.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/arch.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/arch2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/aditya.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/das.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/droessler.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/haldar.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/kreibich.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/newman.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/nishizawa2.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/owens.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/symbiansql.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/books/vanderLans.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/btreemodule_balance_deeper.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/btreemodule_balance_quick.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/btreemodule_balance_shallower.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/btreemodule_delete1.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/btreemodule_overview.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/chw.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/dan1.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/direct1b.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/drh1.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/db_connection.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/examplepop.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/fileio_diagrams.odg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/filesystem1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/filesystem2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/freelistpage.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/indexlongrecord.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/indexpage.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/indexpage.odg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/indexshortrecord.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/indextree.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/journal_format.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/journal_header.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/journal_record.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/master_journal_ptr.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/overflowpage.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/pointermapentry.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/recordformat.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/rtdocs.css
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/rtdocs.js
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/tablelongrecord.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/tablenodecell.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/tableshortrecord.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/tabletree.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/vfs_role.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fileformat/write_transaction.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/adobe-logo.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/adobe.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/airbus1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/airbus2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/apple.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/bentley.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/bentley.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/bloomberg.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/dropbox.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/firefox.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/flame.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/ge.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/google.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/intuit.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/mcaffee.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/microsoft.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/monotone.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/mozilla.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/nokia.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/oracle.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/philips.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/php.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/python.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/realbasic.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/skype.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/sony.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/sunmicro.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/symbian.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/tcl.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/foreignlogos/toshiba.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_doclist.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_doclist.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_doclist2.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_doclist2.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_interior_node.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_interior_node.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_leaf_node.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fts3_leaf_node.svg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/fullscanb.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/harmony.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/index-ex1-x-b.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/indirect1b1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/joe1.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ne.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/ne.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/nocopy.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/nw.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/nw.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/powered_by_sqlite.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/private_branch.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/fqp1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/fruitobstate.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/fruitobstate0.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/fullscan.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx1lu1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx1lu2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx1lu3.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx2lu1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx3.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx3lu1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx3lu2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx4.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/idx4lu1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/obfruitidx1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/obfruitidx4.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/obfruitnoidx.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/obrowid.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/orquery.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/partial-sort.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/rowidlu.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/tab.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/qp/tpchq8.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/se.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/se.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/shane1.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/shared.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/sqlite370.jpg
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/sqlite370_banner.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/src_logo.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/sw.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/sw.png
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/alter-table-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/analyze-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/attach-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/begin-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/column-constraint.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/column-def.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/comment-syntax.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/commit-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/common-table-expression.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/compound-operator.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/compound-select-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/conflict-clause.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/create-index-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/create-table-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/create-trigger-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/create-view-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/create-virtual-table-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/cte-table-name.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/delete-stmt-limited.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/delete-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/detach-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/drop-index-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/drop-table-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/drop-trigger-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/drop-view-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/expr.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/factored-select-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/foreign-key-clause.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/indexed-column.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/insert-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/join-clause.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/join-constraint.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/join-operator.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/literal-value.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/numeric-literal.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/ordering-term.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/pragma-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/pragma-value.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/qualified-table-name.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/raise-function.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/recursive-cte.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/reindex-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/release-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/result-column.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/rollback-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/savepoint-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/select-core.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/select-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/signed-number.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/simple-select-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/sql-stmt-list.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/sql-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/table-constraint.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/table-or-subquery.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/type-name.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/update-stmt-limited.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/update-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/vacuum-stmt.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/syntax/with-clause.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/table-ex1b2.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/images/vfs1.gif
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/index.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/inmemorydb.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/intern-v-extern-blob.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/isolation.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/keyword_index.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_aggfunc.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_altertable.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_analyze.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_attach.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_comment.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_conflict.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_corefunc.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_createindex.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_createtable.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_createtrigger.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_createview.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_createvtab.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_datefunc.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_delete.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_detach.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_dropindex.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_droptable.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_droptrigger.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_dropview.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_explain.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_expr.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_indexedby.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_insert.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_keywords.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_naming.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_reindex.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_replace.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_savepoint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_select.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_transaction.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_update.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_vacuum.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lang_with.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/limits.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/loadext.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/lockingv3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/malloc.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/mingw.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/mmap.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/mostdeployed.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/news.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/not-found.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/nulls.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/oldnews.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/omitted.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/onefile.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/opcode.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/optoverview.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/partialindex.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/pragma.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/pressrelease-20071212.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/privatebranch.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/psow.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/queryplanner-ng.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/queryplanner.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/quickstart.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_0_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_1_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_2_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_10.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_11.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_12.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_13.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_14.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_15.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_16.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_17.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_3_9.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_4_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_4_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_4_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_5_9.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_10.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_11.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_12.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_13.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_14.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_14_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_14_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_15.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_16.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_16_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_17.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_18.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_19.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_20.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_21.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_22.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_23.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_23_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_6_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_6_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_6_9.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_0_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_10.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_11.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_12.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_12_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_13.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_14.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_14_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_15.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_15_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_15_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_16.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_16_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_16_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_17.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_6_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_6_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_6_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_7_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_7_9.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_0.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_0_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_0_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_3_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_4_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_4_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_4_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_5.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_6.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_7.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_7_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_7_2.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_7_3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_7_4.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_8.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/3_8_8_1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/releaselog/current.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/requirements.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/rescode.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/robots.txt
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/rtree.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/selfcontained.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/serverless.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/session.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/session/constlist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/session/funclist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/session/intro.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/session/objlist.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/sharedcache.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/shortnames.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/sitemap.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/speed.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/spellfix1.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/sqlite.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/support.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/alter-table-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/analyze-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/attach-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/begin-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/column-constraint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/column-def.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/comment-syntax.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/commit-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/common-table-expression.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/compound-operator.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/compound-select-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/conflict-clause.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/create-index-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/create-table-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/create-trigger-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/create-view-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/create-virtual-table-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/cte-table-name.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/delete-stmt-limited.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/delete-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/detach-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/drop-index-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/drop-table-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/drop-trigger-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/drop-view-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/expr.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/factored-select-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/foreign-key-clause.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/indexed-column.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/insert-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/join-clause.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/join-constraint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/join-operator.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/literal-value.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/numeric-literal.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/ordering-term.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/pragma-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/pragma-value.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/qualified-table-name.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/raise-function.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/recursive-cte.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/reindex-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/release-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/result-column.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/rollback-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/savepoint-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/select-core.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/select-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/signed-number.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/simple-select-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/sql-stmt-list.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/sql-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/table-constraint.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/table-or-subquery.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/type-name.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/update-stmt-limited.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/update-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/vacuum-stmt.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntax/with-clause.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/syntaxdiagrams.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/tclsqlite.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/tempfiles.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/testing.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/th3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/threadsafe.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/transactional.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/unlock_notify.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/uri.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/vdbe.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/version3.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/vfs.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/vtab.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/wal.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/whentouse.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/withoutrowid.html
+file path=usr/share/doc/sqlite3/sqlite-doc-3080801/zeroconf.html
+file path=usr/share/doc/sqlite3/sqlite.html
+file path=usr/share/doc/sqlite3/support.html
+file path=usr/share/doc/sqlite3/syntax.html
+file path=usr/share/doc/sqlite3/syntax/alter-table-stmt.html
+file path=usr/share/doc/sqlite3/syntax/analyze-stmt.html
+file path=usr/share/doc/sqlite3/syntax/attach-stmt.html
+file path=usr/share/doc/sqlite3/syntax/begin-stmt.html
+file path=usr/share/doc/sqlite3/syntax/column-constraint.html
+file path=usr/share/doc/sqlite3/syntax/column-def.html
+file path=usr/share/doc/sqlite3/syntax/comment-syntax.html
+file path=usr/share/doc/sqlite3/syntax/commit-stmt.html
+file path=usr/share/doc/sqlite3/syntax/common-table-expression.html
+file path=usr/share/doc/sqlite3/syntax/compound-operator.html
+file path=usr/share/doc/sqlite3/syntax/compound-select-stmt.html
+file path=usr/share/doc/sqlite3/syntax/conflict-clause.html
+file path=usr/share/doc/sqlite3/syntax/create-index-stmt.html
+file path=usr/share/doc/sqlite3/syntax/create-table-stmt.html
+file path=usr/share/doc/sqlite3/syntax/create-trigger-stmt.html
+file path=usr/share/doc/sqlite3/syntax/create-view-stmt.html
+file path=usr/share/doc/sqlite3/syntax/create-virtual-table-stmt.html
+file path=usr/share/doc/sqlite3/syntax/cte-table-name.html
+file path=usr/share/doc/sqlite3/syntax/delete-stmt-limited.html
+file path=usr/share/doc/sqlite3/syntax/delete-stmt.html
+file path=usr/share/doc/sqlite3/syntax/detach-stmt.html
+file path=usr/share/doc/sqlite3/syntax/drop-index-stmt.html
+file path=usr/share/doc/sqlite3/syntax/drop-table-stmt.html
+file path=usr/share/doc/sqlite3/syntax/drop-trigger-stmt.html
+file path=usr/share/doc/sqlite3/syntax/drop-view-stmt.html
+file path=usr/share/doc/sqlite3/syntax/expr.html
+file path=usr/share/doc/sqlite3/syntax/factored-select-stmt.html
+file path=usr/share/doc/sqlite3/syntax/foreign-key-clause.html
+file path=usr/share/doc/sqlite3/syntax/indexed-column.html
+file path=usr/share/doc/sqlite3/syntax/insert-stmt.html
+file path=usr/share/doc/sqlite3/syntax/join-clause.html
+file path=usr/share/doc/sqlite3/syntax/join-constraint.html
+file path=usr/share/doc/sqlite3/syntax/join-operator.html
+file path=usr/share/doc/sqlite3/syntax/literal-value.html
+file path=usr/share/doc/sqlite3/syntax/numeric-literal.html
+file path=usr/share/doc/sqlite3/syntax/ordering-term.html
+file path=usr/share/doc/sqlite3/syntax/pragma-stmt.html
+file path=usr/share/doc/sqlite3/syntax/pragma-value.html
+file path=usr/share/doc/sqlite3/syntax/qualified-table-name.html
+file path=usr/share/doc/sqlite3/syntax/raise-function.html
+file path=usr/share/doc/sqlite3/syntax/recursive-cte.html
+file path=usr/share/doc/sqlite3/syntax/reindex-stmt.html
+file path=usr/share/doc/sqlite3/syntax/release-stmt.html
+file path=usr/share/doc/sqlite3/syntax/result-column.html
+file path=usr/share/doc/sqlite3/syntax/rollback-stmt.html
+file path=usr/share/doc/sqlite3/syntax/savepoint-stmt.html
+file path=usr/share/doc/sqlite3/syntax/select-core.html
+file path=usr/share/doc/sqlite3/syntax/select-stmt.html
+file path=usr/share/doc/sqlite3/syntax/signed-number.html
+file path=usr/share/doc/sqlite3/syntax/simple-select-stmt.html
+file path=usr/share/doc/sqlite3/syntax/sql-stmt-list.html
+file path=usr/share/doc/sqlite3/syntax/sql-stmt.html
+file path=usr/share/doc/sqlite3/syntax/table-constraint.html
+file path=usr/share/doc/sqlite3/syntax/table-or-subquery.html
+file path=usr/share/doc/sqlite3/syntax/type-name.html
+file path=usr/share/doc/sqlite3/syntax/update-stmt-limited.html
+file path=usr/share/doc/sqlite3/syntax/update-stmt.html
+file path=usr/share/doc/sqlite3/syntax/vacuum-stmt.html
+file path=usr/share/doc/sqlite3/syntax/with-clause.html
+file path=usr/share/doc/sqlite3/syntaxdiagrams.html
+file path=usr/share/doc/sqlite3/tclsqlite.html
+file path=usr/share/doc/sqlite3/tempfiles.html
+file path=usr/share/doc/sqlite3/testing.html
+file path=usr/share/doc/sqlite3/th3.html
+file path=usr/share/doc/sqlite3/threadsafe.html
+file path=usr/share/doc/sqlite3/transactional.html
+file path=usr/share/doc/sqlite3/unlock_notify.html
+file path=usr/share/doc/sqlite3/uri.html
+file path=usr/share/doc/sqlite3/vdbe.html
+file path=usr/share/doc/sqlite3/version3.html
+file path=usr/share/doc/sqlite3/vfs.html
+file path=usr/share/doc/sqlite3/vtab.html
+file path=usr/share/doc/sqlite3/wal.html
+file path=usr/share/doc/sqlite3/whentouse.html
+file path=usr/share/doc/sqlite3/withoutrowid.html
+file path=usr/share/doc/sqlite3/zeroconf.html
+license sqlite.license license="Public Domain"
+depend type=require fmri=database/sqlite-3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/sqlite-3.p5m	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,54 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/database/sqlite-3@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="SQL database engine library"
+set name=pkg.description \
+    value="SQLite is a self-contained, serverless, zero-configuration, transactional SQL database engine"
+set name=com.oracle.info.description value="SQL database engine library"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Databases
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/025
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/sqlite3
+file path=usr/include/sqlite3.h
+file path=usr/include/sqlite3ext.h
+link path=usr/lib/$(MACH64)/libsqlite3.so target=libsqlite3.so.0.8.6
+link path=usr/lib/$(MACH64)/libsqlite3.so.0 target=libsqlite3.so.0.8.6
+file path=usr/lib/$(MACH64)/libsqlite3.so.0.8.6
+file path=usr/lib/$(MACH64)/pkgconfig/sqlite3.pc
+link path=usr/lib/libsqlite3.so target=libsqlite3.so.0.8.6
+link path=usr/lib/libsqlite3.so.0 target=libsqlite3.so.0.8.6
+file path=usr/lib/libsqlite3.so.0.8.6
+file path=usr/lib/libsqlite3.so.0.8.6
+file path=usr/lib/pkgconfig/sqlite3.pc
+file path=usr/share/man/man1/sqlite3.1
+license sqlite.license license="Public Domain"
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/sqlite.license	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,24 @@
+SQLite is in the Public Domain
+
+The person or persons who have associated work with this document (the
+"Dedicator" or "Certifier") hereby either (a) certifies that, to the best of
+his knowledge, the work of authorship identified is in the public domain of the
+country from which the work is published, or (b) hereby dedicates whatever
+copyright the dedicators holds in the work of authorship identified below (the
+"Work") to the public domain. A certifier, moreover, dedicates any copyright
+interest he may have in the associated work, and for these purposes, is
+described as a "dedicator" below.  A certifier has taken reasonable steps to
+verify the copyright status of this work. Certifier recognizes that his good
+faith efforts may not shield him from liability if in fact the work certified
+is not in the public domain.  Dedicator makes this dedication for the benefit
+of the public at large and to the detriment of the Dedicator's heirs and
+successors. Dedicator intends this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights under copyright
+law, whether vested or contingent, in the Work. Dedicator understands that such
+relinquishment of all rights includes the relinquishment of all rights to
+enforce (by lawsuit or otherwise) those copyrights in the Work.  Dedicator
+recognizes that, once placed in the public domain, the Work may be freely
+reproduced, distributed, transmitted, used, modified, built upon, or otherwise
+exploited by anyone for any purpose, commercial or non-commercial, and in any
+way, including by methods that have not yet been invented or conceived.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sqlite-3/tcl-sqlite-3.p5m	Mon Dec 14 11:50:03 2015 -0800
@@ -0,0 +1,46 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/runtime/tcl-8/tcl-sqlite-3@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="SQL database engine library - tcl files"
+set name=pkg.description \
+    value="tcl files for SQLite which is a self-contained, serverless, zero-configuration, transactional SQL database engine"
+set name=com.oracle.info.description \
+    value="SQL database engine library - tcl files"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Databases
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/025
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file $(MACH64)/tea/libsqlite3.8.8.1.so \
+    path=usr/lib/tcl8.5/sqlite3.8.8.1/$(MACH64)/libsqlite3.8.8.1.so
+file $(MACH32)/tea/libsqlite3.8.8.1.so \
+    path=usr/lib/tcl8.5/sqlite3.8.8.1/libsqlite3.8.8.1.so
+file files/pkgIndex.tcl path=usr/lib/tcl8.5/sqlite3.8.8.1/pkgIndex.tcl
+license sqlite.license license="Public Domain"
+depend type=require fmri=database/sqlite-3