diff options
author | obache <obache@pkgsrc.org> | 2011-10-04 06:36:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-04 06:36:19 +0000 |
commit | 5ec1b2dd918bf56ac20af2fdb52feb47f1a4828b (patch) | |
tree | a65b9d29c8f5a6018d4b97c3c6c54838c25d46dd /textproc | |
parent | 7f1c5920542b7d8f30b52091df619a56ba7ec0e3 (diff) | |
download | pkgsrc-5ec1b2dd918bf56ac20af2fdb52feb47f1a4828b.tar.gz |
Update groonga to 1.2.6.
Release 1.2.6 - 2011/09/29
--------------------------
Improvements
^^^^^^^^^^^^
* Improved error message on type cast.
* Added geo point value validation on type cast.
* Supported :doc:`/tutorial/query_expansion`.
* Added `--query_expansion` option to
:doc:`/commands/select` for query expansion.
* Added geometry conversion macro between degree and msec.
* Supported type cast in :doc:`/functions/geo_distance` ().
* Don't split tokens with full width space in command line. #986
* Supported conversion between TokyoGeoPoint and WGS84GeoPoint.
* Exported grn_geo_select_in_circle() and grn_geo_select_in_rectangle().
* Supported CentOS 6.
* Supported the current Debian GNU/Linux sid.
Patch by SATOH Fumiyasu. GitHub#3
Fixes
^^^^^
* Fixed a bug that geo point is loaded as broken value.
Thanks
^^^^^^
* SATOH Fumiyasu
Release 1.2.5 - 2011/08/29
--------------------------
Improvements
^^^^^^^^^^^^
* Added experimental Windows installer support.
* Accepted "#" and "-" as a valid name characters. #1043
* Accepted all valid characters except "_" as the first character. #1043
* Supported `--each` for `[...]` form :doc:`/commands/load`. #1044
* Added documentation for :doc:`/suggest`.
* Supported threshold as `--frequency_threshold` and
`--conditional_probability_threshold` options in all
:doc:`/commands/suggest` types. #1042
* [groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048
* Supported string input for reference vector column value. #1051
* [groonga-suggest-httpd] Added `--n-lines-per-log-file`
option that changes log line limitation for a file.
* [groonga-suggest-httpd] Added `p` parameter for
`--conditional_probability_threshold`.
* Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053
* Exported grn_ctx_close(). #1035
Fixes
^^^^^
* Fixed a crash bug that invalid value is passed as match expression
argument in :doc:`/commands/select`. #1047
* Fixed a bug that hash table cursor returns garbage records.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 5 | ||||
-rw-r--r-- | textproc/groonga/PLIST | 314 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 8 |
3 files changed, 205 insertions, 122 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index f3fa38ed91e..d2e6ca52aa7 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/09/16 02:26:45 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/10/04 06:36:19 obache Exp $ # -DISTNAME= groonga-1.2.4 -PKGREVISION= 1 +DISTNAME= groonga-1.2.6 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index 7d53d131937..2eb59b554d7 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/07/29 12:30:36 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/10/04 06:36:19 obache Exp $ bin/grntest bin/groonga bin/groonga-query-log-analyzer @@ -14,6 +14,7 @@ lib/pkgconfig/groonga.pc man/ja/man1/groonga.1 man/man1/groonga.1 share/doc/groonga/en/html/.buildinfo +share/doc/groonga/en/html/_images/geo-points.png 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 @@ -54,8 +55,9 @@ share/doc/groonga/en/html/_sources/contribution/report.txt share/doc/groonga/en/html/_sources/executables.txt share/doc/groonga/en/html/_sources/executables/grnslap.txt share/doc/groonga/en/html/_sources/executables/grntest.txt +share/doc/groonga/en/html/_sources/executables/groonga-http.txt +share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt share/doc/groonga/en/html/_sources/executables/groonga.txt -share/doc/groonga/en/html/_sources/executables/http.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 @@ -64,9 +66,11 @@ 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/geolocation_search.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/log.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 @@ -75,19 +79,26 @@ 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/suggest.txt +share/doc/groonga/en/html/_sources/suggest/completion.txt +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/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/tutorial/data.txt +share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +share/doc/groonga/en/html/_sources/tutorial/index.txt +share/doc/groonga/en/html/_sources/tutorial/introduction.txt +share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +share/doc/groonga/en/html/_sources/tutorial/network.txt +share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +share/doc/groonga/en/html/_sources/tutorial/search.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 @@ -158,8 +169,9 @@ share/doc/groonga/en/html/contribution/report.html share/doc/groonga/en/html/executables.html share/doc/groonga/en/html/executables/grnslap.html share/doc/groonga/en/html/executables/grntest.html +share/doc/groonga/en/html/executables/groonga-http.html +share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html share/doc/groonga/en/html/executables/groonga.html -share/doc/groonga/en/html/executables/http.html share/doc/groonga/en/html/expr.html share/doc/groonga/en/html/functions.html share/doc/groonga/en/html/functions/edit_distance.html @@ -169,9 +181,11 @@ 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/geolocation_search.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/log.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 @@ -183,21 +197,29 @@ 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/suggest.html +share/doc/groonga/en/html/suggest/completion.html +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/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/tutorial/data.html +share/doc/groonga/en/html/tutorial/drilldown.html +share/doc/groonga/en/html/tutorial/index.html +share/doc/groonga/en/html/tutorial/introduction.html +share/doc/groonga/en/html/tutorial/lexicon.html +share/doc/groonga/en/html/tutorial/match_columns.html +share/doc/groonga/en/html/tutorial/micro_blog.html +share/doc/groonga/en/html/tutorial/network.html +share/doc/groonga/en/html/tutorial/patricia_trie.html +share/doc/groonga/en/html/tutorial/query_expansion.html +share/doc/groonga/en/html/tutorial/search.html share/doc/groonga/en/html/type.html share/doc/groonga/ja/html/.buildinfo +share/doc/groonga/ja/html/_images/geo-points.png 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 @@ -238,8 +260,9 @@ share/doc/groonga/ja/html/_sources/contribution/report.txt share/doc/groonga/ja/html/_sources/executables.txt share/doc/groonga/ja/html/_sources/executables/grnslap.txt share/doc/groonga/ja/html/_sources/executables/grntest.txt +share/doc/groonga/ja/html/_sources/executables/groonga-http.txt +share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt share/doc/groonga/ja/html/_sources/executables/groonga.txt -share/doc/groonga/ja/html/_sources/executables/http.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 @@ -248,9 +271,11 @@ 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/geolocation_search.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/log.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 @@ -259,19 +284,26 @@ 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/suggest.txt +share/doc/groonga/ja/html/_sources/suggest/completion.txt +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/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/tutorial/data.txt +share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +share/doc/groonga/ja/html/_sources/tutorial/index.txt +share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +share/doc/groonga/ja/html/_sources/tutorial/network.txt +share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +share/doc/groonga/ja/html/_sources/tutorial/search.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 @@ -342,8 +374,9 @@ share/doc/groonga/ja/html/contribution/report.html share/doc/groonga/ja/html/executables.html share/doc/groonga/ja/html/executables/grnslap.html share/doc/groonga/ja/html/executables/grntest.html +share/doc/groonga/ja/html/executables/groonga-http.html +share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html share/doc/groonga/ja/html/executables/groonga.html -share/doc/groonga/ja/html/executables/http.html share/doc/groonga/ja/html/expr.html share/doc/groonga/ja/html/functions.html share/doc/groonga/ja/html/functions/edit_distance.html @@ -353,9 +386,11 @@ 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/geolocation_search.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/log.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 @@ -367,19 +402,26 @@ 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/suggest.html +share/doc/groonga/ja/html/suggest/completion.html +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/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/tutorial/data.html +share/doc/groonga/ja/html/tutorial/drilldown.html +share/doc/groonga/ja/html/tutorial/index.html +share/doc/groonga/ja/html/tutorial/introduction.html +share/doc/groonga/ja/html/tutorial/lexicon.html +share/doc/groonga/ja/html/tutorial/match_columns.html +share/doc/groonga/ja/html/tutorial/micro_blog.html +share/doc/groonga/ja/html/tutorial/network.html +share/doc/groonga/ja/html/tutorial/patricia_trie.html +share/doc/groonga/ja/html/tutorial/query_expansion.html +share/doc/groonga/ja/html/tutorial/search.html share/doc/groonga/ja/html/type.html share/doc/groonga/source/__init__.py share/doc/groonga/source/characteristic.txt @@ -403,6 +445,13 @@ 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 @@ -423,70 +472,77 @@ 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/tutorial08-2.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/example/completion-1.log +share/doc/groonga/source/example/correction-1.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 +share/doc/groonga/source/example/tutorial/data-3.log +share/doc/groonga/source/example/tutorial/drilldown-1.log +share/doc/groonga/source/example/tutorial/drilldown-2.log +share/doc/groonga/source/example/tutorial/drilldown-3.log +share/doc/groonga/source/example/tutorial/drilldown-4.log +share/doc/groonga/source/example/tutorial/drilldown-5.log +share/doc/groonga/source/example/tutorial/drilldown-6.log +share/doc/groonga/source/example/tutorial/index-1.log +share/doc/groonga/source/example/tutorial/index-2.log +share/doc/groonga/source/example/tutorial/index-3.log +share/doc/groonga/source/example/tutorial/index-4.log +share/doc/groonga/source/example/tutorial/index-5.log +share/doc/groonga/source/example/tutorial/index-6.log +share/doc/groonga/source/example/tutorial/index-7.log +share/doc/groonga/source/example/tutorial/introduction-1.log +share/doc/groonga/source/example/tutorial/introduction-10.log +share/doc/groonga/source/example/tutorial/introduction-11.log +share/doc/groonga/source/example/tutorial/introduction-12.log +share/doc/groonga/source/example/tutorial/introduction-13.log +share/doc/groonga/source/example/tutorial/introduction-14.log +share/doc/groonga/source/example/tutorial/introduction-15.log +share/doc/groonga/source/example/tutorial/introduction-16.log +share/doc/groonga/source/example/tutorial/introduction-17.log +share/doc/groonga/source/example/tutorial/introduction-2.log +share/doc/groonga/source/example/tutorial/introduction-3.log +share/doc/groonga/source/example/tutorial/introduction-4.log +share/doc/groonga/source/example/tutorial/introduction-5.log +share/doc/groonga/source/example/tutorial/introduction-6.log +share/doc/groonga/source/example/tutorial/introduction-7.log +share/doc/groonga/source/example/tutorial/introduction-8.log +share/doc/groonga/source/example/tutorial/introduction-9.log +share/doc/groonga/source/example/tutorial/match_columns-1.log +share/doc/groonga/source/example/tutorial/match_columns-2.log +share/doc/groonga/source/example/tutorial/match_columns-3.log +share/doc/groonga/source/example/tutorial/match_columns-4.log +share/doc/groonga/source/example/tutorial/micro_blog-1.log +share/doc/groonga/source/example/tutorial/micro_blog-10.log +share/doc/groonga/source/example/tutorial/micro_blog-2.log +share/doc/groonga/source/example/tutorial/micro_blog-3.log +share/doc/groonga/source/example/tutorial/micro_blog-4.log +share/doc/groonga/source/example/tutorial/micro_blog-5.log +share/doc/groonga/source/example/tutorial/micro_blog-6.log +share/doc/groonga/source/example/tutorial/micro_blog-7.log +share/doc/groonga/source/example/tutorial/micro_blog-8.log +share/doc/groonga/source/example/tutorial/micro_blog-9.log +share/doc/groonga/source/example/tutorial/network-1.log +share/doc/groonga/source/example/tutorial/network-2.log +share/doc/groonga/source/example/tutorial/network-3.log +share/doc/groonga/source/example/tutorial/patricia_trie-1.log +share/doc/groonga/source/example/tutorial/patricia_trie-2.log +share/doc/groonga/source/example/tutorial/query_expansion-1.log +share/doc/groonga/source/example/tutorial/query_expansion-2.log +share/doc/groonga/source/example/tutorial/query_expansion-3.log +share/doc/groonga/source/example/tutorial/search-1.log +share/doc/groonga/source/example/tutorial/search-2.log +share/doc/groonga/source/example/tutorial/search-3.log +share/doc/groonga/source/example/tutorial/search-4.log +share/doc/groonga/source/example/tutorial/search-5.log +share/doc/groonga/source/example/tutorial/search-6.log +share/doc/groonga/source/example/tutorial/search-7.log share/doc/groonga/source/executables.txt share/doc/groonga/source/executables/grnslap.txt share/doc/groonga/source/executables/grntest.txt +share/doc/groonga/source/executables/groonga-http.txt +share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt share/doc/groonga/source/executables/groonga.txt -share/doc/groonga/source/executables/http.txt share/doc/groonga/source/expr.txt share/doc/groonga/source/functions.txt share/doc/groonga/source/functions/edit_distance.txt @@ -495,9 +551,30 @@ 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/geolocation_search.txt +share/doc/groonga/source/images/geo-encode-leading-2bit.png +share/doc/groonga/source/images/geo-encode-leading-2bit.svg +share/doc/groonga/source/images/geo-encode-leading-4bit.png +share/doc/groonga/source/images/geo-encode-leading-4bit.svg +share/doc/groonga/source/images/geo-in-rectangle.png +share/doc/groonga/source/images/geo-points-distance.png +share/doc/groonga/source/images/geo-points-distance.svg +share/doc/groonga/source/images/geo-points-in-circle.png +share/doc/groonga/source/images/geo-points-in-circle.svg +share/doc/groonga/source/images/geo-points-in-rectangle.png +share/doc/groonga/source/images/geo-points-in-rectangle.svg +share/doc/groonga/source/images/geo-points-sort.png +share/doc/groonga/source/images/geo-points-sort.svg +share/doc/groonga/source/images/geo-points.png +share/doc/groonga/source/images/geo-points.svg +share/doc/groonga/source/images/geo-search-in-circle.png +share/doc/groonga/source/images/geo-search-in-circle.svg +share/doc/groonga/source/images/geo-search-in-rectangle.png +share/doc/groonga/source/images/geo-search-in-rectangle.svg share/doc/groonga/source/index.txt share/doc/groonga/source/install.txt share/doc/groonga/source/limitations.txt +share/doc/groonga/source/log.txt share/doc/groonga/source/news.txt share/doc/groonga/source/news/0.x.txt share/doc/groonga/source/news/1.0.x.txt @@ -507,20 +584,27 @@ 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/suggest.txt +share/doc/groonga/source/suggest/completion.txt +share/doc/groonga/source/suggest/correction.txt +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/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/tutorial/data.txt +share/doc/groonga/source/tutorial/drilldown.txt +share/doc/groonga/source/tutorial/index.txt +share/doc/groonga/source/tutorial/introduction.txt +share/doc/groonga/source/tutorial/lexicon.txt +share/doc/groonga/source/tutorial/match_columns.txt +share/doc/groonga/source/tutorial/micro_blog.txt +share/doc/groonga/source/tutorial/network.txt +share/doc/groonga/source/tutorial/patricia_trie.txt +share/doc/groonga/source/tutorial/query_expansion.txt +share/doc/groonga/source/tutorial/search.txt share/doc/groonga/source/type.txt share/doc/groonga/source/update_execution_example.py share/examples/groonga/groonga.conf diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 85499b88e2e..78481c74990 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/07/29 12:30:36 obache Exp $ +$NetBSD: distinfo,v 1.6 2011/10/04 06:36:19 obache Exp $ -SHA1 (groonga-1.2.4.tar.gz) = 672a1eb816cafc810a452640ef8e7845c06c167b -RMD160 (groonga-1.2.4.tar.gz) = 9873b6e3293bfa8ecffcc3d097b5e43afec7d98d -Size (groonga-1.2.4.tar.gz) = 2778350 bytes +SHA1 (groonga-1.2.6.tar.gz) = 548e416159c8097119db2b183eca73fd02e23e3d +RMD160 (groonga-1.2.6.tar.gz) = 2cf2ac935ee5eca298bc1938b0b78cc0d8669c8c +Size (groonga-1.2.6.tar.gz) = 3265211 bytes |