pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/groonga Update textproc/groonga to 7.0.5. Add...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c5e8946564f
branches: trunk
changeset: 367324:3c5e8946564f
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Aug 29 12:54:47 2017 +0000
description:
Update textproc/groonga to 7.0.5. Add bl3.
Based on a PR by @siepkes (https://github.com/joyent/pkgsrc/pull/7).
Groonga 7.0.5
- [dump] --sort_hash_table option has been supported
- math_abs() function has been supported
- Ubuntu 16.10 (Yakkety Yak) support has been dropped
Groonga 7.0.4
- Supported Debian 9 (stretch)
- Added grndb log options
- Improved query performance
Groonga 7.0.3
- [select] Add document about Full text search with specific index name
- [load][dump] Supported Apache Arrow
Groonga 7.0.2
- Fixed a bug that data is lost by reindex
- Supported Ubuntu 17.04 (Zesty Zapus)
- Supported persistent cache
- Added function to use an existing table as condition patterns.
Groonga 7.0.1
- Dropped CentOS 5 support
- Fixed a problem about dynamically updated index size
- [experimental] Supported GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE
Groonga 7.0.0
- Removed needless metadata updates on DB. It reduces the case that
database lock remains even though select command is executed.
- lock_clear Changed to clear metadata lock by lock_clear against DB.
- Supported groonga-token-filter-stem package which provides stemming
feature by TokenFilterStem token filter on CentOS 7.
- load Supported --output_errors yes option. If you specify "yes", you
can get errors for each load failed record.
Groonga 6.1.5
- This release fixes an index search bug that index search may not
return records that should be matched.
Groonga 6.1.4
- This release fixes an index search bug that index search may not
return records that should be matched.
Groonga 6.1.3
- Reverted "Improved performance of updating inverted indexes in the
worst case".
Groonga 6.1.2
- [load] Supported to show {"n_loaded_records": N} in response
- [load] Supported --output_ids yes parameter
Groonga 6.1.1
- Supported column value compression with Zstandard
- Changed to stop compressing small data
Groonga 6.1.0
- Supported to sort load table names by key instead of ID to make output
stable
- Added document about index columns
Groonga 6.0.9
- Fixed index search bug
- Supported regular expression in location directive for groonga-httpd
diffstat:
textproc/groonga/Makefile | 12 +-
textproc/groonga/PLIST | 121 ++++-----
textproc/groonga/buildlink3.mk | 36 ++
textproc/groonga/distinfo | 12 +-
textproc/groonga/options.mk | 31 +-
textproc/groonga/patches/patch-data_scripts_Makefile.in | 16 -
textproc/groonga/patches/patch-vendor_nginx-1.11.3_auto_install | 38 ---
7 files changed, 122 insertions(+), 144 deletions(-)
diffs (truncated from 575 to 300 lines):
diff -r d11e93af1c63 -r 3c5e8946564f textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Tue Aug 29 12:31:35 2017 +0000
+++ b/textproc/groonga/Makefile Tue Aug 29 12:54:47 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2017/07/11 19:41:20 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2017/08/29 12:54:47 fhajny Exp $
#
-DISTNAME= groonga-6.0.8
+DISTNAME= groonga-7.0.5
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -31,17 +31,19 @@
BUILD_DEFS+= VARBASE
+EXAMPLE_CONF_DIR= ${PREFIX}/share/examples/groonga
+
INSTALL_DIRS= ${BUILD_DIRS} vendor/onigmo-source
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
-CONF_FILES+= share/examples/${PKGBASE}/groonga.conf \
+CONF_FILES+= ${EXAMPLE_CONF_DIR}/groonga.conf \
${PKG_SYSCONFDIR}/groonga.conf
-CONF_FILES+= share/examples/groonga/synonyms.tsv \
+CONF_FILES+= ${EXAMPLE_CONF_DIR}/synonyms.tsv \
${PKG_SYSCONFDIR}/synonyms.tsv
OWN_DIRS+= ${VARBASE}/log/${PKGBASE}
-CHECK_WRKREF_SKIP+= bin/groonga
+CHECK_WRKREF_SKIP+= bin/groonga
CHECK_INTERPRETER_SKIP+= share/groonga/examples/*
REPLACE_RUBY+= data/munin/groonga_cpu_time_
diff -r d11e93af1c63 -r 3c5e8946564f textproc/groonga/PLIST
--- a/textproc/groonga/PLIST Tue Aug 29 12:31:35 2017 +0000
+++ b/textproc/groonga/PLIST Tue Aug 29 12:54:47 2017 +0000
@@ -1,12 +1,17 @@
-@comment $NetBSD: PLIST,v 1.30 2016/09/11 16:06:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.31 2017/08/29 12:54:47 fhajny Exp $
bin/groonga
bin/groonga-benchmark
bin/groonga-suggest-create-dataset
${PLIST.learner}bin/groonga-suggest-httpd
${PLIST.learner}bin/groonga-suggest-learner
-bin/onig-config
+bin/onigmo-config
include/groonga/groonga.h
+include/groonga/groonga.hpp
+include/groonga/groonga/accessor.h
include/groonga/groonga/array.h
+include/groonga/groonga/arrow.h
+include/groonga/groonga/arrow.hpp
+include/groonga/groonga/cache.h
include/groonga/groonga/column.h
include/groonga/groonga/command.h
include/groonga/groonga/config.h
@@ -43,22 +48,23 @@
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
+include/onigmo.h
+include/onigmognu.h
+include/onigmoposix.h
+lib/groonga/plugins/functions/index_column.la
+lib/groonga/plugins/functions/math.la
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
lib/groonga/plugins/token_filters/stop_word.la
${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
lib/libgroonga.la
-lib/libonig.la
+lib/libonigmo.la
lib/pkgconfig/groonga.pc
-lib/pkgconfig/oniguruma.pc
+lib/pkgconfig/onigmo.pc
${PLIST.httpd}sbin/groonga-httpd
${PLIST.httpd}sbin/groonga-httpd-restart
share/doc/groonga/en/html/.buildinfo
@@ -108,6 +114,7 @@
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/6.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
@@ -201,6 +208,7 @@
share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
share/doc/groonga/en/html/_sources/reference/commands/status.txt
share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
+share/doc/groonga/en/html/_sources/reference/commands/table_copy.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
@@ -231,14 +239,16 @@
share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt
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_records.txt
share/doc/groonga/en/html/_sources/reference/functions/in_values.txt
+share/doc/groonga/en/html/_sources/reference/functions/math_abs.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_length.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
@@ -248,6 +258,7 @@
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_new.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
@@ -277,6 +288,10 @@
share/doc/groonga/en/html/_sources/reference/tokenizers.txt
share/doc/groonga/en/html/_sources/reference/tuning.txt
share/doc/groonga/en/html/_sources/reference/types.txt
+share/doc/groonga/en/html/_sources/reference/window_function.txt
+share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt
+share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt
+share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt
share/doc/groonga/en/html/_sources/server.txt
share/doc/groonga/en/html/_sources/server/gqtp.txt
share/doc/groonga/en/html/_sources/server/http.txt
@@ -290,6 +305,7 @@
share/doc/groonga/en/html/_sources/spec/search.txt
share/doc/groonga/en/html/_sources/troubleshooting.txt
share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
+share/doc/groonga/en/html/_sources/troubleshooting/how_to_analyze_error_message.txt
share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt
share/doc/groonga/en/html/_sources/tutorial.txt
share/doc/groonga/en/html/_sources/tutorial/data.txt
@@ -372,6 +388,7 @@
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/6.x.html
share/doc/groonga/en/html/news/senna.html
share/doc/groonga/en/html/objects.inv
share/doc/groonga/en/html/reference.html
@@ -466,6 +483,7 @@
share/doc/groonga/en/html/reference/commands/shutdown.html
share/doc/groonga/en/html/reference/commands/status.html
share/doc/groonga/en/html/reference/commands/suggest.html
+share/doc/groonga/en/html/reference/commands/table_copy.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
@@ -496,14 +514,16 @@
share/doc/groonga/en/html/reference/functions/highlight_full.html
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_records.html
share/doc/groonga/en/html/reference/functions/in_values.html
+share/doc/groonga/en/html/reference/functions/math_abs.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_length.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
@@ -513,6 +533,7 @@
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_new.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
@@ -542,6 +563,10 @@
share/doc/groonga/en/html/reference/tokenizers.html
share/doc/groonga/en/html/reference/tuning.html
share/doc/groonga/en/html/reference/types.html
+share/doc/groonga/en/html/reference/window_function.html
+share/doc/groonga/en/html/reference/window_functions/record_number.html
+share/doc/groonga/en/html/reference/window_functions/window_record_number.html
+share/doc/groonga/en/html/reference/window_functions/window_sum.html
share/doc/groonga/en/html/search.html
share/doc/groonga/en/html/searchindex.js
share/doc/groonga/en/html/server.html
@@ -557,6 +582,7 @@
share/doc/groonga/en/html/spec/search.html
share/doc/groonga/en/html/troubleshooting.html
share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
+share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html
share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html
share/doc/groonga/en/html/tutorial.html
share/doc/groonga/en/html/tutorial/data.html
@@ -617,6 +643,7 @@
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/6.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
@@ -710,6 +737,7 @@
share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
share/doc/groonga/ja/html/_sources/reference/commands/status.txt
share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
+share/doc/groonga/ja/html/_sources/reference/commands/table_copy.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
@@ -740,14 +768,16 @@
share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt
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_records.txt
share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt
+share/doc/groonga/ja/html/_sources/reference/functions/math_abs.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_length.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
@@ -757,6 +787,7 @@
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_new.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
@@ -786,6 +817,10 @@
share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
share/doc/groonga/ja/html/_sources/reference/tuning.txt
share/doc/groonga/ja/html/_sources/reference/types.txt
+share/doc/groonga/ja/html/_sources/reference/window_function.txt
+share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt
+share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt
+share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt
share/doc/groonga/ja/html/_sources/server.txt
share/doc/groonga/ja/html/_sources/server/gqtp.txt
share/doc/groonga/ja/html/_sources/server/http.txt
@@ -799,6 +834,7 @@
share/doc/groonga/ja/html/_sources/spec/search.txt
share/doc/groonga/ja/html/_sources/troubleshooting.txt
share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
+share/doc/groonga/ja/html/_sources/troubleshooting/how_to_analyze_error_message.txt
share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt
share/doc/groonga/ja/html/_sources/tutorial.txt
share/doc/groonga/ja/html/_sources/tutorial/data.txt
@@ -881,6 +917,7 @@
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/6.x.html
share/doc/groonga/ja/html/news/senna.html
share/doc/groonga/ja/html/objects.inv
share/doc/groonga/ja/html/reference.html
@@ -975,6 +1012,7 @@
share/doc/groonga/ja/html/reference/commands/shutdown.html
share/doc/groonga/ja/html/reference/commands/status.html
share/doc/groonga/ja/html/reference/commands/suggest.html
+share/doc/groonga/ja/html/reference/commands/table_copy.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
@@ -1005,14 +1043,16 @@
share/doc/groonga/ja/html/reference/functions/highlight_full.html
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_records.html
share/doc/groonga/ja/html/reference/functions/in_values.html
+share/doc/groonga/ja/html/reference/functions/math_abs.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
Home |
Main Index |
Thread Index |
Old Index