summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache>2012-03-20 08:33:16 +0000
committerobache <obache>2012-03-20 08:33:16 +0000
commit9d98746c19d878b466805ab0e054dbd05f63110b (patch)
tree93e869328675657ed1e8d316db93693d23a10557 /textproc
parent7080d6702b4fc85eb2f2f11f59960cd04e2cbdb8 (diff)
downloadpkgsrc-9d98746c19d878b466805ab0e054dbd05f63110b.tar.gz
Update groonga to 2.0.0.
Release 2.0.0 - 2012/02/29 -------------------------- Improvements ^^^^^^^^^^^^ * [dat] Added 0 length key check. * [windows] Added missing GCC related DLLs. [groonga-dev,00686] [Reported by Suzuki] * [php] Supported PHP 5.4. [Patch by Daiki Ueno] * Updated FSF address. [Suggested by Daiki Ueno] * [fedora] Supported systemd. [Patch by Daiki Ueno] * [rpm][debian] Changed the default protocol to HTTP from gqtp. * [rpm][centos] Supported status command. * Removed needless ``:`` from log message. * Removed deprecated grn_query. [#1247] * Reduced needless grn_ctx_at() calls on creating table. * [pat] Supported cache. * [tokenizer] Improved tokenizer API. * Accepted ``@`` as a valid name character. * [tokenizer] Added a tokenizer based on `KyTea <http://www.phontron.com/kytea/>`_. * Supported :doc:`offline indexing construction </indexing>`. * [tokenizer] Supported MeCab 0.993. [groonga-dev,00703] [Reported by Masaharu YOSHIOKA] * [windows] Supported MessagePack. Fixes ^^^^^ * [pat] Fixed a bug that the last node can't be found. [#1258] * [doc] Fixed links in Japanese page. [Reported by @naoina] * [doc] Fixed wrong the default value. [Reported by @naoina] * Fixed a typo. [Reported by Kazuhiko] * [http] Fixed a bug that ``load`` command error isn't cleared. [Reported by @wareohji]
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groonga/Makefile5
-rw-r--r--textproc/groonga/PLIST13
-rw-r--r--textproc/groonga/distinfo8
3 files changed, 18 insertions, 8 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 19cd86c37ee..57e1dff9458 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2012/03/03 00:14:00 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2012/03/20 08:33:16 obache Exp $
#
-DISTNAME= groonga-1.3.0
-PKGREVISION= 1
+DISTNAME= groonga-2.0.0
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST
index 70f939cfbac..42205119760 100644
--- a/textproc/groonga/PLIST
+++ b/textproc/groonga/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/02/27 11:59:52 obache Exp $
+@comment $NetBSD: PLIST,v 1.11 2012/03/20 08:33:16 obache Exp $
bin/grntest
bin/groonga
bin/groonga-query-log-analyzer
@@ -7,6 +7,7 @@ ${PLIST.learner}bin/groonga-suggest-httpd
${PLIST.learner}bin/groonga-suggest-learner
include/groonga/groonga.h
include/groonga/groonga/plugin.h
+include/groonga/groonga/tokenizer.h
lib/groonga/plugins/suggest/suggest.la
${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
lib/libgroonga.la
@@ -68,6 +69,7 @@ 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/indexing.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
@@ -75,6 +77,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/1.2.x.txt
share/doc/groonga/en/html/_sources/news/senna.txt
share/doc/groonga/en/html/_sources/output.txt
share/doc/groonga/en/html/_sources/pseudo_column.txt
@@ -185,6 +188,7 @@ 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/indexing.html
share/doc/groonga/en/html/install.html
share/doc/groonga/en/html/limitations.html
share/doc/groonga/en/html/log.html
@@ -192,6 +196,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/1.2.x.html
share/doc/groonga/en/html/news/senna.html
share/doc/groonga/en/html/objects.inv
share/doc/groonga/en/html/output.html
@@ -277,6 +282,7 @@ 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/indexing.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
@@ -284,6 +290,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/1.2.x.txt
share/doc/groonga/ja/html/_sources/news/senna.txt
share/doc/groonga/ja/html/_sources/output.txt
share/doc/groonga/ja/html/_sources/pseudo_column.txt
@@ -394,6 +401,7 @@ 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/indexing.html
share/doc/groonga/ja/html/install.html
share/doc/groonga/ja/html/limitations.html
share/doc/groonga/ja/html/log.html
@@ -401,6 +409,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/1.2.x.html
share/doc/groonga/ja/html/news/senna.html
share/doc/groonga/ja/html/objects.inv
share/doc/groonga/ja/html/output.html
@@ -640,6 +649,7 @@ 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/indexing.txt
share/doc/groonga/source/install.txt
share/doc/groonga/source/limitations.txt
share/doc/groonga/source/log.txt
@@ -647,6 +657,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/1.2.x.txt
share/doc/groonga/source/news/senna.txt
share/doc/groonga/source/output.txt
share/doc/groonga/source/pseudo_column.txt
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index aec3ad04ea9..a44b82d669f 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2012/02/27 11:59:52 obache Exp $
+$NetBSD: distinfo,v 1.11 2012/03/20 08:33:16 obache Exp $
-SHA1 (groonga-1.3.0.tar.gz) = 61b02d5e5b1bc4e5aff08074094a5c0ed934c1a6
-RMD160 (groonga-1.3.0.tar.gz) = a96b29e1918744119c02a3013e4dc424c895e590
-Size (groonga-1.3.0.tar.gz) = 6528612 bytes
+SHA1 (groonga-2.0.0.tar.gz) = fd715587d9cb9463a0ff7f677b7f5c8b907baf03
+RMD160 (groonga-2.0.0.tar.gz) = a5517c695dd72272b867e45557ee86ef59b5f03a
+Size (groonga-2.0.0.tar.gz) = 6531246 bytes