summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-08-29 10:04:45 +0000
committerobache <obache@pkgsrc.org>2014-08-29 10:04:45 +0000
commitbe3a3d3e4ac36225bc7a1f0955a98a565656c333 (patch)
tree0cebeecd7e366d2bb2056d92e343eef2055a6224 /textproc/groonga
parent3fbf571cd24344ea657b3769a64322448f4f048f (diff)
downloadpkgsrc-be3a3d3e4ac36225bc7a1f0955a98a565656c333.tar.gz
Update groonga to 4.0.5.
Release 4.0.5 - 2014/08/29 -------------------------- Improvements ^^^^^^^^^^^^ * Dropped Ubuntu 13.10 (Saucy Salamander). * Supported to show weight vector element as XML. * [ :doc:`/reference/functions/between` ] Supported outside of key range. * [mruby] Changed to use Onigmo as regexp implementation. * Added :doc:`/reference/functions/highlight_full` and :doc:`/reference/functions/highlight_html` which tags output text. [GitHub#185] [Patch by Naoya Murakami] * [doc] Updated outdated functions/commands reference [GitHub#188] [GitHub#189] [Patch by Naoya Murakami] * [benchmark] Added average and median in benchmark result. * Exported :c:func:`grn_selector_func` and :c:func:`grn_proc_set_selector` for plugin developer. [GitHub#190] [Patch by Naoya Murakami] * [ :doc:`/reference/commands/tokenize` ] Added "mode" option to control behavior. You can use ``GET`` or ``ADD`` as a mode. [GitHub#191] [GitHub#192] [Patch by Naoya Murakami] * Supported near search by '\*N"A Z"' syntax. * Supported to customize behavior of tokenizer whether it skips token or skips token with position. This feature is useful for developing tokenizer plugin. [GitHub#193] [Patch by Naoya Murakami] * [doc] Updated description that a bug report is accepted in Japanese on GitHub issue tracker. [Reported by 6elz] [groonga-dev,02651] * [doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920] Fixes ^^^^^ * [php] Fixed memory leak when :c:func:`grn_ctx_recv()` is used. [GitHub#184] [Patch by @do-aki] * [php] Fixed to avoid double free when :c:func:`grn_ctx_close()` is called. [GitHub#184] [Patch by @do-aki] * Fixed to support out-of-tree build again. * [httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix. * Fixed a bug that infinite loop occurs sometimes when updating indexes. [groonga-dev,02673] [Reported by MINAGAWA Sho] * Fixed a bug that document frequency is invalid when :ref:`offline-index-construction` is used. [groonga-dev,02691] [Reported by Naoya Murakami] Thanks ^^^^^^ * @do-aki * Naoya Murakami * 6elz * MINAGAWA Sho * cosmo0920
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile4
-rw-r--r--textproc/groonga/PLIST10
-rw-r--r--textproc/groonga/distinfo8
-rw-r--r--textproc/groonga/options.mk4
4 files changed, 17 insertions, 9 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index ce98f073b07..d07f6178980 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2014/07/29 10:00:22 obache Exp $
+# $NetBSD: Makefile,v 1.45 2014/08/29 10:04:45 obache Exp $
#
-DISTNAME= groonga-4.0.4
+DISTNAME= groonga-4.0.5
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST
index bee72ff4aa4..8a21b47fcfb 100644
--- a/textproc/groonga/PLIST
+++ b/textproc/groonga/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2014/07/29 10:00:22 obache Exp $
+@comment $NetBSD: PLIST,v 1.24 2014/08/29 10:04:45 obache Exp $
bin/groonga
bin/groonga-benchmark
bin/groonga-suggest-create-dataset
@@ -137,6 +137,8 @@ share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
+share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt
+share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt
share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt
share/doc/groonga/en/html/_sources/reference/functions/now.txt
share/doc/groonga/en/html/_sources/reference/functions/query.txt
@@ -330,6 +332,8 @@ share/doc/groonga/en/html/reference/functions/edit_distance.html
share/doc/groonga/en/html/reference/functions/geo_distance.html
share/doc/groonga/en/html/reference/functions/geo_in_circle.html
share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
+share/doc/groonga/en/html/reference/functions/highlight_full.html
+share/doc/groonga/en/html/reference/functions/highlight_html.html
share/doc/groonga/en/html/reference/functions/html_untag.html
share/doc/groonga/en/html/reference/functions/now.html
share/doc/groonga/en/html/reference/functions/query.html
@@ -500,6 +504,8 @@ share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
+share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt
+share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt
share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt
share/doc/groonga/ja/html/_sources/reference/functions/now.txt
share/doc/groonga/ja/html/_sources/reference/functions/query.txt
@@ -693,6 +699,8 @@ share/doc/groonga/ja/html/reference/functions/edit_distance.html
share/doc/groonga/ja/html/reference/functions/geo_distance.html
share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
+share/doc/groonga/ja/html/reference/functions/highlight_full.html
+share/doc/groonga/ja/html/reference/functions/highlight_html.html
share/doc/groonga/ja/html/reference/functions/html_untag.html
share/doc/groonga/ja/html/reference/functions/now.html
share/doc/groonga/ja/html/reference/functions/query.html
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index eea95013463..bfe08fb4931 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2014/07/29 10:00:22 obache Exp $
+$NetBSD: distinfo,v 1.31 2014/08/29 10:04:45 obache Exp $
-SHA1 (groonga-4.0.4.tar.gz) = 47c874beb84fcb1c5420a5cb1d1da1441464dcbb
-RMD160 (groonga-4.0.4.tar.gz) = 6460d9a4d090f43dc20405f1ed76268fd8836e2a
-Size (groonga-4.0.4.tar.gz) = 10029443 bytes
+SHA1 (groonga-4.0.5.tar.gz) = 2e6fd8743a71532f5ee29f3508b678f5505802d2
+RMD160 (groonga-4.0.5.tar.gz) = ff6dbebc7cb62dc9079246bd2b4a5e7a2d022557
+Size (groonga-4.0.5.tar.gz) = 10828892 bytes
diff --git a/textproc/groonga/options.mk b/textproc/groonga/options.mk
index d5fdf76d97d..80e90982280 100644
--- a/textproc/groonga/options.mk
+++ b/textproc/groonga/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2014/07/29 10:00:22 obache Exp $
+# $NetBSD: options.mk,v 1.12 2014/08/29 10:04:45 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.groonga
@@ -100,7 +100,7 @@ CONF_FILES+= share/examples/${PKGBASE}/httpd/win-utf \
SUBST_CLASSES+= confpath
SUBST_STAGE.confpath= post-configure
-SUBST_FILES.confpath= vendor/nginx-1.7.3/objs/Makefile
+SUBST_FILES.confpath= vendor/nginx-1.7.4/objs/Makefile
SUBST_SED.confpath= -e 's,\$$(DESTDIR)${PKG_SYSCONFDIR}/httpd,\$$(DESTDIR)${PREFIX}/share/examples/${PKGBASE}/httpd,g'
.else
CONFIGURE_ARGS+= --disable-groonga-httpd