Index: head/textproc/groonga/Makefile =================================================================== --- head/textproc/groonga/Makefile (revision 559649) +++ head/textproc/groonga/Makefile (revision 559650) @@ -1,73 +1,73 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 10.0.9 +PORTVERSION= 10.1.0 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ MAINTAINER= bofh@FreeBSD.org COMMENT= Open-source fulltext search engine and column store LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake libedit libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --localstatedir=/var \ --without-cutter \ --without-inkscape \ --without-kytea \ --without-lemon \ --with-log-path=/var/log/groonga.log \ --with-munin-plugins INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MECAB SUGGEST RUBY OPTIONS_DEFAULT= MECAB SUGGEST RUBY OPTIONS_SUB= yes MECAB_DESC= Morphological analysis support via MeCab MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libzmq.so:net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq SUGGEST_CONFIGURE_OFF= --without-libevent \ --without-message-pack \ --disable-zeromq RUBY_CONFIGURE_ON= --enable-mruby RUBY_USE= RUBY=yes RUBY_RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler post-patch: @${REINPLACE_CMD} -e \ 's|lib/$${PACKAGE}/db/db|db/$${PACKAGE}/db| ; \ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.19.5/auto/install + ${WRKSRC}/vendor/nginx-1.19.6/auto/install # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -Ei .c++20 '/test|cat/s/[[:<:]]version/&.txt/' \ ${WRKSRC}/version-gen.sh post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd @${MKDIR} ${STAGEDIR}/var/log/groonga/httpd @${MKDIR} ${STAGEDIR}/var/run/groonga .include Index: head/textproc/groonga/distinfo =================================================================== --- head/textproc/groonga/distinfo (revision 559649) +++ head/textproc/groonga/distinfo (revision 559650) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608338198 -SHA256 (groonga-10.0.9.tar.gz) = 33358afc3e978ce526792bb8508c6d77de046193845793a88c66a26d15563aa4 -SIZE (groonga-10.0.9.tar.gz) = 17994573 +TIMESTAMP = 1609281376 +SHA256 (groonga-10.1.0.tar.gz) = fbf29a8de1cb0f463030118ca146846b8f5fbaa5a090cc2b45eef372d4e4aabf +SIZE (groonga-10.1.0.tar.gz) = 18029397 Index: head/textproc/groonga/pkg-plist =================================================================== --- head/textproc/groonga/pkg-plist (revision 559649) +++ head/textproc/groonga/pkg-plist (revision 559650) @@ -1,311 +1,312 @@ %%RUBY%%bin/grndb bin/groonga bin/groonga-benchmark %%SUGGEST%%bin/groonga-suggest-create-dataset %%SUGGEST%%bin/groonga-suggest-httpd %%SUGGEST%%bin/groonga-suggest-learner %%ETCDIR%%/groonga.conf %%ETCDIR%%/httpd/fastcgi.conf %%ETCDIR%%/httpd/fastcgi.conf.default %%ETCDIR%%/httpd/fastcgi_params %%ETCDIR%%/httpd/fastcgi_params.default %%ETCDIR%%/httpd/groonga-httpd.conf %%ETCDIR%%/httpd/html/50x.html %%ETCDIR%%/httpd/html/index.html %%ETCDIR%%/httpd/koi-utf %%ETCDIR%%/httpd/koi-win %%ETCDIR%%/httpd/mime.types %%ETCDIR%%/httpd/mime.types.default %%ETCDIR%%/httpd/nginx.conf.default %%ETCDIR%%/httpd/scgi_params %%ETCDIR%%/httpd/scgi_params.default %%ETCDIR%%/httpd/uwsgi_params %%ETCDIR%%/httpd/uwsgi_params.default %%ETCDIR%%/httpd/win-utf %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h include/groonga/groonga.hpp include/groonga/groonga/accessor.h include/groonga/groonga/aggregator.h include/groonga/groonga/array.h include/groonga/groonga/arrow.h include/groonga/groonga/arrow.hpp +include/groonga/groonga/bulk.hpp include/groonga/groonga/cache.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/highlighter.h include/groonga/groonga/id.h include/groonga/groonga/ii.h include/groonga/groonga/index_column.h include/groonga/groonga/memory.h include/groonga/groonga/msgpack.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h include/groonga/groonga/operator.h include/groonga/groonga/option.h include/groonga/groonga/output.h include/groonga/groonga/output_columns.h include/groonga/groonga/pat.h include/groonga/groonga/plugin.h include/groonga/groonga/portability.h include/groonga/groonga/posting.h include/groonga/groonga/proc.h include/groonga/groonga/raw_string.h include/groonga/groonga/request_canceler.h include/groonga/groonga/request_timer.h include/groonga/groonga/result_set.h include/groonga/groonga/scorer.h include/groonga/groonga/selector.h include/groonga/groonga/string.h include/groonga/groonga/table.h include/groonga/groonga/table_module.h include/groonga/groonga/thread.h include/groonga/groonga/time.h include/groonga/groonga/token.h include/groonga/groonga/token_cursor.h include/groonga/groonga/token_filter.h include/groonga/groonga/token_metadata.h include/groonga/groonga/tokenizer.h include/groonga/groonga/tokenizer_query_deprecated.h include/groonga/groonga/type.h include/groonga/groonga/util.h include/groonga/groonga/vector.h include/groonga/groonga/version.h include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h include/groonga/groonga/window_function.h include/groonga/groonga/window_function_executor.h lib/groonga/plugins/functions/index_column.a lib/groonga/plugins/functions/index_column.so lib/groonga/plugins/functions/math.a lib/groonga/plugins/functions/math.so lib/groonga/plugins/functions/number.a lib/groonga/plugins/functions/number.so lib/groonga/plugins/functions/string.a lib/groonga/plugins/functions/string.so lib/groonga/plugins/functions/vector.a lib/groonga/plugins/functions/time.a lib/groonga/plugins/functions/time.so lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so %%RUBY%%lib/groonga/plugins/sharding/dynamic_columns.rb %%RUBY%%lib/groonga/plugins/sharding/keys_parsable.rb %%RUBY%%lib/groonga/plugins/ruby/eval.rb %%RUBY%%lib/groonga/plugins/sharding.rb %%RUBY%%lib/groonga/plugins/sharding/logical_count.rb %%RUBY%%lib/groonga/plugins/sharding/logical_enumerator.rb %%RUBY%%lib/groonga/plugins/sharding/logical_parameters.rb %%RUBY%%lib/groonga/plugins/sharding/logical_range_filter.rb %%RUBY%%lib/groonga/plugins/sharding/logical_select.rb %%RUBY%%lib/groonga/plugins/sharding/logical_shard_list.rb %%RUBY%%lib/groonga/plugins/sharding/logical_table_remove.rb %%RUBY%%lib/groonga/plugins/sharding/parameters.rb %%RUBY%%lib/groonga/plugins/sharding/range_expression_builder.rb %%RUBY%%lib/groonga/scripts/ruby/accessor.rb %%RUBY%%lib/groonga/scripts/ruby/backtrace_entry.rb %%RUBY%%lib/groonga/scripts/ruby/command.rb %%RUBY%%lib/groonga/scripts/ruby/command_input.rb %%RUBY%%lib/groonga/scripts/ruby/command_line_parser.rb %%RUBY%%lib/groonga/scripts/ruby/command_line/grndb.rb %%RUBY%%lib/groonga/scripts/ruby/context.rb %%RUBY%%lib/groonga/scripts/ruby/context/error_level.rb %%RUBY%%lib/groonga/scripts/ruby/context/rc.rb %%RUBY%%lib/groonga/scripts/ruby/database.rb %%RUBY%%lib/groonga/scripts/ruby/error.rb %%RUBY%%lib/groonga/scripts/ruby/eval_context.rb %%RUBY%%lib/groonga/scripts/ruby/expression.rb %%RUBY%%lib/groonga/scripts/ruby/expression_rewriter.rb %%RUBY%%lib/groonga/scripts/ruby/expression_rewriters/optimizer.rb %%RUBY%%lib/groonga/scripts/ruby/expression_rewriters.rb %%RUBY%%lib/groonga/scripts/ruby/expression_size_estimator.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/accessor.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/assign.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/assign_binary_operation.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/binary_operation.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/constant.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/function_call.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/index_column.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/logical_operation.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/member.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/null.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/procedure.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/reference.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/table.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/unary_operation.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb %%RUBY%%lib/groonga/scripts/ruby/fixed_size_column.rb %%RUBY%%lib/groonga/scripts/ruby/groonga-log.rb %%RUBY%%lib/groonga/scripts/ruby/groonga-log/parser.rb %%RUBY%%lib/groonga/scripts/ruby/groonga-log/statistic.rb %%RUBY%%lib/groonga/scripts/ruby/groonga-log/version.rb %%RUBY%%lib/groonga/scripts/ruby/id.rb %%RUBY%%lib/groonga/scripts/ruby/index_column.rb %%RUBY%%lib/groonga/scripts/ruby/index_cursor.rb %%RUBY%%lib/groonga/scripts/ruby/index_info.rb %%RUBY%%lib/groonga/scripts/ruby/initialize/post.rb %%RUBY%%lib/groonga/scripts/ruby/initialize/pre.rb %%RUBY%%lib/groonga/scripts/ruby/labeled_arguments.rb %%RUBY%%lib/groonga/scripts/ruby/locale_output.rb %%RUBY%%lib/groonga/scripts/ruby/loggable.rb %%RUBY%%lib/groonga/scripts/ruby/logger.rb %%RUBY%%lib/groonga/scripts/ruby/logger/flags.rb %%RUBY%%lib/groonga/scripts/ruby/logger/level.rb %%RUBY%%lib/groonga/scripts/ruby/object.rb %%RUBY%%lib/groonga/scripts/ruby/operator.rb %%RUBY%%lib/groonga/scripts/ruby/plugin_loader.rb %%RUBY%%lib/groonga/scripts/ruby/query_loggable.rb %%RUBY%%lib/groonga/scripts/ruby/query_logger.rb %%RUBY%%lib/groonga/scripts/ruby/query_logger/flag.rb %%RUBY%%lib/groonga/scripts/ruby/record.rb %%RUBY%%lib/groonga/scripts/ruby/require.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_builder.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_data.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_data_size_estimator.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_search_index.rb %%RUBY%%lib/groonga/scripts/ruby/table.rb %%RUBY%%lib/groonga/scripts/ruby/table_cursor.rb %%RUBY%%lib/groonga/scripts/ruby/time.rb %%RUBY%%lib/groonga/scripts/ruby/variable_size_column.rb %%RUBY%%lib/groonga/scripts/ruby/writer.rb lib/groonga/plugins/suggest/suggest.a lib/groonga/plugins/suggest/suggest.so lib/groonga/plugins/token_filters/stop_word.a lib/groonga/plugins/token_filters/stop_word.so %%MECAB%%lib/groonga/plugins/tokenizers/mecab.a %%MECAB%%lib/groonga/plugins/tokenizers/mecab.so lib/libgroonga.a lib/libgroonga.so lib/libgroonga.so.0 lib/libgroonga.so.0.0.0 libdata/pkgconfig/groonga.pc sbin/groonga-httpd sbin/groonga-httpd-restart %%DATADIR%%/COPYING %%DATADIR%%/examples/dictionary/edict/edict-import.sh %%DATADIR%%/examples/dictionary/edict/edict2grn.rb %%DATADIR%%/examples/dictionary/eijiro/eijiro-import.sh %%DATADIR%%/examples/dictionary/eijiro/eijiro2grn.rb %%DATADIR%%/examples/dictionary/gene95/gene-import.sh %%DATADIR%%/examples/dictionary/gene95/gene2grn.rb %%DATADIR%%/examples/dictionary/html/css/dictionary.css %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css %%DATADIR%%/examples/dictionary/html/index.html %%DATADIR%%/examples/dictionary/html/js/dictionary.js %%DATADIR%%/examples/dictionary/html/js/jquery-1.7.2.js %%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js %%DATADIR%%/examples/dictionary/init-db.sh %%DATADIR%%/examples/dictionary/jmdict/jmdict.rb %%DATADIR%%/examples/dictionary/readme.txt %%DATADIR%%/groonga-log/README.md %%DATADIR%%/groonga-log/lgpl-2.1.txt %%DATADIR%%/html/admin/assets/flot-4.2.1/CHANGELOG.md %%DATADIR%%/html/admin/assets/flot-4.2.1/LICENSE.txt %%DATADIR%%/html/admin/assets/flot-4.2.1/README.md %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.canvaswrapper.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.colorhelpers.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.axislabels.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.browser.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.categories.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.composeImages.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.crosshair.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.drawSeries.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.errorbars.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.fillbetween.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.flatdata.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.hover.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.image.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.legend.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.logaxis.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.navigate.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.pie.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.resize.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.saturated.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.selection.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.stack.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.symbol.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.threshold.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.time.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.touch.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.touchNavigate.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.flot.uiConstants.js %%DATADIR%%/html/admin/assets/flot-4.2.1/source/jquery.js %%DATADIR%%/html/admin/assets/groonga-admin.css %%DATADIR%%/html/admin/assets/groonga-admin.ja.js %%DATADIR%%/html/admin/assets/groonga-admin.js %%DATADIR%%/html/admin/assets/groonga.png %%DATADIR%%/html/admin/assets/groonga.svg %%DATADIR%%/html/admin/assets/jquery-3.5.1.js %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/AUTHORS.txt %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/LICENSE.txt %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_555555_256x240.png %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_777620_256x240.png %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_777777_256x240.png %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_cc0000_256x240.png %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_ffffff_256x240.png %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/jquery-ui.css %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/jquery-ui.js %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/jquery-ui.structure.css %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/jquery-ui.theme.css %%DATADIR%%/html/admin/assets/jquery-ui-1.12.1/package.json %%DATADIR%%/html/admin/assets/loading.gif %%DATADIR%%/html/admin/favicon.ico %%DATADIR%%/html/admin/favicon.png %%DATADIR%%/html/admin/favicon.svg %%DATADIR%%/html/admin/index.html %%DATADIR%%/html/admin/index.ja.html %%RUBY%%%%DATADIR%%/mruby/LEGAL %%DATADIR%%/munin/plugins/groonga_cpu_load_ %%DATADIR%%/munin/plugins/groonga_cpu_time_ %%DATADIR%%/munin/plugins/groonga_disk_ %%DATADIR%%/munin/plugins/groonga_memory_ %%DATADIR%%/munin/plugins/groonga_n_records_ %%DATADIR%%/munin/plugins/groonga_query_performance_ %%DATADIR%%/munin/plugins/groonga_status_ %%DATADIR%%/munin/plugins/groonga_throughput_ %%RUBY%%%%DATADIR%%/tools/check-index-merge-source-dump.rb %%RUBY%%%%DATADIR%%/tools/check-small-index-limit.rb %%RUBY%%%%DATADIR%%/tools/copy-related-files.rb %%RUBY%%%%DATADIR%%/tools/extract-index-source-from-dump.rb %%RUBY%%%%DATADIR%%/tools/generate-long-posting-list-data.rb %%RUBY%%%%DATADIR%%/tools/generate-many-segment-data.rb %%RUBY%%%%DATADIR%%/tools/groonga-benchmark-indexing.rb %%RUBY%%%%DATADIR%%/tools/groonga-memory-leak-checker.rb %%RUBY%%%%DATADIR%%/tools/groonga-memory-usage-analyzer.rb %%RUBY%%%%DATADIR%%/tools/groonga-object-list-checker.rb %%RUBY%%%%DATADIR%%/tools/index-column-diff-all.sh %%RUBY%%%%DATADIR%%/tools/object-inspect-all.sh %%RUBY%%%%DATADIR%%/tools/prepare-sphinx-html.rb %%RUBY%%%%DATADIR%%/tools/ucd-symbol-list.rb @dir /var/log/groonga/httpd @dir /var/log/groonga @dir /var/run/groonga