diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-06-26 09:34:11 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-06-26 09:34:11 +0000 |
commit | 78c062d82a143c7d51cc6dc0cf5c63f3c653355d (patch) | |
tree | d2cfd62f181c991d318be8e7d5dca6ac2a0fdf50 /databases/couchdb | |
parent | 71115cc037bf7d4ed74e706fc4ae9933d80b70ff (diff) | |
download | ports-78c062d82a143c7d51cc6dc0cf5c63f3c653355d.tar.gz ports-78c062d82a143c7d51cc6dc0cf5c63f3c653355d.zip |
Notes
Diffstat (limited to 'databases/couchdb')
-rw-r--r-- | databases/couchdb/Makefile | 2 | ||||
-rw-r--r-- | databases/couchdb/files/patch-configure | 38 | ||||
-rw-r--r-- | databases/couchdb/pkg-plist | 962 |
3 files changed, 519 insertions, 483 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 3782a7fd5575..a5f76df71e06 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -44,8 +44,6 @@ STRIP= #empty INFO= CouchDB -OPTIONS_DEFINE= DOCS - .include <bsd.port.options.mk> # This stanza could be removed around version 1.7 diff --git a/databases/couchdb/files/patch-configure b/databases/couchdb/files/patch-configure new file mode 100644 index 000000000000..c994b52f09c8 --- /dev/null +++ b/databases/couchdb/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig 2015-06-26 09:25:19 UTC ++++ configure +@@ -18532,7 +18532,7 @@ esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version compatibility" >&5 + $as_echo_n "checking Erlang version compatibility... " >&6; } +-erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0)" ++erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 18 (erts-7.0)" + + version="`${ERL} -version 2>&1 | ${SED} 's/[^0-9]/ /g'` 0 0 0" + major_version=`echo $version | ${AWK} "{print \\$1}"` +@@ -18540,7 +18540,7 @@ minor_version=`echo $version | ${AWK} "{ + patch_version=`echo $version | ${AWK} "{print \\$3}"` + echo -n "detected Erlang version: $major_version.$minor_version.$patch_version..." + +-if test $major_version -lt 5 -o $major_version -gt 6; then ++if test $major_version -lt 5 -o $major_version -gt 7; then + as_fn_error $? "$erlang_version_error major_version does not match" "$LINENO" 5 + fi + +@@ -18559,7 +18559,7 @@ otp_release="`\ + + + +- if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17)"); then ++ if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18)"); then + USE_OTP_NIFS_TRUE= + USE_OTP_NIFS_FALSE='#' + else +@@ -18567,7 +18567,7 @@ else + USE_OTP_NIFS_FALSE= + fi + +- if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17)"); then ++ if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18)"); then + USE_EJSON_COMPARE_NIF_TRUE= + USE_EJSON_COMPARE_NIF_FALSE='#' + else diff --git a/databases/couchdb/pkg-plist b/databases/couchdb/pkg-plist index 1f9e28424c6b..3d427bcac2ce 100644 --- a/databases/couchdb/pkg-plist +++ b/databases/couchdb/pkg-plist @@ -1,8 +1,8 @@ bin/couch-config bin/couchdb bin/couchjs -etc/couchdb/default.ini -@sample(couchdb,,) etc/couchdb/local.ini.sample +%%ETCDIR%%/default.ini +@sample(couchdb,,) %%ETCDIR%%/local.ini.sample etc/logrotate.d/couchdb lib/couchdb/bin/couchjs lib/couchdb/erlang/lib/couch-%%VERSION%%/ebin/couch.app @@ -155,485 +155,485 @@ lib/couchdb/erlang/lib/snappy-1.0.5/ebin/snappy.beam lib/couchdb/erlang/lib/snappy-1.0.5/priv/snappy_nif.so man/man1/couchdb.1.gz man/man1/couchjs.1.gz -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 -%%PORTDOCS%%share/doc/couchdb/AUTHORS.gz -%%PORTDOCS%%share/doc/couchdb/BUGS.gz -%%PORTDOCS%%share/doc/couchdb/CouchDB.pdf.gz -%%PORTDOCS%%share/doc/couchdb/DEVELOPERS.gz -%%PORTDOCS%%share/doc/couchdb/INSTALL.Unix.gz -%%PORTDOCS%%share/doc/couchdb/INSTALL.Windows.gz -%%PORTDOCS%%share/doc/couchdb/INSTALL.gz -%%PORTDOCS%%share/doc/couchdb/LICENSE.gz -%%PORTDOCS%%share/doc/couchdb/NOTICE.gz -%%PORTDOCS%%share/doc/couchdb/README.gz -%%PORTDOCS%%share/doc/couchdb/THANKS.gz -@dir etc/couchdb/default.d -@dir etc/couchdb/local.d +%%DATADIR%%/server/main-coffee.js +%%DATADIR%%/server/main.js +%%DATADIR%%/www/_sidebar.html +%%DATADIR%%/www/config.html +%%DATADIR%%/www/couch_tests.html +%%DATADIR%%/www/custom_test.html +%%DATADIR%%/www/database.html +%%DATADIR%%/www/dialog/_admin_party.html +%%DATADIR%%/www/dialog/_change_password.html +%%DATADIR%%/www/dialog/_compact_cleanup.html +%%DATADIR%%/www/dialog/_create_admin.html +%%DATADIR%%/www/dialog/_create_config.html +%%DATADIR%%/www/dialog/_create_database.html +%%DATADIR%%/www/dialog/_database_security.html +%%DATADIR%%/www/dialog/_delete_database.html +%%DATADIR%%/www/dialog/_delete_document.html +%%DATADIR%%/www/dialog/_login.html +%%DATADIR%%/www/dialog/_save_view_as.html +%%DATADIR%%/www/dialog/_share_test_reports.html +%%DATADIR%%/www/dialog/_signup.html +%%DATADIR%%/www/dialog/_upload_attachment.html +%%DATADIR%%/www/docs/_images/futon-createdb.png +%%DATADIR%%/www/docs/_images/futon-editdoc.png +%%DATADIR%%/www/docs/_images/futon-editeddoc.png +%%DATADIR%%/www/docs/_images/futon-overview.png +%%DATADIR%%/www/docs/_images/futon-replform.png +%%DATADIR%%/www/docs/_images/intro-consistency-01.png +%%DATADIR%%/www/docs/_images/intro-consistency-02.png +%%DATADIR%%/www/docs/_images/intro-consistency-03.png +%%DATADIR%%/www/docs/_images/intro-consistency-04.png +%%DATADIR%%/www/docs/_images/intro-consistency-05.png +%%DATADIR%%/www/docs/_images/intro-consistency-06.png +%%DATADIR%%/www/docs/_images/intro-consistency-07.png +%%DATADIR%%/www/docs/_images/intro-tour-01.png +%%DATADIR%%/www/docs/_images/intro-tour-02.png +%%DATADIR%%/www/docs/_images/intro-tour-03.png +%%DATADIR%%/www/docs/_images/intro-tour-04.png +%%DATADIR%%/www/docs/_images/intro-tour-05.png +%%DATADIR%%/www/docs/_images/intro-tour-06.png +%%DATADIR%%/www/docs/_images/intro-tour-07.png +%%DATADIR%%/www/docs/_images/intro-tour-08.png +%%DATADIR%%/www/docs/_images/intro-tour-09.png +%%DATADIR%%/www/docs/_images/intro-tour-10.png +%%DATADIR%%/www/docs/_images/intro-why-01.png +%%DATADIR%%/www/docs/_images/intro-why-02.png +%%DATADIR%%/www/docs/_images/intro-why-03.png +%%DATADIR%%/www/docs/_images/views-intro-01.png +%%DATADIR%%/www/docs/_images/views-intro-02.png +%%DATADIR%%/www/docs/_images/views-intro-03.png +%%DATADIR%%/www/docs/_images/views-intro-04.png +%%DATADIR%%/www/docs/_sources/about.txt +%%DATADIR%%/www/docs/_sources/api/basics.txt +%%DATADIR%%/www/docs/_sources/api/database/bulk-api.txt +%%DATADIR%%/www/docs/_sources/api/database/changes.txt +%%DATADIR%%/www/docs/_sources/api/database/common.txt +%%DATADIR%%/www/docs/_sources/api/database/compact.txt +%%DATADIR%%/www/docs/_sources/api/database/index.txt +%%DATADIR%%/www/docs/_sources/api/database/misc.txt +%%DATADIR%%/www/docs/_sources/api/database/security.txt +%%DATADIR%%/www/docs/_sources/api/database/temp-views.txt +%%DATADIR%%/www/docs/_sources/api/ddoc/common.txt +%%DATADIR%%/www/docs/_sources/api/ddoc/index.txt +%%DATADIR%%/www/docs/_sources/api/ddoc/render.txt +%%DATADIR%%/www/docs/_sources/api/ddoc/rewrites.txt +%%DATADIR%%/www/docs/_sources/api/ddoc/views.txt +%%DATADIR%%/www/docs/_sources/api/document/attachments.txt +%%DATADIR%%/www/docs/_sources/api/document/common.txt +%%DATADIR%%/www/docs/_sources/api/document/index.txt +%%DATADIR%%/www/docs/_sources/api/index.txt +%%DATADIR%%/www/docs/_sources/api/local.txt +%%DATADIR%%/www/docs/_sources/api/server/authn.txt +%%DATADIR%%/www/docs/_sources/api/server/common.txt +%%DATADIR%%/www/docs/_sources/api/server/configuration.txt +%%DATADIR%%/www/docs/_sources/api/server/index.txt +%%DATADIR%%/www/docs/_sources/config/auth.txt +%%DATADIR%%/www/docs/_sources/config/compaction.txt +%%DATADIR%%/www/docs/_sources/config/couchdb.txt +%%DATADIR%%/www/docs/_sources/config/externals.txt +%%DATADIR%%/www/docs/_sources/config/http-handlers.txt +%%DATADIR%%/www/docs/_sources/config/http.txt +%%DATADIR%%/www/docs/_sources/config/index.txt +%%DATADIR%%/www/docs/_sources/config/intro.txt +%%DATADIR%%/www/docs/_sources/config/logging.txt +%%DATADIR%%/www/docs/_sources/config/misc.txt +%%DATADIR%%/www/docs/_sources/config/proxying.txt +%%DATADIR%%/www/docs/_sources/config/query-servers.txt +%%DATADIR%%/www/docs/_sources/config/replicator.txt +%%DATADIR%%/www/docs/_sources/config/services.txt +%%DATADIR%%/www/docs/_sources/contents.txt +%%DATADIR%%/www/docs/_sources/contributing.txt +%%DATADIR%%/www/docs/_sources/couchapp/ddocs.txt +%%DATADIR%%/www/docs/_sources/couchapp/index.txt +%%DATADIR%%/www/docs/_sources/couchapp/views/collation.txt +%%DATADIR%%/www/docs/_sources/couchapp/views/index.txt +%%DATADIR%%/www/docs/_sources/couchapp/views/intro.txt +%%DATADIR%%/www/docs/_sources/couchapp/views/joins.txt +%%DATADIR%%/www/docs/_sources/couchapp/views/nosql.txt +%%DATADIR%%/www/docs/_sources/couchapp/views/pagination.txt +%%DATADIR%%/www/docs/_sources/cve/2010-0009.txt +%%DATADIR%%/www/docs/_sources/cve/2010-2234.txt +%%DATADIR%%/www/docs/_sources/cve/2010-3854.txt +%%DATADIR%%/www/docs/_sources/cve/2012-5641.txt +%%DATADIR%%/www/docs/_sources/cve/2012-5649.txt +%%DATADIR%%/www/docs/_sources/cve/2012-5650.txt +%%DATADIR%%/www/docs/_sources/cve/index.txt +%%DATADIR%%/www/docs/_sources/experimental.txt +%%DATADIR%%/www/docs/_sources/externals.txt +%%DATADIR%%/www/docs/_sources/fauxton/addons.txt +%%DATADIR%%/www/docs/_sources/fauxton/index.txt +%%DATADIR%%/www/docs/_sources/fauxton/install.txt +%%DATADIR%%/www/docs/_sources/install/freebsd.txt +%%DATADIR%%/www/docs/_sources/install/index.txt +%%DATADIR%%/www/docs/_sources/install/mac.txt +%%DATADIR%%/www/docs/_sources/install/unix.txt +%%DATADIR%%/www/docs/_sources/install/windows.txt +%%DATADIR%%/www/docs/_sources/intro/api.txt +%%DATADIR%%/www/docs/_sources/intro/consistency.txt +%%DATADIR%%/www/docs/_sources/intro/curl.txt +%%DATADIR%%/www/docs/_sources/intro/futon.txt +%%DATADIR%%/www/docs/_sources/intro/index.txt +%%DATADIR%%/www/docs/_sources/intro/overview.txt +%%DATADIR%%/www/docs/_sources/intro/security.txt +%%DATADIR%%/www/docs/_sources/intro/tour.txt +%%DATADIR%%/www/docs/_sources/intro/why.txt +%%DATADIR%%/www/docs/_sources/json-structure.txt +%%DATADIR%%/www/docs/_sources/maintenance/compaction.txt +%%DATADIR%%/www/docs/_sources/maintenance/index.txt +%%DATADIR%%/www/docs/_sources/maintenance/performance.txt +%%DATADIR%%/www/docs/_sources/query-server/erlang.txt +%%DATADIR%%/www/docs/_sources/query-server/index.txt +%%DATADIR%%/www/docs/_sources/query-server/javascript.txt +%%DATADIR%%/www/docs/_sources/query-server/protocol.txt +%%DATADIR%%/www/docs/_sources/replication/conflicts.txt +%%DATADIR%%/www/docs/_sources/replication/index.txt +%%DATADIR%%/www/docs/_sources/replication/intro.txt +%%DATADIR%%/www/docs/_sources/replication/protocol.txt +%%DATADIR%%/www/docs/_sources/replication/replicator.txt +%%DATADIR%%/www/docs/_sources/whatsnew/0.10.txt +%%DATADIR%%/www/docs/_sources/whatsnew/0.11.txt +%%DATADIR%%/www/docs/_sources/whatsnew/0.8.txt +%%DATADIR%%/www/docs/_sources/whatsnew/0.9.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.0.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.1.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.2.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.3.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.4.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.5.txt +%%DATADIR%%/www/docs/_sources/whatsnew/1.6.txt +%%DATADIR%%/www/docs/_sources/whatsnew/index.txt +%%DATADIR%%/www/docs/_static/ajax-loader.gif +%%DATADIR%%/www/docs/_static/basic.css +%%DATADIR%%/www/docs/_static/comment-bright.png +%%DATADIR%%/www/docs/_static/comment-close.png +%%DATADIR%%/www/docs/_static/comment.png +%%DATADIR%%/www/docs/_static/default.css +%%DATADIR%%/www/docs/_static/doctools.js +%%DATADIR%%/www/docs/_static/down-pressed.png +%%DATADIR%%/www/docs/_static/down.png +%%DATADIR%%/www/docs/_static/favicon.ico +%%DATADIR%%/www/docs/_static/file.png +%%DATADIR%%/www/docs/_static/jquery.js +%%DATADIR%%/www/docs/_static/logo.png +%%DATADIR%%/www/docs/_static/minus.png +%%DATADIR%%/www/docs/_static/plus.png +%%DATADIR%%/www/docs/_static/pygments.css +%%DATADIR%%/www/docs/_static/rtd.css +%%DATADIR%%/www/docs/_static/searchtools.js +%%DATADIR%%/www/docs/_static/sidebar.js +%%DATADIR%%/www/docs/_static/underscore.js +%%DATADIR%%/www/docs/_static/up-pressed.png +%%DATADIR%%/www/docs/_static/up.png +%%DATADIR%%/www/docs/_static/websupport.js +%%DATADIR%%/www/docs/about.html +%%DATADIR%%/www/docs/api/basics.html +%%DATADIR%%/www/docs/api/database/bulk-api.html +%%DATADIR%%/www/docs/api/database/changes.html +%%DATADIR%%/www/docs/api/database/common.html +%%DATADIR%%/www/docs/api/database/compact.html +%%DATADIR%%/www/docs/api/database/index.html +%%DATADIR%%/www/docs/api/database/misc.html +%%DATADIR%%/www/docs/api/database/security.html +%%DATADIR%%/www/docs/api/database/temp-views.html +%%DATADIR%%/www/docs/api/ddoc/common.html +%%DATADIR%%/www/docs/api/ddoc/index.html +%%DATADIR%%/www/docs/api/ddoc/render.html +%%DATADIR%%/www/docs/api/ddoc/rewrites.html +%%DATADIR%%/www/docs/api/ddoc/views.html +%%DATADIR%%/www/docs/api/document/attachments.html +%%DATADIR%%/www/docs/api/document/common.html +%%DATADIR%%/www/docs/api/document/index.html +%%DATADIR%%/www/docs/api/index.html +%%DATADIR%%/www/docs/api/local.html +%%DATADIR%%/www/docs/api/server/authn.html +%%DATADIR%%/www/docs/api/server/common.html +%%DATADIR%%/www/docs/api/server/configuration.html +%%DATADIR%%/www/docs/api/server/index.html +%%DATADIR%%/www/docs/config-ref.html +%%DATADIR%%/www/docs/config/auth.html +%%DATADIR%%/www/docs/config/compaction.html +%%DATADIR%%/www/docs/config/couchdb.html +%%DATADIR%%/www/docs/config/externals.html +%%DATADIR%%/www/docs/config/http-handlers.html +%%DATADIR%%/www/docs/config/http.html +%%DATADIR%%/www/docs/config/index.html +%%DATADIR%%/www/docs/config/intro.html +%%DATADIR%%/www/docs/config/logging.html +%%DATADIR%%/www/docs/config/misc.html +%%DATADIR%%/www/docs/config/proxying.html +%%DATADIR%%/www/docs/config/query-servers.html +%%DATADIR%%/www/docs/config/replicator.html +%%DATADIR%%/www/docs/config/services.html +%%DATADIR%%/www/docs/contents.html +%%DATADIR%%/www/docs/contributing.html +%%DATADIR%%/www/docs/couchapp/ddocs.html +%%DATADIR%%/www/docs/couchapp/index.html +%%DATADIR%%/www/docs/couchapp/views/collation.html +%%DATADIR%%/www/docs/couchapp/views/index.html +%%DATADIR%%/www/docs/couchapp/views/intro.html +%%DATADIR%%/www/docs/couchapp/views/joins.html +%%DATADIR%%/www/docs/couchapp/views/nosql.html +%%DATADIR%%/www/docs/couchapp/views/pagination.html +%%DATADIR%%/www/docs/cve/2010-0009.html +%%DATADIR%%/www/docs/cve/2010-2234.html +%%DATADIR%%/www/docs/cve/2010-3854.html +%%DATADIR%%/www/docs/cve/2012-5641.html +%%DATADIR%%/www/docs/cve/2012-5649.html +%%DATADIR%%/www/docs/cve/2012-5650.html +%%DATADIR%%/www/docs/cve/index.html +%%DATADIR%%/www/docs/download.html +%%DATADIR%%/www/docs/experimental.html +%%DATADIR%%/www/docs/externals.html +%%DATADIR%%/www/docs/fauxton/addons.html +%%DATADIR%%/www/docs/fauxton/index.html +%%DATADIR%%/www/docs/fauxton/install.html +%%DATADIR%%/www/docs/http-api.html +%%DATADIR%%/www/docs/index.html +%%DATADIR%%/www/docs/install/freebsd.html +%%DATADIR%%/www/docs/install/index.html +%%DATADIR%%/www/docs/install/mac.html +%%DATADIR%%/www/docs/install/unix.html +%%DATADIR%%/www/docs/install/windows.html +%%DATADIR%%/www/docs/intro/api.html +%%DATADIR%%/www/docs/intro/consistency.html +%%DATADIR%%/www/docs/intro/curl.html +%%DATADIR%%/www/docs/intro/futon.html +%%DATADIR%%/www/docs/intro/index.html +%%DATADIR%%/www/docs/intro/overview.html +%%DATADIR%%/www/docs/intro/security.html +%%DATADIR%%/www/docs/intro/tour.html +%%DATADIR%%/www/docs/intro/why.html +%%DATADIR%%/www/docs/json-structure.html +%%DATADIR%%/www/docs/maintenance/compaction.html +%%DATADIR%%/www/docs/maintenance/index.html +%%DATADIR%%/www/docs/maintenance/performance.html +%%DATADIR%%/www/docs/objects.inv +%%DATADIR%%/www/docs/query-server/erlang.html +%%DATADIR%%/www/docs/query-server/index.html +%%DATADIR%%/www/docs/query-server/javascript.html +%%DATADIR%%/www/docs/query-server/protocol.html +%%DATADIR%%/www/docs/replication/conflicts.html +%%DATADIR%%/www/docs/replication/index.html +%%DATADIR%%/www/docs/replication/intro.html +%%DATADIR%%/www/docs/replication/protocol.html +%%DATADIR%%/www/docs/replication/replicator.html +%%DATADIR%%/www/docs/search.html +%%DATADIR%%/www/docs/searchindex.js +%%DATADIR%%/www/docs/whatsnew/0.10.html +%%DATADIR%%/www/docs/whatsnew/0.11.html +%%DATADIR%%/www/docs/whatsnew/0.8.html +%%DATADIR%%/www/docs/whatsnew/0.9.html +%%DATADIR%%/www/docs/whatsnew/1.0.html +%%DATADIR%%/www/docs/whatsnew/1.1.html +%%DATADIR%%/www/docs/whatsnew/1.2.html +%%DATADIR%%/www/docs/whatsnew/1.3.html +%%DATADIR%%/www/docs/whatsnew/1.4.html +%%DATADIR%%/www/docs/whatsnew/1.5.html +%%DATADIR%%/www/docs/whatsnew/1.6.html +%%DATADIR%%/www/docs/whatsnew/index.html +%%DATADIR%%/www/document.html +%%DATADIR%%/www/fauxton/css/index.css +%%DATADIR%%/www/fauxton/img/FontAwesome.otf +%%DATADIR%%/www/fauxton/img/couchdb-site.png +%%DATADIR%%/www/fauxton/img/couchdblogo.png +%%DATADIR%%/www/fauxton/img/fontawesome-webfont.eot +%%DATADIR%%/www/fauxton/img/fontawesome-webfont.svg +%%DATADIR%%/www/fauxton/img/fontawesome-webfont.ttf +%%DATADIR%%/www/fauxton/img/fontawesome-webfont.woff +%%DATADIR%%/www/fauxton/img/fontcustom_fauxton.eot +%%DATADIR%%/www/fauxton/img/fontcustom_fauxton.svg +%%DATADIR%%/www/fauxton/img/fontcustom_fauxton.ttf +%%DATADIR%%/www/fauxton/img/fontcustom_fauxton.woff +%%DATADIR%%/www/fauxton/img/glyphicons-halflings-white.png +%%DATADIR%%/www/fauxton/img/glyphicons-halflings.png +%%DATADIR%%/www/fauxton/img/linen.png +%%DATADIR%%/www/fauxton/img/loader.gif +%%DATADIR%%/www/fauxton/img/minilogo.png +%%DATADIR%%/www/fauxton/index.html +%%DATADIR%%/www/fauxton/js/ace/mode-javascript.js +%%DATADIR%%/www/fauxton/js/ace/mode-json.js +%%DATADIR%%/www/fauxton/js/ace/theme-crimson_editor.js +%%DATADIR%%/www/fauxton/js/ace/worker-javascript.js +%%DATADIR%%/www/fauxton/js/ace/worker-json.js +%%DATADIR%%/www/fauxton/js/require.js +%%DATADIR%%/www/favicon.ico +%%DATADIR%%/www/image/add.png +%%DATADIR%%/www/image/apply.gif +%%DATADIR%%/www/image/bg.png +%%DATADIR%%/www/image/cancel.gif +%%DATADIR%%/www/image/compact.png +%%DATADIR%%/www/image/delete-mini.png +%%DATADIR%%/www/image/delete.png +%%DATADIR%%/www/image/grippie.gif +%%DATADIR%%/www/image/hgrad.gif +%%DATADIR%%/www/image/key.png +%%DATADIR%%/www/image/load.png +%%DATADIR%%/www/image/logo.png +%%DATADIR%%/www/image/order-asc.gif +%%DATADIR%%/www/image/order-desc.gif +%%DATADIR%%/www/image/path.gif +%%DATADIR%%/www/image/progress.gif +%%DATADIR%%/www/image/rarrow.png +%%DATADIR%%/www/image/run-mini.png +%%DATADIR%%/www/image/run.png +%%DATADIR%%/www/image/running.png +%%DATADIR%%/www/image/save.png +%%DATADIR%%/www/image/sidebar-toggle.png +%%DATADIR%%/www/image/spinner.gif +%%DATADIR%%/www/image/spinner_33.gif +%%DATADIR%%/www/image/spinner_6b.gif +%%DATADIR%%/www/image/test_failure.gif +%%DATADIR%%/www/image/test_success.gif +%%DATADIR%%/www/image/thead-key.gif +%%DATADIR%%/www/image/thead.gif +%%DATADIR%%/www/image/toggle-collapse.gif +%%DATADIR%%/www/image/toggle-expand.gif +%%DATADIR%%/www/image/twisty.gif +%%DATADIR%%/www/index.html +%%DATADIR%%/www/plugins.html +%%DATADIR%%/www/replicator.html +%%DATADIR%%/www/script/base64.js +%%DATADIR%%/www/script/couch.js +%%DATADIR%%/www/script/couch_test_runner.js +%%DATADIR%%/www/script/couch_tests.js +%%DATADIR%%/www/script/futon.browse.js +%%DATADIR%%/www/script/futon.format.js +%%DATADIR%%/www/script/futon.js +%%DATADIR%%/www/script/jquery-ui-1.8.11.custom.min.js +%%DATADIR%%/www/script/jquery.couch.js +%%DATADIR%%/www/script/jquery.dialog.js +%%DATADIR%%/www/script/jquery.editinline.js +%%DATADIR%%/www/script/jquery.form.js +%%DATADIR%%/www/script/jquery.js +%%DATADIR%%/www/script/jquery.resizer.js +%%DATADIR%%/www/script/jquery.suggest.js +%%DATADIR%%/www/script/json2.js +%%DATADIR%%/www/script/jspec/jspec.css +%%DATADIR%%/www/script/jspec/jspec.jquery.js +%%DATADIR%%/www/script/jspec/jspec.js +%%DATADIR%%/www/script/jspec/jspec.xhr.js +%%DATADIR%%/www/script/oauth.js +%%DATADIR%%/www/script/replicator_db_inc.js +%%DATADIR%%/www/script/sha1.js +%%DATADIR%%/www/script/test/all_docs.js +%%DATADIR%%/www/script/test/attachment_names.js +%%DATADIR%%/www/script/test/attachment_paths.js +%%DATADIR%%/www/script/test/attachment_ranges.js +%%DATADIR%%/www/script/test/attachment_views.js +%%DATADIR%%/www/script/test/attachments.js +%%DATADIR%%/www/script/test/attachments_multipart.js +%%DATADIR%%/www/script/test/auth_cache.js +%%DATADIR%%/www/script/test/basics.js +%%DATADIR%%/www/script/test/batch_save.js +%%DATADIR%%/www/script/test/bulk_docs.js +%%DATADIR%%/www/script/test/changes.js +%%DATADIR%%/www/script/test/coffee.js +%%DATADIR%%/www/script/test/compact.js +%%DATADIR%%/www/script/test/config.js +%%DATADIR%%/www/script/test/conflicts.js +%%DATADIR%%/www/script/test/content_negotiation.js +%%DATADIR%%/www/script/test/cookie_auth.js +%%DATADIR%%/www/script/test/copy_doc.js +%%DATADIR%%/www/script/test/delayed_commits.js +%%DATADIR%%/www/script/test/design_docs.js +%%DATADIR%%/www/script/test/design_options.js +%%DATADIR%%/www/script/test/design_paths.js +%%DATADIR%%/www/script/test/erlang_views.js +%%DATADIR%%/www/script/test/etags_head.js +%%DATADIR%%/www/script/test/etags_views.js +%%DATADIR%%/www/script/test/form_submit.js +%%DATADIR%%/www/script/test/http.js +%%DATADIR%%/www/script/test/invalid_docids.js +%%DATADIR%%/www/script/test/jsonp.js +%%DATADIR%%/www/script/test/large_docs.js +%%DATADIR%%/www/script/test/list_views.js +%%DATADIR%%/www/script/test/lorem.txt +%%DATADIR%%/www/script/test/lorem_b64.txt +%%DATADIR%%/www/script/test/lots_of_docs.js +%%DATADIR%%/www/script/test/method_override.js +%%DATADIR%%/www/script/test/multiple_rows.js +%%DATADIR%%/www/script/test/oauth.js +%%DATADIR%%/www/script/test/oauth_users_db.js +%%DATADIR%%/www/script/test/proxyauth.js +%%DATADIR%%/www/script/test/purge.js +%%DATADIR%%/www/script/test/reader_acl.js +%%DATADIR%%/www/script/test/recreate_doc.js +%%DATADIR%%/www/script/test/reduce.js +%%DATADIR%%/www/script/test/reduce_builtin.js +%%DATADIR%%/www/script/test/reduce_false.js +%%DATADIR%%/www/script/test/reduce_false_temp.js +%%DATADIR%%/www/script/test/replication.js +%%DATADIR%%/www/script/test/replicator_db_bad_rep_id.js +%%DATADIR%%/www/script/test/replicator_db_by_doc_id.js +%%DATADIR%%/www/script/test/replicator_db_compact_rep_db.js +%%DATADIR%%/www/script/test/replicator_db_continuous.js +%%DATADIR%%/www/script/test/replicator_db_credential_delegation.js +%%DATADIR%%/www/script/test/replicator_db_field_validation.js +%%DATADIR%%/www/script/test/replicator_db_filtered.js +%%DATADIR%%/www/script/test/replicator_db_identical.js +%%DATADIR%%/www/script/test/replicator_db_identical_continuous.js +%%DATADIR%%/www/script/test/replicator_db_invalid_filter.js +%%DATADIR%%/www/script/test/replicator_db_security.js +%%DATADIR%%/www/script/test/replicator_db_simple.js +%%DATADIR%%/www/script/test/replicator_db_successive.js +%%DATADIR%%/www/script/test/replicator_db_survives.js +%%DATADIR%%/www/script/test/replicator_db_swap_rep_db.js +%%DATADIR%%/www/script/test/replicator_db_update_security.js +%%DATADIR%%/www/script/test/replicator_db_user_ctx.js +%%DATADIR%%/www/script/test/replicator_db_write_auth.js +%%DATADIR%%/www/script/test/rev_stemming.js +%%DATADIR%%/www/script/test/rewrite.js +%%DATADIR%%/www/script/test/security_validation.js +%%DATADIR%%/www/script/test/show_documents.js +%%DATADIR%%/www/script/test/stats.js +%%DATADIR%%/www/script/test/update_documents.js +%%DATADIR%%/www/script/test/users_db.js +%%DATADIR%%/www/script/test/users_db_security.js +%%DATADIR%%/www/script/test/utf8.js +%%DATADIR%%/www/script/test/uuids.js +%%DATADIR%%/www/script/test/view_collation.js +%%DATADIR%%/www/script/test/view_collation_raw.js +%%DATADIR%%/www/script/test/view_compaction.js +%%DATADIR%%/www/script/test/view_conflicts.js +%%DATADIR%%/www/script/test/view_errors.js +%%DATADIR%%/www/script/test/view_include_docs.js +%%DATADIR%%/www/script/test/view_multi_key_all_docs.js +%%DATADIR%%/www/script/test/view_multi_key_design.js +%%DATADIR%%/www/script/test/view_multi_key_temp.js +%%DATADIR%%/www/script/test/view_offsets.js +%%DATADIR%%/www/script/test/view_pagination.js +%%DATADIR%%/www/script/test/view_sandboxing.js +%%DATADIR%%/www/script/test/view_update_seq.js +%%DATADIR%%/www/session.html +%%DATADIR%%/www/spec/couch_js_class_methods_spec.js +%%DATADIR%%/www/spec/couch_js_instance_methods_1_spec.js +%%DATADIR%%/www/spec/couch_js_instance_methods_2_spec.js +%%DATADIR%%/www/spec/couch_js_instance_methods_3_spec.js +%%DATADIR%%/www/spec/custom_helpers.js +%%DATADIR%%/www/spec/jquery_couch_js_class_methods_spec.js +%%DATADIR%%/www/spec/jquery_couch_js_instance_methods_1_spec.js +%%DATADIR%%/www/spec/jquery_couch_js_instance_methods_2_spec.js +%%DATADIR%%/www/spec/jquery_couch_js_instance_methods_3_spec.js +%%DATADIR%%/www/spec/run.html +%%DATADIR%%/www/status.html +%%DATADIR%%/www/style/jquery-ui-1.8.11.custom.css +%%DATADIR%%/www/style/layout.css +%%DATADIR%%/www/verify_install.html +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.gz +%%PORTDOCS%%%%DOCSDIR%%/BUGS.gz +%%PORTDOCS%%%%DOCSDIR%%/CouchDB.pdf.gz +%%PORTDOCS%%%%DOCSDIR%%/DEVELOPERS.gz +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.Unix.gz +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.Windows.gz +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.gz +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.gz +%%PORTDOCS%%%%DOCSDIR%%/NOTICE.gz +%%PORTDOCS%%%%DOCSDIR%%/README.gz +%%PORTDOCS%%%%DOCSDIR%%/THANKS.gz +@dir %%ETCDIR%%/default.d +@dir %%ETCDIR%%/local.d @dir /var/db/couchdb @dir /var/log/couchdb @dir /var/run/couchdb |