summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-28 16:59:43 +0000
committerobache <obache@pkgsrc.org>2011-10-28 16:59:43 +0000
commitb4a194b2d91868420c97bdb6fcd31c6133ae3a5a (patch)
treec9737374f955e2c54061ac93acd5c57805288fc4 /textproc
parent5c1e9487936db12869c5b51e74c436095853e121 (diff)
downloadpkgsrc-b4a194b2d91868420c97bdb6fcd31c6133ae3a5a.tar.gz
Update groonga to 1.2.7.
Release 1.2.7 - 2011/10/29 -------------------------- Improvements ^^^^^^^^^^^^ * [libedit] Added error check for wide character to multibyte sequence conversion. [Reported by SHIDARA Yoji] * Added grn_geo_estimate_in_rectangle(). * Added cursor API to geo search in rectangle. * Improved geo search in rectangle speed. * Added packages for Ubuntu 11.10 Oneiric Ocelot * [experimental] Supported Oracle Solaris 10 8/11. (just buildable with system gcc.) Fixes ^^^^^ * Fixed a typo in document. [Reported by @soundkitchen] Thanks ^^^^^^ * SHIDARA Yoji * @soundkitchen
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groonga/Makefile4
-rw-r--r--textproc/groonga/PLIST67
-rw-r--r--textproc/groonga/distinfo8
3 files changed, 72 insertions, 7 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index d2e6ca52aa7..0150b58ff39 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2011/10/04 06:36:19 obache Exp $
+# $NetBSD: Makefile,v 1.10 2011/10/28 16:59:43 obache Exp $
#
-DISTNAME= groonga-1.2.6
+DISTNAME= groonga-1.2.7
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST
index 2eb59b554d7..a7e1135cf16 100644
--- a/textproc/groonga/PLIST
+++ b/textproc/groonga/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2011/10/04 06:36:19 obache Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/10/28 16:59:43 obache Exp $
bin/grntest
bin/groonga
bin/groonga-query-log-analyzer
@@ -75,6 +75,7 @@ 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/news/senna.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
@@ -190,6 +191,7 @@ 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/news/senna.html
share/doc/groonga/en/html/objects.inv
share/doc/groonga/en/html/pseudo_column.html
share/doc/groonga/en/html/reference.html
@@ -280,6 +282,7 @@ 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/news/senna.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
@@ -395,6 +398,7 @@ 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/news/senna.html
share/doc/groonga/ja/html/objects.inv
share/doc/groonga/ja/html/pseudo_column.html
share/doc/groonga/ja/html/reference.html
@@ -552,6 +556,66 @@ 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/fulltext-introduction/array.png
+share/doc/groonga/source/images/fulltext-introduction/array.svg
+share/doc/groonga/source/images/fulltext-introduction/columns.png
+share/doc/groonga/source/images/fulltext-introduction/columns.svg
+share/doc/groonga/source/images/fulltext-introduction/hash-table.png
+share/doc/groonga/source/images/fulltext-introduction/hash-table.svg
+share/doc/groonga/source/images/fulltext-introduction/index-column.png
+share/doc/groonga/source/images/fulltext-introduction/index-column.svg
+share/doc/groonga/source/images/fulltext-introduction/inverted-index.png
+share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg
+share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png
+share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg
+share/doc/groonga/source/images/fulltext-introduction/prefix-search.png
+share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg
+share/doc/groonga/source/images/fulltext-introduction/record-id.png
+share/doc/groonga/source/images/fulltext-introduction/record-id.svg
+share/doc/groonga/source/images/fulltext-introduction/record.png
+share/doc/groonga/source/images/fulltext-introduction/record.svg
+share/doc/groonga/source/images/fulltext-introduction/scalar-column.png
+share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg
+share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png
+share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg
+share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png
+share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg
+share/doc/groonga/source/images/fulltext-introduction/search-bigram.png
+share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg
+share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png
+share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg
+share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png
+share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg
+share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png
+share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg
+share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png
+share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg
+share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png
+share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg
+share/doc/groonga/source/images/fulltext-introduction/search-result.png
+share/doc/groonga/source/images/fulltext-introduction/search-result.svg
+share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png
+share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg
+share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png
+share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg
+share/doc/groonga/source/images/fulltext-introduction/tokenizer.png
+share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg
+share/doc/groonga/source/images/fulltext-introduction/update-initial.png
+share/doc/groonga/source/images/fulltext-introduction/update-initial.svg
+share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png
+share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg
+share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png
+share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg
+share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png
+share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg
+share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png
+share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg
+share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png
+share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg
+share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png
+share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg
+share/doc/groonga/source/images/fulltext-introduction/vector-column.png
+share/doc/groonga/source/images/fulltext-introduction/vector-column.svg
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
@@ -579,6 +643,7 @@ 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/news/senna.txt
share/doc/groonga/source/pseudo_column.txt
share/doc/groonga/source/rdoc.py
share/doc/groonga/source/reference.txt
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index 78481c74990..15621212681 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/10/04 06:36:19 obache Exp $
+$NetBSD: distinfo,v 1.7 2011/10/28 16:59:43 obache Exp $
-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
+SHA1 (groonga-1.2.7.tar.gz) = 1c2cd08912ad6e72a8f0d937e3811f73fffc23b5
+RMD160 (groonga-1.2.7.tar.gz) = eff61fe0254304bdcf611552226c19e7bcfe96b6
+Size (groonga-1.2.7.tar.gz) = 6334905 bytes