summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-09-11 16:06:53 +0000
committertaca <taca@pkgsrc.org>2016-09-11 16:06:53 +0000
commit8ec43ea66a7163e90c75bce23e62b16c563bf7d4 (patch)
tree166550d60b327f61bf4414f7d05367fdc5a8736a /textproc/groonga
parent9edba86918a524ad4065e56d6083f0d5c91621b2 (diff)
downloadpkgsrc-8ec43ea66a7163e90c75bce23e62b16c563bf7d4.tar.gz
Update groonga to 6.0.8.
Changes from 4.1.1 to 6.0.8 are too many to write here, please refer: groonga.org/docs/news.html.
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile7
-rw-r--r--textproc/groonga/PLIST288
-rw-r--r--textproc/groonga/distinfo12
-rw-r--r--textproc/groonga/options.mk9
4 files changed, 289 insertions, 27 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 8c58c2a3d62..00a39716ae6 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2016/03/29 21:59:21 joerg Exp $
+# $NetBSD: Makefile,v 1.60 2016/09/11 16:06:53 taca Exp $
#
-DISTNAME= groonga-4.1.1
-PKGREVISION= 4
+DISTNAME= groonga-6.0.8
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -34,7 +33,7 @@ PKG_SYSCONFSUBDIR= ${PKGBASE}
BUILD_DEFS+= VARBASE
-INSTALL_DIRS= ${BUILD_DIRS} ${WRKSRC}/vendor/onigmo-source
+INSTALL_DIRS= ${BUILD_DIRS} vendor/onigmo-source
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
CONF_FILES+= share/examples/${PKGBASE}/groonga.conf \
diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST
index dee032777b7..349f988bad8 100644
--- a/textproc/groonga/PLIST
+++ b/textproc/groonga/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2016/03/29 21:59:21 joerg Exp $
+@comment $NetBSD: PLIST,v 1.30 2016/09/11 16:06:53 taca Exp $
bin/groonga
bin/groonga-benchmark
bin/groonga-suggest-create-dataset
@@ -6,21 +6,50 @@ ${PLIST.learner}bin/groonga-suggest-httpd
${PLIST.learner}bin/groonga-suggest-learner
bin/onig-config
include/groonga/groonga.h
+include/groonga/groonga/array.h
+include/groonga/groonga/column.h
include/groonga/groonga/command.h
+include/groonga/groonga/config.h
+include/groonga/groonga/dat.h
+include/groonga/groonga/db.h
+include/groonga/groonga/dump.h
+include/groonga/groonga/error.h
include/groonga/groonga/expr.h
+include/groonga/groonga/file_reader.h
+include/groonga/groonga/geo.h
include/groonga/groonga/groonga.h
+include/groonga/groonga/hash.h
+include/groonga/groonga/id.h
include/groonga/groonga/ii.h
include/groonga/groonga/nfkc.h
include/groonga/groonga/normalizer.h
+include/groonga/groonga/obj.h
+include/groonga/groonga/operator.h
+include/groonga/groonga/output.h
+include/groonga/groonga/pat.h
include/groonga/groonga/plugin.h
+include/groonga/groonga/portability.h
include/groonga/groonga/request_canceler.h
+include/groonga/groonga/request_timer.h
+include/groonga/groonga/scorer.h
+include/groonga/groonga/table.h
+include/groonga/groonga/thread.h
+include/groonga/groonga/time.h
include/groonga/groonga/token.h
include/groonga/groonga/token_filter.h
include/groonga/groonga/tokenizer.h
+include/groonga/groonga/type.h
include/groonga/groonga/util.h
+include/groonga/groonga/window_function.h
+include/groonga/groonga/windows.h
+include/groonga/groonga/windows_event_logger.h
include/oniggnu.h
include/onigposix.h
include/oniguruma.h
+lib/groonga/plugins/functions/number.la
+lib/groonga/plugins/functions/string.la
+lib/groonga/plugins/functions/time.la
+lib/groonga/plugins/functions/vector.la
lib/groonga/plugins/query_expanders/tsv.la
lib/groonga/plugins/suggest/suggest.la
lib/groonga/plugins/table/table.la
@@ -30,17 +59,21 @@ lib/libgroonga.la
lib/libonig.la
lib/pkgconfig/groonga.pc
lib/pkgconfig/oniguruma.pc
-man/ja/man1/groonga.1
-man/man1/groonga.1
${PLIST.httpd}sbin/groonga-httpd
-sbin/groonga-httpd-restart
+${PLIST.httpd}sbin/groonga-httpd-restart
share/doc/groonga/en/html/.buildinfo
share/doc/groonga/en/html/_images/geo-points.png
+share/doc/groonga/en/html/_images/used-when-indexing.png
+share/doc/groonga/en/html/_images/used-when-searching.png
share/doc/groonga/en/html/_sources/characteristic.txt
share/doc/groonga/en/html/_sources/client.txt
share/doc/groonga/en/html/_sources/community.txt
share/doc/groonga/en/html/_sources/contribution.txt
share/doc/groonga/en/html/_sources/contribution/development.txt
+share/doc/groonga/en/html/_sources/contribution/development/build.txt
+share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt
+share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt
+share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt
share/doc/groonga/en/html/_sources/contribution/development/com.txt
share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt
share/doc/groonga/en/html/_sources/contribution/development/query.txt
@@ -73,8 +106,11 @@ share/doc/groonga/en/html/_sources/news/1.2.x.txt
share/doc/groonga/en/html/_sources/news/1.3.x.txt
share/doc/groonga/en/html/_sources/news/2.x.txt
share/doc/groonga/en/html/_sources/news/3.x.txt
+share/doc/groonga/en/html/_sources/news/4.x.txt
+share/doc/groonga/en/html/_sources/news/5.x.txt
share/doc/groonga/en/html/_sources/news/senna.txt
share/doc/groonga/en/html/_sources/reference.txt
+share/doc/groonga/en/html/_sources/reference/alias.txt
share/doc/groonga/en/html/_sources/reference/api.txt
share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt
share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt
@@ -96,8 +132,10 @@ share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt
share/doc/groonga/en/html/_sources/reference/api/grn_search.txt
share/doc/groonga/en/html/_sources/reference/api/grn_table.txt
share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt
+share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt
share/doc/groonga/en/html/_sources/reference/api/grn_type.txt
share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt
+share/doc/groonga/en/html/_sources/reference/api/overview.txt
share/doc/groonga/en/html/_sources/reference/api/plugin.txt
share/doc/groonga/en/html/_sources/reference/cast.txt
share/doc/groonga/en/html/_sources/reference/column.txt
@@ -108,32 +146,57 @@ share/doc/groonga/en/html/_sources/reference/columns/vector.txt
share/doc/groonga/en/html/_sources/reference/command.txt
share/doc/groonga/en/html/_sources/reference/command/command_version.txt
share/doc/groonga/en/html/_sources/reference/command/output_format.txt
+share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt
share/doc/groonga/en/html/_sources/reference/command/request_id.txt
+share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt
share/doc/groonga/en/html/_sources/reference/command/return_code.txt
share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
share/doc/groonga/en/html/_sources/reference/commands/check.txt
share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
+share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt
share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt
+share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt
+share/doc/groonga/en/html/_sources/reference/commands/config_get.txt
+share/doc/groonga/en/html/_sources/reference/commands/config_set.txt
+share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt
share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
share/doc/groonga/en/html/_sources/reference/commands/delete.txt
share/doc/groonga/en/html/_sources/reference/commands/dump.txt
+share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt
share/doc/groonga/en/html/_sources/reference/commands/load.txt
+share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt
share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt
+share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt
share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
+share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt
+share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt
+share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt
+share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt
+share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt
+share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt
share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt
+share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt
+share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt
+share/doc/groonga/en/html/_sources/reference/commands/object_list.txt
+share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt
+share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt
+share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt
+share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt
share/doc/groonga/en/html/_sources/reference/commands/quit.txt
share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt
share/doc/groonga/en/html/_sources/reference/commands/register.txt
+share/doc/groonga/en/html/_sources/reference/commands/reindex.txt
share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt
share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt
share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt
+share/doc/groonga/en/html/_sources/reference/commands/schema.txt
share/doc/groonga/en/html/_sources/reference/commands/select.txt
share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
share/doc/groonga/en/html/_sources/reference/commands/status.txt
@@ -141,10 +204,13 @@ share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
+share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt
share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt
+share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt
share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt
share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt
share/doc/groonga/en/html/_sources/reference/commands/truncate.txt
+share/doc/groonga/en/html/_sources/reference/configuration.txt
share/doc/groonga/en/html/_sources/reference/executables.txt
share/doc/groonga/en/html/_sources/reference/executables/grndb.txt
share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
@@ -158,6 +224,7 @@ share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
share/doc/groonga/en/html/_sources/reference/function.txt
share/doc/groonga/en/html/_sources/reference/functions/between.txt
share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
+share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
@@ -166,10 +233,23 @@ share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt
share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt
share/doc/groonga/en/html/_sources/reference/functions/in_values.txt
share/doc/groonga/en/html/_sources/reference/functions/now.txt
+share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt
+share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt
share/doc/groonga/en/html/_sources/reference/functions/query.txt
share/doc/groonga/en/html/_sources/reference/functions/rand.txt
+share/doc/groonga/en/html/_sources/reference/functions/record_number.txt
share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
+share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt
share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt
+share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt
+share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt
+share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt
share/doc/groonga/en/html/_sources/reference/grn_expr.txt
share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
@@ -178,9 +258,15 @@ share/doc/groonga/en/html/_sources/reference/log.txt
share/doc/groonga/en/html/_sources/reference/normalizers.txt
share/doc/groonga/en/html/_sources/reference/operations.txt
share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt
+share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt
share/doc/groonga/en/html/_sources/reference/output.txt
share/doc/groonga/en/html/_sources/reference/query_expanders.txt
share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
+share/doc/groonga/en/html/_sources/reference/regular_expression.txt
+share/doc/groonga/en/html/_sources/reference/scorer.txt
+share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt
+share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt
+share/doc/groonga/en/html/_sources/reference/sharding.txt
share/doc/groonga/en/html/_sources/reference/suggest.txt
share/doc/groonga/en/html/_sources/reference/suggest/completion.txt
share/doc/groonga/en/html/_sources/reference/suggest/correction.txt
@@ -197,6 +283,7 @@ share/doc/groonga/en/html/_sources/server/http.txt
share/doc/groonga/en/html/_sources/server/http/comparison.txt
share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
share/doc/groonga/en/html/_sources/server/http/groonga.txt
+share/doc/groonga/en/html/_sources/server/memcached.txt
share/doc/groonga/en/html/_sources/server/package.txt
share/doc/groonga/en/html/_sources/spec.txt
share/doc/groonga/en/html/_sources/spec/gqtp.txt
@@ -228,7 +315,7 @@ share/doc/groonga/en/html/_static/favicon.ico
share/doc/groonga/en/html/_static/file.png
share/doc/groonga/en/html/_static/groonga.css
share/doc/groonga/en/html/_static/header-background.png
-share/doc/groonga/en/html/_static/jp.png
+share/doc/groonga/en/html/_static/jquery-1.11.1.js
share/doc/groonga/en/html/_static/jquery.js
share/doc/groonga/en/html/_static/logo.png
share/doc/groonga/en/html/_static/minus.png
@@ -236,16 +323,20 @@ share/doc/groonga/en/html/_static/navigation-bar.png
share/doc/groonga/en/html/_static/plus.png
share/doc/groonga/en/html/_static/pygments.css
share/doc/groonga/en/html/_static/searchtools.js
+share/doc/groonga/en/html/_static/underscore-1.3.1.js
share/doc/groonga/en/html/_static/underscore.js
share/doc/groonga/en/html/_static/up-pressed.png
share/doc/groonga/en/html/_static/up.png
-share/doc/groonga/en/html/_static/us.png
share/doc/groonga/en/html/_static/websupport.js
share/doc/groonga/en/html/characteristic.html
share/doc/groonga/en/html/client.html
share/doc/groonga/en/html/community.html
share/doc/groonga/en/html/contribution.html
share/doc/groonga/en/html/contribution/development.html
+share/doc/groonga/en/html/contribution/development/build.html
+share/doc/groonga/en/html/contribution/development/build/unix_autotools.html
+share/doc/groonga/en/html/contribution/development/build/unix_cmake.html
+share/doc/groonga/en/html/contribution/development/build/windows_cmake.html
share/doc/groonga/en/html/contribution/development/com.html
share/doc/groonga/en/html/contribution/development/cooperation.html
share/doc/groonga/en/html/contribution/development/query.html
@@ -279,9 +370,12 @@ share/doc/groonga/en/html/news/1.2.x.html
share/doc/groonga/en/html/news/1.3.x.html
share/doc/groonga/en/html/news/2.x.html
share/doc/groonga/en/html/news/3.x.html
+share/doc/groonga/en/html/news/4.x.html
+share/doc/groonga/en/html/news/5.x.html
share/doc/groonga/en/html/news/senna.html
share/doc/groonga/en/html/objects.inv
share/doc/groonga/en/html/reference.html
+share/doc/groonga/en/html/reference/alias.html
share/doc/groonga/en/html/reference/api.html
share/doc/groonga/en/html/reference/api/global_configurations.html
share/doc/groonga/en/html/reference/api/grn_cache.html
@@ -303,8 +397,10 @@ share/doc/groonga/en/html/reference/api/grn_proc.html
share/doc/groonga/en/html/reference/api/grn_search.html
share/doc/groonga/en/html/reference/api/grn_table.html
share/doc/groonga/en/html/reference/api/grn_table_cursor.html
+share/doc/groonga/en/html/reference/api/grn_thread.html
share/doc/groonga/en/html/reference/api/grn_type.html
share/doc/groonga/en/html/reference/api/grn_user_data.html
+share/doc/groonga/en/html/reference/api/overview.html
share/doc/groonga/en/html/reference/api/plugin.html
share/doc/groonga/en/html/reference/cast.html
share/doc/groonga/en/html/reference/column.html
@@ -315,32 +411,57 @@ share/doc/groonga/en/html/reference/columns/vector.html
share/doc/groonga/en/html/reference/command.html
share/doc/groonga/en/html/reference/command/command_version.html
share/doc/groonga/en/html/reference/command/output_format.html
+share/doc/groonga/en/html/reference/command/pretty_print.html
share/doc/groonga/en/html/reference/command/request_id.html
+share/doc/groonga/en/html/reference/command/request_timeout.html
share/doc/groonga/en/html/reference/command/return_code.html
share/doc/groonga/en/html/reference/commands/cache_limit.html
share/doc/groonga/en/html/reference/commands/check.html
share/doc/groonga/en/html/reference/commands/clearlock.html
+share/doc/groonga/en/html/reference/commands/column_copy.html
share/doc/groonga/en/html/reference/commands/column_create.html
share/doc/groonga/en/html/reference/commands/column_list.html
share/doc/groonga/en/html/reference/commands/column_remove.html
share/doc/groonga/en/html/reference/commands/column_rename.html
+share/doc/groonga/en/html/reference/commands/config_delete.html
+share/doc/groonga/en/html/reference/commands/config_get.html
+share/doc/groonga/en/html/reference/commands/config_set.html
+share/doc/groonga/en/html/reference/commands/database_unmap.html
share/doc/groonga/en/html/reference/commands/define_selector.html
share/doc/groonga/en/html/reference/commands/defrag.html
share/doc/groonga/en/html/reference/commands/delete.html
share/doc/groonga/en/html/reference/commands/dump.html
+share/doc/groonga/en/html/reference/commands/io_flush.html
share/doc/groonga/en/html/reference/commands/load.html
+share/doc/groonga/en/html/reference/commands/lock_acquire.html
share/doc/groonga/en/html/reference/commands/lock_clear.html
+share/doc/groonga/en/html/reference/commands/lock_release.html
share/doc/groonga/en/html/reference/commands/log_level.html
share/doc/groonga/en/html/reference/commands/log_put.html
share/doc/groonga/en/html/reference/commands/log_reopen.html
+share/doc/groonga/en/html/reference/commands/logical_count.html
+share/doc/groonga/en/html/reference/commands/logical_parameters.html
+share/doc/groonga/en/html/reference/commands/logical_range_filter.html
+share/doc/groonga/en/html/reference/commands/logical_select.html
+share/doc/groonga/en/html/reference/commands/logical_shard_list.html
+share/doc/groonga/en/html/reference/commands/logical_table_remove.html
share/doc/groonga/en/html/reference/commands/normalize.html
share/doc/groonga/en/html/reference/commands/normalizer_list.html
+share/doc/groonga/en/html/reference/commands/object_exist.html
+share/doc/groonga/en/html/reference/commands/object_inspect.html
+share/doc/groonga/en/html/reference/commands/object_list.html
+share/doc/groonga/en/html/reference/commands/object_remove.html
+share/doc/groonga/en/html/reference/commands/plugin_register.html
+share/doc/groonga/en/html/reference/commands/plugin_unregister.html
+share/doc/groonga/en/html/reference/commands/query_expand.html
share/doc/groonga/en/html/reference/commands/quit.html
share/doc/groonga/en/html/reference/commands/range_filter.html
share/doc/groonga/en/html/reference/commands/register.html
+share/doc/groonga/en/html/reference/commands/reindex.html
share/doc/groonga/en/html/reference/commands/request_cancel.html
share/doc/groonga/en/html/reference/commands/ruby_eval.html
share/doc/groonga/en/html/reference/commands/ruby_load.html
+share/doc/groonga/en/html/reference/commands/schema.html
share/doc/groonga/en/html/reference/commands/select.html
share/doc/groonga/en/html/reference/commands/shutdown.html
share/doc/groonga/en/html/reference/commands/status.html
@@ -348,10 +469,13 @@ share/doc/groonga/en/html/reference/commands/suggest.html
share/doc/groonga/en/html/reference/commands/table_create.html
share/doc/groonga/en/html/reference/commands/table_list.html
share/doc/groonga/en/html/reference/commands/table_remove.html
+share/doc/groonga/en/html/reference/commands/table_rename.html
share/doc/groonga/en/html/reference/commands/table_tokenize.html
+share/doc/groonga/en/html/reference/commands/thread_limit.html
share/doc/groonga/en/html/reference/commands/tokenize.html
share/doc/groonga/en/html/reference/commands/tokenizer_list.html
share/doc/groonga/en/html/reference/commands/truncate.html
+share/doc/groonga/en/html/reference/configuration.html
share/doc/groonga/en/html/reference/executables.html
share/doc/groonga/en/html/reference/executables/grndb.html
share/doc/groonga/en/html/reference/executables/grnslap.html
@@ -365,6 +489,7 @@ share/doc/groonga/en/html/reference/executables/groonga.html
share/doc/groonga/en/html/reference/function.html
share/doc/groonga/en/html/reference/functions/between.html
share/doc/groonga/en/html/reference/functions/edit_distance.html
+share/doc/groonga/en/html/reference/functions/fuzzy_search.html
share/doc/groonga/en/html/reference/functions/geo_distance.html
share/doc/groonga/en/html/reference/functions/geo_in_circle.html
share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
@@ -373,10 +498,23 @@ share/doc/groonga/en/html/reference/functions/highlight_html.html
share/doc/groonga/en/html/reference/functions/html_untag.html
share/doc/groonga/en/html/reference/functions/in_values.html
share/doc/groonga/en/html/reference/functions/now.html
+share/doc/groonga/en/html/reference/functions/number_classify.html
+share/doc/groonga/en/html/reference/functions/prefix_rk_search.html
share/doc/groonga/en/html/reference/functions/query.html
share/doc/groonga/en/html/reference/functions/rand.html
+share/doc/groonga/en/html/reference/functions/record_number.html
share/doc/groonga/en/html/reference/functions/snippet_html.html
+share/doc/groonga/en/html/reference/functions/string_substring.html
share/doc/groonga/en/html/reference/functions/sub_filter.html
+share/doc/groonga/en/html/reference/functions/time_classify_day.html
+share/doc/groonga/en/html/reference/functions/time_classify_hour.html
+share/doc/groonga/en/html/reference/functions/time_classify_minute.html
+share/doc/groonga/en/html/reference/functions/time_classify_month.html
+share/doc/groonga/en/html/reference/functions/time_classify_second.html
+share/doc/groonga/en/html/reference/functions/time_classify_week.html
+share/doc/groonga/en/html/reference/functions/time_classify_year.html
+share/doc/groonga/en/html/reference/functions/vector_size.html
+share/doc/groonga/en/html/reference/functions/vector_slice.html
share/doc/groonga/en/html/reference/grn_expr.html
share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
@@ -385,9 +523,15 @@ share/doc/groonga/en/html/reference/log.html
share/doc/groonga/en/html/reference/normalizers.html
share/doc/groonga/en/html/reference/operations.html
share/doc/groonga/en/html/reference/operations/geolocation_search.html
+share/doc/groonga/en/html/reference/operations/prefix_rk_search.html
share/doc/groonga/en/html/reference/output.html
share/doc/groonga/en/html/reference/query_expanders.html
share/doc/groonga/en/html/reference/query_expanders/tsv.html
+share/doc/groonga/en/html/reference/regular_expression.html
+share/doc/groonga/en/html/reference/scorer.html
+share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html
+share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html
+share/doc/groonga/en/html/reference/sharding.html
share/doc/groonga/en/html/reference/suggest.html
share/doc/groonga/en/html/reference/suggest/completion.html
share/doc/groonga/en/html/reference/suggest/correction.html
@@ -406,6 +550,7 @@ share/doc/groonga/en/html/server/http.html
share/doc/groonga/en/html/server/http/comparison.html
share/doc/groonga/en/html/server/http/groonga-httpd.html
share/doc/groonga/en/html/server/http/groonga.html
+share/doc/groonga/en/html/server/memcached.html
share/doc/groonga/en/html/server/package.html
share/doc/groonga/en/html/spec.html
share/doc/groonga/en/html/spec/gqtp.html
@@ -427,11 +572,17 @@ share/doc/groonga/en/html/tutorial/query_expansion.html
share/doc/groonga/en/html/tutorial/search.html
share/doc/groonga/ja/html/.buildinfo
share/doc/groonga/ja/html/_images/geo-points.png
+share/doc/groonga/ja/html/_images/used-when-indexing.png
+share/doc/groonga/ja/html/_images/used-when-searching.png
share/doc/groonga/ja/html/_sources/characteristic.txt
share/doc/groonga/ja/html/_sources/client.txt
share/doc/groonga/ja/html/_sources/community.txt
share/doc/groonga/ja/html/_sources/contribution.txt
share/doc/groonga/ja/html/_sources/contribution/development.txt
+share/doc/groonga/ja/html/_sources/contribution/development/build.txt
+share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt
+share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt
+share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt
share/doc/groonga/ja/html/_sources/contribution/development/com.txt
share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt
share/doc/groonga/ja/html/_sources/contribution/development/query.txt
@@ -464,8 +615,11 @@ share/doc/groonga/ja/html/_sources/news/1.2.x.txt
share/doc/groonga/ja/html/_sources/news/1.3.x.txt
share/doc/groonga/ja/html/_sources/news/2.x.txt
share/doc/groonga/ja/html/_sources/news/3.x.txt
+share/doc/groonga/ja/html/_sources/news/4.x.txt
+share/doc/groonga/ja/html/_sources/news/5.x.txt
share/doc/groonga/ja/html/_sources/news/senna.txt
share/doc/groonga/ja/html/_sources/reference.txt
+share/doc/groonga/ja/html/_sources/reference/alias.txt
share/doc/groonga/ja/html/_sources/reference/api.txt
share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt
@@ -487,8 +641,10 @@ share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt
+share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt
+share/doc/groonga/ja/html/_sources/reference/api/overview.txt
share/doc/groonga/ja/html/_sources/reference/api/plugin.txt
share/doc/groonga/ja/html/_sources/reference/cast.txt
share/doc/groonga/ja/html/_sources/reference/column.txt
@@ -499,32 +655,57 @@ share/doc/groonga/ja/html/_sources/reference/columns/vector.txt
share/doc/groonga/ja/html/_sources/reference/command.txt
share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
+share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt
share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
+share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt
share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
share/doc/groonga/ja/html/_sources/reference/commands/check.txt
share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
+share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt
+share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt
+share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt
+share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt
+share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt
share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
+share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt
share/doc/groonga/ja/html/_sources/reference/commands/load.txt
+share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt
share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt
+share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt
share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
+share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt
+share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt
+share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt
+share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt
+share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt
+share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt
share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt
+share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt
+share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt
+share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt
+share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt
+share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt
+share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt
+share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt
share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt
share/doc/groonga/ja/html/_sources/reference/commands/register.txt
+share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt
share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt
share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt
share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt
+share/doc/groonga/ja/html/_sources/reference/commands/schema.txt
share/doc/groonga/ja/html/_sources/reference/commands/select.txt
share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
share/doc/groonga/ja/html/_sources/reference/commands/status.txt
@@ -532,10 +713,13 @@ share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
+share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt
+share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt
share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt
share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt
+share/doc/groonga/ja/html/_sources/reference/configuration.txt
share/doc/groonga/ja/html/_sources/reference/executables.txt
share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt
share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
@@ -549,6 +733,7 @@ share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
share/doc/groonga/ja/html/_sources/reference/function.txt
share/doc/groonga/ja/html/_sources/reference/functions/between.txt
share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
+share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
@@ -557,10 +742,23 @@ share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt
share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt
share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt
share/doc/groonga/ja/html/_sources/reference/functions/now.txt
+share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt
+share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt
share/doc/groonga/ja/html/_sources/reference/functions/query.txt
share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
+share/doc/groonga/ja/html/_sources/reference/functions/record_number.txt
share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
+share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt
share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt
+share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt
+share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt
+share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt
share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
@@ -569,9 +767,15 @@ share/doc/groonga/ja/html/_sources/reference/log.txt
share/doc/groonga/ja/html/_sources/reference/normalizers.txt
share/doc/groonga/ja/html/_sources/reference/operations.txt
share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt
+share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt
share/doc/groonga/ja/html/_sources/reference/output.txt
share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
+share/doc/groonga/ja/html/_sources/reference/regular_expression.txt
+share/doc/groonga/ja/html/_sources/reference/scorer.txt
+share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt
+share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt
+share/doc/groonga/ja/html/_sources/reference/sharding.txt
share/doc/groonga/ja/html/_sources/reference/suggest.txt
share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt
share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt
@@ -588,6 +792,7 @@ share/doc/groonga/ja/html/_sources/server/http.txt
share/doc/groonga/ja/html/_sources/server/http/comparison.txt
share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
share/doc/groonga/ja/html/_sources/server/http/groonga.txt
+share/doc/groonga/ja/html/_sources/server/memcached.txt
share/doc/groonga/ja/html/_sources/server/package.txt
share/doc/groonga/ja/html/_sources/spec.txt
share/doc/groonga/ja/html/_sources/spec/gqtp.txt
@@ -619,7 +824,7 @@ share/doc/groonga/ja/html/_static/favicon.ico
share/doc/groonga/ja/html/_static/file.png
share/doc/groonga/ja/html/_static/groonga.css
share/doc/groonga/ja/html/_static/header-background.png
-share/doc/groonga/ja/html/_static/jp.png
+share/doc/groonga/ja/html/_static/jquery-1.11.1.js
share/doc/groonga/ja/html/_static/jquery.js
share/doc/groonga/ja/html/_static/logo.png
share/doc/groonga/ja/html/_static/minus.png
@@ -627,16 +832,20 @@ share/doc/groonga/ja/html/_static/navigation-bar.png
share/doc/groonga/ja/html/_static/plus.png
share/doc/groonga/ja/html/_static/pygments.css
share/doc/groonga/ja/html/_static/searchtools.js
+share/doc/groonga/ja/html/_static/underscore-1.3.1.js
share/doc/groonga/ja/html/_static/underscore.js
share/doc/groonga/ja/html/_static/up-pressed.png
share/doc/groonga/ja/html/_static/up.png
-share/doc/groonga/ja/html/_static/us.png
share/doc/groonga/ja/html/_static/websupport.js
share/doc/groonga/ja/html/characteristic.html
share/doc/groonga/ja/html/client.html
share/doc/groonga/ja/html/community.html
share/doc/groonga/ja/html/contribution.html
share/doc/groonga/ja/html/contribution/development.html
+share/doc/groonga/ja/html/contribution/development/build.html
+share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html
+share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html
+share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html
share/doc/groonga/ja/html/contribution/development/com.html
share/doc/groonga/ja/html/contribution/development/cooperation.html
share/doc/groonga/ja/html/contribution/development/query.html
@@ -670,9 +879,12 @@ share/doc/groonga/ja/html/news/1.2.x.html
share/doc/groonga/ja/html/news/1.3.x.html
share/doc/groonga/ja/html/news/2.x.html
share/doc/groonga/ja/html/news/3.x.html
+share/doc/groonga/ja/html/news/4.x.html
+share/doc/groonga/ja/html/news/5.x.html
share/doc/groonga/ja/html/news/senna.html
share/doc/groonga/ja/html/objects.inv
share/doc/groonga/ja/html/reference.html
+share/doc/groonga/ja/html/reference/alias.html
share/doc/groonga/ja/html/reference/api.html
share/doc/groonga/ja/html/reference/api/global_configurations.html
share/doc/groonga/ja/html/reference/api/grn_cache.html
@@ -694,8 +906,10 @@ share/doc/groonga/ja/html/reference/api/grn_proc.html
share/doc/groonga/ja/html/reference/api/grn_search.html
share/doc/groonga/ja/html/reference/api/grn_table.html
share/doc/groonga/ja/html/reference/api/grn_table_cursor.html
+share/doc/groonga/ja/html/reference/api/grn_thread.html
share/doc/groonga/ja/html/reference/api/grn_type.html
share/doc/groonga/ja/html/reference/api/grn_user_data.html
+share/doc/groonga/ja/html/reference/api/overview.html
share/doc/groonga/ja/html/reference/api/plugin.html
share/doc/groonga/ja/html/reference/cast.html
share/doc/groonga/ja/html/reference/column.html
@@ -706,32 +920,57 @@ share/doc/groonga/ja/html/reference/columns/vector.html
share/doc/groonga/ja/html/reference/command.html
share/doc/groonga/ja/html/reference/command/command_version.html
share/doc/groonga/ja/html/reference/command/output_format.html
+share/doc/groonga/ja/html/reference/command/pretty_print.html
share/doc/groonga/ja/html/reference/command/request_id.html
+share/doc/groonga/ja/html/reference/command/request_timeout.html
share/doc/groonga/ja/html/reference/command/return_code.html
share/doc/groonga/ja/html/reference/commands/cache_limit.html
share/doc/groonga/ja/html/reference/commands/check.html
share/doc/groonga/ja/html/reference/commands/clearlock.html
+share/doc/groonga/ja/html/reference/commands/column_copy.html
share/doc/groonga/ja/html/reference/commands/column_create.html
share/doc/groonga/ja/html/reference/commands/column_list.html
share/doc/groonga/ja/html/reference/commands/column_remove.html
share/doc/groonga/ja/html/reference/commands/column_rename.html
+share/doc/groonga/ja/html/reference/commands/config_delete.html
+share/doc/groonga/ja/html/reference/commands/config_get.html
+share/doc/groonga/ja/html/reference/commands/config_set.html
+share/doc/groonga/ja/html/reference/commands/database_unmap.html
share/doc/groonga/ja/html/reference/commands/define_selector.html
share/doc/groonga/ja/html/reference/commands/defrag.html
share/doc/groonga/ja/html/reference/commands/delete.html
share/doc/groonga/ja/html/reference/commands/dump.html
+share/doc/groonga/ja/html/reference/commands/io_flush.html
share/doc/groonga/ja/html/reference/commands/load.html
+share/doc/groonga/ja/html/reference/commands/lock_acquire.html
share/doc/groonga/ja/html/reference/commands/lock_clear.html
+share/doc/groonga/ja/html/reference/commands/lock_release.html
share/doc/groonga/ja/html/reference/commands/log_level.html
share/doc/groonga/ja/html/reference/commands/log_put.html
share/doc/groonga/ja/html/reference/commands/log_reopen.html
+share/doc/groonga/ja/html/reference/commands/logical_count.html
+share/doc/groonga/ja/html/reference/commands/logical_parameters.html
+share/doc/groonga/ja/html/reference/commands/logical_range_filter.html
+share/doc/groonga/ja/html/reference/commands/logical_select.html
+share/doc/groonga/ja/html/reference/commands/logical_shard_list.html
+share/doc/groonga/ja/html/reference/commands/logical_table_remove.html
share/doc/groonga/ja/html/reference/commands/normalize.html
share/doc/groonga/ja/html/reference/commands/normalizer_list.html
+share/doc/groonga/ja/html/reference/commands/object_exist.html
+share/doc/groonga/ja/html/reference/commands/object_inspect.html
+share/doc/groonga/ja/html/reference/commands/object_list.html
+share/doc/groonga/ja/html/reference/commands/object_remove.html
+share/doc/groonga/ja/html/reference/commands/plugin_register.html
+share/doc/groonga/ja/html/reference/commands/plugin_unregister.html
+share/doc/groonga/ja/html/reference/commands/query_expand.html
share/doc/groonga/ja/html/reference/commands/quit.html
share/doc/groonga/ja/html/reference/commands/range_filter.html
share/doc/groonga/ja/html/reference/commands/register.html
+share/doc/groonga/ja/html/reference/commands/reindex.html
share/doc/groonga/ja/html/reference/commands/request_cancel.html
share/doc/groonga/ja/html/reference/commands/ruby_eval.html
share/doc/groonga/ja/html/reference/commands/ruby_load.html
+share/doc/groonga/ja/html/reference/commands/schema.html
share/doc/groonga/ja/html/reference/commands/select.html
share/doc/groonga/ja/html/reference/commands/shutdown.html
share/doc/groonga/ja/html/reference/commands/status.html
@@ -739,10 +978,13 @@ share/doc/groonga/ja/html/reference/commands/suggest.html
share/doc/groonga/ja/html/reference/commands/table_create.html
share/doc/groonga/ja/html/reference/commands/table_list.html
share/doc/groonga/ja/html/reference/commands/table_remove.html
+share/doc/groonga/ja/html/reference/commands/table_rename.html
share/doc/groonga/ja/html/reference/commands/table_tokenize.html
+share/doc/groonga/ja/html/reference/commands/thread_limit.html
share/doc/groonga/ja/html/reference/commands/tokenize.html
share/doc/groonga/ja/html/reference/commands/tokenizer_list.html
share/doc/groonga/ja/html/reference/commands/truncate.html
+share/doc/groonga/ja/html/reference/configuration.html
share/doc/groonga/ja/html/reference/executables.html
share/doc/groonga/ja/html/reference/executables/grndb.html
share/doc/groonga/ja/html/reference/executables/grnslap.html
@@ -756,6 +998,7 @@ share/doc/groonga/ja/html/reference/executables/groonga.html
share/doc/groonga/ja/html/reference/function.html
share/doc/groonga/ja/html/reference/functions/between.html
share/doc/groonga/ja/html/reference/functions/edit_distance.html
+share/doc/groonga/ja/html/reference/functions/fuzzy_search.html
share/doc/groonga/ja/html/reference/functions/geo_distance.html
share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
@@ -764,10 +1007,23 @@ share/doc/groonga/ja/html/reference/functions/highlight_html.html
share/doc/groonga/ja/html/reference/functions/html_untag.html
share/doc/groonga/ja/html/reference/functions/in_values.html
share/doc/groonga/ja/html/reference/functions/now.html
+share/doc/groonga/ja/html/reference/functions/number_classify.html
+share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html
share/doc/groonga/ja/html/reference/functions/query.html
share/doc/groonga/ja/html/reference/functions/rand.html
+share/doc/groonga/ja/html/reference/functions/record_number.html
share/doc/groonga/ja/html/reference/functions/snippet_html.html
+share/doc/groonga/ja/html/reference/functions/string_substring.html
share/doc/groonga/ja/html/reference/functions/sub_filter.html
+share/doc/groonga/ja/html/reference/functions/time_classify_day.html
+share/doc/groonga/ja/html/reference/functions/time_classify_hour.html
+share/doc/groonga/ja/html/reference/functions/time_classify_minute.html
+share/doc/groonga/ja/html/reference/functions/time_classify_month.html
+share/doc/groonga/ja/html/reference/functions/time_classify_second.html
+share/doc/groonga/ja/html/reference/functions/time_classify_week.html
+share/doc/groonga/ja/html/reference/functions/time_classify_year.html
+share/doc/groonga/ja/html/reference/functions/vector_size.html
+share/doc/groonga/ja/html/reference/functions/vector_slice.html
share/doc/groonga/ja/html/reference/grn_expr.html
share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
@@ -776,9 +1032,15 @@ share/doc/groonga/ja/html/reference/log.html
share/doc/groonga/ja/html/reference/normalizers.html
share/doc/groonga/ja/html/reference/operations.html
share/doc/groonga/ja/html/reference/operations/geolocation_search.html
+share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html
share/doc/groonga/ja/html/reference/output.html
share/doc/groonga/ja/html/reference/query_expanders.html
share/doc/groonga/ja/html/reference/query_expanders/tsv.html
+share/doc/groonga/ja/html/reference/regular_expression.html
+share/doc/groonga/ja/html/reference/scorer.html
+share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html
+share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html
+share/doc/groonga/ja/html/reference/sharding.html
share/doc/groonga/ja/html/reference/suggest.html
share/doc/groonga/ja/html/reference/suggest/completion.html
share/doc/groonga/ja/html/reference/suggest/correction.html
@@ -797,6 +1059,7 @@ share/doc/groonga/ja/html/server/http.html
share/doc/groonga/ja/html/server/http/comparison.html
share/doc/groonga/ja/html/server/http/groonga-httpd.html
share/doc/groonga/ja/html/server/http/groonga.html
+share/doc/groonga/ja/html/server/memcached.html
share/doc/groonga/ja/html/server/package.html
share/doc/groonga/ja/html/spec.html
share/doc/groonga/ja/html/spec/gqtp.html
@@ -818,21 +1081,16 @@ share/doc/groonga/ja/html/tutorial/query_expansion.html
share/doc/groonga/ja/html/tutorial/search.html
share/examples/groonga/groonga.conf
${PLIST.httpd}share/examples/groonga/httpd/fastcgi.conf
-${PLIST.httpd}share/examples/groonga/httpd/fastcgi.conf.default
${PLIST.httpd}share/examples/groonga/httpd/fastcgi_params
-${PLIST.httpd}share/examples/groonga/httpd/fastcgi_params.default
share/examples/groonga/httpd/groonga-httpd.conf
${PLIST.httpd}share/examples/groonga/httpd/html/50x.html
${PLIST.httpd}share/examples/groonga/httpd/html/index.html
${PLIST.httpd}share/examples/groonga/httpd/koi-utf
${PLIST.httpd}share/examples/groonga/httpd/koi-win
${PLIST.httpd}share/examples/groonga/httpd/mime.types
-${PLIST.httpd}share/examples/groonga/httpd/mime.types.default
-${PLIST.httpd}share/examples/groonga/httpd/nginx.conf.default
+${PLIST.httpd}share/examples/groonga/httpd/nginx.conf
${PLIST.httpd}share/examples/groonga/httpd/scgi_params
-${PLIST.httpd}share/examples/groonga/httpd/scgi_params.default
${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params
-${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params.default
${PLIST.httpd}share/examples/groonga/httpd/win-utf
share/examples/groonga/synonyms.tsv
share/groonga/examples/dictionary/edict/edict-import.sh
@@ -892,7 +1150,7 @@ share/groonga/html/admin/js/groonga-admin.ja.js
share/groonga/html/admin/js/groonga-admin.js
share/groonga/html/admin/js/jquery-1.7.2.js
share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js
-share/groonga/html/admin/js/jquery.flot-0.7.js
+share/groonga/html/admin/js/jquery.flot-0.8.3.js
share/groonga/html/admin/js/jquery.flot.license.txt
share/groonga/images/logo/groonga-icon-foreground-white.png
share/groonga/images/logo/groonga-icon-foreground-white.svg
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index 809df08f9fd..a2a95cde87b 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.41 2015/11/04 01:59:30 agc Exp $
+$NetBSD: distinfo,v 1.42 2016/09/11 16:06:53 taca Exp $
-SHA1 (groonga-4.1.1.tar.gz) = ecbdc965c018986f0605bae0a5038940de668f39
-RMD160 (groonga-4.1.1.tar.gz) = 42356a3c703a96668b64017bd7b2573356a475bd
-SHA512 (groonga-4.1.1.tar.gz) = 96e903333106003abb4aec334e5cfa7dcfd876daf3c2ea7743732cd6bd6f98da602bf5f346f477ee8aa7699089a4c4f81e57fd5c368acef603f6a576fae8a77d
-Size (groonga-4.1.1.tar.gz) = 11375347 bytes
+SHA1 (groonga-6.0.8.tar.gz) = e00954641ac1e8594f37853e6f9d2aab59496061
+RMD160 (groonga-6.0.8.tar.gz) = 18ffe56b547204f0a5cf891f2ffae83016f46324
+SHA512 (groonga-6.0.8.tar.gz) = 1f4effe375f58a2604851f5af58e004e5da098898a488a14a9da0e0806efb00ef01d0cbfae3312535241133e84707b2824dd88593d4ff29580ca22f7247ea7ec
+Size (groonga-6.0.8.tar.gz) = 13704493 bytes
+SHA1 (patch-data_scripts_Makefile.in) = 3ad802186af2d4a95286322546d29d33a1505928
+SHA1 (patch-vendor_nginx-1.11.3_auto_install) = bc3c0557e18dd41dad20ab36933e160f3c557c78
diff --git a/textproc/groonga/options.mk b/textproc/groonga/options.mk
index 365771c262a..7deefa90b51 100644
--- a/textproc/groonga/options.mk
+++ b/textproc/groonga/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2014/12/12 01:13:40 obache Exp $
+# $NetBSD: options.mk,v 1.17 2016/09/11 16:06:53 taca Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.groonga
@@ -82,6 +82,8 @@ CONF_FILES+= share/examples/${PKGBASE}/httpd/koi-win \
${PKG_SYSCONFDIR}/httpd/koi-win
CONF_FILES+= share/examples/${PKGBASE}/httpd/mime.types \
${PKG_SYSCONFDIR}/httpd/mime.types
+CONF_FILES+= share/examples/${PKGBASE}/httpd/nginx.conf \
+ ${PKG_SYSCONFDIR}/httpd/nginx.conf
CONF_FILES+= share/examples/${PKGBASE}/httpd/scgi_params \
${PKG_SYSCONFDIR}/httpd/scgi_params
CONF_FILES+= share/examples/${PKGBASE}/httpd/uwsgi_params \
@@ -90,9 +92,10 @@ CONF_FILES+= share/examples/${PKGBASE}/httpd/win-utf \
${PKG_SYSCONFDIR}/httpd/win-utf
SUBST_CLASSES+= confpath
-SUBST_STAGE.confpath= post-configure
-SUBST_FILES.confpath= vendor/nginx-1.7.7/objs/Makefile
+SUBST_STAGE.confpath= pre-build
+SUBST_FILES.confpath= vendor/nginx-1.11.3/objs/Makefile
SUBST_SED.confpath= -e 's,\$$(DESTDIR)${PKG_SYSCONFDIR}/httpd,\$$(DESTDIR)${PREFIX}/share/examples/${PKGBASE}/httpd,g'
+
.else
CONFIGURE_ARGS+= --disable-groonga-httpd
.endif