pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/groonga Update groonga to 2.0.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be139b124758
branches:  trunk
changeset: 604287:be139b124758
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue May 29 12:22:42 2012 +0000

description:
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.

diffstat:

 textproc/groonga/Makefile |    4 +-
 textproc/groonga/PLIST    |  113 ++++++++++++++++++++++++++++++++++++++++++---
 textproc/groonga/distinfo |    8 +-
 3 files changed, 111 insertions(+), 14 deletions(-)

diffs (truncated from 307 to 300 lines):

diff -r 3b76360a35a9 -r be139b124758 textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Tue May 29 12:20:26 2012 +0000
+++ b/textproc/groonga/Makefile Tue May 29 12:22:42 2012 +0000
@@ -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 -r 3b76360a35a9 -r be139b124758 textproc/groonga/PLIST
--- a/textproc/groonga/PLIST    Tue May 29 12:20:26 2012 +0000
+++ b/textproc/groonga/PLIST    Tue May 29 12:22:42 2012 +0000
@@ -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 -r 3b76360a35a9 -r be139b124758 textproc/groonga/distinfo
--- a/textproc/groonga/distinfo Tue May 29 12:20:26 2012 +0000
+++ b/textproc/groonga/distinfo Tue May 29 12:22:42 2012 +0000
@@ -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 $



Home | Main Index | Thread Index | Old Index