summaryrefslogtreecommitdiff
path: root/databases/couchdb/PLIST
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-11-16 15:59:28 +0000
committerfhajny <fhajny>2016-11-16 15:59:28 +0000
commitd004f39b0c7164453d2c410e96d1bff7f9e5c241 (patch)
tree564c81a5048dcdcb54dd90b7e90ef5036796120b /databases/couchdb/PLIST
parent6f8379d994041b00c51828198289dec370ca7696 (diff)
downloadpkgsrc-d004f39b0c7164453d2c410e96d1bff7f9e5c241.tar.gz
Update databases/couchdb to 2.0.0.
- The build system embeds the Erlang VM into the package, which means that the PLIST may differ across build systems. Hence why we use a semi-dynamic PLIST here. - That also means that lang/erlang is now a build dependency only. - Include a couch-epmd service for the Erlang Port Mapper Daemon using the embedded binary. - Basic RCD script added. Upstream changes since 1.6.x: - Native clustering is now supported. Rather than use CouchDB replication between multiple, distinct CouchDB servers, configure a cluster of CouchDB nodes. - Futon replaced by brand-new, completely re-engineered Fauxton interface. URL remains the same. - The new Mango Query Server provides a simple JSON-based way to perform CouchDB queries without JavaScript or MapReduce. - Mango selectors can be used in _changes feeds instead of JavaScript MapReduce filters. Mango has been tested to be up to an order of magnitude (10x) faster than JavaScript in this application. - Rewrite rules for URLs can be performed using JavaScript functions. - Multiple queries can be made of a view with a single HTTP request. - Views can be queried with sorting turned off ( sorted=false) for a performance boost. - The global changes feed has been enhanced. It is now resumable and persistent. - New endpoints added (documentation forthcoming): - /_membership shows all nodes in a cluster - /_bulk_get speeds up the replication protocol over low-latency connections - /_node/ api to access individual nodes' configuration and compaction features - /_cluster_setup api to set up a cluster from scratch. - /_up api to signal health of a node to a load-balancer - /db/_local_docs and /db/_design_docs (similar to /db/_all_docs) - "Backend" interface on port 5986 used for specific cluster admin tasks. Of interest are the _nodes and _dbs databases visible only through this interface. - Support added for Erlang/OTP 17.x, 18.x and 19 - New streamlined build system written for Unix-like systems and Microsoft Windows Upgrade Notes - The update sequences returned by the /db/_changes feed are no longer integers. They can be any JSON value. Applications should treat them as opaque values and return them to CouchDB as-is. - Temporary views are no longer supported. - It is possible to have multiple replicator databases. replicator/db config option has been removed. Instead _replicator and any database names ending with the /_replicator suffix will be recognized as replicator databases by the system. - Note that the semantics of some API calls have changed due to the introduction of the clustering feature. Specifically, make note of the difference between receiving a 201 and a 202 when storing a document. - all_or_nothing is no longer supported by the bulk_docs API See full release notes: http://docs.couchdb.org/en/latest/whatsnew/2.0.html
Diffstat (limited to 'databases/couchdb/PLIST')
-rw-r--r--databases/couchdb/PLIST926
1 files changed, 294 insertions, 632 deletions
diff --git a/databases/couchdb/PLIST b/databases/couchdb/PLIST
index 0721284a3e4..524f3030303 100644
--- a/databases/couchdb/PLIST
+++ b/databases/couchdb/PLIST
@@ -1,637 +1,299 @@
-@comment $NetBSD: PLIST,v 1.7 2014/06/11 15:34:16 fhajny Exp $
-bin/couch-config
+@comment $NetBSD: PLIST,v 1.8 2016/11/16 15:59:29 fhajny Exp $
bin/couchdb
bin/couchjs
-info/CouchDB
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch.app
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_app.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_auth_cache.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_btree.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_changes.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_compaction_daemon.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_compress.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_config.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_config_writer.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_db.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_db_update_notifier.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_db_update_notifier_sup.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_db_updater.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_doc.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_drv.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_ejson_compare.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_event_sup.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_external_manager.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_external_server.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_file.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_auth.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_cors.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_db.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_external.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_misc_handlers.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_oauth.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_proxy.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_rewrite.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_stats_handlers.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_httpd_vhost.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_key_tree.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_log.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_native_process.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_os_daemons.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_os_process.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_passwords.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_primary_sup.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_query_servers.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_ref_counter.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_secondary_sup.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_server.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_server_sup.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_stats_aggregator.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_stats_collector.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_stream.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_task_status.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_users_db.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_util.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_uuids.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/couch_work_queue.beam
-lib/erlang/lib/couch-${PKGVERSION}/ebin/json_stream_parse.beam
-lib/erlang/lib/couch-${PKGVERSION}/include/couch_db.hrl
-lib/erlang/lib/couch-${PKGVERSION}/include/couch_js_functions.hrl
-lib/erlang/lib/couch-${PKGVERSION}/priv/couchspawnkillable
-lib/erlang/lib/couch-${PKGVERSION}/priv/lib/couch_ejson_compare.la
-lib/erlang/lib/couch-${PKGVERSION}/priv/lib/couch_icu_driver.la
-lib/erlang/lib/couch-${PKGVERSION}/priv/stat_descriptions.cfg
-lib/erlang/lib/couch_dbupdates-${VERSION.couch_dbupdates}/ebin/couch_dbupdates.beam
-lib/erlang/lib/couch_dbupdates-${VERSION.couch_dbupdates}/ebin/couch_dbupdates_httpd.beam
-lib/erlang/lib/couch_index-${VERSION.couch_index}/ebin/couch_index.beam
-lib/erlang/lib/couch_index-${VERSION.couch_index}/ebin/couch_index_compactor.beam
-lib/erlang/lib/couch_index-${VERSION.couch_index}/ebin/couch_index_server.beam
-lib/erlang/lib/couch_index-${VERSION.couch_index}/ebin/couch_index_updater.beam
-lib/erlang/lib/couch_index-${VERSION.couch_index}/ebin/couch_index_util.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview.app
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_cleanup.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_compactor.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_http.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_index.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_show.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_test_util.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_updater.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/ebin/couch_mrview_util.beam
-lib/erlang/lib/couch_mrview-${VERSION.couch_mrview}/include/couch_mrview.hrl
-lib/erlang/lib/couch_plugins-${VERSION.couch_plugins}/ebin/couch_plugins.app
-lib/erlang/lib/couch_plugins-${VERSION.couch_plugins}/ebin/couch_plugins.beam
-lib/erlang/lib/couch_plugins-${VERSION.couch_plugins}/ebin/couch_plugins_httpd.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator.app
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_api_wrap.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_httpc.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_httpc_pool.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_httpd.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_job_sup.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_manager.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_notifier.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_utils.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/ebin/couch_replicator_worker.beam
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/include/couch_replicator.hrl
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/include/couch_replicator_api_wrap.hrl
-lib/erlang/lib/couch_replicator-${VERSION.couch_replicator}/include/couch_replicator_js_functions.hrl
-lib/erlang/lib/ejson-${VERSION.ejson}/ebin/ejson.app
-lib/erlang/lib/ejson-${VERSION.ejson}/ebin/ejson.beam
-lib/erlang/lib/ejson-${VERSION.ejson}/ebin/mochijson2.beam
-lib/erlang/lib/ejson-${VERSION.ejson}/ebin/mochinum.beam
-lib/erlang/lib/ejson-${VERSION.ejson}/priv/ejson.la
-lib/erlang/lib/erlang-oauth/ebin/oauth.app
-lib/erlang/lib/erlang-oauth/ebin/oauth.beam
-lib/erlang/lib/etap/ebin/etap.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse.app
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_app.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_http_client.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_lb.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_lib.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_socks5.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_sup.beam
-lib/erlang/lib/ibrowse-${VERSION.ibrowse}/ebin/ibrowse_test.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochifmt.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochifmt_records.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochifmt_std.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiglobal.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochihex.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochijson.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochijson2.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochilists.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochilogfile2.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochinum.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochitemp.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiutf8.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb.app
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_acceptor.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_app.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_charref.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_cookies.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_cover.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_echo.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_headers.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_html.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_http.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_io.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_mime.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_multipart.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_request.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_response.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_skel.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_socket.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_socket_server.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_sup.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/mochiweb_util.beam
-lib/erlang/lib/mochiweb-${VERSION.mochiweb}/ebin/reloader.beam
-lib/erlang/lib/snappy-${VERSION.snappy}/ebin/snappy.app
-lib/erlang/lib/snappy-${VERSION.snappy}/ebin/snappy.beam
-lib/erlang/lib/snappy-${VERSION.snappy}/priv/snappy_nif.la
-libexec/couchdb/couchjs
+couchdb/releases/${PKGVERSION}/couchdb.boot
+couchdb/releases/${PKGVERSION}/couchdb.rel
+couchdb/releases/${PKGVERSION}/couchdb.script
+couchdb/releases/${PKGVERSION}/start_clean.boot
+couchdb/releases/${PKGVERSION}/start_clean.rel
+couchdb/releases/${PKGVERSION}/start_clean.script
+couchdb/releases/${PKGVERSION}/sys.config
+couchdb/releases/${PKGVERSION}/vm.args
+couchdb/releases/RELEASES
+couchdb/releases/start_erl.data
+couchdb/share/server/coffee-script.js
+couchdb/share/server/main.js
+couchdb/share/www/dashboard.assets/ZeroClipboard.swf
+couchdb/share/www/dashboard.assets/fonts/fauxtonicon5.eot
+couchdb/share/www/dashboard.assets/fonts/fauxtonicon5.ttf
+couchdb/share/www/dashboard.assets/fonts/fauxtonicon5.woff
+couchdb/share/www/dashboard.assets/fonts/fontawesome-webfont.eot
+couchdb/share/www/dashboard.assets/fonts/fontawesome-webfont.ttf
+couchdb/share/www/dashboard.assets/fonts/fontawesome-webfont.woff
+couchdb/share/www/dashboard.assets/img/CouchDB-negative-logo.png
+couchdb/share/www/dashboard.assets/img/asf-feather-logo.png
+couchdb/share/www/dashboard.assets/img/couch-watermark.png
+couchdb/share/www/dashboard.assets/img/couchdb-logo.png
+couchdb/share/www/dashboard.assets/img/fauxtonicon5.svg
+couchdb/share/www/dashboard.assets/img/fontawesome-webfont.svg
+couchdb/share/www/dashboard.assets/img/github.png
+couchdb/share/www/dashboard.assets/img/googleplus.png
+couchdb/share/www/dashboard.assets/img/linkedin.png
+couchdb/share/www/dashboard.assets/img/loader.gif
+couchdb/share/www/dashboard.assets/img/twitter.png
+couchdb/share/www/dashboard.assets/js/bundle-b8e0ba71119195edb7ec64b98f53d9b9.js
+couchdb/share/www/docs/_images/intro-consistency-01.png
+couchdb/share/www/docs/_images/intro-consistency-02.png
+couchdb/share/www/docs/_images/intro-consistency-03.png
+couchdb/share/www/docs/_images/intro-consistency-04.png
+couchdb/share/www/docs/_images/intro-consistency-05.png
+couchdb/share/www/docs/_images/intro-consistency-06.png
+couchdb/share/www/docs/_images/intro-consistency-07.png
+couchdb/share/www/docs/_images/intro-why-01.png
+couchdb/share/www/docs/_images/intro-why-02.png
+couchdb/share/www/docs/_images/intro-why-03.png
+couchdb/share/www/docs/_images/views-intro-01.png
+couchdb/share/www/docs/_images/views-intro-02.png
+couchdb/share/www/docs/_images/views-intro-03.png
+couchdb/share/www/docs/_images/views-intro-04.png
+couchdb/share/www/docs/_sources/about.txt
+couchdb/share/www/docs/_sources/api/basics.txt
+couchdb/share/www/docs/_sources/api/database/bulk-api.txt
+couchdb/share/www/docs/_sources/api/database/changes.txt
+couchdb/share/www/docs/_sources/api/database/common.txt
+couchdb/share/www/docs/_sources/api/database/compact.txt
+couchdb/share/www/docs/_sources/api/database/find.txt
+couchdb/share/www/docs/_sources/api/database/index.txt
+couchdb/share/www/docs/_sources/api/database/misc.txt
+couchdb/share/www/docs/_sources/api/database/security.txt
+couchdb/share/www/docs/_sources/api/ddoc/common.txt
+couchdb/share/www/docs/_sources/api/ddoc/index.txt
+couchdb/share/www/docs/_sources/api/ddoc/render.txt
+couchdb/share/www/docs/_sources/api/ddoc/rewrites.txt
+couchdb/share/www/docs/_sources/api/ddoc/views.txt
+couchdb/share/www/docs/_sources/api/document/attachments.txt
+couchdb/share/www/docs/_sources/api/document/common.txt
+couchdb/share/www/docs/_sources/api/document/index.txt
+couchdb/share/www/docs/_sources/api/index.txt
+couchdb/share/www/docs/_sources/api/local.txt
+couchdb/share/www/docs/_sources/api/server/authn.txt
+couchdb/share/www/docs/_sources/api/server/common.txt
+couchdb/share/www/docs/_sources/api/server/configuration.txt
+couchdb/share/www/docs/_sources/api/server/index.txt
+couchdb/share/www/docs/_sources/cluster/databases.txt
+couchdb/share/www/docs/_sources/cluster/index.txt
+couchdb/share/www/docs/_sources/cluster/nodes.txt
+couchdb/share/www/docs/_sources/cluster/setup.txt
+couchdb/share/www/docs/_sources/cluster/sharding.txt
+couchdb/share/www/docs/_sources/cluster/theory.txt
+couchdb/share/www/docs/_sources/config/auth.txt
+couchdb/share/www/docs/_sources/config/compaction.txt
+couchdb/share/www/docs/_sources/config/couch-peruser.txt
+couchdb/share/www/docs/_sources/config/couchdb.txt
+couchdb/share/www/docs/_sources/config/externals.txt
+couchdb/share/www/docs/_sources/config/http-handlers.txt
+couchdb/share/www/docs/_sources/config/http.txt
+couchdb/share/www/docs/_sources/config/index.txt
+couchdb/share/www/docs/_sources/config/intro.txt
+couchdb/share/www/docs/_sources/config/logging.txt
+couchdb/share/www/docs/_sources/config/misc.txt
+couchdb/share/www/docs/_sources/config/proxying.txt
+couchdb/share/www/docs/_sources/config/query-servers.txt
+couchdb/share/www/docs/_sources/config/replicator.txt
+couchdb/share/www/docs/_sources/config/services.txt
+couchdb/share/www/docs/_sources/contents.txt
+couchdb/share/www/docs/_sources/contributing.txt
+couchdb/share/www/docs/_sources/couchapp/ddocs.txt
+couchdb/share/www/docs/_sources/couchapp/index.txt
+couchdb/share/www/docs/_sources/couchapp/views/collation.txt
+couchdb/share/www/docs/_sources/couchapp/views/index.txt
+couchdb/share/www/docs/_sources/couchapp/views/intro.txt
+couchdb/share/www/docs/_sources/couchapp/views/joins.txt
+couchdb/share/www/docs/_sources/couchapp/views/nosql.txt
+couchdb/share/www/docs/_sources/couchapp/views/pagination.txt
+couchdb/share/www/docs/_sources/cve/2010-0009.txt
+couchdb/share/www/docs/_sources/cve/2010-2234.txt
+couchdb/share/www/docs/_sources/cve/2010-3854.txt
+couchdb/share/www/docs/_sources/cve/2012-5641.txt
+couchdb/share/www/docs/_sources/cve/2012-5649.txt
+couchdb/share/www/docs/_sources/cve/2012-5650.txt
+couchdb/share/www/docs/_sources/cve/2014-2668.txt
+couchdb/share/www/docs/_sources/cve/index.txt
+couchdb/share/www/docs/_sources/experimental.txt
+couchdb/share/www/docs/_sources/externals.txt
+couchdb/share/www/docs/_sources/fauxton/addons.txt
+couchdb/share/www/docs/_sources/fauxton/index.txt
+couchdb/share/www/docs/_sources/fauxton/install.txt
+couchdb/share/www/docs/_sources/install/freebsd.txt
+couchdb/share/www/docs/_sources/install/index.txt
+couchdb/share/www/docs/_sources/install/mac.txt
+couchdb/share/www/docs/_sources/install/troubleshooting.txt
+couchdb/share/www/docs/_sources/install/unix.txt
+couchdb/share/www/docs/_sources/install/windows.txt
+couchdb/share/www/docs/_sources/intro/api.txt
+couchdb/share/www/docs/_sources/intro/consistency.txt
+couchdb/share/www/docs/_sources/intro/curl.txt
+couchdb/share/www/docs/_sources/intro/index.txt
+couchdb/share/www/docs/_sources/intro/overview.txt
+couchdb/share/www/docs/_sources/intro/security.txt
+couchdb/share/www/docs/_sources/intro/tour.txt
+couchdb/share/www/docs/_sources/intro/why.txt
+couchdb/share/www/docs/_sources/json-structure.txt
+couchdb/share/www/docs/_sources/maintenance/compaction.txt
+couchdb/share/www/docs/_sources/maintenance/index.txt
+couchdb/share/www/docs/_sources/maintenance/performance.txt
+couchdb/share/www/docs/_sources/query-server/erlang.txt
+couchdb/share/www/docs/_sources/query-server/index.txt
+couchdb/share/www/docs/_sources/query-server/javascript.txt
+couchdb/share/www/docs/_sources/query-server/protocol.txt
+couchdb/share/www/docs/_sources/replication/conflicts.txt
+couchdb/share/www/docs/_sources/replication/index.txt
+couchdb/share/www/docs/_sources/replication/intro.txt
+couchdb/share/www/docs/_sources/replication/protocol.txt
+couchdb/share/www/docs/_sources/replication/replicator.txt
+couchdb/share/www/docs/_sources/whatsnew/0.10.txt
+couchdb/share/www/docs/_sources/whatsnew/0.11.txt
+couchdb/share/www/docs/_sources/whatsnew/0.8.txt
+couchdb/share/www/docs/_sources/whatsnew/0.9.txt
+couchdb/share/www/docs/_sources/whatsnew/1.0.txt
+couchdb/share/www/docs/_sources/whatsnew/1.1.txt
+couchdb/share/www/docs/_sources/whatsnew/1.2.txt
+couchdb/share/www/docs/_sources/whatsnew/1.3.txt
+couchdb/share/www/docs/_sources/whatsnew/1.4.txt
+couchdb/share/www/docs/_sources/whatsnew/1.5.txt
+couchdb/share/www/docs/_sources/whatsnew/1.6.txt
+couchdb/share/www/docs/_sources/whatsnew/2.0.txt
+couchdb/share/www/docs/_sources/whatsnew/index.txt
+couchdb/share/www/docs/_static/ajax-loader.gif
+couchdb/share/www/docs/_static/basic.css
+couchdb/share/www/docs/_static/comment-bright.png
+couchdb/share/www/docs/_static/comment-close.png
+couchdb/share/www/docs/_static/comment.png
+couchdb/share/www/docs/_static/doctools.js
+couchdb/share/www/docs/_static/down-pressed.png
+couchdb/share/www/docs/_static/down.png
+couchdb/share/www/docs/_static/favicon.ico
+couchdb/share/www/docs/_static/file.png
+couchdb/share/www/docs/_static/jquery.js
+couchdb/share/www/docs/_static/logo.png
+couchdb/share/www/docs/_static/minus.png
+couchdb/share/www/docs/_static/plus.png
+couchdb/share/www/docs/_static/pygments.css
+couchdb/share/www/docs/_static/rtd.css
+couchdb/share/www/docs/_static/searchtools.js
+couchdb/share/www/docs/_static/underscore.js
+couchdb/share/www/docs/_static/up-pressed.png
+couchdb/share/www/docs/_static/up.png
+couchdb/share/www/docs/_static/websupport.js
+couchdb/share/www/docs/about.html
+couchdb/share/www/docs/api/basics.html
+couchdb/share/www/docs/api/database/bulk-api.html
+couchdb/share/www/docs/api/database/changes.html
+couchdb/share/www/docs/api/database/common.html
+couchdb/share/www/docs/api/database/compact.html
+couchdb/share/www/docs/api/database/find.html
+couchdb/share/www/docs/api/database/index.html
+couchdb/share/www/docs/api/database/misc.html
+couchdb/share/www/docs/api/database/security.html
+couchdb/share/www/docs/api/ddoc/common.html
+couchdb/share/www/docs/api/ddoc/index.html
+couchdb/share/www/docs/api/ddoc/render.html
+couchdb/share/www/docs/api/ddoc/rewrites.html
+couchdb/share/www/docs/api/ddoc/views.html
+couchdb/share/www/docs/api/document/attachments.html
+couchdb/share/www/docs/api/document/common.html
+couchdb/share/www/docs/api/document/index.html
+couchdb/share/www/docs/api/index.html
+couchdb/share/www/docs/api/local.html
+couchdb/share/www/docs/api/server/authn.html
+couchdb/share/www/docs/api/server/common.html
+couchdb/share/www/docs/api/server/configuration.html
+couchdb/share/www/docs/api/server/index.html
+couchdb/share/www/docs/cluster/databases.html
+couchdb/share/www/docs/cluster/index.html
+couchdb/share/www/docs/cluster/nodes.html
+couchdb/share/www/docs/cluster/setup.html
+couchdb/share/www/docs/cluster/sharding.html
+couchdb/share/www/docs/cluster/theory.html
+couchdb/share/www/docs/config-ref.html
+couchdb/share/www/docs/config/auth.html
+couchdb/share/www/docs/config/compaction.html
+couchdb/share/www/docs/config/couch-peruser.html
+couchdb/share/www/docs/config/couchdb.html
+couchdb/share/www/docs/config/externals.html
+couchdb/share/www/docs/config/http-handlers.html
+couchdb/share/www/docs/config/http.html
+couchdb/share/www/docs/config/index.html
+couchdb/share/www/docs/config/intro.html
+couchdb/share/www/docs/config/logging.html
+couchdb/share/www/docs/config/misc.html
+couchdb/share/www/docs/config/proxying.html
+couchdb/share/www/docs/config/query-servers.html
+couchdb/share/www/docs/config/replicator.html
+couchdb/share/www/docs/config/services.html
+couchdb/share/www/docs/contents.html
+couchdb/share/www/docs/contributing.html
+couchdb/share/www/docs/couchapp/ddocs.html
+couchdb/share/www/docs/couchapp/index.html
+couchdb/share/www/docs/couchapp/views/collation.html
+couchdb/share/www/docs/couchapp/views/index.html
+couchdb/share/www/docs/couchapp/views/intro.html
+couchdb/share/www/docs/couchapp/views/joins.html
+couchdb/share/www/docs/couchapp/views/nosql.html
+couchdb/share/www/docs/couchapp/views/pagination.html
+couchdb/share/www/docs/cve/2010-0009.html
+couchdb/share/www/docs/cve/2010-2234.html
+couchdb/share/www/docs/cve/2010-3854.html
+couchdb/share/www/docs/cve/2012-5641.html
+couchdb/share/www/docs/cve/2012-5649.html
+couchdb/share/www/docs/cve/2012-5650.html
+couchdb/share/www/docs/cve/2014-2668.html
+couchdb/share/www/docs/cve/index.html
+couchdb/share/www/docs/download.html
+couchdb/share/www/docs/experimental.html
+couchdb/share/www/docs/externals.html
+couchdb/share/www/docs/fauxton/addons.html
+couchdb/share/www/docs/fauxton/index.html
+couchdb/share/www/docs/fauxton/install.html
+couchdb/share/www/docs/http-api.html
+couchdb/share/www/docs/index.html
+couchdb/share/www/docs/install/freebsd.html
+couchdb/share/www/docs/install/index.html
+couchdb/share/www/docs/install/mac.html
+couchdb/share/www/docs/install/troubleshooting.html
+couchdb/share/www/docs/install/unix.html
+couchdb/share/www/docs/install/windows.html
+couchdb/share/www/docs/intro/api.html
+couchdb/share/www/docs/intro/consistency.html
+couchdb/share/www/docs/intro/curl.html
+couchdb/share/www/docs/intro/index.html
+couchdb/share/www/docs/intro/overview.html
+couchdb/share/www/docs/intro/security.html
+couchdb/share/www/docs/intro/tour.html
+couchdb/share/www/docs/intro/why.html
+couchdb/share/www/docs/json-structure.html
+couchdb/share/www/docs/maintenance/compaction.html
+couchdb/share/www/docs/maintenance/index.html
+couchdb/share/www/docs/maintenance/performance.html
+couchdb/share/www/docs/objects.inv
+couchdb/share/www/docs/query-server/erlang.html
+couchdb/share/www/docs/query-server/index.html
+couchdb/share/www/docs/query-server/javascript.html
+couchdb/share/www/docs/query-server/protocol.html
+couchdb/share/www/docs/replication/conflicts.html
+couchdb/share/www/docs/replication/index.html
+couchdb/share/www/docs/replication/intro.html
+couchdb/share/www/docs/replication/protocol.html
+couchdb/share/www/docs/replication/replicator.html
+couchdb/share/www/docs/search.html
+couchdb/share/www/docs/searchindex.js
+couchdb/share/www/docs/whatsnew/0.10.html
+couchdb/share/www/docs/whatsnew/0.11.html
+couchdb/share/www/docs/whatsnew/0.8.html
+couchdb/share/www/docs/whatsnew/0.9.html
+couchdb/share/www/docs/whatsnew/1.0.html
+couchdb/share/www/docs/whatsnew/1.1.html
+couchdb/share/www/docs/whatsnew/1.2.html
+couchdb/share/www/docs/whatsnew/1.3.html
+couchdb/share/www/docs/whatsnew/1.4.html
+couchdb/share/www/docs/whatsnew/1.5.html
+couchdb/share/www/docs/whatsnew/1.6.html
+couchdb/share/www/docs/whatsnew/2.0.html
+couchdb/share/www/docs/whatsnew/index.html
+couchdb/share/www/index.html
+info/CouchDB.info
man/man1/couchdb.1
-man/man1/couchjs.1
-share/couchdb/server/main-coffee.js
-share/couchdb/server/main.js
-share/couchdb/www/_sidebar.html
-share/couchdb/www/config.html
-share/couchdb/www/couch_tests.html
-share/couchdb/www/custom_test.html
-share/couchdb/www/database.html
-share/couchdb/www/dialog/_admin_party.html
-share/couchdb/www/dialog/_change_password.html
-share/couchdb/www/dialog/_compact_cleanup.html
-share/couchdb/www/dialog/_create_admin.html
-share/couchdb/www/dialog/_create_config.html
-share/couchdb/www/dialog/_create_database.html
-share/couchdb/www/dialog/_database_security.html
-share/couchdb/www/dialog/_delete_database.html
-share/couchdb/www/dialog/_delete_document.html
-share/couchdb/www/dialog/_login.html
-share/couchdb/www/dialog/_save_view_as.html
-share/couchdb/www/dialog/_share_test_reports.html
-share/couchdb/www/dialog/_signup.html
-share/couchdb/www/dialog/_upload_attachment.html
-share/couchdb/www/docs/_images/futon-createdb.png
-share/couchdb/www/docs/_images/futon-editdoc.png
-share/couchdb/www/docs/_images/futon-editeddoc.png
-share/couchdb/www/docs/_images/futon-overview.png
-share/couchdb/www/docs/_images/futon-replform.png
-share/couchdb/www/docs/_images/intro-consistency-01.png
-share/couchdb/www/docs/_images/intro-consistency-02.png
-share/couchdb/www/docs/_images/intro-consistency-03.png
-share/couchdb/www/docs/_images/intro-consistency-04.png
-share/couchdb/www/docs/_images/intro-consistency-05.png
-share/couchdb/www/docs/_images/intro-consistency-06.png
-share/couchdb/www/docs/_images/intro-consistency-07.png
-share/couchdb/www/docs/_images/intro-tour-01.png
-share/couchdb/www/docs/_images/intro-tour-02.png
-share/couchdb/www/docs/_images/intro-tour-03.png
-share/couchdb/www/docs/_images/intro-tour-04.png
-share/couchdb/www/docs/_images/intro-tour-05.png
-share/couchdb/www/docs/_images/intro-tour-06.png
-share/couchdb/www/docs/_images/intro-tour-07.png
-share/couchdb/www/docs/_images/intro-tour-08.png
-share/couchdb/www/docs/_images/intro-tour-09.png
-share/couchdb/www/docs/_images/intro-tour-10.png
-share/couchdb/www/docs/_images/intro-why-01.png
-share/couchdb/www/docs/_images/intro-why-02.png
-share/couchdb/www/docs/_images/intro-why-03.png
-share/couchdb/www/docs/_images/views-intro-01.png
-share/couchdb/www/docs/_images/views-intro-02.png
-share/couchdb/www/docs/_images/views-intro-03.png
-share/couchdb/www/docs/_images/views-intro-04.png
-share/couchdb/www/docs/_sources/about.txt
-share/couchdb/www/docs/_sources/api/basics.txt
-share/couchdb/www/docs/_sources/api/database/bulk-api.txt
-share/couchdb/www/docs/_sources/api/database/changes.txt
-share/couchdb/www/docs/_sources/api/database/common.txt
-share/couchdb/www/docs/_sources/api/database/compact.txt
-share/couchdb/www/docs/_sources/api/database/index.txt
-share/couchdb/www/docs/_sources/api/database/misc.txt
-share/couchdb/www/docs/_sources/api/database/security.txt
-share/couchdb/www/docs/_sources/api/database/temp-views.txt
-share/couchdb/www/docs/_sources/api/ddoc/common.txt
-share/couchdb/www/docs/_sources/api/ddoc/index.txt
-share/couchdb/www/docs/_sources/api/ddoc/render.txt
-share/couchdb/www/docs/_sources/api/ddoc/rewrites.txt
-share/couchdb/www/docs/_sources/api/ddoc/views.txt
-share/couchdb/www/docs/_sources/api/document/attachments.txt
-share/couchdb/www/docs/_sources/api/document/common.txt
-share/couchdb/www/docs/_sources/api/document/index.txt
-share/couchdb/www/docs/_sources/api/index.txt
-share/couchdb/www/docs/_sources/api/local.txt
-share/couchdb/www/docs/_sources/api/server/authn.txt
-share/couchdb/www/docs/_sources/api/server/common.txt
-share/couchdb/www/docs/_sources/api/server/configuration.txt
-share/couchdb/www/docs/_sources/api/server/index.txt
-share/couchdb/www/docs/_sources/config/auth.txt
-share/couchdb/www/docs/_sources/config/compaction.txt
-share/couchdb/www/docs/_sources/config/couchdb.txt
-share/couchdb/www/docs/_sources/config/externals.txt
-share/couchdb/www/docs/_sources/config/http-handlers.txt
-share/couchdb/www/docs/_sources/config/http.txt
-share/couchdb/www/docs/_sources/config/index.txt
-share/couchdb/www/docs/_sources/config/intro.txt
-share/couchdb/www/docs/_sources/config/logging.txt
-share/couchdb/www/docs/_sources/config/misc.txt
-share/couchdb/www/docs/_sources/config/proxying.txt
-share/couchdb/www/docs/_sources/config/query-servers.txt
-share/couchdb/www/docs/_sources/config/replicator.txt
-share/couchdb/www/docs/_sources/config/services.txt
-share/couchdb/www/docs/_sources/contents.txt
-share/couchdb/www/docs/_sources/contributing.txt
-share/couchdb/www/docs/_sources/couchapp/ddocs.txt
-share/couchdb/www/docs/_sources/couchapp/index.txt
-share/couchdb/www/docs/_sources/couchapp/views/collation.txt
-share/couchdb/www/docs/_sources/couchapp/views/index.txt
-share/couchdb/www/docs/_sources/couchapp/views/intro.txt
-share/couchdb/www/docs/_sources/couchapp/views/joins.txt
-share/couchdb/www/docs/_sources/couchapp/views/nosql.txt
-share/couchdb/www/docs/_sources/couchapp/views/pagination.txt
-share/couchdb/www/docs/_sources/cve/2010-0009.txt
-share/couchdb/www/docs/_sources/cve/2010-2234.txt
-share/couchdb/www/docs/_sources/cve/2010-3854.txt
-share/couchdb/www/docs/_sources/cve/2012-5641.txt
-share/couchdb/www/docs/_sources/cve/2012-5649.txt
-share/couchdb/www/docs/_sources/cve/2012-5650.txt
-share/couchdb/www/docs/_sources/cve/index.txt
-share/couchdb/www/docs/_sources/experimental.txt
-share/couchdb/www/docs/_sources/externals.txt
-share/couchdb/www/docs/_sources/fauxton/addons.txt
-share/couchdb/www/docs/_sources/fauxton/index.txt
-share/couchdb/www/docs/_sources/fauxton/install.txt
-share/couchdb/www/docs/_sources/install/freebsd.txt
-share/couchdb/www/docs/_sources/install/index.txt
-share/couchdb/www/docs/_sources/install/mac.txt
-share/couchdb/www/docs/_sources/install/unix.txt
-share/couchdb/www/docs/_sources/install/windows.txt
-share/couchdb/www/docs/_sources/intro/api.txt
-share/couchdb/www/docs/_sources/intro/consistency.txt
-share/couchdb/www/docs/_sources/intro/curl.txt
-share/couchdb/www/docs/_sources/intro/futon.txt
-share/couchdb/www/docs/_sources/intro/index.txt
-share/couchdb/www/docs/_sources/intro/overview.txt
-share/couchdb/www/docs/_sources/intro/security.txt
-share/couchdb/www/docs/_sources/intro/tour.txt
-share/couchdb/www/docs/_sources/intro/why.txt
-share/couchdb/www/docs/_sources/json-structure.txt
-share/couchdb/www/docs/_sources/maintenance/compaction.txt
-share/couchdb/www/docs/_sources/maintenance/index.txt
-share/couchdb/www/docs/_sources/maintenance/performance.txt
-share/couchdb/www/docs/_sources/query-server/erlang.txt
-share/couchdb/www/docs/_sources/query-server/index.txt
-share/couchdb/www/docs/_sources/query-server/javascript.txt
-share/couchdb/www/docs/_sources/query-server/protocol.txt
-share/couchdb/www/docs/_sources/replication/conflicts.txt
-share/couchdb/www/docs/_sources/replication/index.txt
-share/couchdb/www/docs/_sources/replication/intro.txt
-share/couchdb/www/docs/_sources/replication/protocol.txt
-share/couchdb/www/docs/_sources/replication/replicator.txt
-share/couchdb/www/docs/_sources/whatsnew/0.10.txt
-share/couchdb/www/docs/_sources/whatsnew/0.11.txt
-share/couchdb/www/docs/_sources/whatsnew/0.8.txt
-share/couchdb/www/docs/_sources/whatsnew/0.9.txt
-share/couchdb/www/docs/_sources/whatsnew/1.0.txt
-share/couchdb/www/docs/_sources/whatsnew/1.1.txt
-share/couchdb/www/docs/_sources/whatsnew/1.2.txt
-share/couchdb/www/docs/_sources/whatsnew/1.3.txt
-share/couchdb/www/docs/_sources/whatsnew/1.4.txt
-share/couchdb/www/docs/_sources/whatsnew/1.5.txt
-share/couchdb/www/docs/_sources/whatsnew/1.6.txt
-share/couchdb/www/docs/_sources/whatsnew/index.txt
-share/couchdb/www/docs/_static/ajax-loader.gif
-share/couchdb/www/docs/_static/basic.css
-share/couchdb/www/docs/_static/comment-bright.png
-share/couchdb/www/docs/_static/comment-close.png
-share/couchdb/www/docs/_static/comment.png
-share/couchdb/www/docs/_static/default.css
-share/couchdb/www/docs/_static/doctools.js
-share/couchdb/www/docs/_static/down-pressed.png
-share/couchdb/www/docs/_static/down.png
-share/couchdb/www/docs/_static/favicon.ico
-share/couchdb/www/docs/_static/file.png
-share/couchdb/www/docs/_static/jquery.js
-share/couchdb/www/docs/_static/logo.png
-share/couchdb/www/docs/_static/minus.png
-share/couchdb/www/docs/_static/plus.png
-share/couchdb/www/docs/_static/pygments.css
-share/couchdb/www/docs/_static/rtd.css
-share/couchdb/www/docs/_static/searchtools.js
-share/couchdb/www/docs/_static/sidebar.js
-share/couchdb/www/docs/_static/underscore.js
-share/couchdb/www/docs/_static/up-pressed.png
-share/couchdb/www/docs/_static/up.png
-share/couchdb/www/docs/_static/websupport.js
-share/couchdb/www/docs/about.html
-share/couchdb/www/docs/api/basics.html
-share/couchdb/www/docs/api/database/bulk-api.html
-share/couchdb/www/docs/api/database/changes.html
-share/couchdb/www/docs/api/database/common.html
-share/couchdb/www/docs/api/database/compact.html
-share/couchdb/www/docs/api/database/index.html
-share/couchdb/www/docs/api/database/misc.html
-share/couchdb/www/docs/api/database/security.html
-share/couchdb/www/docs/api/database/temp-views.html
-share/couchdb/www/docs/api/ddoc/common.html
-share/couchdb/www/docs/api/ddoc/index.html
-share/couchdb/www/docs/api/ddoc/render.html
-share/couchdb/www/docs/api/ddoc/rewrites.html
-share/couchdb/www/docs/api/ddoc/views.html
-share/couchdb/www/docs/api/document/attachments.html
-share/couchdb/www/docs/api/document/common.html
-share/couchdb/www/docs/api/document/index.html
-share/couchdb/www/docs/api/index.html
-share/couchdb/www/docs/api/local.html
-share/couchdb/www/docs/api/server/authn.html
-share/couchdb/www/docs/api/server/common.html
-share/couchdb/www/docs/api/server/configuration.html
-share/couchdb/www/docs/api/server/index.html
-share/couchdb/www/docs/config-ref.html
-share/couchdb/www/docs/config/auth.html
-share/couchdb/www/docs/config/compaction.html
-share/couchdb/www/docs/config/couchdb.html
-share/couchdb/www/docs/config/externals.html
-share/couchdb/www/docs/config/http-handlers.html
-share/couchdb/www/docs/config/http.html
-share/couchdb/www/docs/config/index.html
-share/couchdb/www/docs/config/intro.html
-share/couchdb/www/docs/config/logging.html
-share/couchdb/www/docs/config/misc.html
-share/couchdb/www/docs/config/proxying.html
-share/couchdb/www/docs/config/query-servers.html
-share/couchdb/www/docs/config/replicator.html
-share/couchdb/www/docs/config/services.html
-share/couchdb/www/docs/contents.html
-share/couchdb/www/docs/contributing.html
-share/couchdb/www/docs/couchapp/ddocs.html
-share/couchdb/www/docs/couchapp/index.html
-share/couchdb/www/docs/couchapp/views/collation.html
-share/couchdb/www/docs/couchapp/views/index.html
-share/couchdb/www/docs/couchapp/views/intro.html
-share/couchdb/www/docs/couchapp/views/joins.html
-share/couchdb/www/docs/couchapp/views/nosql.html
-share/couchdb/www/docs/couchapp/views/pagination.html
-share/couchdb/www/docs/cve/2010-0009.html
-share/couchdb/www/docs/cve/2010-2234.html
-share/couchdb/www/docs/cve/2010-3854.html
-share/couchdb/www/docs/cve/2012-5641.html
-share/couchdb/www/docs/cve/2012-5649.html
-share/couchdb/www/docs/cve/2012-5650.html
-share/couchdb/www/docs/cve/index.html
-share/couchdb/www/docs/download.html
-share/couchdb/www/docs/experimental.html
-share/couchdb/www/docs/externals.html
-share/couchdb/www/docs/fauxton/addons.html
-share/couchdb/www/docs/fauxton/index.html
-share/couchdb/www/docs/fauxton/install.html
-share/couchdb/www/docs/http-api.html
-share/couchdb/www/docs/index.html
-share/couchdb/www/docs/install/freebsd.html
-share/couchdb/www/docs/install/index.html
-share/couchdb/www/docs/install/mac.html
-share/couchdb/www/docs/install/unix.html
-share/couchdb/www/docs/install/windows.html
-share/couchdb/www/docs/intro/api.html
-share/couchdb/www/docs/intro/consistency.html
-share/couchdb/www/docs/intro/curl.html
-share/couchdb/www/docs/intro/futon.html
-share/couchdb/www/docs/intro/index.html
-share/couchdb/www/docs/intro/overview.html
-share/couchdb/www/docs/intro/security.html
-share/couchdb/www/docs/intro/tour.html
-share/couchdb/www/docs/intro/why.html
-share/couchdb/www/docs/json-structure.html
-share/couchdb/www/docs/maintenance/compaction.html
-share/couchdb/www/docs/maintenance/index.html
-share/couchdb/www/docs/maintenance/performance.html
-share/couchdb/www/docs/objects.inv
-share/couchdb/www/docs/query-server/erlang.html
-share/couchdb/www/docs/query-server/index.html
-share/couchdb/www/docs/query-server/javascript.html
-share/couchdb/www/docs/query-server/protocol.html
-share/couchdb/www/docs/replication/conflicts.html
-share/couchdb/www/docs/replication/index.html
-share/couchdb/www/docs/replication/intro.html
-share/couchdb/www/docs/replication/protocol.html
-share/couchdb/www/docs/replication/replicator.html
-share/couchdb/www/docs/search.html
-share/couchdb/www/docs/searchindex.js
-share/couchdb/www/docs/whatsnew/0.10.html
-share/couchdb/www/docs/whatsnew/0.11.html
-share/couchdb/www/docs/whatsnew/0.8.html
-share/couchdb/www/docs/whatsnew/0.9.html
-share/couchdb/www/docs/whatsnew/1.0.html
-share/couchdb/www/docs/whatsnew/1.1.html
-share/couchdb/www/docs/whatsnew/1.2.html
-share/couchdb/www/docs/whatsnew/1.3.html
-share/couchdb/www/docs/whatsnew/1.4.html
-share/couchdb/www/docs/whatsnew/1.5.html
-share/couchdb/www/docs/whatsnew/1.6.html
-share/couchdb/www/docs/whatsnew/index.html
-share/couchdb/www/document.html
-share/couchdb/www/fauxton/css/index.css
-share/couchdb/www/fauxton/img/FontAwesome.otf
-share/couchdb/www/fauxton/img/couchdb-site.png
-share/couchdb/www/fauxton/img/couchdblogo.png
-share/couchdb/www/fauxton/img/fontawesome-webfont.eot
-share/couchdb/www/fauxton/img/fontawesome-webfont.svg
-share/couchdb/www/fauxton/img/fontawesome-webfont.ttf
-share/couchdb/www/fauxton/img/fontawesome-webfont.woff
-share/couchdb/www/fauxton/img/fontcustom_fauxton.eot
-share/couchdb/www/fauxton/img/fontcustom_fauxton.svg
-share/couchdb/www/fauxton/img/fontcustom_fauxton.ttf
-share/couchdb/www/fauxton/img/fontcustom_fauxton.woff
-share/couchdb/www/fauxton/img/glyphicons-halflings-white.png
-share/couchdb/www/fauxton/img/glyphicons-halflings.png
-share/couchdb/www/fauxton/img/linen.png
-share/couchdb/www/fauxton/img/loader.gif
-share/couchdb/www/fauxton/img/minilogo.png
-share/couchdb/www/fauxton/index.html
-share/couchdb/www/fauxton/js/ace/mode-javascript.js
-share/couchdb/www/fauxton/js/ace/mode-json.js
-share/couchdb/www/fauxton/js/ace/theme-crimson_editor.js
-share/couchdb/www/fauxton/js/ace/worker-javascript.js
-share/couchdb/www/fauxton/js/ace/worker-json.js
-share/couchdb/www/fauxton/js/require.js
-share/couchdb/www/favicon.ico
-share/couchdb/www/image/add.png
-share/couchdb/www/image/apply.gif
-share/couchdb/www/image/bg.png
-share/couchdb/www/image/cancel.gif
-share/couchdb/www/image/compact.png
-share/couchdb/www/image/delete-mini.png
-share/couchdb/www/image/delete.png
-share/couchdb/www/image/grippie.gif
-share/couchdb/www/image/hgrad.gif
-share/couchdb/www/image/key.png
-share/couchdb/www/image/load.png
-share/couchdb/www/image/logo.png
-share/couchdb/www/image/order-asc.gif
-share/couchdb/www/image/order-desc.gif
-share/couchdb/www/image/path.gif
-share/couchdb/www/image/progress.gif
-share/couchdb/www/image/rarrow.png
-share/couchdb/www/image/run-mini.png
-share/couchdb/www/image/run.png
-share/couchdb/www/image/running.png
-share/couchdb/www/image/save.png
-share/couchdb/www/image/sidebar-toggle.png
-share/couchdb/www/image/spinner.gif
-share/couchdb/www/image/spinner_33.gif
-share/couchdb/www/image/spinner_6b.gif
-share/couchdb/www/image/test_failure.gif
-share/couchdb/www/image/test_success.gif
-share/couchdb/www/image/thead-key.gif
-share/couchdb/www/image/thead.gif
-share/couchdb/www/image/toggle-collapse.gif
-share/couchdb/www/image/toggle-expand.gif
-share/couchdb/www/image/twisty.gif
-share/couchdb/www/index.html
-share/couchdb/www/plugins.html
-share/couchdb/www/replicator.html
-share/couchdb/www/script/base64.js
-share/couchdb/www/script/couch.js
-share/couchdb/www/script/couch_test_runner.js
-share/couchdb/www/script/couch_tests.js
-share/couchdb/www/script/futon.browse.js
-share/couchdb/www/script/futon.format.js
-share/couchdb/www/script/futon.js
-share/couchdb/www/script/jquery-ui-1.8.11.custom.min.js
-share/couchdb/www/script/jquery.couch.js
-share/couchdb/www/script/jquery.dialog.js
-share/couchdb/www/script/jquery.editinline.js
-share/couchdb/www/script/jquery.form.js
-share/couchdb/www/script/jquery.js
-share/couchdb/www/script/jquery.resizer.js
-share/couchdb/www/script/jquery.suggest.js
-share/couchdb/www/script/json2.js
-share/couchdb/www/script/jspec/jspec.css
-share/couchdb/www/script/jspec/jspec.jquery.js
-share/couchdb/www/script/jspec/jspec.js
-share/couchdb/www/script/jspec/jspec.xhr.js
-share/couchdb/www/script/oauth.js
-share/couchdb/www/script/replicator_db_inc.js
-share/couchdb/www/script/sha1.js
-share/couchdb/www/script/test/all_docs.js
-share/couchdb/www/script/test/attachment_names.js
-share/couchdb/www/script/test/attachment_paths.js
-share/couchdb/www/script/test/attachment_ranges.js
-share/couchdb/www/script/test/attachment_views.js
-share/couchdb/www/script/test/attachments.js
-share/couchdb/www/script/test/attachments_multipart.js
-share/couchdb/www/script/test/auth_cache.js
-share/couchdb/www/script/test/basics.js
-share/couchdb/www/script/test/batch_save.js
-share/couchdb/www/script/test/bulk_docs.js
-share/couchdb/www/script/test/changes.js
-share/couchdb/www/script/test/coffee.js
-share/couchdb/www/script/test/compact.js
-share/couchdb/www/script/test/config.js
-share/couchdb/www/script/test/conflicts.js
-share/couchdb/www/script/test/content_negotiation.js
-share/couchdb/www/script/test/cookie_auth.js
-share/couchdb/www/script/test/copy_doc.js
-share/couchdb/www/script/test/delayed_commits.js
-share/couchdb/www/script/test/design_docs.js
-share/couchdb/www/script/test/design_options.js
-share/couchdb/www/script/test/design_paths.js
-share/couchdb/www/script/test/erlang_views.js
-share/couchdb/www/script/test/etags_head.js
-share/couchdb/www/script/test/etags_views.js
-share/couchdb/www/script/test/form_submit.js
-share/couchdb/www/script/test/http.js
-share/couchdb/www/script/test/invalid_docids.js
-share/couchdb/www/script/test/jsonp.js
-share/couchdb/www/script/test/large_docs.js
-share/couchdb/www/script/test/list_views.js
-share/couchdb/www/script/test/lorem.txt
-share/couchdb/www/script/test/lorem_b64.txt
-share/couchdb/www/script/test/lots_of_docs.js
-share/couchdb/www/script/test/method_override.js
-share/couchdb/www/script/test/multiple_rows.js
-share/couchdb/www/script/test/oauth.js
-share/couchdb/www/script/test/oauth_users_db.js
-share/couchdb/www/script/test/proxyauth.js
-share/couchdb/www/script/test/purge.js
-share/couchdb/www/script/test/reader_acl.js
-share/couchdb/www/script/test/recreate_doc.js
-share/couchdb/www/script/test/reduce.js
-share/couchdb/www/script/test/reduce_builtin.js
-share/couchdb/www/script/test/reduce_false.js
-share/couchdb/www/script/test/reduce_false_temp.js
-share/couchdb/www/script/test/replication.js
-share/couchdb/www/script/test/replicator_db_bad_rep_id.js
-share/couchdb/www/script/test/replicator_db_by_doc_id.js
-share/couchdb/www/script/test/replicator_db_compact_rep_db.js
-share/couchdb/www/script/test/replicator_db_continuous.js
-share/couchdb/www/script/test/replicator_db_credential_delegation.js
-share/couchdb/www/script/test/replicator_db_field_validation.js
-share/couchdb/www/script/test/replicator_db_filtered.js
-share/couchdb/www/script/test/replicator_db_identical.js
-share/couchdb/www/script/test/replicator_db_identical_continuous.js
-share/couchdb/www/script/test/replicator_db_invalid_filter.js
-share/couchdb/www/script/test/replicator_db_security.js
-share/couchdb/www/script/test/replicator_db_simple.js
-share/couchdb/www/script/test/replicator_db_successive.js
-share/couchdb/www/script/test/replicator_db_survives.js
-share/couchdb/www/script/test/replicator_db_swap_rep_db.js
-share/couchdb/www/script/test/replicator_db_update_security.js
-share/couchdb/www/script/test/replicator_db_user_ctx.js
-share/couchdb/www/script/test/replicator_db_write_auth.js
-share/couchdb/www/script/test/rev_stemming.js
-share/couchdb/www/script/test/rewrite.js
-share/couchdb/www/script/test/security_validation.js
-share/couchdb/www/script/test/show_documents.js
-share/couchdb/www/script/test/stats.js
-share/couchdb/www/script/test/update_documents.js
-share/couchdb/www/script/test/users_db.js
-share/couchdb/www/script/test/users_db_security.js
-share/couchdb/www/script/test/utf8.js
-share/couchdb/www/script/test/uuids.js
-share/couchdb/www/script/test/view_collation.js
-share/couchdb/www/script/test/view_collation_raw.js
-share/couchdb/www/script/test/view_compaction.js
-share/couchdb/www/script/test/view_conflicts.js
-share/couchdb/www/script/test/view_errors.js
-share/couchdb/www/script/test/view_include_docs.js
-share/couchdb/www/script/test/view_multi_key_all_docs.js
-share/couchdb/www/script/test/view_multi_key_design.js
-share/couchdb/www/script/test/view_multi_key_temp.js
-share/couchdb/www/script/test/view_offsets.js
-share/couchdb/www/script/test/view_pagination.js
-share/couchdb/www/script/test/view_sandboxing.js
-share/couchdb/www/script/test/view_update_seq.js
-share/couchdb/www/session.html
-share/couchdb/www/spec/couch_js_class_methods_spec.js
-share/couchdb/www/spec/couch_js_instance_methods_1_spec.js
-share/couchdb/www/spec/couch_js_instance_methods_2_spec.js
-share/couchdb/www/spec/couch_js_instance_methods_3_spec.js
-share/couchdb/www/spec/custom_helpers.js
-share/couchdb/www/spec/jquery_couch_js_class_methods_spec.js
-share/couchdb/www/spec/jquery_couch_js_instance_methods_1_spec.js
-share/couchdb/www/spec/jquery_couch_js_instance_methods_2_spec.js
-share/couchdb/www/spec/jquery_couch_js_instance_methods_3_spec.js
-share/couchdb/www/spec/run.html
-share/couchdb/www/status.html
-share/couchdb/www/style/jquery-ui-1.8.11.custom.css
-share/couchdb/www/style/layout.css
-share/couchdb/www/verify_install.html
-share/doc/couchdb/AUTHORS.gz
-share/doc/couchdb/BUGS.gz
-share/doc/couchdb/CouchDB.pdf.gz
-share/doc/couchdb/DEVELOPERS.gz
-share/doc/couchdb/INSTALL.Unix.gz
-share/doc/couchdb/INSTALL.Windows.gz
-share/doc/couchdb/INSTALL.gz
-share/doc/couchdb/LICENSE.gz
-share/doc/couchdb/NOTICE.gz
-share/doc/couchdb/README.gz
-share/doc/couchdb/THANKS.gz
+share/doc/couchdb/CouchDB.pdf
share/examples/couchdb/default.ini
share/examples/couchdb/local.ini
-@pkgdir share/examples/couchdb/local.d
-@pkgdir share/examples/couchdb/default.d
+share/examples/couchdb/vm.args