mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
textproc/groonga: Update version 5.0.9=>5.1.0
- Add new OPTION RUBY [1] PR: 201501 [1] Submitted by: cosmo0920.oucc@gmail.com [1]
This commit is contained in:
parent
7848d73718
commit
b50c3135de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405031
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= groonga
|
||||
PORTVERSION= 5.0.9
|
||||
PORTVERSION= 5.1.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://packages.groonga.org/source/groonga/
|
||||
|
||||
@ -30,8 +30,8 @@ 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
|
||||
@ -47,6 +47,8 @@ SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \
|
||||
SUGGEST_CONFIGURE_OFF= --without-libevent \
|
||||
--without-message-pack \
|
||||
--disable-zeromq
|
||||
RUBY_CONFIGURE_ON= --enable-mruby
|
||||
RUBY_USE= RUBY=yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -58,7 +60,7 @@ post-patch:
|
||||
'/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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%RUBY%%bin/grndb
|
||||
bin/groonga
|
||||
bin/groonga-benchmark
|
||||
%%SUGGEST%%bin/groonga-suggest-create-dataset
|
||||
@ -26,6 +27,7 @@ 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
|
||||
@ -44,10 +46,60 @@ 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
|
||||
@ -172,6 +224,7 @@ sbin/groonga-httpd-restart
|
||||
%%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_
|
||||
|
Loading…
Reference in New Issue
Block a user