Update groonga to 1.2.2.

Release 1.2.2 - 2011/05/29
--------------------------

Improvements
^^^^^^^^^^^^

* Added packages for Ubuntu 11.04 Natty Narwhal.
* Removed packages for Ubuntu 10.10 Maverick Meerkat.
* RPM: Split server related packages to groonga-server package.
* suggest: Added target object name into error messages.
* document: Started English support. (not completed yet.)
* groonga-suggest-httpd: Added --disable-max-fd-check option.
* groonga: Renamed :option:`--address <-a>` option to :option:`--bind-address`.
* groonga-suggest-httpd: Renamed --address option to --bind-address.
* Changed admin HTML install directory to
  $PREFIX/share/groonga/html/admin/ from
  $PREFIX/share/groonga/admin_html/.
* groonga-suggest-httpd: Used "application/json" for JSON response
  instead of "text/javascript".
* Windows: Used DLL relative path instead of executable file
  relative path.
* MeCab: Added error message from MeCab on MeCab initialize error.
* suggest: Added prefix_search parameter to suggest
  command. #909
* plugin: Added grn_plugin_get_system_plugins_dir() and
  grn_plugin_get_suffix() API.
* Added grn_obj_is_builtin() API.
* :doc:`/commands/load`: Added table name check. #934
* Showed invalid name context in error message. #935

Fixes
^^^^^

