Index: head/textproc/groonga/Makefile =================================================================== --- head/textproc/groonga/Makefile (revision 405030) +++ head/textproc/groonga/Makefile (revision 405031) @@ -1,68 +1,70 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 5.0.9 +PORTVERSION= 5.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:${PORTSDIR}/devel/pcre USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --disable-silent-rules \ --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 -OPTIONS_DEFAULT= MECAB SUGGEST +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:${PORTSDIR}/japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ libmsgpack.so:${PORTSDIR}/devel/msgpack \ libzmq.so:${PORTSDIR}/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 .include 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.9.6/auto/install + ${WRKSRC}/vendor/nginx-1.9.7/auto/install 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 405030) +++ head/textproc/groonga/distinfo (revision 405031) @@ -1,2 +1,2 @@ -SHA256 (groonga-5.0.9.tar.gz) = 4fb59009dca154ffb53f9b408dc296e6e215f8eda613a8ef184fa634e702d35d -SIZE (groonga-5.0.9.tar.gz) = 12851324 +SHA256 (groonga-5.1.0.tar.gz) = 08cd6037e8a1429e36da54d1c10bcdbadfb37aa7111fb6869f324f60344566d4 +SIZE (groonga-5.1.0.tar.gz) = 12932221 Index: head/textproc/groonga/pkg-plist =================================================================== --- head/textproc/groonga/pkg-plist (revision 405030) +++ head/textproc/groonga/pkg-plist (revision 405031) @@ -1,185 +1,238 @@ +%%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/command.h include/groonga/groonga/conf.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/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h include/groonga/groonga/output.h include/groonga/groonga/plugin.h include/groonga/groonga/portability.h include/groonga/groonga/request_canceler.h include/groonga/groonga/scorer.h include/groonga/groonga/thread.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h include/groonga/groonga/util.h include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h +%%RUBY%%lib/groonga/plugins/expression_rewriters/optimizer.rb lib/groonga/plugins/functions/vector.a lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so +%%RUBY%%lib/groonga/plugins/ruby/eval.a +%%RUBY%%lib/groonga/plugins/ruby/eval.so +%%RUBY%%lib/groonga/plugins/ruby/load.a +%%RUBY%%lib/groonga/plugins/ruby/load.so +%%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/backtrace_entry.rb +%%RUBY%%lib/groonga/scripts/ruby/command.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.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_size_estimator.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/logger.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_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_search_index.rb +%%RUBY%%lib/groonga/scripts/ruby/table.rb +%%RUBY%%lib/groonga/scripts/ruby/table_cursor.rb +%%RUBY%%lib/groonga/scripts/ruby/writer.rb lib/groonga/plugins/suggest/suggest.a lib/groonga/plugins/suggest/suggest.so lib/groonga/plugins/table/table.a lib/groonga/plugins/table/table.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%%/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%%/html/admin/css/groonga-admin.css %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png %%DATADIR%%/html/admin/css/redmond/jquery-ui-1.8.18.custom.css %%DATADIR%%/html/admin/favicon.ico %%DATADIR%%/html/admin/favicon.png %%DATADIR%%/html/admin/favicon.svg %%DATADIR%%/html/admin/images/groonga.png %%DATADIR%%/html/admin/images/groonga.svg %%DATADIR%%/html/admin/images/loading.gif %%DATADIR%%/html/admin/index.html %%DATADIR%%/html/admin/index.ja.html %%DATADIR%%/html/admin/js/groonga-admin.js %%DATADIR%%/html/admin/js/groonga-admin.ja.js %%DATADIR%%/html/admin/js/jquery-1.7.2.js %%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js %%DATADIR%%/html/admin/js/jquery.flot-0.7.js %%DATADIR%%/html/admin/js/jquery.flot.license.txt %%DATADIR%%/images/logo/groonga-icon-foreground-white.png %%DATADIR%%/images/logo/groonga-icon-foreground-white.svg %%DATADIR%%/images/logo/groonga-icon-full-size.png %%DATADIR%%/images/logo/groonga-icon-full-size.svg %%DATADIR%%/images/logo/groonga-icon.png %%DATADIR%%/images/logo/groonga-icon.svg %%DATADIR%%/images/logo/groonga-logo-foreground-white.png %%DATADIR%%/images/logo/groonga-logo-foreground-white.svg %%DATADIR%%/images/logo/groonga-logo.png %%DATADIR%%/images/logo/groonga-logo.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.png %%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-bar.png %%DATADIR%%/images/logo/groonga-powered-by-banner-bar.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.png %%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-large.png %%DATADIR%%/images/logo/groonga-powered-by-banner-large.svg %%DATADIR%%/images/logo/groonga-powered-by-banner.png %%DATADIR%%/images/logo/groonga-powered-by-banner.svg %%DATADIR%%/images/logo/mroonga-icon-foreground-white.png %%DATADIR%%/images/logo/mroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/mroonga-icon-full-size.png %%DATADIR%%/images/logo/mroonga-icon-full-size.svg %%DATADIR%%/images/logo/mroonga-icon.png %%DATADIR%%/images/logo/mroonga-icon.svg %%DATADIR%%/images/logo/mroonga-logo-foreground-white.png %%DATADIR%%/images/logo/mroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/mroonga-logo.png %%DATADIR%%/images/logo/mroonga-logo.svg %%DATADIR%%/images/logo/nroonga-icon-foreground-white.png %%DATADIR%%/images/logo/nroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/nroonga-icon-full-size.png %%DATADIR%%/images/logo/nroonga-icon-full-size.svg %%DATADIR%%/images/logo/nroonga-icon.png %%DATADIR%%/images/logo/nroonga-icon.svg %%DATADIR%%/images/logo/nroonga-logo-foreground-white.png %%DATADIR%%/images/logo/nroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/nroonga-logo.png %%DATADIR%%/images/logo/nroonga-logo.svg %%DATADIR%%/images/logo/rroonga-icon-foreground-white.png %%DATADIR%%/images/logo/rroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/rroonga-icon-full-size.png %%DATADIR%%/images/logo/rroonga-icon-full-size.svg %%DATADIR%%/images/logo/rroonga-icon.png %%DATADIR%%/images/logo/rroonga-icon.svg %%DATADIR%%/images/logo/rroonga-logo-foreground-white.png %%DATADIR%%/images/logo/rroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/rroonga-logo.png %%DATADIR%%/images/logo/rroonga-logo.svg +%%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_ @dir /var/log/groonga/httpd @dir /var/log/groonga @dir /var/run/groonga