summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordholland <dholland>2010-11-15 20:27:03 +0000
committerdholland <dholland>2010-11-15 20:27:03 +0000
commit3539c12d22fd4883c35a7bd8e3a0c9bfc2f816e7 (patch)
tree603937f7ec6a0cd5e26753a2f464051cfe7950e6 /databases
parentc6988b0931f18abab28f74beba807b85a51b5548 (diff)
downloadpkgsrc-3539c12d22fd4883c35a7bd8e3a0c9bfc2f816e7.tar.gz
Add a package for the sqlite3 documentation, which is shipped
separately from the main library.
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3-docs/DESCR12
-rw-r--r--databases/sqlite3-docs/Makefile39
-rw-r--r--databases/sqlite3-docs/PLIST560
-rw-r--r--databases/sqlite3-docs/distinfo5
4 files changed, 616 insertions, 0 deletions
diff --git a/databases/sqlite3-docs/DESCR b/databases/sqlite3-docs/DESCR
new file mode 100644
index 00000000000..4304654ef19
--- /dev/null
+++ b/databases/sqlite3-docs/DESCR
@@ -0,0 +1,12 @@
+SQLite is a C library that implements an SQL database engine. Programs
+that link with the SQLite library can have SQL database access without
+running a separate RDBMS process. The distribution comes with a standalone
+command-line access program (sqlite) that can be used to administer an
+SQLite database and which serves as an example of how to use the SQLite
+library.
+
+SQLite is not a client library used to connect to a big database server.
+SQLite is the server. The SQLite library reads and writes directly to and
+from the database files on disk.
+
+This package contains the documentation, which is shipped separately.
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
new file mode 100644
index 00000000000..653d1e0ea65
--- /dev/null
+++ b/databases/sqlite3-docs/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/11/15 20:27:03 dholland Exp $
+
+DISTNAME= sqlite_docs_3_7_3
+PKGNAME= sqlite3-docs-3.7.3
+CATEGORIES= databases
+MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
+ http://www.sqlite.org/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sqlite.org/
+COMMENT= SQL Database Engine in a C Library (docs package)
+# "Portions of the documentation and some code used as part of the
+# build process might fall under other licenses. We do not worry
+# about the licensing of the documentation and build code so much
+# because none of these things are part of the core deliverable SQLite
+# library."
+LICENSE= public-domain
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR}/sqlite-3_7_3-docs
+USE_LANGUAGES= # none
+USE_TOOLS+= find xargs pax
+
+DOCDIR= share/doc/sqlite3
+INSTALLATION_DIRS+= ${DOCDIR}
+
+post-extract:
+ find ${WRKSRC} -type f -print | xargs chmod 644
+ find ${WRKSRC} -type d -print | xargs chmod 755
+
+do-build:
+ ${TRUE}
+
+do-install:
+ cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
new file mode 100644
index 00000000000..1264b80b37f
--- /dev/null
+++ b/databases/sqlite3-docs/PLIST
@@ -0,0 +1,560 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/15 20:27:06 dholland Exp $
+share/doc/sqlite3/34to35.html
+share/doc/sqlite3/35to36.html
+share/doc/sqlite3/about.html
+share/doc/sqlite3/amalgamation.html
+share/doc/sqlite3/arch.html
+share/doc/sqlite3/asyncvfs.html
+share/doc/sqlite3/atomiccommit.html
+share/doc/sqlite3/autoinc.html
+share/doc/sqlite3/backup.html
+share/doc/sqlite3/books.html
+share/doc/sqlite3/btreemodule.html
+share/doc/sqlite3/c3ref/aggregate_context.html
+share/doc/sqlite3/c3ref/aggregate_count.html
+share/doc/sqlite3/c3ref/auto_extension.html
+share/doc/sqlite3/c3ref/backup.html
+share/doc/sqlite3/c3ref/backup_finish.html
+share/doc/sqlite3/c3ref/bind_blob.html
+share/doc/sqlite3/c3ref/bind_parameter_count.html
+share/doc/sqlite3/c3ref/bind_parameter_index.html
+share/doc/sqlite3/c3ref/bind_parameter_name.html
+share/doc/sqlite3/c3ref/blob.html
+share/doc/sqlite3/c3ref/blob_bytes.html
+share/doc/sqlite3/c3ref/blob_close.html
+share/doc/sqlite3/c3ref/blob_open.html
+share/doc/sqlite3/c3ref/blob_read.html
+share/doc/sqlite3/c3ref/blob_write.html
+share/doc/sqlite3/c3ref/busy_handler.html
+share/doc/sqlite3/c3ref/busy_timeout.html
+share/doc/sqlite3/c3ref/c_abort.html
+share/doc/sqlite3/c3ref/c_access_exists.html
+share/doc/sqlite3/c3ref/c_alter_table.html
+share/doc/sqlite3/c3ref/c_any.html
+share/doc/sqlite3/c3ref/c_blob.html
+share/doc/sqlite3/c3ref/c_busy_recovery.html
+share/doc/sqlite3/c3ref/c_config_getmalloc.html
+share/doc/sqlite3/c3ref/c_dbconfig_lookaside.html
+share/doc/sqlite3/c3ref/c_dbstatus_cache_used.html
+share/doc/sqlite3/c3ref/c_deny.html
+share/doc/sqlite3/c3ref/c_fcntl_chunk_size.html
+share/doc/sqlite3/c3ref/c_index_constraint_eq.html
+share/doc/sqlite3/c3ref/c_iocap_atomic.html
+share/doc/sqlite3/c3ref/c_limit_attached.html
+share/doc/sqlite3/c3ref/c_lock_exclusive.html
+share/doc/sqlite3/c3ref/c_mutex_fast.html
+share/doc/sqlite3/c3ref/c_open_autoproxy.html
+share/doc/sqlite3/c3ref/c_shm_exclusive.html
+share/doc/sqlite3/c3ref/c_shm_nlock.html
+share/doc/sqlite3/c3ref/c_source_id.html
+share/doc/sqlite3/c3ref/c_static.html
+share/doc/sqlite3/c3ref/c_status_malloc_count.html
+share/doc/sqlite3/c3ref/c_stmtstatus_autoindex.html
+share/doc/sqlite3/c3ref/c_sync_dataonly.html
+share/doc/sqlite3/c3ref/c_testctrl_always.html
+share/doc/sqlite3/c3ref/changes.html
+share/doc/sqlite3/c3ref/clear_bindings.html
+share/doc/sqlite3/c3ref/close.html
+share/doc/sqlite3/c3ref/collation_needed.html
+share/doc/sqlite3/c3ref/column_blob.html
+share/doc/sqlite3/c3ref/column_count.html
+share/doc/sqlite3/c3ref/column_database_name.html
+share/doc/sqlite3/c3ref/column_decltype.html
+share/doc/sqlite3/c3ref/column_name.html
+share/doc/sqlite3/c3ref/commit_hook.html
+share/doc/sqlite3/c3ref/compileoption_get.html
+share/doc/sqlite3/c3ref/complete.html
+share/doc/sqlite3/c3ref/config.html
+share/doc/sqlite3/c3ref/constlist.html
+share/doc/sqlite3/c3ref/context.html
+share/doc/sqlite3/c3ref/context_db_handle.html
+share/doc/sqlite3/c3ref/create_collation.html
+share/doc/sqlite3/c3ref/create_function.html
+share/doc/sqlite3/c3ref/create_module.html
+share/doc/sqlite3/c3ref/data_count.html
+share/doc/sqlite3/c3ref/db_config.html
+share/doc/sqlite3/c3ref/db_handle.html
+share/doc/sqlite3/c3ref/db_mutex.html
+share/doc/sqlite3/c3ref/db_status.html
+share/doc/sqlite3/c3ref/declare_vtab.html
+share/doc/sqlite3/c3ref/enable_load_extension.html
+share/doc/sqlite3/c3ref/enable_shared_cache.html
+share/doc/sqlite3/c3ref/errcode.html
+share/doc/sqlite3/c3ref/exec.html
+share/doc/sqlite3/c3ref/experimental.html
+share/doc/sqlite3/c3ref/extended_result_codes.html
+share/doc/sqlite3/c3ref/file.html
+share/doc/sqlite3/c3ref/file_control.html
+share/doc/sqlite3/c3ref/finalize.html
+share/doc/sqlite3/c3ref/free.html
+share/doc/sqlite3/c3ref/free_table.html
+share/doc/sqlite3/c3ref/funclist.html
+share/doc/sqlite3/c3ref/get_autocommit.html
+share/doc/sqlite3/c3ref/get_auxdata.html
+share/doc/sqlite3/c3ref/index_info.html
+share/doc/sqlite3/c3ref/initialize.html
+share/doc/sqlite3/c3ref/int64.html
+share/doc/sqlite3/c3ref/interrupt.html
+share/doc/sqlite3/c3ref/intro.html
+share/doc/sqlite3/c3ref/io_methods.html
+share/doc/sqlite3/c3ref/last_insert_rowid.html
+share/doc/sqlite3/c3ref/libversion.html
+share/doc/sqlite3/c3ref/limit.html
+share/doc/sqlite3/c3ref/load_extension.html
+share/doc/sqlite3/c3ref/log.html
+share/doc/sqlite3/c3ref/mem_methods.html
+share/doc/sqlite3/c3ref/memory_highwater.html
+share/doc/sqlite3/c3ref/module.html
+share/doc/sqlite3/c3ref/mprintf.html
+share/doc/sqlite3/c3ref/mutex.html
+share/doc/sqlite3/c3ref/mutex_alloc.html
+share/doc/sqlite3/c3ref/mutex_held.html
+share/doc/sqlite3/c3ref/mutex_methods.html
+share/doc/sqlite3/c3ref/next_stmt.html
+share/doc/sqlite3/c3ref/objlist.html
+share/doc/sqlite3/c3ref/open.html
+share/doc/sqlite3/c3ref/overload_function.html
+share/doc/sqlite3/c3ref/pcache.html
+share/doc/sqlite3/c3ref/pcache_methods.html
+share/doc/sqlite3/c3ref/prepare.html
+share/doc/sqlite3/c3ref/profile.html
+share/doc/sqlite3/c3ref/progress_handler.html
+share/doc/sqlite3/c3ref/randomness.html
+share/doc/sqlite3/c3ref/release_memory.html
+share/doc/sqlite3/c3ref/reset.html
+share/doc/sqlite3/c3ref/reset_auto_extension.html
+share/doc/sqlite3/c3ref/result_blob.html
+share/doc/sqlite3/c3ref/set_authorizer.html
+share/doc/sqlite3/c3ref/sleep.html
+share/doc/sqlite3/c3ref/soft_heap_limit.html
+share/doc/sqlite3/c3ref/soft_heap_limit64.html
+share/doc/sqlite3/c3ref/sql.html
+share/doc/sqlite3/c3ref/sqlite3.html
+share/doc/sqlite3/c3ref/status.html
+share/doc/sqlite3/c3ref/step.html
+share/doc/sqlite3/c3ref/stmt.html
+share/doc/sqlite3/c3ref/stmt_status.html
+share/doc/sqlite3/c3ref/strnicmp.html
+share/doc/sqlite3/c3ref/table_column_metadata.html
+share/doc/sqlite3/c3ref/temp_directory.html
+share/doc/sqlite3/c3ref/test_control.html
+share/doc/sqlite3/c3ref/threadsafe.html
+share/doc/sqlite3/c3ref/total_changes.html
+share/doc/sqlite3/c3ref/unlock_notify.html
+share/doc/sqlite3/c3ref/update_hook.html
+share/doc/sqlite3/c3ref/user_data.html
+share/doc/sqlite3/c3ref/value.html
+share/doc/sqlite3/c3ref/value_blob.html
+share/doc/sqlite3/c3ref/vfs.html
+share/doc/sqlite3/c3ref/vfs_find.html
+share/doc/sqlite3/c3ref/vtab.html
+share/doc/sqlite3/c3ref/vtab_cursor.html
+share/doc/sqlite3/c3ref/wal_autocheckpoint.html
+share/doc/sqlite3/c3ref/wal_checkpoint.html
+share/doc/sqlite3/c3ref/wal_hook.html
+share/doc/sqlite3/c_interface.html
+share/doc/sqlite3/capi3.html
+share/doc/sqlite3/capi3ref.html
+share/doc/sqlite3/changes.html
+share/doc/sqlite3/cintro.html
+share/doc/sqlite3/compile.html
+share/doc/sqlite3/conflict.html
+share/doc/sqlite3/consortium.html
+share/doc/sqlite3/consortium_agreement-20071201.html
+share/doc/sqlite3/copyright-release.html
+share/doc/sqlite3/copyright-release.pdf
+share/doc/sqlite3/copyright.html
+share/doc/sqlite3/crew.html
+share/doc/sqlite3/custombuild.html
+share/doc/sqlite3/cvstrac.css
+share/doc/sqlite3/datatype3.html
+share/doc/sqlite3/datatypes.html
+share/doc/sqlite3/dev.html
+share/doc/sqlite3/different.html
+share/doc/sqlite3/doc_backlink_crossref.html
+share/doc/sqlite3/doc_keyword_crossref.html
+share/doc/sqlite3/doc_pagelink_crossref.html
+share/doc/sqlite3/doc_target_crossref.html
+share/doc/sqlite3/doclist.html
+share/doc/sqlite3/docs.html
+share/doc/sqlite3/download.html
+share/doc/sqlite3/famous.html
+share/doc/sqlite3/faq.html
+share/doc/sqlite3/favicon.ico
+share/doc/sqlite3/features.html
+share/doc/sqlite3/fileformat.html
+share/doc/sqlite3/fileformat2.html
+share/doc/sqlite3/fileio.html
+share/doc/sqlite3/foreignkeys.html
+share/doc/sqlite3/formatchng.html
+share/doc/sqlite3/fts3.html
+share/doc/sqlite3/howtocompile.html
+share/doc/sqlite3/images/2005osaward.gif
+share/doc/sqlite3/images/SQLite.gif
+share/doc/sqlite3/images/SQLite_big.gif
+share/doc/sqlite3/images/ac/commit-0.gif
+share/doc/sqlite3/images/ac/commit-1.gif
+share/doc/sqlite3/images/ac/commit-2.gif
+share/doc/sqlite3/images/ac/commit-3.gif
+share/doc/sqlite3/images/ac/commit-4.gif
+share/doc/sqlite3/images/ac/commit-5.gif
+share/doc/sqlite3/images/ac/commit-6.gif
+share/doc/sqlite3/images/ac/commit-7.gif
+share/doc/sqlite3/images/ac/commit-8.gif
+share/doc/sqlite3/images/ac/commit-9.gif
+share/doc/sqlite3/images/ac/commit-A.gif
+share/doc/sqlite3/images/ac/commit-B.gif
+share/doc/sqlite3/images/ac/multi-0.gif
+share/doc/sqlite3/images/ac/multi-1.gif
+share/doc/sqlite3/images/ac/multi-2.gif
+share/doc/sqlite3/images/ac/multi-3.gif
+share/doc/sqlite3/images/ac/multi-4.gif
+share/doc/sqlite3/images/ac/multi-5.gif
+share/doc/sqlite3/images/ac/rollback-0.gif
+share/doc/sqlite3/images/ac/rollback-1.gif
+share/doc/sqlite3/images/ac/rollback-2.gif
+share/doc/sqlite3/images/ac/rollback-3.gif
+share/doc/sqlite3/images/ac/rollback-4.gif
+share/doc/sqlite3/images/ac/rollback-5.gif
+share/doc/sqlite3/images/arch.gif
+share/doc/sqlite3/images/arch.png
+share/doc/sqlite3/images/arch2.gif
+share/doc/sqlite3/images/books/droessler.jpg
+share/doc/sqlite3/images/books/haldar.gif
+share/doc/sqlite3/images/books/kreibich.gif
+share/doc/sqlite3/images/books/newman.jpg
+share/doc/sqlite3/images/books/nishizawa2.jpg
+share/doc/sqlite3/images/books/owens.jpg
+share/doc/sqlite3/images/books/symbiansql.jpg
+share/doc/sqlite3/images/books/vanderLans.jpg
+share/doc/sqlite3/images/btreemodule_balance_deeper.svg
+share/doc/sqlite3/images/btreemodule_balance_quick.svg
+share/doc/sqlite3/images/btreemodule_balance_shallower.svg
+share/doc/sqlite3/images/btreemodule_delete1.svg
+share/doc/sqlite3/images/btreemodule_overview.svg
+share/doc/sqlite3/images/chw.jpg
+share/doc/sqlite3/images/dan1.jpg
+share/doc/sqlite3/images/direct1b.gif
+share/doc/sqlite3/images/drh1.jpg
+share/doc/sqlite3/images/fileformat/db_connection.gif
+share/doc/sqlite3/images/fileformat/examplepop.gif
+share/doc/sqlite3/images/fileformat/fileio_diagrams.odg
+share/doc/sqlite3/images/fileformat/filesystem1.gif
+share/doc/sqlite3/images/fileformat/filesystem2.gif
+share/doc/sqlite3/images/fileformat/freelistpage.gif
+share/doc/sqlite3/images/fileformat/indexlongrecord.gif
+share/doc/sqlite3/images/fileformat/indexpage.gif
+share/doc/sqlite3/images/fileformat/indexpage.odg
+share/doc/sqlite3/images/fileformat/indexshortrecord.gif
+share/doc/sqlite3/images/fileformat/indextree.gif
+share/doc/sqlite3/images/fileformat/journal_format.gif
+share/doc/sqlite3/images/fileformat/journal_header.gif
+share/doc/sqlite3/images/fileformat/journal_record.gif
+share/doc/sqlite3/images/fileformat/master_journal_ptr.gif
+share/doc/sqlite3/images/fileformat/overflowpage.gif
+share/doc/sqlite3/images/fileformat/pointermapentry.gif
+share/doc/sqlite3/images/fileformat/recordformat.gif
+share/doc/sqlite3/images/fileformat/rtdocs.css
+share/doc/sqlite3/images/fileformat/rtdocs.js
+share/doc/sqlite3/images/fileformat/tablelongrecord.gif
+share/doc/sqlite3/images/fileformat/tablenodecell.gif
+share/doc/sqlite3/images/fileformat/tableshortrecord.gif
+share/doc/sqlite3/images/fileformat/tabletree.gif
+share/doc/sqlite3/images/fileformat/vfs_role.gif
+share/doc/sqlite3/images/fileformat/write_transaction.gif
+share/doc/sqlite3/images/foreignlogos/adobe-logo.gif
+share/doc/sqlite3/images/foreignlogos/adobe.gif
+share/doc/sqlite3/images/foreignlogos/apple.gif
+share/doc/sqlite3/images/foreignlogos/bloomberg.gif
+share/doc/sqlite3/images/foreignlogos/dropbox.gif
+share/doc/sqlite3/images/foreignlogos/firefox.gif
+share/doc/sqlite3/images/foreignlogos/ge.gif
+share/doc/sqlite3/images/foreignlogos/google.gif
+share/doc/sqlite3/images/foreignlogos/mcaffee.gif
+share/doc/sqlite3/images/foreignlogos/microsoft.gif
+share/doc/sqlite3/images/foreignlogos/monotone.gif
+share/doc/sqlite3/images/foreignlogos/mozilla.gif
+share/doc/sqlite3/images/foreignlogos/oracle.gif
+share/doc/sqlite3/images/foreignlogos/philips.gif
+share/doc/sqlite3/images/foreignlogos/php.gif
+share/doc/sqlite3/images/foreignlogos/python.gif
+share/doc/sqlite3/images/foreignlogos/realbasic.gif
+share/doc/sqlite3/images/foreignlogos/skype.gif
+share/doc/sqlite3/images/foreignlogos/sony.gif
+share/doc/sqlite3/images/foreignlogos/sunmicro.gif
+share/doc/sqlite3/images/foreignlogos/symbian.gif
+share/doc/sqlite3/images/foreignlogos/toshiba.gif
+share/doc/sqlite3/images/fts3_doclist.png
+share/doc/sqlite3/images/fts3_doclist.svg
+share/doc/sqlite3/images/fts3_doclist2.png
+share/doc/sqlite3/images/fts3_doclist2.svg
+share/doc/sqlite3/images/fts3_interior_node.png
+share/doc/sqlite3/images/fts3_interior_node.svg
+share/doc/sqlite3/images/fts3_leaf_node.png
+share/doc/sqlite3/images/fts3_leaf_node.svg
+share/doc/sqlite3/images/fullscanb.gif
+share/doc/sqlite3/images/harmony.gif
+share/doc/sqlite3/images/index-ex1-x-b.gif
+share/doc/sqlite3/images/indirect1b1.gif
+share/doc/sqlite3/images/ne.gif
+share/doc/sqlite3/images/ne.png
+share/doc/sqlite3/images/nocopy.gif
+share/doc/sqlite3/images/nw.gif
+share/doc/sqlite3/images/nw.png
+share/doc/sqlite3/images/powered_by_sqlite.gif
+share/doc/sqlite3/images/private_branch.gif
+share/doc/sqlite3/images/qp/fruitobstate.gif
+share/doc/sqlite3/images/qp/fruitobstate0.gif
+share/doc/sqlite3/images/qp/fullscan.gif
+share/doc/sqlite3/images/qp/grab.sh
+share/doc/sqlite3/images/qp/idx1.gif
+share/doc/sqlite3/images/qp/idx1lu1.gif
+share/doc/sqlite3/images/qp/idx1lu2.gif
+share/doc/sqlite3/images/qp/idx1lu3.gif
+share/doc/sqlite3/images/qp/idx2.gif
+share/doc/sqlite3/images/qp/idx2lu1.gif
+share/doc/sqlite3/images/qp/idx3.gif
+share/doc/sqlite3/images/qp/idx3lu1.gif
+share/doc/sqlite3/images/qp/idx3lu2.gif
+share/doc/sqlite3/images/qp/idx4.gif
+share/doc/sqlite3/images/qp/idx4lu1.gif
+share/doc/sqlite3/images/qp/obfruitidx1.gif
+share/doc/sqlite3/images/qp/obfruitidx4.gif
+share/doc/sqlite3/images/qp/obfruitnoidx.gif
+share/doc/sqlite3/images/qp/obrowid.gif
+share/doc/sqlite3/images/qp/orquery.gif
+share/doc/sqlite3/images/qp/rowidlu.gif
+share/doc/sqlite3/images/qp/tab.gif
+share/doc/sqlite3/images/se.gif
+share/doc/sqlite3/images/se.png
+share/doc/sqlite3/images/shane1.jpg
+share/doc/sqlite3/images/shared.gif
+share/doc/sqlite3/images/sqlite370.eps
+share/doc/sqlite3/images/sqlite370.jpg
+share/doc/sqlite3/images/sqlite370_banner.gif
+share/doc/sqlite3/images/src_logo.gif
+share/doc/sqlite3/images/sw.gif
+share/doc/sqlite3/images/sw.png
+share/doc/sqlite3/images/syntax/alter-table-stmt.gif
+share/doc/sqlite3/images/syntax/analyze-stmt.gif
+share/doc/sqlite3/images/syntax/attach-stmt.gif
+share/doc/sqlite3/images/syntax/begin-stmt.gif
+share/doc/sqlite3/images/syntax/column-constraint.gif
+share/doc/sqlite3/images/syntax/column-def.gif
+share/doc/sqlite3/images/syntax/comment-syntax.gif
+share/doc/sqlite3/images/syntax/commit-stmt.gif
+share/doc/sqlite3/images/syntax/compound-operator.gif
+share/doc/sqlite3/images/syntax/conflict-clause.gif
+share/doc/sqlite3/images/syntax/create-index-stmt.gif
+share/doc/sqlite3/images/syntax/create-table-stmt.gif
+share/doc/sqlite3/images/syntax/create-trigger-stmt.gif
+share/doc/sqlite3/images/syntax/create-view-stmt.gif
+share/doc/sqlite3/images/syntax/create-virtual-table-stmt.gif
+share/doc/sqlite3/images/syntax/delete-stmt-limited.gif
+share/doc/sqlite3/images/syntax/delete-stmt.gif
+share/doc/sqlite3/images/syntax/detach-stmt.gif
+share/doc/sqlite3/images/syntax/drop-index-stmt.gif
+share/doc/sqlite3/images/syntax/drop-table-stmt.gif
+share/doc/sqlite3/images/syntax/drop-trigger-stmt.gif
+share/doc/sqlite3/images/syntax/drop-view-stmt.gif
+share/doc/sqlite3/images/syntax/expr.gif
+share/doc/sqlite3/images/syntax/floating-point-literal.gif
+share/doc/sqlite3/images/syntax/foreign-key-clause.gif
+share/doc/sqlite3/images/syntax/foreign-key-clause2.gif
+share/doc/sqlite3/images/syntax/indexed-column.gif
+share/doc/sqlite3/images/syntax/insert-stmt.gif
+share/doc/sqlite3/images/syntax/join-constraint.gif
+share/doc/sqlite3/images/syntax/join-op.gif
+share/doc/sqlite3/images/syntax/join-source.gif
+share/doc/sqlite3/images/syntax/literal-value.gif
+share/doc/sqlite3/images/syntax/numeric-literal.gif
+share/doc/sqlite3/images/syntax/ordering-term.gif
+share/doc/sqlite3/images/syntax/pragma-stmt.gif
+share/doc/sqlite3/images/syntax/pragma-value.gif
+share/doc/sqlite3/images/syntax/qualified-table-name.gif
+share/doc/sqlite3/images/syntax/raise-function.gif
+share/doc/sqlite3/images/syntax/reindex-stmt.gif
+share/doc/sqlite3/images/syntax/release-stmt.gif
+share/doc/sqlite3/images/syntax/result-column.gif
+share/doc/sqlite3/images/syntax/rollback-stmt.gif
+share/doc/sqlite3/images/syntax/savepoint-stmt.gif
+share/doc/sqlite3/images/syntax/select-core.gif
+share/doc/sqlite3/images/syntax/select-stmt.gif
+share/doc/sqlite3/images/syntax/signed-number.gif
+share/doc/sqlite3/images/syntax/single-source.gif
+share/doc/sqlite3/images/syntax/sql-stmt-list.gif
+share/doc/sqlite3/images/syntax/sql-stmt.gif
+share/doc/sqlite3/images/syntax/table-constraint.gif
+share/doc/sqlite3/images/syntax/type-name.gif
+share/doc/sqlite3/images/syntax/update-stmt-limited.gif
+share/doc/sqlite3/images/syntax/update-stmt.gif
+share/doc/sqlite3/images/syntax/vacuum-stmt.gif
+share/doc/sqlite3/images/table-ex1b2.gif
+share/doc/sqlite3/images/x.gif
+share/doc/sqlite3/index.html
+share/doc/sqlite3/inmemorydb.html
+share/doc/sqlite3/keyword_index.html
+share/doc/sqlite3/lang.html
+share/doc/sqlite3/lang_aggfunc.html
+share/doc/sqlite3/lang_altertable.html
+share/doc/sqlite3/lang_analyze.html
+share/doc/sqlite3/lang_attach.html
+share/doc/sqlite3/lang_comment.html
+share/doc/sqlite3/lang_conflict.html
+share/doc/sqlite3/lang_corefunc.html
+share/doc/sqlite3/lang_createindex.html
+share/doc/sqlite3/lang_createtable.html
+share/doc/sqlite3/lang_createtrigger.html
+share/doc/sqlite3/lang_createview.html
+share/doc/sqlite3/lang_createvtab.html
+share/doc/sqlite3/lang_datefunc.html
+share/doc/sqlite3/lang_delete.html
+share/doc/sqlite3/lang_detach.html
+share/doc/sqlite3/lang_dropindex.html
+share/doc/sqlite3/lang_droptable.html
+share/doc/sqlite3/lang_droptrigger.html
+share/doc/sqlite3/lang_dropview.html
+share/doc/sqlite3/lang_explain.html
+share/doc/sqlite3/lang_expr.html
+share/doc/sqlite3/lang_indexedby.html
+share/doc/sqlite3/lang_insert.html
+share/doc/sqlite3/lang_keywords.html
+share/doc/sqlite3/lang_reindex.html
+share/doc/sqlite3/lang_replace.html
+share/doc/sqlite3/lang_savepoint.html
+share/doc/sqlite3/lang_select.html
+share/doc/sqlite3/lang_transaction.html
+share/doc/sqlite3/lang_update.html
+share/doc/sqlite3/lang_vacuum.html
+share/doc/sqlite3/limits.html
+share/doc/sqlite3/lockingv3.html
+share/doc/sqlite3/malloc.html
+share/doc/sqlite3/mingw.html
+share/doc/sqlite3/mostdeployed.html
+share/doc/sqlite3/news.html
+share/doc/sqlite3/nulls.html
+share/doc/sqlite3/oldnews.html
+share/doc/sqlite3/omitted.html
+share/doc/sqlite3/onefile.html
+share/doc/sqlite3/opcode.html
+share/doc/sqlite3/optoverview.html
+share/doc/sqlite3/pragma.html
+share/doc/sqlite3/pressrelease-20071212.html
+share/doc/sqlite3/privatebranch.html
+share/doc/sqlite3/queryplanner.html
+share/doc/sqlite3/quickstart.html
+share/doc/sqlite3/releaselog/3_0_0.html
+share/doc/sqlite3/releaselog/3_0_1.html
+share/doc/sqlite3/releaselog/3_0_2.html
+share/doc/sqlite3/releaselog/3_0_3.html
+share/doc/sqlite3/releaselog/3_0_4.html
+share/doc/sqlite3/releaselog/3_0_5.html
+share/doc/sqlite3/releaselog/3_0_6.html
+share/doc/sqlite3/releaselog/3_0_7.html
+share/doc/sqlite3/releaselog/3_0_8.html
+share/doc/sqlite3/releaselog/3_1_0.html
+share/doc/sqlite3/releaselog/3_1_1.html
+share/doc/sqlite3/releaselog/3_1_2.html
+share/doc/sqlite3/releaselog/3_1_3.html
+share/doc/sqlite3/releaselog/3_1_4.html
+share/doc/sqlite3/releaselog/3_1_5.html
+share/doc/sqlite3/releaselog/3_1_6.html
+share/doc/sqlite3/releaselog/3_2_0.html
+share/doc/sqlite3/releaselog/3_2_1.html
+share/doc/sqlite3/releaselog/3_2_2.html
+share/doc/sqlite3/releaselog/3_2_3.html
+share/doc/sqlite3/releaselog/3_2_4.html
+share/doc/sqlite3/releaselog/3_2_5.html
+share/doc/sqlite3/releaselog/3_2_6.html
+share/doc/sqlite3/releaselog/3_2_7.html
+share/doc/sqlite3/releaselog/3_2_8.html
+share/doc/sqlite3/releaselog/3_3_0.html
+share/doc/sqlite3/releaselog/3_3_1.html
+share/doc/sqlite3/releaselog/3_3_10.html
+share/doc/sqlite3/releaselog/3_3_11.html
+share/doc/sqlite3/releaselog/3_3_12.html
+share/doc/sqlite3/releaselog/3_3_13.html
+share/doc/sqlite3/releaselog/3_3_14.html
+share/doc/sqlite3/releaselog/3_3_15.html
+share/doc/sqlite3/releaselog/3_3_16.html
+share/doc/sqlite3/releaselog/3_3_17.html
+share/doc/sqlite3/releaselog/3_3_2.html
+share/doc/sqlite3/releaselog/3_3_3.html
+share/doc/sqlite3/releaselog/3_3_4.html
+share/doc/sqlite3/releaselog/3_3_5.html
+share/doc/sqlite3/releaselog/3_3_6.html
+share/doc/sqlite3/releaselog/3_3_7.html
+share/doc/sqlite3/releaselog/3_3_8.html
+share/doc/sqlite3/releaselog/3_3_9.html
+share/doc/sqlite3/releaselog/3_4_0.html
+share/doc/sqlite3/releaselog/3_4_1.html
+share/doc/sqlite3/releaselog/3_4_2.html
+share/doc/sqlite3/releaselog/3_5_0.html
+share/doc/sqlite3/releaselog/3_5_1.html
+share/doc/sqlite3/releaselog/3_5_2.html
+share/doc/sqlite3/releaselog/3_5_3.html
+share/doc/sqlite3/releaselog/3_5_4.html
+share/doc/sqlite3/releaselog/3_5_5.html
+share/doc/sqlite3/releaselog/3_5_6.html
+share/doc/sqlite3/releaselog/3_5_7.html
+share/doc/sqlite3/releaselog/3_5_8.html
+share/doc/sqlite3/releaselog/3_5_9.html
+share/doc/sqlite3/releaselog/3_6_0.html
+share/doc/sqlite3/releaselog/3_6_1.html
+share/doc/sqlite3/releaselog/3_6_10.html
+share/doc/sqlite3/releaselog/3_6_11.html
+share/doc/sqlite3/releaselog/3_6_12.html
+share/doc/sqlite3/releaselog/3_6_13.html
+share/doc/sqlite3/releaselog/3_6_14.html
+share/doc/sqlite3/releaselog/3_6_14_1.html
+share/doc/sqlite3/releaselog/3_6_14_2.html
+share/doc/sqlite3/releaselog/3_6_15.html
+share/doc/sqlite3/releaselog/3_6_16.html
+share/doc/sqlite3/releaselog/3_6_16_1.html
+share/doc/sqlite3/releaselog/3_6_17.html
+share/doc/sqlite3/releaselog/3_6_18.html
+share/doc/sqlite3/releaselog/3_6_19.html
+share/doc/sqlite3/releaselog/3_6_2.html
+share/doc/sqlite3/releaselog/3_6_20.html
+share/doc/sqlite3/releaselog/3_6_21.html
+share/doc/sqlite3/releaselog/3_6_22.html
+share/doc/sqlite3/releaselog/3_6_23.html
+share/doc/sqlite3/releaselog/3_6_23_1.html
+share/doc/sqlite3/releaselog/3_6_3.html
+share/doc/sqlite3/releaselog/3_6_4.html
+share/doc/sqlite3/releaselog/3_6_5.html
+share/doc/sqlite3/releaselog/3_6_6.html
+share/doc/sqlite3/releaselog/3_6_6_1.html
+share/doc/sqlite3/releaselog/3_6_6_2.html
+share/doc/sqlite3/releaselog/3_6_7.html
+share/doc/sqlite3/releaselog/3_6_8.html
+share/doc/sqlite3/releaselog/3_6_9.html
+share/doc/sqlite3/releaselog/3_7_0.html
+share/doc/sqlite3/releaselog/3_7_0_1.html
+share/doc/sqlite3/releaselog/3_7_1.html
+share/doc/sqlite3/releaselog/3_7_2.html
+share/doc/sqlite3/releaselog/3_7_3.html
+share/doc/sqlite3/requirements.html
+share/doc/sqlite3/robots.txt
+share/doc/sqlite3/rtree.html
+share/doc/sqlite3/selfcontained.html
+share/doc/sqlite3/serverless.html
+share/doc/sqlite3/sharedcache.html
+share/doc/sqlite3/sitemap.html
+share/doc/sqlite3/speed.html
+share/doc/sqlite3/sqlite.html
+share/doc/sqlite3/support.html
+share/doc/sqlite3/syntaxdiagrams.html
+share/doc/sqlite3/tclsqlite.html
+share/doc/sqlite3/tempfiles.html
+share/doc/sqlite3/testing.html
+share/doc/sqlite3/th3.html
+share/doc/sqlite3/threadsafe.html
+share/doc/sqlite3/transactional.html
+share/doc/sqlite3/unlock_notify.html
+share/doc/sqlite3/vdbe.html
+share/doc/sqlite3/version3.html
+share/doc/sqlite3/vtab.html
+share/doc/sqlite3/wal.html
+share/doc/sqlite3/whentouse.html
+share/doc/sqlite3/zeroconf.html
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
new file mode 100644
index 00000000000..44d1061e87a
--- /dev/null
+++ b/databases/sqlite3-docs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/11/15 20:27:06 dholland Exp $
+
+SHA1 (sqlite_docs_3_7_3.zip) = 49ef65bfd52f9dc275dd94c3cf10c5720c2de7e5
+RMD160 (sqlite_docs_3_7_3.zip) = f44e79c0b299942c1351765c6cd5ac693261e3ed
+Size (sqlite_docs_3_7_3.zip) = 3277639 bytes