* Fixed a data breaking bug on multi process update. #890
This commit is contained in:
obache 2011-05-30 12:01:40 +00:00
parent 1eaacfd56b
commit 7c6e267340
3 changed files with 565 additions and 320 deletions

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.4 2011/04/29 13:29:35 obache Exp $ # $NetBSD: Makefile,v 1.5 2011/05/30 12:01:40 obache Exp $
# #
DISTNAME= groonga-1.2.1 DISTNAME= groonga-1.2.2
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= http://groonga.org/files/groonga/ MASTER_SITES= http://packages.groonga.org/source/groonga/
MAINTAINER= obache@NetBSD.org MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://groonga.org/ HOMEPAGE= http://groonga.org/
@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
USE_TOOLS+= pkg-config USE_TOOLS+= pkg-config
# for long file name
EXTRACT_USING= bsdtar
.include "options.mk" .include "options.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2011/04/29 13:31:15 obache Exp $ @comment $NetBSD: PLIST,v 1.3 2011/05/30 12:01:40 obache Exp $
bin/grntest bin/grntest
bin/groonga bin/groonga
bin/groonga-suggest-create-dataset bin/groonga-suggest-create-dataset
@ -10,330 +10,573 @@ lib/groonga/plugins/suggest/suggest.la
${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la ${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
lib/libgroonga.la lib/libgroonga.la
lib/pkgconfig/groonga.pc lib/pkgconfig/groonga.pc
man/ja/man1/groonga.1
man/man1/groonga.1 man/man1/groonga.1
share/doc/groonga/en/html/.buildinfo
share/doc/groonga/en/html/_sources/characteristic.txt
share/doc/groonga/en/html/_sources/command_version.txt
share/doc/groonga/en/html/_sources/commands.txt
share/doc/groonga/en/html/_sources/commands/cache_limit.txt
share/doc/groonga/en/html/_sources/commands/check.txt
share/doc/groonga/en/html/_sources/commands/clearlock.txt
share/doc/groonga/en/html/_sources/commands/column_create.txt
share/doc/groonga/en/html/_sources/commands/column_list.txt
share/doc/groonga/en/html/_sources/commands/column_remove.txt
share/doc/groonga/en/html/_sources/commands/define_selector.txt
share/doc/groonga/en/html/_sources/commands/defrag.txt
share/doc/groonga/en/html/_sources/commands/delete.txt
share/doc/groonga/en/html/_sources/commands/dump.txt
share/doc/groonga/en/html/_sources/commands/load.txt
share/doc/groonga/en/html/_sources/commands/log_level.txt
share/doc/groonga/en/html/_sources/commands/log_put.txt
share/doc/groonga/en/html/_sources/commands/log_reopen.txt
share/doc/groonga/en/html/_sources/commands/quit.txt
share/doc/groonga/en/html/_sources/commands/select.txt
share/doc/groonga/en/html/_sources/commands/shutdown.txt
share/doc/groonga/en/html/_sources/commands/status.txt
share/doc/groonga/en/html/_sources/commands/suggest.txt
share/doc/groonga/en/html/_sources/commands/table_create.txt
share/doc/groonga/en/html/_sources/commands/table_list.txt
share/doc/groonga/en/html/_sources/commands/table_remove.txt
share/doc/groonga/en/html/_sources/commands/view_add.txt
share/doc/groonga/en/html/_sources/community.txt
share/doc/groonga/en/html/_sources/contribution.txt
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/test.txt
share/doc/groonga/en/html/_sources/contribution/documentation.txt
share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
share/doc/groonga/en/html/_sources/contribution/report.txt
share/doc/groonga/en/html/_sources/execfile.txt
share/doc/groonga/en/html/_sources/expr.txt
share/doc/groonga/en/html/_sources/functions.txt
share/doc/groonga/en/html/_sources/functions/edit_distance.txt
share/doc/groonga/en/html/_sources/functions/geo_distance.txt
share/doc/groonga/en/html/_sources/functions/geo_in_circle.txt
share/doc/groonga/en/html/_sources/functions/geo_in_rectangle.txt
share/doc/groonga/en/html/_sources/functions/now.txt
share/doc/groonga/en/html/_sources/functions/rand.txt
share/doc/groonga/en/html/_sources/grnslap.txt
share/doc/groonga/en/html/_sources/grntest.txt
share/doc/groonga/en/html/_sources/http.txt
share/doc/groonga/en/html/_sources/index.txt
share/doc/groonga/en/html/_sources/install.txt
share/doc/groonga/en/html/_sources/limitations.txt
share/doc/groonga/en/html/_sources/news.txt
share/doc/groonga/en/html/_sources/news/0.x.txt
share/doc/groonga/en/html/_sources/news/1.0.x.txt
share/doc/groonga/en/html/_sources/news/1.1.x.txt
share/doc/groonga/en/html/_sources/process.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/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/tutorial.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial02.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial03.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial04.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial05.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial06.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial07.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial08.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial09.txt
share/doc/groonga/en/html/_sources/tutorial/tutorial10.txt
share/doc/groonga/en/html/_sources/type.txt
share/doc/groonga/en/html/_static/ajax-loader.gif
share/doc/groonga/en/html/_static/basic.css
share/doc/groonga/en/html/_static/comment-bright.png
share/doc/groonga/en/html/_static/comment-close.png
share/doc/groonga/en/html/_static/comment.png
share/doc/groonga/en/html/_static/default.css
share/doc/groonga/en/html/_static/doctools.js
share/doc/groonga/en/html/_static/down-pressed.png
share/doc/groonga/en/html/_static/down.png
share/doc/groonga/en/html/_static/favicon.ico
share/doc/groonga/en/html/_static/file.png
share/doc/groonga/en/html/_static/footer-bar.png
share/doc/groonga/en/html/_static/groonga.css
share/doc/groonga/en/html/_static/header-background.png
share/doc/groonga/en/html/_static/jp.png
share/doc/groonga/en/html/_static/jquery.js
share/doc/groonga/en/html/_static/logo.png
share/doc/groonga/en/html/_static/menu-header.png
share/doc/groonga/en/html/_static/minus.png
share/doc/groonga/en/html/_static/navigation-bar.png
share/doc/groonga/en/html/_static/plus.png
share/doc/groonga/en/html/_static/pygments.css
share/doc/groonga/en/html/_static/searchtools.js
share/doc/groonga/en/html/_static/sidebar.js
share/doc/groonga/en/html/_static/underscore.js
share/doc/groonga/en/html/_static/up-pressed.png
share/doc/groonga/en/html/_static/up.png
share/doc/groonga/en/html/_static/us.png
share/doc/groonga/en/html/_static/websupport.js
share/doc/groonga/en/html/characteristic.html
share/doc/groonga/en/html/command_version.html
share/doc/groonga/en/html/commands.html
share/doc/groonga/en/html/commands/cache_limit.html
share/doc/groonga/en/html/commands/check.html
share/doc/groonga/en/html/commands/clearlock.html
share/doc/groonga/en/html/commands/column_create.html
share/doc/groonga/en/html/commands/column_list.html
share/doc/groonga/en/html/commands/column_remove.html
share/doc/groonga/en/html/commands/define_selector.html
share/doc/groonga/en/html/commands/defrag.html
share/doc/groonga/en/html/commands/delete.html
share/doc/groonga/en/html/commands/dump.html
share/doc/groonga/en/html/commands/load.html
share/doc/groonga/en/html/commands/log_level.html
share/doc/groonga/en/html/commands/log_put.html
share/doc/groonga/en/html/commands/log_reopen.html
share/doc/groonga/en/html/commands/quit.html
share/doc/groonga/en/html/commands/select.html
share/doc/groonga/en/html/commands/shutdown.html
share/doc/groonga/en/html/commands/status.html
share/doc/groonga/en/html/commands/suggest.html
share/doc/groonga/en/html/commands/table_create.html
share/doc/groonga/en/html/commands/table_list.html
share/doc/groonga/en/html/commands/table_remove.html
share/doc/groonga/en/html/commands/view_add.html
share/doc/groonga/en/html/community.html
share/doc/groonga/en/html/contribution.html
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/test.html
share/doc/groonga/en/html/contribution/documentation.html
share/doc/groonga/en/html/contribution/documentation/c-api.html
share/doc/groonga/en/html/contribution/documentation/i18n.html
share/doc/groonga/en/html/contribution/report.html
share/doc/groonga/en/html/execfile.html
share/doc/groonga/en/html/expr.html
share/doc/groonga/en/html/functions.html
share/doc/groonga/en/html/functions/edit_distance.html
share/doc/groonga/en/html/functions/geo_distance.html
share/doc/groonga/en/html/functions/geo_in_circle.html
share/doc/groonga/en/html/functions/geo_in_rectangle.html
share/doc/groonga/en/html/functions/now.html
share/doc/groonga/en/html/functions/rand.html
share/doc/groonga/en/html/genindex.html
share/doc/groonga/en/html/grnslap.html
share/doc/groonga/en/html/grntest.html
share/doc/groonga/en/html/http.html
share/doc/groonga/en/html/index.html
share/doc/groonga/en/html/install.html
share/doc/groonga/en/html/limitations.html
share/doc/groonga/en/html/news.html
share/doc/groonga/en/html/news/0.x.html
share/doc/groonga/en/html/news/1.0.x.html
share/doc/groonga/en/html/news/1.1.x.html
share/doc/groonga/en/html/objects.inv
share/doc/groonga/en/html/process.html
share/doc/groonga/en/html/pseudo_column.html
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/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/tutorial.html
share/doc/groonga/en/html/tutorial/tutorial01.html
share/doc/groonga/en/html/tutorial/tutorial02.html
share/doc/groonga/en/html/tutorial/tutorial03.html
share/doc/groonga/en/html/tutorial/tutorial04.html
share/doc/groonga/en/html/tutorial/tutorial05.html
share/doc/groonga/en/html/tutorial/tutorial06.html
share/doc/groonga/en/html/tutorial/tutorial07.html
share/doc/groonga/en/html/tutorial/tutorial08.html
share/doc/groonga/en/html/tutorial/tutorial09.html
share/doc/groonga/en/html/tutorial/tutorial10.html
share/doc/groonga/en/html/type.html
share/doc/groonga/ja/html/.buildinfo
share/doc/groonga/ja/html/_sources/characteristic.txt
share/doc/groonga/ja/html/_sources/command_version.txt
share/doc/groonga/ja/html/_sources/commands.txt
share/doc/groonga/ja/html/_sources/commands/cache_limit.txt
share/doc/groonga/ja/html/_sources/commands/check.txt
share/doc/groonga/ja/html/_sources/commands/clearlock.txt
share/doc/groonga/ja/html/_sources/commands/column_create.txt
share/doc/groonga/ja/html/_sources/commands/column_list.txt
share/doc/groonga/ja/html/_sources/commands/column_remove.txt
share/doc/groonga/ja/html/_sources/commands/define_selector.txt
share/doc/groonga/ja/html/_sources/commands/defrag.txt
share/doc/groonga/ja/html/_sources/commands/delete.txt
share/doc/groonga/ja/html/_sources/commands/dump.txt
share/doc/groonga/ja/html/_sources/commands/load.txt
share/doc/groonga/ja/html/_sources/commands/log_level.txt
share/doc/groonga/ja/html/_sources/commands/log_put.txt
share/doc/groonga/ja/html/_sources/commands/log_reopen.txt
share/doc/groonga/ja/html/_sources/commands/quit.txt
share/doc/groonga/ja/html/_sources/commands/select.txt
share/doc/groonga/ja/html/_sources/commands/shutdown.txt
share/doc/groonga/ja/html/_sources/commands/status.txt
share/doc/groonga/ja/html/_sources/commands/suggest.txt
share/doc/groonga/ja/html/_sources/commands/table_create.txt
share/doc/groonga/ja/html/_sources/commands/table_list.txt
share/doc/groonga/ja/html/_sources/commands/table_remove.txt
share/doc/groonga/ja/html/_sources/commands/view_add.txt
share/doc/groonga/ja/html/_sources/community.txt
share/doc/groonga/ja/html/_sources/contribution.txt
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/test.txt
share/doc/groonga/ja/html/_sources/contribution/documentation.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
share/doc/groonga/ja/html/_sources/contribution/report.txt
share/doc/groonga/ja/html/_sources/execfile.txt
share/doc/groonga/ja/html/_sources/expr.txt
share/doc/groonga/ja/html/_sources/functions.txt
share/doc/groonga/ja/html/_sources/functions/edit_distance.txt
share/doc/groonga/ja/html/_sources/functions/geo_distance.txt
share/doc/groonga/ja/html/_sources/functions/geo_in_circle.txt
share/doc/groonga/ja/html/_sources/functions/geo_in_rectangle.txt
share/doc/groonga/ja/html/_sources/functions/now.txt
share/doc/groonga/ja/html/_sources/functions/rand.txt
share/doc/groonga/ja/html/_sources/grnslap.txt
share/doc/groonga/ja/html/_sources/grntest.txt
share/doc/groonga/ja/html/_sources/http.txt
share/doc/groonga/ja/html/_sources/index.txt
share/doc/groonga/ja/html/_sources/install.txt
share/doc/groonga/ja/html/_sources/limitations.txt
share/doc/groonga/ja/html/_sources/news.txt
share/doc/groonga/ja/html/_sources/news/0.x.txt
share/doc/groonga/ja/html/_sources/news/1.0.x.txt
share/doc/groonga/ja/html/_sources/news/1.1.x.txt
share/doc/groonga/ja/html/_sources/process.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/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/tutorial.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial02.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial03.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial04.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial05.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial06.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial07.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial08.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial09.txt
share/doc/groonga/ja/html/_sources/tutorial/tutorial10.txt
share/doc/groonga/ja/html/_sources/type.txt
share/doc/groonga/ja/html/_static/ajax-loader.gif
share/doc/groonga/ja/html/_static/basic.css
share/doc/groonga/ja/html/_static/comment-bright.png
share/doc/groonga/ja/html/_static/comment-close.png
share/doc/groonga/ja/html/_static/comment.png
share/doc/groonga/ja/html/_static/default.css
share/doc/groonga/ja/html/_static/doctools.js
share/doc/groonga/ja/html/_static/down-pressed.png
share/doc/groonga/ja/html/_static/down.png
share/doc/groonga/ja/html/_static/favicon.ico
share/doc/groonga/ja/html/_static/file.png
share/doc/groonga/ja/html/_static/footer-bar.png
share/doc/groonga/ja/html/_static/groonga.css
share/doc/groonga/ja/html/_static/header-background.png
share/doc/groonga/ja/html/_static/jp.png
share/doc/groonga/ja/html/_static/jquery.js
share/doc/groonga/ja/html/_static/logo.png
share/doc/groonga/ja/html/_static/menu-header.png
share/doc/groonga/ja/html/_static/minus.png
share/doc/groonga/ja/html/_static/navigation-bar.png
share/doc/groonga/ja/html/_static/plus.png
share/doc/groonga/ja/html/_static/pygments.css
share/doc/groonga/ja/html/_static/searchtools.js
share/doc/groonga/ja/html/_static/sidebar.js
share/doc/groonga/ja/html/_static/underscore.js
share/doc/groonga/ja/html/_static/up-pressed.png
share/doc/groonga/ja/html/_static/up.png
share/doc/groonga/ja/html/_static/us.png
share/doc/groonga/ja/html/_static/websupport.js
share/doc/groonga/ja/html/characteristic.html
share/doc/groonga/ja/html/command_version.html
share/doc/groonga/ja/html/commands.html
share/doc/groonga/ja/html/commands/cache_limit.html
share/doc/groonga/ja/html/commands/check.html
share/doc/groonga/ja/html/commands/clearlock.html
share/doc/groonga/ja/html/commands/column_create.html
share/doc/groonga/ja/html/commands/column_list.html
share/doc/groonga/ja/html/commands/column_remove.html
share/doc/groonga/ja/html/commands/define_selector.html
share/doc/groonga/ja/html/commands/defrag.html
share/doc/groonga/ja/html/commands/delete.html
share/doc/groonga/ja/html/commands/dump.html
share/doc/groonga/ja/html/commands/load.html
share/doc/groonga/ja/html/commands/log_level.html
share/doc/groonga/ja/html/commands/log_put.html
share/doc/groonga/ja/html/commands/log_reopen.html
share/doc/groonga/ja/html/commands/quit.html
share/doc/groonga/ja/html/commands/select.html
share/doc/groonga/ja/html/commands/shutdown.html
share/doc/groonga/ja/html/commands/status.html
share/doc/groonga/ja/html/commands/suggest.html
share/doc/groonga/ja/html/commands/table_create.html
share/doc/groonga/ja/html/commands/table_list.html
share/doc/groonga/ja/html/commands/table_remove.html
share/doc/groonga/ja/html/commands/view_add.html
share/doc/groonga/ja/html/community.html
share/doc/groonga/ja/html/contribution.html
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/test.html
share/doc/groonga/ja/html/contribution/documentation.html
share/doc/groonga/ja/html/contribution/documentation/c-api.html
share/doc/groonga/ja/html/contribution/documentation/i18n.html
share/doc/groonga/ja/html/contribution/report.html
share/doc/groonga/ja/html/execfile.html
share/doc/groonga/ja/html/expr.html
share/doc/groonga/ja/html/functions.html
share/doc/groonga/ja/html/functions/edit_distance.html
share/doc/groonga/ja/html/functions/geo_distance.html
share/doc/groonga/ja/html/functions/geo_in_circle.html
share/doc/groonga/ja/html/functions/geo_in_rectangle.html
share/doc/groonga/ja/html/functions/now.html
share/doc/groonga/ja/html/functions/rand.html
share/doc/groonga/ja/html/genindex.html
share/doc/groonga/ja/html/grnslap.html
share/doc/groonga/ja/html/grntest.html
share/doc/groonga/ja/html/http.html
share/doc/groonga/ja/html/index.html
share/doc/groonga/ja/html/install.html
share/doc/groonga/ja/html/limitations.html
share/doc/groonga/ja/html/news.html
share/doc/groonga/ja/html/news/0.x.html
share/doc/groonga/ja/html/news/1.0.x.html
share/doc/groonga/ja/html/news/1.1.x.html
share/doc/groonga/ja/html/objects.inv
share/doc/groonga/ja/html/process.html
share/doc/groonga/ja/html/pseudo_column.html
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/search.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
share/doc/groonga/ja/html/tutorial/tutorial01.html
share/doc/groonga/ja/html/tutorial/tutorial02.html
share/doc/groonga/ja/html/tutorial/tutorial03.html
share/doc/groonga/ja/html/tutorial/tutorial04.html
share/doc/groonga/ja/html/tutorial/tutorial05.html
share/doc/groonga/ja/html/tutorial/tutorial06.html
share/doc/groonga/ja/html/tutorial/tutorial07.html
share/doc/groonga/ja/html/tutorial/tutorial08.html
share/doc/groonga/ja/html/tutorial/tutorial09.html
share/doc/groonga/ja/html/tutorial/tutorial10.html
share/doc/groonga/ja/html/type.html
share/doc/groonga/source/__init__.py
share/doc/groonga/source/characteristic.txt
share/doc/groonga/source/command_version.txt
share/doc/groonga/source/commands.txt
share/doc/groonga/source/commands/cache_limit.txt
share/doc/groonga/source/commands/check.txt
share/doc/groonga/source/commands/clearlock.txt
share/doc/groonga/source/commands/column_create.txt
share/doc/groonga/source/commands/column_list.txt
share/doc/groonga/source/commands/column_remove.txt
share/doc/groonga/source/commands/define_selector.txt
share/doc/groonga/source/commands/defrag.txt
share/doc/groonga/source/commands/delete.txt
share/doc/groonga/source/commands/dump.txt
share/doc/groonga/source/commands/load.txt
share/doc/groonga/source/commands/log_level.txt
share/doc/groonga/source/commands/log_put.txt
share/doc/groonga/source/commands/log_reopen.txt
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.txt
share/doc/groonga/source/commands/table_create.txt
share/doc/groonga/source/commands/table_list.txt
share/doc/groonga/source/commands/table_remove.txt
share/doc/groonga/source/commands/view_add.txt
share/doc/groonga/source/commands_not_implemented/add.txt
share/doc/groonga/source/commands_not_implemented/get.txt
share/doc/groonga/source/commands_not_implemented/set.txt
share/doc/groonga/source/community.txt
share/doc/groonga/source/conf.py
share/doc/groonga/source/contribution.txt
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/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/tutorial01-1.log
share/doc/groonga/source/example/tutorial01-10.log
share/doc/groonga/source/example/tutorial01-11.log
share/doc/groonga/source/example/tutorial01-12.log
share/doc/groonga/source/example/tutorial01-13.log
share/doc/groonga/source/example/tutorial01-14.log
share/doc/groonga/source/example/tutorial01-15.log
share/doc/groonga/source/example/tutorial01-16.log
share/doc/groonga/source/example/tutorial01-17.log
share/doc/groonga/source/example/tutorial01-2.log
share/doc/groonga/source/example/tutorial01-3.log
share/doc/groonga/source/example/tutorial01-4.log
share/doc/groonga/source/example/tutorial01-5.log
share/doc/groonga/source/example/tutorial01-6.log
share/doc/groonga/source/example/tutorial01-7.log
share/doc/groonga/source/example/tutorial01-8.log
share/doc/groonga/source/example/tutorial01-9.log
share/doc/groonga/source/example/tutorial02-1.log
share/doc/groonga/source/example/tutorial02-2.log
share/doc/groonga/source/example/tutorial02-3.log
share/doc/groonga/source/example/tutorial03-1.log
share/doc/groonga/source/example/tutorial03-2.log
share/doc/groonga/source/example/tutorial03-3.log
share/doc/groonga/source/example/tutorial04-1.log
share/doc/groonga/source/example/tutorial04-2.log
share/doc/groonga/source/example/tutorial04-3.log
share/doc/groonga/source/example/tutorial04-4.log
share/doc/groonga/source/example/tutorial04-5.log
share/doc/groonga/source/example/tutorial04-6.log
share/doc/groonga/source/example/tutorial04-7.log
share/doc/groonga/source/example/tutorial05-1.log
share/doc/groonga/source/example/tutorial05-2.log
share/doc/groonga/source/example/tutorial05-3.log
share/doc/groonga/source/example/tutorial05-4.log
share/doc/groonga/source/example/tutorial05-5.log
share/doc/groonga/source/example/tutorial05-6.log
share/doc/groonga/source/example/tutorial06-1.log
share/doc/groonga/source/example/tutorial06-2.log
share/doc/groonga/source/example/tutorial06-3.log
share/doc/groonga/source/example/tutorial06-4.log
share/doc/groonga/source/example/tutorial06-5.log
share/doc/groonga/source/example/tutorial06-6.log
share/doc/groonga/source/example/tutorial06-7.log
share/doc/groonga/source/example/tutorial07-1.log
share/doc/groonga/source/example/tutorial07-2.log
share/doc/groonga/source/example/tutorial07-3.log
share/doc/groonga/source/example/tutorial07-4.log
share/doc/groonga/source/example/tutorial08-1.log
share/doc/groonga/source/example/tutorial10-1.log
share/doc/groonga/source/example/tutorial10-10.log
share/doc/groonga/source/example/tutorial10-2.log
share/doc/groonga/source/example/tutorial10-3.log
share/doc/groonga/source/example/tutorial10-4.log
share/doc/groonga/source/example/tutorial10-5.log
share/doc/groonga/source/example/tutorial10-6.log
share/doc/groonga/source/example/tutorial10-7.log
share/doc/groonga/source/example/tutorial10-8.log
share/doc/groonga/source/example/tutorial10-9.log
share/doc/groonga/source/execfile.txt
share/doc/groonga/source/expr.txt
share/doc/groonga/source/functions.txt
share/doc/groonga/source/functions/edit_distance.txt
share/doc/groonga/source/functions/geo_distance.txt
share/doc/groonga/source/functions/geo_in_circle.txt
share/doc/groonga/source/functions/geo_in_rectangle.txt
share/doc/groonga/source/functions/now.txt
share/doc/groonga/source/functions/rand.txt
share/doc/groonga/source/grnslap.txt
share/doc/groonga/source/grntest.txt
share/doc/groonga/source/http.txt
share/doc/groonga/source/index.txt
share/doc/groonga/source/install.txt
share/doc/groonga/source/limitations.txt
share/doc/groonga/source/news.txt
share/doc/groonga/source/news/0.x.txt
share/doc/groonga/source/news/1.0.x.txt
share/doc/groonga/source/news/1.1.x.txt
share/doc/groonga/source/process.txt
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/search.txt
share/doc/groonga/source/textile.py
share/doc/groonga/source/troubleshooting.txt
share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt
share/doc/groonga/source/tutorial.txt
share/doc/groonga/source/tutorial/tutorial01.txt
share/doc/groonga/source/tutorial/tutorial02.txt
share/doc/groonga/source/tutorial/tutorial03.txt
share/doc/groonga/source/tutorial/tutorial04.txt
share/doc/groonga/source/tutorial/tutorial05.txt
share/doc/groonga/source/tutorial/tutorial06.txt
share/doc/groonga/source/tutorial/tutorial07.txt
share/doc/groonga/source/tutorial/tutorial08.txt
share/doc/groonga/source/tutorial/tutorial09.txt
share/doc/groonga/source/tutorial/tutorial10.txt
share/doc/groonga/source/type.txt
share/doc/groonga/source/update_execution_example.py
share/examples/groonga/groonga.conf share/examples/groonga/groonga.conf
share/examples/groonga/init.d/redhat/groonga share/examples/groonga/init.d/redhat/groonga
share/examples/groonga/init.d/redhat/sysconfig/groonga share/examples/groonga/init.d/redhat/sysconfig/groonga
share/groonga/admin_html/css/admin.css share/groonga/examples/dictionary/edict/edict-import.sh
share/groonga/admin_html/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
share/groonga/admin_html/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
share/groonga/admin_html/css/ui-lightness/images/ui-icons_222222_256x240.png
share/groonga/admin_html/css/ui-lightness/images/ui-icons_228ef1_256x240.png
share/groonga/admin_html/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
share/groonga/admin_html/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
share/groonga/admin_html/css/ui-lightness/images/ui-icons_ffffff_256x240.png
share/groonga/admin_html/css/ui-lightness/jquery-ui-1.8.1.custom.css
share/groonga/admin_html/images/groonga.png
share/groonga/admin_html/images/loading.gif
share/groonga/admin_html/index.html
share/groonga/admin_html/js/jquery-1.4.2.min.js
share/groonga/admin_html/js/jquery-ui-1.8.1.custom.min.js
share/groonga/admin_html/js/jquery.json-2.2.min.js
share/groonga/doc/ja/html/.buildinfo
share/groonga/doc/ja/html/_sources/characteristic.txt
share/groonga/doc/ja/html/_sources/command_version.txt
share/groonga/doc/ja/html/_sources/commands.txt
share/groonga/doc/ja/html/_sources/commands/cache_limit.txt
share/groonga/doc/ja/html/_sources/commands/check.txt
share/groonga/doc/ja/html/_sources/commands/clearlock.txt
share/groonga/doc/ja/html/_sources/commands/column_create.txt
share/groonga/doc/ja/html/_sources/commands/column_list.txt
share/groonga/doc/ja/html/_sources/commands/column_remove.txt
share/groonga/doc/ja/html/_sources/commands/define_selector.txt
share/groonga/doc/ja/html/_sources/commands/defrag.txt
share/groonga/doc/ja/html/_sources/commands/delete.txt
share/groonga/doc/ja/html/_sources/commands/dump.txt
share/groonga/doc/ja/html/_sources/commands/load.txt
share/groonga/doc/ja/html/_sources/commands/log_level.txt
share/groonga/doc/ja/html/_sources/commands/log_put.txt
share/groonga/doc/ja/html/_sources/commands/log_reopen.txt
share/groonga/doc/ja/html/_sources/commands/quit.txt
share/groonga/doc/ja/html/_sources/commands/select.txt
share/groonga/doc/ja/html/_sources/commands/shutdown.txt
share/groonga/doc/ja/html/_sources/commands/status.txt
share/groonga/doc/ja/html/_sources/commands/suggest.txt
share/groonga/doc/ja/html/_sources/commands/table_create.txt
share/groonga/doc/ja/html/_sources/commands/table_list.txt
share/groonga/doc/ja/html/_sources/commands/table_remove.txt
share/groonga/doc/ja/html/_sources/commands/view_add.txt
share/groonga/doc/ja/html/_sources/commands_not_implemented/add.txt
share/groonga/doc/ja/html/_sources/commands_not_implemented/get.txt
share/groonga/doc/ja/html/_sources/commands_not_implemented/set.txt
share/groonga/doc/ja/html/_sources/developer.txt
share/groonga/doc/ja/html/_sources/developer/com.txt
share/groonga/doc/ja/html/_sources/developer/document.txt
share/groonga/doc/ja/html/_sources/developer/query.txt
share/groonga/doc/ja/html/_sources/developer/test.txt
share/groonga/doc/ja/html/_sources/execfile.txt
share/groonga/doc/ja/html/_sources/expr.txt
share/groonga/doc/ja/html/_sources/functions.txt
share/groonga/doc/ja/html/_sources/functions/edit_distance.txt
share/groonga/doc/ja/html/_sources/functions/geo_distance.txt
share/groonga/doc/ja/html/_sources/functions/geo_in_circle.txt
share/groonga/doc/ja/html/_sources/functions/geo_in_rectangle.txt
share/groonga/doc/ja/html/_sources/functions/now.txt
share/groonga/doc/ja/html/_sources/functions/rand.txt
share/groonga/doc/ja/html/_sources/grnslap.txt
share/groonga/doc/ja/html/_sources/grntest.txt
share/groonga/doc/ja/html/_sources/http.txt
share/groonga/doc/ja/html/_sources/index.txt
share/groonga/doc/ja/html/_sources/install.txt
share/groonga/doc/ja/html/_sources/limitations.txt
share/groonga/doc/ja/html/_sources/news.txt
share/groonga/doc/ja/html/_sources/process.txt
share/groonga/doc/ja/html/_sources/pseudo_column.txt
share/groonga/doc/ja/html/_sources/reference.txt
share/groonga/doc/ja/html/_sources/spec.txt
share/groonga/doc/ja/html/_sources/spec/search.txt
share/groonga/doc/ja/html/_sources/troubleshooting.txt
share/groonga/doc/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
share/groonga/doc/ja/html/_sources/tutorial.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial01.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial02.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial03.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial04.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial05.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial06.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial07.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial08.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial09.txt
share/groonga/doc/ja/html/_sources/tutorial/tutorial10.txt
share/groonga/doc/ja/html/_sources/type.txt
share/groonga/doc/ja/html/_static/basic.css
share/groonga/doc/ja/html/_static/default.css
share/groonga/doc/ja/html/_static/doctools.js
share/groonga/doc/ja/html/_static/file.png
share/groonga/doc/ja/html/_static/jquery.js
share/groonga/doc/ja/html/_static/minus.png
share/groonga/doc/ja/html/_static/plus.png
share/groonga/doc/ja/html/_static/pygments.css
share/groonga/doc/ja/html/_static/searchtools.js
share/groonga/doc/ja/html/_static/sidebar.js
share/groonga/doc/ja/html/_static/underscore.js
share/groonga/doc/ja/html/characteristic.html
share/groonga/doc/ja/html/command_version.html
share/groonga/doc/ja/html/commands.html
share/groonga/doc/ja/html/commands/cache_limit.html
share/groonga/doc/ja/html/commands/check.html
share/groonga/doc/ja/html/commands/clearlock.html
share/groonga/doc/ja/html/commands/column_create.html
share/groonga/doc/ja/html/commands/column_list.html
share/groonga/doc/ja/html/commands/column_remove.html
share/groonga/doc/ja/html/commands/define_selector.html
share/groonga/doc/ja/html/commands/defrag.html
share/groonga/doc/ja/html/commands/delete.html
share/groonga/doc/ja/html/commands/dump.html
share/groonga/doc/ja/html/commands/load.html
share/groonga/doc/ja/html/commands/log_level.html
share/groonga/doc/ja/html/commands/log_put.html
share/groonga/doc/ja/html/commands/log_reopen.html
share/groonga/doc/ja/html/commands/quit.html
share/groonga/doc/ja/html/commands/select.html
share/groonga/doc/ja/html/commands/shutdown.html
share/groonga/doc/ja/html/commands/status.html
share/groonga/doc/ja/html/commands/suggest.html
share/groonga/doc/ja/html/commands/table_create.html
share/groonga/doc/ja/html/commands/table_list.html
share/groonga/doc/ja/html/commands/table_remove.html
share/groonga/doc/ja/html/commands/view_add.html
share/groonga/doc/ja/html/commands_not_implemented/add.html
share/groonga/doc/ja/html/commands_not_implemented/get.html
share/groonga/doc/ja/html/commands_not_implemented/set.html
share/groonga/doc/ja/html/developer.html
share/groonga/doc/ja/html/developer/com.html
share/groonga/doc/ja/html/developer/document.html
share/groonga/doc/ja/html/developer/query.html
share/groonga/doc/ja/html/developer/test.html
share/groonga/doc/ja/html/execfile.html
share/groonga/doc/ja/html/expr.html
share/groonga/doc/ja/html/functions.html
share/groonga/doc/ja/html/functions/edit_distance.html
share/groonga/doc/ja/html/functions/geo_distance.html
share/groonga/doc/ja/html/functions/geo_in_circle.html
share/groonga/doc/ja/html/functions/geo_in_rectangle.html
share/groonga/doc/ja/html/functions/now.html
share/groonga/doc/ja/html/functions/rand.html
share/groonga/doc/ja/html/genindex.html
share/groonga/doc/ja/html/grnslap.html
share/groonga/doc/ja/html/grntest.html
share/groonga/doc/ja/html/http.html
share/groonga/doc/ja/html/index.html
share/groonga/doc/ja/html/install.html
share/groonga/doc/ja/html/limitations.html
share/groonga/doc/ja/html/news.html
share/groonga/doc/ja/html/objects.inv
share/groonga/doc/ja/html/process.html
share/groonga/doc/ja/html/pseudo_column.html
share/groonga/doc/ja/html/reference.html
share/groonga/doc/ja/html/search.html
share/groonga/doc/ja/html/searchindex.js
share/groonga/doc/ja/html/spec.html
share/groonga/doc/ja/html/spec/search.html
share/groonga/doc/ja/html/troubleshooting.html
share/groonga/doc/ja/html/troubleshooting/different_results_with_the_same_keyword.html
share/groonga/doc/ja/html/tutorial.html
share/groonga/doc/ja/html/tutorial/tutorial01.html
share/groonga/doc/ja/html/tutorial/tutorial02.html
share/groonga/doc/ja/html/tutorial/tutorial03.html
share/groonga/doc/ja/html/tutorial/tutorial04.html
share/groonga/doc/ja/html/tutorial/tutorial05.html
share/groonga/doc/ja/html/tutorial/tutorial06.html
share/groonga/doc/ja/html/tutorial/tutorial07.html
share/groonga/doc/ja/html/tutorial/tutorial08.html
share/groonga/doc/ja/html/tutorial/tutorial09.html
share/groonga/doc/ja/html/tutorial/tutorial10.html
share/groonga/doc/ja/html/type.html
share/groonga/doc/ja/source/__init__.py
share/groonga/doc/ja/source/characteristic.txt
share/groonga/doc/ja/source/command_version.txt
share/groonga/doc/ja/source/commands.txt
share/groonga/doc/ja/source/commands/cache_limit.txt
share/groonga/doc/ja/source/commands/check.txt
share/groonga/doc/ja/source/commands/clearlock.txt
share/groonga/doc/ja/source/commands/column_create.txt
share/groonga/doc/ja/source/commands/column_list.txt
share/groonga/doc/ja/source/commands/column_remove.txt
share/groonga/doc/ja/source/commands/define_selector.txt
share/groonga/doc/ja/source/commands/defrag.txt
share/groonga/doc/ja/source/commands/delete.txt
share/groonga/doc/ja/source/commands/dump.txt
share/groonga/doc/ja/source/commands/load.txt
share/groonga/doc/ja/source/commands/log_level.txt
share/groonga/doc/ja/source/commands/log_put.txt
share/groonga/doc/ja/source/commands/log_reopen.txt
share/groonga/doc/ja/source/commands/quit.txt
share/groonga/doc/ja/source/commands/select.txt
share/groonga/doc/ja/source/commands/shutdown.txt
share/groonga/doc/ja/source/commands/status.txt
share/groonga/doc/ja/source/commands/suggest.txt
share/groonga/doc/ja/source/commands/table_create.txt
share/groonga/doc/ja/source/commands/table_list.txt
share/groonga/doc/ja/source/commands/table_remove.txt
share/groonga/doc/ja/source/commands/view_add.txt
share/groonga/doc/ja/source/commands_not_implemented/add.txt
share/groonga/doc/ja/source/commands_not_implemented/get.txt
share/groonga/doc/ja/source/commands_not_implemented/set.txt
share/groonga/doc/ja/source/conf.py
share/groonga/doc/ja/source/developer.txt
share/groonga/doc/ja/source/developer/com.txt
share/groonga/doc/ja/source/developer/document.txt
share/groonga/doc/ja/source/developer/query.txt
share/groonga/doc/ja/source/developer/test.txt
share/groonga/doc/ja/source/example/tutorial01-1.log
share/groonga/doc/ja/source/example/tutorial01-10.log
share/groonga/doc/ja/source/example/tutorial01-11.log
share/groonga/doc/ja/source/example/tutorial01-12.log
share/groonga/doc/ja/source/example/tutorial01-13.log
share/groonga/doc/ja/source/example/tutorial01-14.log
share/groonga/doc/ja/source/example/tutorial01-15.log
share/groonga/doc/ja/source/example/tutorial01-16.log
share/groonga/doc/ja/source/example/tutorial01-17.log
share/groonga/doc/ja/source/example/tutorial01-2.log
share/groonga/doc/ja/source/example/tutorial01-3.log
share/groonga/doc/ja/source/example/tutorial01-4.log
share/groonga/doc/ja/source/example/tutorial01-5.log
share/groonga/doc/ja/source/example/tutorial01-6.log
share/groonga/doc/ja/source/example/tutorial01-7.log
share/groonga/doc/ja/source/example/tutorial01-8.log
share/groonga/doc/ja/source/example/tutorial01-9.log
share/groonga/doc/ja/source/example/tutorial02-1.log
share/groonga/doc/ja/source/example/tutorial02-2.log
share/groonga/doc/ja/source/example/tutorial02-3.log
share/groonga/doc/ja/source/example/tutorial03-1.log
share/groonga/doc/ja/source/example/tutorial03-2.log
share/groonga/doc/ja/source/example/tutorial03-3.log
share/groonga/doc/ja/source/example/tutorial04-1.log
share/groonga/doc/ja/source/example/tutorial04-2.log
share/groonga/doc/ja/source/example/tutorial04-3.log
share/groonga/doc/ja/source/example/tutorial04-4.log
share/groonga/doc/ja/source/example/tutorial04-5.log
share/groonga/doc/ja/source/example/tutorial04-6.log
share/groonga/doc/ja/source/example/tutorial04-7.log
share/groonga/doc/ja/source/example/tutorial05-1.log
share/groonga/doc/ja/source/example/tutorial05-2.log
share/groonga/doc/ja/source/example/tutorial05-3.log
share/groonga/doc/ja/source/example/tutorial05-4.log
share/groonga/doc/ja/source/example/tutorial05-5.log
share/groonga/doc/ja/source/example/tutorial05-6.log
share/groonga/doc/ja/source/example/tutorial06-1.log
share/groonga/doc/ja/source/example/tutorial06-2.log
share/groonga/doc/ja/source/example/tutorial06-3.log
share/groonga/doc/ja/source/example/tutorial06-4.log
share/groonga/doc/ja/source/example/tutorial06-5.log
share/groonga/doc/ja/source/example/tutorial06-6.log
share/groonga/doc/ja/source/example/tutorial06-7.log
share/groonga/doc/ja/source/example/tutorial07-1.log
share/groonga/doc/ja/source/example/tutorial07-2.log
share/groonga/doc/ja/source/example/tutorial07-3.log
share/groonga/doc/ja/source/example/tutorial07-4.log
share/groonga/doc/ja/source/example/tutorial08-1.log
share/groonga/doc/ja/source/example/tutorial10-1.log
share/groonga/doc/ja/source/example/tutorial10-10.log
share/groonga/doc/ja/source/example/tutorial10-2.log
share/groonga/doc/ja/source/example/tutorial10-3.log
share/groonga/doc/ja/source/example/tutorial10-4.log
share/groonga/doc/ja/source/example/tutorial10-5.log
share/groonga/doc/ja/source/example/tutorial10-6.log
share/groonga/doc/ja/source/example/tutorial10-7.log
share/groonga/doc/ja/source/example/tutorial10-8.log
share/groonga/doc/ja/source/example/tutorial10-9.log
share/groonga/doc/ja/source/execfile.txt
share/groonga/doc/ja/source/expr.txt
share/groonga/doc/ja/source/functions.txt
share/groonga/doc/ja/source/functions/edit_distance.txt
share/groonga/doc/ja/source/functions/geo_distance.txt
share/groonga/doc/ja/source/functions/geo_in_circle.txt
share/groonga/doc/ja/source/functions/geo_in_rectangle.txt
share/groonga/doc/ja/source/functions/now.txt
share/groonga/doc/ja/source/functions/rand.txt
share/groonga/doc/ja/source/grnslap.txt
share/groonga/doc/ja/source/grntest.txt
share/groonga/doc/ja/source/http.txt
share/groonga/doc/ja/source/index.txt
share/groonga/doc/ja/source/install.txt
share/groonga/doc/ja/source/limitations.txt
share/groonga/doc/ja/source/news.txt
share/groonga/doc/ja/source/process.txt
share/groonga/doc/ja/source/pseudo_column.txt
share/groonga/doc/ja/source/rdoc.py
share/groonga/doc/ja/source/reference.txt
share/groonga/doc/ja/source/spec.txt
share/groonga/doc/ja/source/spec/search.txt
share/groonga/doc/ja/source/troubleshooting.txt
share/groonga/doc/ja/source/troubleshooting/different_results_with_the_same_keyword.txt
share/groonga/doc/ja/source/tutorial.txt
share/groonga/doc/ja/source/tutorial/tutorial01.txt
share/groonga/doc/ja/source/tutorial/tutorial02.txt
share/groonga/doc/ja/source/tutorial/tutorial03.txt
share/groonga/doc/ja/source/tutorial/tutorial04.txt
share/groonga/doc/ja/source/tutorial/tutorial05.txt
share/groonga/doc/ja/source/tutorial/tutorial06.txt
share/groonga/doc/ja/source/tutorial/tutorial07.txt
share/groonga/doc/ja/source/tutorial/tutorial08.txt
share/groonga/doc/ja/source/tutorial/tutorial09.txt
share/groonga/doc/ja/source/tutorial/tutorial10.txt
share/groonga/doc/ja/source/type.txt
share/groonga/doc/ja/source/update_execution_example.py
share/groonga/examples/dictionary/edict/edict2grn.rb share/groonga/examples/dictionary/edict/edict2grn.rb
share/groonga/examples/dictionary/edict/edict_import.sh share/groonga/examples/dictionary/eijiro/eijiro-import.sh
share/groonga/examples/dictionary/eijiro/eijiro2grn.rb share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
share/groonga/examples/dictionary/eijiro/eijiro_import.sh share/groonga/examples/dictionary/gene95/gene-import.sh
share/groonga/examples/dictionary/gene95/gene2grn.rb share/groonga/examples/dictionary/gene95/gene2grn.rb
share/groonga/examples/dictionary/gene95/gene_import.sh
share/groonga/examples/dictionary/html/css/dictionary.css share/groonga/examples/dictionary/html/css/dictionary.css
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
share/groonga/examples/dictionary/html/index.html share/groonga/examples/dictionary/html/index.html
share/groonga/examples/dictionary/html/js/dictionary.js share/groonga/examples/dictionary/html/js/dictionary.js
share/groonga/examples/dictionary/html/js/jquery-1.4.2.min.js share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
share/groonga/examples/dictionary/init_db.sh share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
share/groonga/examples/dictionary/init-db.sh
share/groonga/examples/dictionary/jmdict/jmdict.rb share/groonga/examples/dictionary/jmdict/jmdict.rb
share/groonga/examples/dictionary/readme.txt share/groonga/examples/dictionary/readme.txt
share/groonga/html/admin/css/admin.css
share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
share/groonga/html/admin/css/ui-lightness/images/ui-icons_222222_256x240.png
share/groonga/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png
share/groonga/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png
share/groonga/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css
share/groonga/html/admin/favicon.ico
share/groonga/html/admin/favicon.png
share/groonga/html/admin/favicon.svg
share/groonga/html/admin/images/groonga.png
share/groonga/html/admin/images/loading.gif
share/groonga/html/admin/index.html
share/groonga/html/admin/js/jquery-1.4.2.min.js
share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js
share/groonga/html/admin/js/jquery.json-2.2.min.js
share/groonga/munin/plugins/groonga_cpu_load share/groonga/munin/plugins/groonga_cpu_load
share/groonga/munin/plugins/groonga_cpu_time share/groonga/munin/plugins/groonga_cpu_time
share/groonga/munin/plugins/groonga_disk share/groonga/munin/plugins/groonga_disk

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2011/04/29 13:29:35 obache Exp $ $NetBSD: distinfo,v 1.3 2011/05/30 12:01:40 obache Exp $
SHA1 (groonga-1.2.1.tar.gz) = f5fb77bea9016372c924d796cdfd6ddfbd34a728 SHA1 (groonga-1.2.2.tar.gz) = ce1a3761f9b5c4b265469ab13c42716abf57f2db
RMD160 (groonga-1.2.1.tar.gz) = 6b4a6cb2ea527d609ff52f38adf183169e7348f8 RMD160 (groonga-1.2.2.tar.gz) = e5ff19956d503bdbd01c6dd5e262632b357d539e
Size (groonga-1.2.1.tar.gz) = 1803758 bytes Size (groonga-1.2.2.tar.gz) = 2681211 bytes