From 58067eefd8822c6cf3862ee3fccad3e80b5a8643 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 29 May 2012 12:22:42 +0000 Subject: Update groonga to 2.0.3. Release 2.0.3 - 2012/05/29 -------------------------- Improvements ^^^^^^^^^^^^ * [doc] Added about release procedure. * Removed restriction that the max number of opened files is 4096. * [experimental] Added table plugin. * [doc] Added more descriptions about :doc:`/commmands/select` command. * [doc] Made execution example copy & paste friendly. * [windows] Supported build with Visual Studio 2010 Express and CMake. See :doc:`/install/windows` about details. * [doc][solaris] Added a document about building on Solaris. See :doc:`/install/solaris` about details. * [doc][yum] Updated epel-release package version. [Reported by IWAI, Masaharu] * [doc][cenos6] Disabled Repoforge for Munin for CentOS 6. [Reported by IWAI, Masaharu] * Started distributing source archive in zip format. * [munin] groonga_dist Munin plugin supported an object that has separated files. * Started using Travis CI. * [yum] Changed RPM package name that provides yum repository from groonga-repository to groonga-release to follow RPM package name convension such as centos-release and fedora-release. Fixes ^^^^^ * [doc] Fixed a command to update yum repository. [Suggested by IWAI, Masaharu] * [deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol. * Fixed broken ERROR tag in XML response. [#1363] [GitHub#13] [Patch by IWAI, Masaharu] * Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin(). * Fixed a bug that ``&!`` set operation doesn't work with grouped expression. [#1372] * Fixed a bug that a record key registered via index source isn't normalized. --- textproc/groonga/Makefile | 4 +- textproc/groonga/PLIST | 113 ++++++++++++++++++++++++++++++++++++++++++---- textproc/groonga/distinfo | 8 ++-- 3 files changed, 111 insertions(+), 14 deletions(-) (limited to 'textproc') diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index d2e4e75e9dc..98d39cd8a25 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/04/29 13:33:06 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/05/29 12:22:42 obache Exp $ # -DISTNAME= groonga-2.0.2 +DISTNAME= groonga-2.0.3 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index 2d40fe25479..3eae7f5dd97 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/04/29 13:33:06 obache Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/05/29 12:22:42 obache Exp $ bin/groonga bin/groonga-benchmark bin/groonga-query-log-analyzer @@ -9,6 +9,7 @@ include/groonga/groonga.h include/groonga/groonga/plugin.h include/groonga/groonga/tokenizer.h lib/groonga/plugins/suggest/suggest.la +lib/groonga/plugins/table/table.la ${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la lib/libgroonga.la lib/pkgconfig/groonga.pc @@ -48,6 +49,7 @@ share/doc/groonga/en/html/_sources/contribution/development.txt share/doc/groonga/en/html/_sources/contribution/development/com.txt share/doc/groonga/en/html/_sources/contribution/development/document.txt share/doc/groonga/en/html/_sources/contribution/development/query.txt +share/doc/groonga/en/html/_sources/contribution/development/release.txt share/doc/groonga/en/html/_sources/contribution/development/test.txt share/doc/groonga/en/html/_sources/contribution/documentation.txt share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt @@ -71,6 +73,14 @@ share/doc/groonga/en/html/_sources/geolocation_search.txt share/doc/groonga/en/html/_sources/index.txt share/doc/groonga/en/html/_sources/indexing.txt share/doc/groonga/en/html/_sources/install.txt +share/doc/groonga/en/html/_sources/install/centos.txt +share/doc/groonga/en/html/_sources/install/debian.txt +share/doc/groonga/en/html/_sources/install/fedora.txt +share/doc/groonga/en/html/_sources/install/mac_os_x.txt +share/doc/groonga/en/html/_sources/install/others.txt +share/doc/groonga/en/html/_sources/install/solaris.txt +share/doc/groonga/en/html/_sources/install/ubuntu.txt +share/doc/groonga/en/html/_sources/install/windows.txt share/doc/groonga/en/html/_sources/limitations.txt share/doc/groonga/en/html/_sources/log.txt share/doc/groonga/en/html/_sources/news.txt @@ -83,6 +93,8 @@ share/doc/groonga/en/html/_sources/output.txt share/doc/groonga/en/html/_sources/pseudo_column.txt share/doc/groonga/en/html/_sources/reference.txt share/doc/groonga/en/html/_sources/spec.txt +share/doc/groonga/en/html/_sources/spec/query_syntax.txt +share/doc/groonga/en/html/_sources/spec/script_syntax.txt share/doc/groonga/en/html/_sources/spec/search.txt share/doc/groonga/en/html/_sources/suggest.txt share/doc/groonga/en/html/_sources/suggest/completion.txt @@ -90,6 +102,7 @@ share/doc/groonga/en/html/_sources/suggest/correction.txt share/doc/groonga/en/html/_sources/suggest/introduction.txt share/doc/groonga/en/html/_sources/suggest/suggestion.txt share/doc/groonga/en/html/_sources/suggest/tutorial.txt +share/doc/groonga/en/html/_sources/tokenizers.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/tutorial.txt @@ -162,6 +175,7 @@ share/doc/groonga/en/html/contribution/development.html share/doc/groonga/en/html/contribution/development/com.html share/doc/groonga/en/html/contribution/development/document.html share/doc/groonga/en/html/contribution/development/query.html +share/doc/groonga/en/html/contribution/development/release.html share/doc/groonga/en/html/contribution/development/test.html share/doc/groonga/en/html/contribution/documentation.html share/doc/groonga/en/html/contribution/documentation/c-api.html @@ -186,6 +200,14 @@ share/doc/groonga/en/html/geolocation_search.html share/doc/groonga/en/html/index.html share/doc/groonga/en/html/indexing.html share/doc/groonga/en/html/install.html +share/doc/groonga/en/html/install/centos.html +share/doc/groonga/en/html/install/debian.html +share/doc/groonga/en/html/install/fedora.html +share/doc/groonga/en/html/install/mac_os_x.html +share/doc/groonga/en/html/install/others.html +share/doc/groonga/en/html/install/solaris.html +share/doc/groonga/en/html/install/ubuntu.html +share/doc/groonga/en/html/install/windows.html share/doc/groonga/en/html/limitations.html share/doc/groonga/en/html/log.html share/doc/groonga/en/html/news.html @@ -201,6 +223,8 @@ share/doc/groonga/en/html/reference.html share/doc/groonga/en/html/search.html share/doc/groonga/en/html/searchindex.js share/doc/groonga/en/html/spec.html +share/doc/groonga/en/html/spec/query_syntax.html +share/doc/groonga/en/html/spec/script_syntax.html share/doc/groonga/en/html/spec/search.html share/doc/groonga/en/html/suggest.html share/doc/groonga/en/html/suggest/completion.html @@ -208,6 +232,7 @@ share/doc/groonga/en/html/suggest/correction.html share/doc/groonga/en/html/suggest/introduction.html share/doc/groonga/en/html/suggest/suggestion.html share/doc/groonga/en/html/suggest/tutorial.html +share/doc/groonga/en/html/tokenizers.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/tutorial.html @@ -257,6 +282,7 @@ share/doc/groonga/ja/html/_sources/contribution/development.txt share/doc/groonga/ja/html/_sources/contribution/development/com.txt share/doc/groonga/ja/html/_sources/contribution/development/document.txt share/doc/groonga/ja/html/_sources/contribution/development/query.txt +share/doc/groonga/ja/html/_sources/contribution/development/release.txt share/doc/groonga/ja/html/_sources/contribution/development/test.txt share/doc/groonga/ja/html/_sources/contribution/documentation.txt share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt @@ -280,6 +306,14 @@ share/doc/groonga/ja/html/_sources/geolocation_search.txt share/doc/groonga/ja/html/_sources/index.txt share/doc/groonga/ja/html/_sources/indexing.txt share/doc/groonga/ja/html/_sources/install.txt +share/doc/groonga/ja/html/_sources/install/centos.txt +share/doc/groonga/ja/html/_sources/install/debian.txt +share/doc/groonga/ja/html/_sources/install/fedora.txt +share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +share/doc/groonga/ja/html/_sources/install/others.txt +share/doc/groonga/ja/html/_sources/install/solaris.txt +share/doc/groonga/ja/html/_sources/install/ubuntu.txt +share/doc/groonga/ja/html/_sources/install/windows.txt share/doc/groonga/ja/html/_sources/limitations.txt share/doc/groonga/ja/html/_sources/log.txt share/doc/groonga/ja/html/_sources/news.txt @@ -292,6 +326,8 @@ share/doc/groonga/ja/html/_sources/output.txt share/doc/groonga/ja/html/_sources/pseudo_column.txt share/doc/groonga/ja/html/_sources/reference.txt share/doc/groonga/ja/html/_sources/spec.txt +share/doc/groonga/ja/html/_sources/spec/query_syntax.txt +share/doc/groonga/ja/html/_sources/spec/script_syntax.txt share/doc/groonga/ja/html/_sources/spec/search.txt share/doc/groonga/ja/html/_sources/suggest.txt share/doc/groonga/ja/html/_sources/suggest/completion.txt @@ -299,6 +335,7 @@ share/doc/groonga/ja/html/_sources/suggest/correction.txt share/doc/groonga/ja/html/_sources/suggest/introduction.txt share/doc/groonga/ja/html/_sources/suggest/suggestion.txt share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +share/doc/groonga/ja/html/_sources/tokenizers.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/tutorial.txt @@ -371,6 +408,7 @@ share/doc/groonga/ja/html/contribution/development.html share/doc/groonga/ja/html/contribution/development/com.html share/doc/groonga/ja/html/contribution/development/document.html share/doc/groonga/ja/html/contribution/development/query.html +share/doc/groonga/ja/html/contribution/development/release.html share/doc/groonga/ja/html/contribution/development/test.html share/doc/groonga/ja/html/contribution/documentation.html share/doc/groonga/ja/html/contribution/documentation/c-api.html @@ -395,6 +433,14 @@ share/doc/groonga/ja/html/geolocation_search.html share/doc/groonga/ja/html/index.html share/doc/groonga/ja/html/indexing.html share/doc/groonga/ja/html/install.html +share/doc/groonga/ja/html/install/centos.html +share/doc/groonga/ja/html/install/debian.html +share/doc/groonga/ja/html/install/fedora.html +share/doc/groonga/ja/html/install/mac_os_x.html +share/doc/groonga/ja/html/install/others.html +share/doc/groonga/ja/html/install/solaris.html +share/doc/groonga/ja/html/install/ubuntu.html +share/doc/groonga/ja/html/install/windows.html share/doc/groonga/ja/html/limitations.html share/doc/groonga/ja/html/log.html share/doc/groonga/ja/html/news.html @@ -410,6 +456,8 @@ share/doc/groonga/ja/html/reference.html share/doc/groonga/ja/html/search.html share/doc/groonga/ja/html/searchindex.js share/doc/groonga/ja/html/spec.html +share/doc/groonga/ja/html/spec/query_syntax.html +share/doc/groonga/ja/html/spec/script_syntax.html share/doc/groonga/ja/html/spec/search.html share/doc/groonga/ja/html/suggest.html share/doc/groonga/ja/html/suggest/completion.html @@ -417,6 +465,7 @@ share/doc/groonga/ja/html/suggest/correction.html share/doc/groonga/ja/html/suggest/introduction.html share/doc/groonga/ja/html/suggest/suggestion.html share/doc/groonga/ja/html/suggest/tutorial.html +share/doc/groonga/ja/html/tokenizers.html share/doc/groonga/ja/html/troubleshooting.html share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html share/doc/groonga/ja/html/tutorial.html @@ -454,13 +503,6 @@ share/doc/groonga/source/commands/quit.txt share/doc/groonga/source/commands/select.txt share/doc/groonga/source/commands/shutdown.txt share/doc/groonga/source/commands/status.txt -share/doc/groonga/source/commands/suggest-completion.log -share/doc/groonga/source/commands/suggest-correction.log -share/doc/groonga/source/commands/suggest-learn-completion.log -share/doc/groonga/source/commands/suggest-learn-correction.log -share/doc/groonga/source/commands/suggest-learn-suggestion.log -share/doc/groonga/source/commands/suggest-mixed.log -share/doc/groonga/source/commands/suggest-suggestion.log share/doc/groonga/source/commands/suggest.txt share/doc/groonga/source/commands/table_create.txt share/doc/groonga/source/commands/table_list.txt @@ -476,13 +518,57 @@ share/doc/groonga/source/contribution/development.txt share/doc/groonga/source/contribution/development/com.txt share/doc/groonga/source/contribution/development/document.txt share/doc/groonga/source/contribution/development/query.txt +share/doc/groonga/source/contribution/development/release.txt share/doc/groonga/source/contribution/development/test.txt share/doc/groonga/source/contribution/documentation.txt share/doc/groonga/source/contribution/documentation/c-api.txt share/doc/groonga/source/contribution/documentation/i18n.txt share/doc/groonga/source/contribution/report.txt +share/doc/groonga/source/example/commands/select/filter_equal.log +share/doc/groonga/source/example/commands/select/filter_less_than.log +share/doc/groonga/source/example/commands/select/limit_negative.log +share/doc/groonga/source/example/commands/select/limit_simple.log +share/doc/groonga/source/example/commands/select/match_columns_simple.log +share/doc/groonga/source/example/commands/select/match_columns_some_columns.log +share/doc/groonga/source/example/commands/select/match_columns_weight.log +share/doc/groonga/source/example/commands/select/match_escalation_threshold.log +share/doc/groonga/source/example/commands/select/no_limit.log +share/doc/groonga/source/example/commands/select/offset_negative.log +share/doc/groonga/source/example/commands/select/offset_simple.log +share/doc/groonga/source/example/commands/select/output_columns_asterisk.log +share/doc/groonga/source/example/commands/select/output_columns_simple.log +share/doc/groonga/source/example/commands/select/paging.log +share/doc/groonga/source/example/commands/select/query_and.log +share/doc/groonga/source/example/commands/select/query_equal.log +share/doc/groonga/source/example/commands/select/query_expansion_complex.log +share/doc/groonga/source/example/commands/select/query_expansion_substitute.log +share/doc/groonga/source/example/commands/select/query_expansion_substitution_table.log +share/doc/groonga/source/example/commands/select/query_less_than.log +share/doc/groonga/source/example/commands/select/query_or.log +share/doc/groonga/source/example/commands/select/simple_filter.log +share/doc/groonga/source/example/commands/select/simple_query.log +share/doc/groonga/source/example/commands/select/simple_usage.log +share/doc/groonga/source/example/commands/select/sortby_descending.log +share/doc/groonga/source/example/commands/select/sortby_score_with_query.log +share/doc/groonga/source/example/commands/select/sortby_simple.log +share/doc/groonga/source/example/commands/select/table_nonexistent.log +share/doc/groonga/source/example/commands/select/usage_setup.log +share/doc/groonga/source/example/commands/suggest-completion.log +share/doc/groonga/source/example/commands/suggest-correction.log +share/doc/groonga/source/example/commands/suggest-learn-completion.log +share/doc/groonga/source/example/commands/suggest-learn-correction.log +share/doc/groonga/source/example/commands/suggest-learn-suggestion.log +share/doc/groonga/source/example/commands/suggest-mixed.log +share/doc/groonga/source/example/commands/suggest-suggestion.log share/doc/groonga/source/example/completion-1.log share/doc/groonga/source/example/correction-1.log +share/doc/groonga/source/example/indexing-data.log +share/doc/groonga/source/example/indexing-offline-index-construction.log +share/doc/groonga/source/example/indexing-online-index-construction.log +share/doc/groonga/source/example/indexing-schema.log +share/doc/groonga/source/example/indexing-search-after-offline-index-construction.log +share/doc/groonga/source/example/indexing-search-after-online-index-construction.log +share/doc/groonga/source/example/indexing-search-without-index.log share/doc/groonga/source/example/suggestion-1.log share/doc/groonga/source/example/tutorial/data-1.log share/doc/groonga/source/example/tutorial/data-2.log @@ -649,6 +735,14 @@ share/doc/groonga/source/images/geo-search-in-rectangle.svg share/doc/groonga/source/index.txt share/doc/groonga/source/indexing.txt share/doc/groonga/source/install.txt +share/doc/groonga/source/install/centos.txt +share/doc/groonga/source/install/debian.txt +share/doc/groonga/source/install/fedora.txt +share/doc/groonga/source/install/mac_os_x.txt +share/doc/groonga/source/install/others.txt +share/doc/groonga/source/install/solaris.txt +share/doc/groonga/source/install/ubuntu.txt +share/doc/groonga/source/install/windows.txt share/doc/groonga/source/limitations.txt share/doc/groonga/source/log.txt share/doc/groonga/source/news.txt @@ -662,6 +756,8 @@ share/doc/groonga/source/pseudo_column.txt share/doc/groonga/source/rdoc.py share/doc/groonga/source/reference.txt share/doc/groonga/source/spec.txt +share/doc/groonga/source/spec/query_syntax.txt +share/doc/groonga/source/spec/script_syntax.txt share/doc/groonga/source/spec/search.txt share/doc/groonga/source/suggest.txt share/doc/groonga/source/suggest/completion.txt @@ -670,6 +766,7 @@ share/doc/groonga/source/suggest/introduction.txt share/doc/groonga/source/suggest/suggestion.txt share/doc/groonga/source/suggest/tutorial.txt share/doc/groonga/source/textile.py +share/doc/groonga/source/tokenizers.txt share/doc/groonga/source/troubleshooting.txt share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt share/doc/groonga/source/tutorial.txt diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 90a99295cfa..1e0d2d60453 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2012/04/29 13:33:06 obache Exp $ +$NetBSD: distinfo,v 1.13 2012/05/29 12:22:42 obache Exp $ -SHA1 (groonga-2.0.2.tar.gz) = 038943aee25c7cd93b08667fbeade5f45a5d7cbd -RMD160 (groonga-2.0.2.tar.gz) = ef356504ea0de2e443e6668bfc1d945b8e1362a6 -Size (groonga-2.0.2.tar.gz) = 6928640 bytes +SHA1 (groonga-2.0.3.tar.gz) = a9dffb17bf722f12c45c43d56243d8c72a31f8c8 +RMD160 (groonga-2.0.3.tar.gz) = 7226d42adea100d818374f27e0dd1b0f32a3e47a +Size (groonga-2.0.3.tar.gz) = 7140447 bytes -- cgit v1.2.3