diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2021-04-08 04:43:43 +0800 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2021-04-08 05:19:14 +0800 |
commit | e9c46eff6764e30d0cf5ee2ba407940b58a4a592 (patch) | |
tree | 51c5bb864d583bd1055d4af36048d299abc12b05 /databases | |
parent | 2f03c33bdc2ebdc8a4551ef4bba399d1f5b437d6 (diff) | |
download | freebsd-ports-gnome-e9c46eff6764e30d0cf5ee2ba407940b58a4a592.tar.gz freebsd-ports-gnome-e9c46eff6764e30d0cf5ee2ba407940b58a4a592.tar.zst freebsd-ports-gnome-e9c46eff6764e30d0cf5ee2ba407940b58a4a592.zip |
databases/couchdb2: not supported upstream, use databases/couchdb3
Apache CouchDB v2 requires spidermonkey185 and python2.7 which are both EOL
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/couchdb2/Makefile | 105 | ||||
-rw-r--r-- | databases/couchdb2/distinfo | 3 | ||||
-rw-r--r-- | databases/couchdb2/files/couchdb2.in | 93 | ||||
-rw-r--r-- | databases/couchdb2/files/patch-configure | 26 | ||||
-rw-r--r-- | databases/couchdb2/files/patch-rel_overlay_etc_vm.args | 14 | ||||
-rw-r--r-- | databases/couchdb2/files/patch-rel_reltool.config | 10 | ||||
-rw-r--r-- | databases/couchdb2/files/patch-src_ibrowse_src_ibrowse__http__client.erl | 11 | ||||
-rw-r--r-- | databases/couchdb2/files/pkg-message.in | 37 | ||||
-rw-r--r-- | databases/couchdb2/pkg-descr | 6 | ||||
-rw-r--r-- | databases/couchdb2/pkg-plist | 822 |
11 files changed, 0 insertions, 1128 deletions
diff --git a/databases/Makefile b/databases/Makefile index 70c1db36c8e7..89fa0c284e2c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -38,7 +38,6 @@ SUBDIR += cegobridge SUBDIR += clickhouse SUBDIR += cockroach - SUBDIR += couchdb2 SUBDIR += couchdb3 SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql diff --git a/databases/couchdb2/Makefile b/databases/couchdb2/Makefile deleted file mode 100644 index a2c1025624f5..000000000000 --- a/databases/couchdb2/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# Created by: Dave Cottlehuber <dch@FreeBSD.org> - -PORTNAME= couchdb2 -DISTVERSION= 2.3.1 -PORTREVISION= 7 -CATEGORIES= databases -MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} -DISTNAME= apache-couchdb-${DISTVERSION} - -MAINTAINER= dch@FreeBSD.org -COMMENT= JSON document database with HTTP API and scalable multi-master sync - -LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11 -LICENSE_COMB= multi - -DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185 -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= rebar:devel/rebar \ - erlang-runtime21>=21.3:lang/erlang-runtime21 -LIB_DEPENDS= libicudata.so:devel/icu \ - libmozjs185.so:lang/spidermonkey185 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - erlang-runtime21>=21.3:lang/erlang-runtime21 - -USES= cpe gmake libtool ncurses python:run shebangfix -USE_RC_SUBR= couchdb2 - -CPE_VENDOR= apache -SHEBANG_FILES= rel/overlay/bin/couchup - -USERS= couchdb -GROUPS= couchdb - -SUB_FILES= pkg-message -SUB_LIST= APPDIR=${APPDIR} \ - ERL_PATH=${LOCALBASE}/lib/erlang21/bin/erl \ - PORTNAME=${PORTNAME} \ - RELDIR=${RELDIR} -PLIST_SUB= VERSION=${DISTVERSION} - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --skip-deps --user ${USERS} --disable-docs --disable-fauxton - -ALL_TARGET= release - -MAKE_ENV= PATH=${LOCALBASE}/lib/erlang21/bin:${PATH} - -OPTIONS_DEFINE= DOCS -OPTIONS_SUB= yes - -DBDIR?= /var/db/${PORTNAME} -LOGFILE?= /var/log/${PORTNAME}/couch.log -APPDIR= ${LOCALBASE}/libexec/${PORTNAME} -RELDIR= ${APPDIR}/releases/${DISTVERSION} - -post-patch: - @${REINPLACE_CMD} \ - -e 's,%%APPDIR%%,${APPDIR},g' \ - -e 's,%%DATADIR%%,${DATADIR},g' \ - -e 's,%%DBDIR%%,${DBDIR},g' \ - -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - -e 's,%%PORTNAME%%,${PORTNAME},g' \ - -e 's,%%WWWDIR%%,${WWWDIR},g' \ - -e 's,$$COUCHDB_USER,${USERS},g' \ - -e 's,$$LOG_FILE,${LOGFILE},g' \ - ${WRKSRC}/configure - -pre-install: - # relocate user-modifiable runtime configs to match hier(7) - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/rel/couchdb/etc/local.ini \ - ${STAGEDIR}${ETCDIR}/local.ini.sample - ${INSTALL_DATA} ${WRKSRC}/rel/couchdb/etc/vm.args \ - ${STAGEDIR}${ETCDIR}/vm.args.sample - ${INSTALL_MAN} ${WRKSRC}/share/docs/man/apachecouchdb.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 - # prune build artefacts and surplus headers - @${FIND} -E ${WRKSRC} -type f \ - -regex '.*\.(a|buildinfo|c|cc|cmd|d|h|o|orig|1)' -delete - # remove runtime dirs and files that were moved to match hier(7) - @${RM} -r ${WRKSRC}/rel/couchdb/var \ - ${WRKSRC}/rel/couchdb/etc/*.d \ - ${WRKSRC}/rel/couchdb/etc/local.ini \ - ${WRKSRC}/rel/couchdb/etc/vm.args \ - ${WRKSRC}/rel/couchdb/releases/*/vm.args \ - ${WRKSRC}/rel/couchdb/lib/couch-*/priv/couchjs \ - ${WRKSRC}/share/server - @${CP} ${WRKSRC}/src/docs/images/favicon.ico ${WRKSRC}/share/www/ - (cd ${WRKSRC}/rel/couchdb && ${COPYTREE_SHARE} . ${STAGEDIR}${APPDIR}) - -post-install: - @${FIND} -E ${STAGEDIR} -type f \ - \( -name couchjs -o -name *.so \) \ - -exec ${STRIP_CMD} {} + - @${MKDIR} \ - ${STAGEDIR}/var/db/${PORTNAME} \ - ${STAGEDIR}/var/log/${PORTNAME} - # fauxton UI is a required component - (cd ${WRKSRC}/share/www && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) - -post-install-DOCS-on: - (cd ${WRKSRC}/share/docs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/docs) - -.include <bsd.port.mk> diff --git a/databases/couchdb2/distinfo b/databases/couchdb2/distinfo deleted file mode 100644 index 6dc098a0c8a1..000000000000 --- a/databases/couchdb2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1551956133 -SHA256 (apache-couchdb-2.3.1.tar.gz) = 43eb8cec41eb52871bf22d35f3e2c2ce5b806ebdbce3594cf6b0438f2534227d -SIZE (apache-couchdb-2.3.1.tar.gz) = 13473795 diff --git a/databases/couchdb2/files/couchdb2.in b/databases/couchdb2/files/couchdb2.in deleted file mode 100644 index f7137fdd1d66..000000000000 --- a/databases/couchdb2/files/couchdb2.in +++ /dev/null @@ -1,93 +0,0 @@ -#!/bin/sh - -# PROVIDE: couchdb2 -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# couchdb2_enable (bool): Set to NO by default. -# Set it to YES to enable couchdb2. - -. /etc/rc.subr - -name="couchdb2" -rcvar=couchdb2_enable - -start_cmd="${name}_start" -stop_cmd="${name}_stop" -status_cmd="${name}_status" - -load_rc_config $name - -: ${couchdb2_enable:="NO"} -: ${couchdb2_user="couchdb"} -: ${couchdb2_erl_flags="-couch_ini %%APPDIR%%/etc/default.ini %%ETCDIR%%/local.ini"} -: ${couchdb2_chdir="/var/db/%%PORTNAME%%"} - -command="%%ERL_PATH%%" -pidfile="/var/run/${name}.pid" -daemonpidfile="/var/run/${name}-daemon.pid" - -erl_sasl='-sasl releases_dir \"%%PORTNAME%%/releases\"' -erl_boot='-boot %%RELDIR%%/couchdb -boot_var RELTOOL_EXT_LIB %%APPDIR%%/lib' -erl_args='-args_file %%ETCDIR%%/vm.args' -erl_flags="${erl_sasl} ${erl_boot} ${erl_args} ${couchdb2_erl_flags}" - -couchdb2_start() -{ - # chdir manually as overriding _start() blocks rc.subr defaults - cd "${couchdb2_chdir}" - /usr/sbin/daemon -p ${pidfile} \ - -P ${daemonpidfile} \ - -t ${name} \ - -u ${couchdb2_user} \ - env ERL_FLAGS="${erl_flags}" \ - HOME=/var/run/couchdb2 \ - ERL_CRASH_DUMP=/var/run/couchdb2/erl_crash.dump \ - COUCHDB_QUERY_SERVER_JAVASCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main.js" \ - COUCHDB_QUERY_SERVER_COFFEESCRIPT="%%APPDIR%%/bin/couchjs %%APPDIR%%/share/server/main-coffee.js" \ - ${command} -} - -couchdb2_stop() -{ - echo -n "Stopping ${name}: " - retval=0 - if ! status_quiet - then - echo "already stopped" - return 1 - else - couchdb2_pids=$(/bin/pgrep -ifU ${couchdb2_user} ${name}) - kill ${couchdb2_pids} - wait_for_pids ${couchdb2_pids} - retval=$? - echo "stopped" - fi - return $retval -} - -couchdb2_status() -{ - /bin/pgrep -ifU ${couchdb2_user} ${name} > /dev/null && status="$?" || status="$?" - if [ "${status}" = 0 ]; then - echo "${name} is running" - return 0 - elif [ "${status}" = 4 ]; then - echo "could not access PID file for ${name}" - return ${status} - else - echo "${name} is not running" - return ${status} - fi -} - -status_quiet() -{ - couchdb2_status >/dev/null 2>&1 -} - -run_rc_command $1 - diff --git a/databases/couchdb2/files/patch-configure b/databases/couchdb2/files/patch-configure deleted file mode 100644 index 8895c7beadb2..000000000000 --- a/databases/couchdb2/files/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig 2018-08-18 17:55:47 UTC -+++ configure -@@ -19,7 +19,7 @@ - rootdir="$(cd "${0%/*}" 2>/dev/null; echo "$PWD")" - basename=`basename $0` - --PACKAGE_AUTHOR_NAME="The Apache Software Foundation" -+PACKAGE_AUTHOR_NAME="FreeBSD" - - # TEST=0 - WITH_CURL="false" -@@ -168,10 +168,10 @@ cat > rel/couchdb.config << EOF - % - {package_author_name, "$PACKAGE_AUTHOR_NAME"}. --{prefix, "."}. -+{prefix, "%%APPDIR%%"}. --{data_dir, "./data"}. --{view_index_dir, "./data"}. -+{data_dir, "%%DBDIR%%"}. -+{view_index_dir, "%%DBDIR%%"}. - {log_file, "$LOG_FILE"}. --{fauxton_root, "./share/www"}. -+{fauxton_root, "%%WWWDIR%%"}. - {user, "$COUCHDB_USER"}. - {node_name, "-name couchdb@127.0.0.1"}. - {cluster_port, 5984}. diff --git a/databases/couchdb2/files/patch-rel_overlay_etc_vm.args b/databases/couchdb2/files/patch-rel_overlay_etc_vm.args deleted file mode 100644 index e0181bad9d9b..000000000000 --- a/databases/couchdb2/files/patch-rel_overlay_etc_vm.args +++ /dev/null @@ -1,14 +0,0 @@ ---- rel/overlay/etc/vm.args.orig 2018-12-19 09:30:35 UTC -+++ rel/overlay/etc/vm.args -@@ -43,9 +43,9 @@ - # Start a pool of asynchronous IO threads - +A 16 - --# Comment this line out to enable the interactive Erlang shell on startup -+# Comment these lines out to enable the interactive Erlang shell on startup - +Bd -noinput -- -+-detached - # Force use of the smp scheduler, fixes #1296 - -smp enable - diff --git a/databases/couchdb2/files/patch-rel_reltool.config b/databases/couchdb2/files/patch-rel_reltool.config deleted file mode 100644 index 7593f3e40460..000000000000 --- a/databases/couchdb2/files/patch-rel_reltool.config +++ /dev/null @@ -1,10 +0,0 @@ ---- rel/reltool.config.orig 2018-08-20 14:11:32 UTC -+++ rel/reltool.config -@@ -11,6 +11,7 @@ - % the License. - - {sys, [ -+ {excl_lib, otp_root}, %% require erts runtime from FreeBSD ports - {lib_dirs, ["../src"]}, - {rel, "couchdb", "2.2.0", [ - %% stdlib diff --git a/databases/couchdb2/files/patch-src_ibrowse_src_ibrowse__http__client.erl b/databases/couchdb2/files/patch-src_ibrowse_src_ibrowse__http__client.erl deleted file mode 100644 index bfc1f0d78488..000000000000 --- a/databases/couchdb2/files/patch-src_ibrowse_src_ibrowse__http__client.erl +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ibrowse/src/ibrowse_http_client.erl.orig 2018-09-19 11:50:56 UTC -+++ src/ibrowse/src/ibrowse_http_client.erl -@@ -532,7 +532,7 @@ is_ipv6_host(Host) -> - {ok, {_, _, _, _}} -> - false; - _ -> -- case inet:gethostbyname(Host) of -+ case inet:gethostbyname(Host, inet6) of - {ok, #hostent{h_addrtype = inet6}} -> - true; - _ -> diff --git a/databases/couchdb2/files/pkg-message.in b/databases/couchdb2/files/pkg-message.in deleted file mode 100644 index 910baa937bbb..000000000000 --- a/databases/couchdb2/files/pkg-message.in +++ /dev/null @@ -1,37 +0,0 @@ -[ -{ type: install - message: <<EOM -If this is the first time you are installing %%PORTNAME%%, you will need -to add a default administrator, and initialise the database node. - -For a single node setup, append an inital administrator username and -password to the [admins] section of your local.ini, and a [log] section: - -[admins] -admin = passwd -[log] -# http://docs.couchdb.org/en/latest/config/logging.html -level = err -include_sasl = true -writer = syslog -syslog_host = localhost - -Amend %%ETCDIR%%/vm.args as required, at least altering the cookie. - -Then, start Apache CouchDB, and run the following commands once the -database is started for the first time, amending admin:passwd to match -your choice above to initialise the default databases: - -sudo service %%PORTNAME%% start - -curl -X PUT http://admin:passwd@127.0.0.1:5984/_users -curl -X PUT http://admin:passwd@127.0.0.1:5984/_replicator -curl -X PUT http://admin:passwd@127.0.0.1:5984/_global_changes - -Then use the admin interface at http://127.0.0.1:5984/_utils/# as usual. - -For more information see -http://docs.couchdb.org/en/latest/install/setup.html -EOM -} -] diff --git a/databases/couchdb2/pkg-descr b/databases/couchdb2/pkg-descr deleted file mode 100644 index 3c2aa38c8521..000000000000 --- a/databases/couchdb2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Apache CouchDB lets you access your data where you need it by defining the -Couch Replication Protocol that is implemented by a variety of projects and -products that span every imaginable computing environment from globally -distributed server-clusters, over mobile phones to web browsers. - -WWW: http://couchdb.apache.org/ diff --git a/databases/couchdb2/pkg-plist b/databases/couchdb2/pkg-plist deleted file mode 100644 index ea0afb525033..000000000000 --- a/databases/couchdb2/pkg-plist +++ /dev/null @@ -1,822 +0,0 @@ -@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_ejson_compare -@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_js -@dir libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/icu_driver -@dir(couchdb,couchdb,700) /var/db/couchdb2 -@dir(couchdb,couchdb,700) /var/log/couchdb2 -@sample(couchdb,couchdb,640) %%ETCDIR%%/local.ini.sample -@sample(couchdb,couchdb,640) %%ETCDIR%%/vm.args.sample -libexec/couchdb2/LICENSE -@mode 0755 -libexec/couchdb2/bin/couchdb -libexec/couchdb2/bin/couchjs -libexec/couchdb2/bin/couchup -libexec/couchdb2/bin/remsh -@mode -libexec/couchdb2/etc/default.ini -libexec/couchdb2/lib/b64url-1.0.1/ebin/b64url.app -libexec/couchdb2/lib/b64url-1.0.1/ebin/b64url.beam -libexec/couchdb2/lib/b64url-1.0.1/priv/b64url.so -libexec/couchdb2/lib/bear-0.8.1-9-g008f48a/ebin/bear.app -libexec/couchdb2/lib/bear-0.8.1-9-g008f48a/ebin/bear.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd.app -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_app.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_auth.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_auth_cache.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_auth_request.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_cors.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_db.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_epi.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_external.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_handlers.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_httpd_handlers.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_misc.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_plugin.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_prefer_header.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_rewrite.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_show.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_sup.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_test_util.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_view.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/ebin/chttpd_xframe_options.beam -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/include/chttpd.hrl -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/include/chttpd_cors.hrl -libexec/couchdb2/lib/chttpd-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/config-2.1.4/ebin/config.app -libexec/couchdb2/lib/config-2.1.4/ebin/config.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_app.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_listener.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_listener_mon.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_notifier.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_sup.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_util.beam -libexec/couchdb2/lib/config-2.1.4/ebin/config_writer.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch.app -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_app.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_att.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_auth_cache.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_base32.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine_compactor.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine_header.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_bt_engine_stream.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_btree.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_compaction_daemon.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_compress.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_engine.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_epi.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_header.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_plugin.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_db_updater.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_debug.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_doc.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_drv.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_ejson_compare.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_ejson_size.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_emsort.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_event_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_external_manager.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_external_server.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_file.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_flags.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_flags_config.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_hash.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_hotp.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_auth.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_external.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_handlers.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_misc_handlers.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_multipart.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_rewrite.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_httpd_vhost.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_io_logger.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_key_tree.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_lru.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_multidb_changes.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_native_process.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_os_process.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_passwords.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_primary_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_proc_manager.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_query_servers.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_rand.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_secondary_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_server.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_stream.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_sup.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_task_status.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_totp.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_users_db.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_uuids.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/couch_work_queue.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/test_request.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/ebin/test_util.beam -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/include/couch_db.hrl -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/include/couch_eunit.hrl -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/include/couch_js_functions.hrl -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_ejson_compare.so -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couch_icu_driver.so -@mode 0755 -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/couchspawnkillable -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/spawnkillable/couchspawnkillable.sh -@mode -libexec/couchdb2/lib/couch-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi.app -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_app.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_codechange_monitor.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_codegen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_data.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_data_gen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_functions.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_functions_gen.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_module_keeper.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_plugin.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_sup.beam -libexec/couchdb2/lib/couch_epi-%%VERSION%%-RC3/ebin/couch_epi_util.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event.app -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_app.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_listener.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_listener_mfa.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_os_listener.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_server.beam -libexec/couchdb2/lib/couch_event-%%VERSION%%-RC3/ebin/couch_event_sup2.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index.app -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_app.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_compactor.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_epi.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_plugin.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_plugin_couch_db.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_server.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_sup.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_updater.beam -libexec/couchdb2/lib/couch_index-%%VERSION%%-RC3/ebin/couch_index_util.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log.app -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_app.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_config.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_config_dyn.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_error_logger_h.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_formatter.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_monitor.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_server.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_sup.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_trunc_io.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_trunc_io_fmt.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_util.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer_file.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer_stderr.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/ebin/couch_log_writer_syslog.beam -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/include/couch_log.hrl -libexec/couchdb2/lib/couch_log-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview.app -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_changes.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_cleanup.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_compactor.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_http.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_index.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_show.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_test_util.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_update_notifier.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_updater.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/ebin/couch_mrview_util.beam -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/include/couch_mrview.hrl -libexec/couchdb2/lib/couch_mrview-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser.app -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser.beam -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser_app.beam -libexec/couchdb2/lib/couch_peruser-%%VERSION%%-RC3/ebin/couch_peruser_sup.beam -libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC3/ebin/couch_plugins.app -libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC3/ebin/couch_plugins.beam -libexec/couchdb2/lib/couch_plugins-%%VERSION%%-RC3/ebin/couch_plugins_httpd.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator.app -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_api_wrap.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_app.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_auth.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_auth_noop.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_auth_session.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_changes_reader.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_clustering.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_connection.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_db_changes.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_doc_processor.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_doc_processor_worker.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_docs.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_fabric.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_fabric_rpc.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_filters.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpc.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpc_pool.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpd.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_httpd_util.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_ids.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_job_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_manager.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_notifier.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_rate_limiter.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_rate_limiter_tables.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_scheduler.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_scheduler_job.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_scheduler_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_stats.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_sup.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_utils.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/couch_replicator_worker.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/ebin/json_stream_parse.beam -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/include/couch_replicator_api_wrap.hrl -libexec/couchdb2/lib/couch_replicator-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats.app -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_aggregator.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_app.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_httpd.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_process_tracker.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/ebin/couch_stats_sup.beam -libexec/couchdb2/lib/couch_stats-%%VERSION%%-RC3/priv/sample_descriptions.cfg -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache.app -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_app.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_custom.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_ddocid.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_ddocid_rev.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_entry_validation_funs.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_lru.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_opener.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_sup.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/ebin/ddoc_cache_value.beam -libexec/couchdb2/lib/ddoc_cache-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/ets_lru-1.0.0/ebin/ets_lru.app -libexec/couchdb2/lib/ets_lru-1.0.0/ebin/ets_lru.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric.app -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_create.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_delete.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_doc_count.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_info.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_meta.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_db_update_listener.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_design_doc_count.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_dict.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_attachments.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_atts.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_missing_revs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_open.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_open_revs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_purge.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_doc_update.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_group_info.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_rpc.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_util.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_all_docs.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_changes.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_map.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/ebin/fabric_view_reduce.beam -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/include/fabric.hrl -libexec/couchdb2/lib/fabric-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom.app -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_ets.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_ewma.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_meter_timer_server.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_counter.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_duration.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_gauge.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_histogram.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_histogram_ets.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_history.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_meter.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_meter_reader.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_metrics_spiral.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_exdec.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_none.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_server.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_sorted.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_sup.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_slide_uniform.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sample_uniform.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_sup.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_utils.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/ebin/folsom_vm_metrics.beam -libexec/couchdb2/lib/folsom-CouchDB-0.8.2/include/folsom.hrl -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes.app -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_app.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_epi.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_httpd.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_httpd_handlers.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_listener.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_plugin.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_server.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_sup.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/ebin/global_changes_util.beam -libexec/couchdb2/lib/global_changes-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/hyper-1.0/ebin/hyper.app -libexec/couchdb2/lib/hyper-1.0/ebin/hyper.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_array.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_binary.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_binary_rle.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_carray.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_const.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_gb.beam -libexec/couchdb2/lib/hyper-1.0/ebin/hyper_register.beam -libexec/couchdb2/lib/hyper-1.0/priv/.keep -libexec/couchdb2/lib/hyper-1.0/priv/hyper_carray.so -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse.app -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_app.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_http_client.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_lb.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_lib.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_socks5.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_sup.beam -libexec/couchdb2/lib/ibrowse-4.0.1/ebin/ibrowse_test.beam -libexec/couchdb2/lib/ibrowse-4.0.1/include/ibrowse.hrl -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq.app -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq.beam -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq_app.beam -libexec/couchdb2/lib/ioq-1.0.1/ebin/ioq_sup.beam -libexec/couchdb2/lib/jiffy-0.14.11/ebin/jiffy.app -libexec/couchdb2/lib/jiffy-0.14.11/ebin/jiffy.beam -libexec/couchdb2/lib/jiffy-0.14.11/ebin/jiffy_utf8.beam -libexec/couchdb2/lib/jiffy-0.14.11/priv/jiffy.so -libexec/couchdb2/lib/khash-1.0.1/ebin/khash.app -libexec/couchdb2/lib/khash-1.0.1/ebin/khash.beam -libexec/couchdb2/lib/khash-1.0.1/priv/khash.so -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango.app -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_app.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_crud.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor_special.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_cursor_view.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_doc.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_epi.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_error.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_execution_stats.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_fields.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_httpd.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_httpd_handlers.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx_special.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_idx_view.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_json.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_json_bookmark.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_native_proc.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_opts.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_selector.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_selector_text.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_sort.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_sup.beam -libexec/couchdb2/lib/mango-%%VERSION%%-RC3/ebin/mango_util.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3.app -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_app.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_cluster.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_epi.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_httpd.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_httpd_handlers.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_nodes.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_plugin_couch_db.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_rep.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_rpc.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_seeds.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_shards.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sup.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_event.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_event_listener.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_nodes.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_sync_security.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/ebin/mem3_util.beam -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/include/mem3.hrl -libexec/couchdb2/lib/mem3-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochifmt.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochifmt_records.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochifmt_std.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiglobal.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochihex.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochijson.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochijson2.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochilists.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochilogfile2.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochinum.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochitemp.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiutf8.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb.app -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_acceptor.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_base64url.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_charref.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_clock.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_cookies.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_cover.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_echo.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_headers.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_html.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_http.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_io.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_mime.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_multipart.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_request.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_response.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_session.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_socket.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_socket_server.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_util.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/mochiweb_websocket.beam -libexec/couchdb2/lib/mochiweb-2.19.0/ebin/reloader.beam -libexec/couchdb2/lib/mochiweb-2.19.0/include/internal.hrl -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi.app -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_app.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_buffer.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_monitor.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_server.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_server_mon.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_server_sup.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_sup.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/ebin/rexi_utils.beam -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/include/rexi.hrl -libexec/couchdb2/lib/rexi-%%VERSION%%-RC3/priv/stats_descriptions.cfg -libexec/couchdb2/lib/setup-1/ebin/setup.app -libexec/couchdb2/lib/setup-1/ebin/setup.beam -libexec/couchdb2/lib/setup-1/ebin/setup_app.beam -libexec/couchdb2/lib/setup-1/ebin/setup_epi.beam -libexec/couchdb2/lib/setup-1/ebin/setup_httpd.beam -libexec/couchdb2/lib/setup-1/ebin/setup_httpd_handlers.beam -libexec/couchdb2/lib/setup-1/ebin/setup_sup.beam -libexec/couchdb2/lib/snappy-1.0.5/ebin/snappy.app -libexec/couchdb2/lib/snappy-1.0.5/ebin/snappy.beam -libexec/couchdb2/lib/snappy-1.0.5/priv/snappy_nif.so -@comment erlang release -libexec/couchdb2/releases/%%VERSION%%/couchdb.boot -libexec/couchdb2/releases/%%VERSION%%/couchdb.rel -libexec/couchdb2/releases/%%VERSION%%/couchdb.script -libexec/couchdb2/releases/%%VERSION%%/runner_script.data -libexec/couchdb2/releases/%%VERSION%%/start_clean.boot -libexec/couchdb2/releases/%%VERSION%%/start_clean.rel -libexec/couchdb2/releases/%%VERSION%%/start_clean.script -libexec/couchdb2/releases/%%VERSION%%/sys.config -libexec/couchdb2/releases/RELEASES -libexec/couchdb2/releases/start_erl.data -libexec/couchdb2/share/server/main-coffee.js -libexec/couchdb2/share/server/main.js -man/man1/apachecouchdb.1.gz -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-01.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-02.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-03.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-04.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-05.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-06.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-consistency-07.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-why-01.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-why-02.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/intro-why-03.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/purge-checkpoint-docs.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/replication-state-diagram.svg -%%PORTDOCS%%%%WWWDIR%%/docs/_images/rev-tree1.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/rev-tree2.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/rev-tree3.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-01.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-02.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-03.png -%%PORTDOCS%%%%WWWDIR%%/docs/_images/views-intro-04.png -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/about.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/basics.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/bulk-api.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/changes.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/common.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/compact.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/find.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/misc.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/security.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/database/shard.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/ddoc/common.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/ddoc/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/ddoc/render.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/ddoc/rewrites.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/ddoc/views.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/document/attachments.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/document/common.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/document/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/local.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/server/authn.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/server/common.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/server/configuration.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/api/server/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/documents.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/forms.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/iso-date.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/jsdevel.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/reverse-proxies.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/best-practices/views.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/databases.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/nodes.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/purging.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/sharding.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cluster/theory.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/auth.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/cluster.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/compaction.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/couch-peruser.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/couchdb.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/http.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/intro.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/logging.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/misc.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/query-servers.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/replicator.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/config/services.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/contributing.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2010-0009.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2010-2234.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2010-3854.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2012-5641.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2012-5649.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2012-5650.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2014-2668.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2017-12635.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2017-12636.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2018-11769.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2018-17188.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/2018-8007.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/cve/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/ddocs.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/views/collation.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/views/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/views/intro.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/views/joins.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/views/nosql.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/ddocs/views/pagination.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/experimental.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/fauxton/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/fauxton/install.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/docker.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/freebsd.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/mac.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/snap.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/troubleshooting.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/unix.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/upgrading.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/install/windows.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/api.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/consistency.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/curl.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/overview.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/security.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/tour.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/intro/why.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/json-structure.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/maintenance/backups.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/maintenance/compaction.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/maintenance/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/maintenance/performance.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/query-server/erlang.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/query-server/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/query-server/javascript.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/query-server/protocol.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/conflicts.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/intro.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/protocol.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/replication/replicator.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/setup/cluster.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/setup/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/setup/single-node.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.10.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.11.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.8.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/0.9.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.0.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.1.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.2.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.3.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.4.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.5.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.6.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/1.7.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.0.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.1.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.2.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/2.3.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_sources/whatsnew/index.rst.txt -%%PORTDOCS%%%%WWWDIR%%/docs/_static/ajax-loader.gif -%%PORTDOCS%%%%WWWDIR%%/docs/_static/basic.css -%%PORTDOCS%%%%WWWDIR%%/docs/_static/comment-bright.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/comment-close.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/comment.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/css/badge_only.css -%%PORTDOCS%%%%WWWDIR%%/docs/_static/css/rtd_theme.css -%%PORTDOCS%%%%WWWDIR%%/docs/_static/css/theme.css -%%PORTDOCS%%%%WWWDIR%%/docs/_static/doctools.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/down-pressed.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/down.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/favicon.ico -%%PORTDOCS%%%%WWWDIR%%/docs/_static/file.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/Inconsolata-Bold.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/Inconsolata-Regular.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/Lato-Bold.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/Lato-Regular.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/RobotoSlab-Bold.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/RobotoSlab-Regular.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/fontawesome-webfont.eot -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/fontawesome-webfont.svg -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/fontawesome-webfont.ttf -%%PORTDOCS%%%%WWWDIR%%/docs/_static/fonts/fontawesome-webfont.woff -%%PORTDOCS%%%%WWWDIR%%/docs/_static/jquery-3.1.0.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/jquery.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/js/modernizr.min.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/js/theme.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/logo.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/minus.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/plus.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/pygments.css -%%PORTDOCS%%%%WWWDIR%%/docs/_static/searchtools.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/underscore-1.3.1.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/underscore.js -%%PORTDOCS%%%%WWWDIR%%/docs/_static/up-pressed.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/up.png -%%PORTDOCS%%%%WWWDIR%%/docs/_static/websupport.js -%%PORTDOCS%%%%WWWDIR%%/docs/about.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/basics.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/bulk-api.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/changes.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/common.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/compact.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/find.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/misc.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/security.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/database/shard.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/ddoc/common.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/ddoc/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/ddoc/render.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/ddoc/rewrites.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/ddoc/views.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/document/attachments.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/document/common.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/document/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/local.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/server/authn.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/server/common.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/server/configuration.html -%%PORTDOCS%%%%WWWDIR%%/docs/api/server/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/documents.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/forms.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/iso-date.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/jsdevel.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/reverse-proxies.html -%%PORTDOCS%%%%WWWDIR%%/docs/best-practices/views.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/databases.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/nodes.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/purging.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/sharding.html -%%PORTDOCS%%%%WWWDIR%%/docs/cluster/theory.html -%%PORTDOCS%%%%WWWDIR%%/docs/config-ref.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/auth.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/cluster.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/compaction.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/couch-peruser.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/couchdb.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/http.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/intro.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/logging.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/misc.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/query-servers.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/replicator.html -%%PORTDOCS%%%%WWWDIR%%/docs/config/services.html -%%PORTDOCS%%%%WWWDIR%%/docs/contributing.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2010-0009.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2010-2234.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2010-3854.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2012-5641.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2012-5649.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2012-5650.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2014-2668.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2017-12635.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2017-12636.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2018-11769.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2018-17188.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/2018-8007.html -%%PORTDOCS%%%%WWWDIR%%/docs/cve/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/ddocs.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/views/collation.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/views/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/views/intro.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/views/joins.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/views/nosql.html -%%PORTDOCS%%%%WWWDIR%%/docs/ddocs/views/pagination.html -%%PORTDOCS%%%%WWWDIR%%/docs/download.html -%%PORTDOCS%%%%WWWDIR%%/docs/experimental.html -%%PORTDOCS%%%%WWWDIR%%/docs/fauxton/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/fauxton/install.html -%%PORTDOCS%%%%WWWDIR%%/docs/http-api.html -%%PORTDOCS%%%%WWWDIR%%/docs/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/docker.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/freebsd.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/mac.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/snap.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/troubleshooting.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/unix.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/upgrading.html -%%PORTDOCS%%%%WWWDIR%%/docs/install/windows.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/api.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/consistency.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/curl.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/overview.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/security.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/tour.html -%%PORTDOCS%%%%WWWDIR%%/docs/intro/why.html -%%PORTDOCS%%%%WWWDIR%%/docs/json-structure.html -%%PORTDOCS%%%%WWWDIR%%/docs/maintenance/backups.html -%%PORTDOCS%%%%WWWDIR%%/docs/maintenance/compaction.html -%%PORTDOCS%%%%WWWDIR%%/docs/maintenance/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/maintenance/performance.html -%%PORTDOCS%%%%WWWDIR%%/docs/objects.inv -%%PORTDOCS%%%%WWWDIR%%/docs/query-server/erlang.html -%%PORTDOCS%%%%WWWDIR%%/docs/query-server/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/query-server/javascript.html -%%PORTDOCS%%%%WWWDIR%%/docs/query-server/protocol.html -%%PORTDOCS%%%%WWWDIR%%/docs/replication/conflicts.html -%%PORTDOCS%%%%WWWDIR%%/docs/replication/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/replication/intro.html -%%PORTDOCS%%%%WWWDIR%%/docs/replication/protocol.html -%%PORTDOCS%%%%WWWDIR%%/docs/replication/replicator.html -%%PORTDOCS%%%%WWWDIR%%/docs/search.html -%%PORTDOCS%%%%WWWDIR%%/docs/searchindex.js -%%PORTDOCS%%%%WWWDIR%%/docs/setup/cluster.html -%%PORTDOCS%%%%WWWDIR%%/docs/setup/index.html -%%PORTDOCS%%%%WWWDIR%%/docs/setup/single-node.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.10.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.11.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.8.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/0.9.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.0.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.1.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.2.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.3.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.4.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.5.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.6.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/1.7.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.0.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.1.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.2.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/2.3.html -%%PORTDOCS%%%%WWWDIR%%/docs/whatsnew/index.html -@comment fauxton core UI -%%WWWDIR%%/dashboard.assets/css/styles.89dbadd64e69e0df7653.css -%%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.eot -%%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.ttf -%%WWWDIR%%/dashboard.assets/fonts/fauxtonicon5.woff -%%WWWDIR%%/dashboard.assets/fonts/fontawesome-webfont.eot -%%WWWDIR%%/dashboard.assets/fonts/fontawesome-webfont.ttf -%%WWWDIR%%/dashboard.assets/fonts/fontawesome-webfont.woff -%%WWWDIR%%/dashboard.assets/img/CouchDB-negative-logo.png -%%WWWDIR%%/dashboard.assets/img/asf-feather-logo.png -%%WWWDIR%%/dashboard.assets/img/couch-watermark.png -%%WWWDIR%%/dashboard.assets/img/couchdb-logo.png -%%WWWDIR%%/dashboard.assets/img/fauxtonicon5.svg -%%WWWDIR%%/dashboard.assets/img/fontawesome-webfont.svg -%%WWWDIR%%/dashboard.assets/img/github.png -%%WWWDIR%%/dashboard.assets/img/googleplus.png -%%WWWDIR%%/dashboard.assets/img/linkedin.png -%%WWWDIR%%/dashboard.assets/img/loader.gif -%%WWWDIR%%/dashboard.assets/img/twitter.png -%%WWWDIR%%/dashboard.assets/js/bundle.89dbadd64e69e0df7653.js -%%WWWDIR%%/dashboard.assets/js/manifest.a154524a560e5f6f431b.js -%%WWWDIR%%/dashboard.assets/js/vendor.9993972098ce728e0fc2.js -%%WWWDIR%%/favicon.ico -%%WWWDIR%%/index.html |