pkgsrc/databases/couchdb/PLIST
jperkin 8aaa84db56 Update databases/couchdb to 1.3.0. Changes since 1.2.1:
Version 1.3.0
-------------

HTTP Interface:

 * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the
   rewriter.
 * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100
   invocations but is configurable.
 * Fix _session for IE7.
 * Added Server-Sent Events protocol to db changes API. See
   http://www.w3.org/TR/eventsource/ for details.
 * Make password hashing synchronous when using the /_config/admins API.
 * Include user name in show/list ETags.
 * Experimental support for Cross-Origin Resource Sharing (CORS). See
   http://www.w3.org/TR/cors/ for details.

Replicator:

 * The replicator will use a new server-wide UUID in checkpoint IDs to
   improve the chances of an efficient resume.

Storage System:

 * Fixed unnecessary conflict when deleting and creating a
   document in the same batch.

View Server:

 * Additional response headers may be varied prior to send().
 * GetRow() is now side-effect free.

Futon:

 * Disabled the link to the Futon test suite. These tests were causing problems
   when run from a browser, and are now available via the CLI instead.
 * Added view request duration to Futon.
 * Disable buttons for actions that the user doesn't have permissions to.

Security:

 * Passwords are now hashed using the PBKDF2 algorithm with a configurable work
   factor.

Test Suite:

 * Moved the JS test suite to the CLI.
 * Improved tracebacks printed by the JS CLI tests.
 * Improved the reliability of a number of tests.

UUID Algorithms:

 * Added the utc_id algorithm.

URL Rewriter & Vhosts:

 * Database name is encoded during rewriting (allowing embedded /'s, etc).
 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.

Build System:

 * C/C++ compiler detection has been improved.
 * Autoconf v2.63 is now required if building from Git checkout directly. See
   DEVELOPERS file for more details.
 * Fixed issue in couchdb script where stopped status returns before process
   exits.

Version 1.2.2
-------------

HTTP Interface:

 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.

Build System:

 * Fixed issue in couchdb script where stopped status returns before process
   exits.
2013-04-24 12:22:37 +00:00

431 lines
20 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2013/04/24 12:22:37 jperkin Exp $
bin/couch-config
bin/couchdb
bin/couchjs
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_index-0.1/ebin/couch_index.beam
lib/erlang/lib/couch_index-0.1/ebin/couch_index_compactor.beam
lib/erlang/lib/couch_index-0.1/ebin/couch_index_server.beam
lib/erlang/lib/couch_index-0.1/ebin/couch_index_updater.beam
lib/erlang/lib/couch_index-0.1/ebin/couch_index_util.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview.app
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_cleanup.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_compactor.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_http.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_index.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_show.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_test_util.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_updater.beam
lib/erlang/lib/couch_mrview-0.1/ebin/couch_mrview_util.beam
lib/erlang/lib/couch_mrview-0.1/include/couch_mrview.hrl
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator.app
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_api_wrap.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_httpc.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_httpc_pool.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_httpd.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_job_sup.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_manager.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_notifier.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_utils.beam
lib/erlang/lib/couch_replicator-0.1/ebin/couch_replicator_worker.beam
lib/erlang/lib/couch_replicator-0.1/include/couch_replicator.hrl
lib/erlang/lib/couch_replicator-0.1/include/couch_replicator_api_wrap.hrl
lib/erlang/lib/couch_replicator-0.1/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/erlang-oauth/ebin/oauth_hmac_sha1.beam
lib/erlang/lib/erlang-oauth/ebin/oauth_http.beam
lib/erlang/lib/erlang-oauth/ebin/oauth_plaintext.beam
lib/erlang/lib/erlang-oauth/ebin/oauth_unix.beam
lib/erlang/lib/erlang-oauth/ebin/oauth_uri.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_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
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/_sources/api-basics.txt
share/couchdb/www/docs/_sources/api/authn.txt
share/couchdb/www/docs/_sources/api/configuration.txt
share/couchdb/www/docs/_sources/api/database.txt
share/couchdb/www/docs/_sources/api/dbmaint.txt
share/couchdb/www/docs/_sources/api/design.txt
share/couchdb/www/docs/_sources/api/documents.txt
share/couchdb/www/docs/_sources/api/local.txt
share/couchdb/www/docs/_sources/api/misc.txt
share/couchdb/www/docs/_sources/api/reference.txt
share/couchdb/www/docs/_sources/changelog.txt
share/couchdb/www/docs/_sources/changes.txt
share/couchdb/www/docs/_sources/commonjs.txt
share/couchdb/www/docs/_sources/config_reference.txt
share/couchdb/www/docs/_sources/configuring.txt
share/couchdb/www/docs/_sources/cors.txt
share/couchdb/www/docs/_sources/ddocs.txt
share/couchdb/www/docs/_sources/errors.txt
share/couchdb/www/docs/_sources/http-proxying.txt
share/couchdb/www/docs/_sources/index.txt
share/couchdb/www/docs/_sources/intro.txt
share/couchdb/www/docs/_sources/json-structure.txt
share/couchdb/www/docs/_sources/os-daemons.txt
share/couchdb/www/docs/_sources/pretty_urls.txt
share/couchdb/www/docs/_sources/query-servers.txt
share/couchdb/www/docs/_sources/range.txt
share/couchdb/www/docs/_sources/release.txt
share/couchdb/www/docs/_sources/replication.txt
share/couchdb/www/docs/_sources/ssl.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/api-basics.html
share/couchdb/www/docs/api/authn.html
share/couchdb/www/docs/api/configuration.html
share/couchdb/www/docs/api/database.html
share/couchdb/www/docs/api/dbmaint.html
share/couchdb/www/docs/api/design.html
share/couchdb/www/docs/api/documents.html
share/couchdb/www/docs/api/local.html
share/couchdb/www/docs/api/misc.html
share/couchdb/www/docs/api/reference.html
share/couchdb/www/docs/changelog.html
share/couchdb/www/docs/changes.html
share/couchdb/www/docs/commonjs.html
share/couchdb/www/docs/config_reference.html
share/couchdb/www/docs/configuring.html
share/couchdb/www/docs/cors.html
share/couchdb/www/docs/ddocs.html
share/couchdb/www/docs/errors.html
share/couchdb/www/docs/genindex.html
share/couchdb/www/docs/http-proxying.html
share/couchdb/www/docs/index.html
share/couchdb/www/docs/intro.html
share/couchdb/www/docs/json-structure.html
share/couchdb/www/docs/objects.inv
share/couchdb/www/docs/os-daemons.html
share/couchdb/www/docs/pretty_urls.html
share/couchdb/www/docs/query-servers.html
share/couchdb/www/docs/range.html
share/couchdb/www/docs/release.html
share/couchdb/www/docs/replication.html
share/couchdb/www/docs/search.html
share/couchdb/www/docs/searchindex.js
share/couchdb/www/docs/ssl.html
share/couchdb/www/document.html
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/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/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.js
share/couchdb/www/script/test/replicator_db_security.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/script/test/view_xml.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/CHANGES.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/NEWS.gz
share/doc/couchdb/NOTICE.gz
share/doc/couchdb/README.gz
share/doc/couchdb/THANKS.gz
share/examples/couchdb/default.ini
share/examples/couchdb/local.ini
share/info/CouchDB
share/info/dir
@pkgdir share/examples/couchdb/local.d
@pkgdir share/examples/couchdb/default.d