diff options
author | obache <obache@pkgsrc.org> | 2012-04-29 13:33:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-29 13:33:06 +0000 |
commit | 7bb3cbda028a4da0bce26bbc1a23a5e456cb499c (patch) | |
tree | 352923163cdefff0085a1b071d4f3a94ce7a5bfc /textproc | |
parent | d68c142d6f47a538f3d0225f4ec69c4d572b1178 (diff) | |
download | pkgsrc-7bb3cbda028a4da0bce26bbc1a23a5e456cb499c.tar.gz |
Update groonga to 2.0.2.
Release 2.0.2 - 2012/04/29
--------------------------
Improvements
^^^^^^^^^^^^
* [pkg-config] Removed needless MessagePack dependency.
* [rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]
* [rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]
* [groonga] Improved daemoinzed timing. Groonga server daemonizes
after socket is listened. It means that groonga server is ready when
groonga server is daemonized. [#1326]
* [admin] Supported suggest in groonga administration page.
* [dump] Ignored MeCab tokenizer load error.
* Supported CMake.
* [load] Supported error report when a column value can't be set.
* Supported similar search. ``select --filter "column *S 'TEXT'"``
is the similar search syntax. [#1342]
* [apt][yum] Changed package sign key.
* Supported Ubuntu Precise Pangolin.
* [apt] Added a new groonga-keyring deb package for the groonga's
package sign key.
Fixes
^^^^^
* [deb][rpm] Used ``--bind-address`` option instead of deprecated
``--address`` option.
[#1320] [Patch by IWAI, Masaharu]
* [deb] Renamed groonga-server package's configuration file to
/etc/default/groonga-server from /etc/default/groonga.
* [rpm][fedora] Fixed upgrade condition in %post server.
[GitHub#11] [Patch by Daiki Ueno]
* [rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]
* [deb][rpm] Added missing curl dependency.
[GitHub#12] [Patch by IWAI, Masaharu]
* [rpm] Removed needleess ruby package dependency from groonga package.
[#1330] [Suggested by IWAI, Masaharu]
* [deb] Added missing default values to groonga-server's
configuration file.
* Fixed a crash bug that is caused when searching with updaging very large
inverted index. [#1329]
* Fixed a bug that strings are compared as characters instead of byte string.
[#1340] [Reported by Shinya Kawaji]
.. _release-2-0-1:
Release 2.0.1 - 2012/03/29
--------------------------
Improvements
^^^^^^^^^^^^
* Supported build in other directory.
[#1298] [Reported by Kazuhiko]
* [solaris] Supported build on Solaris 11. [Reported by Kazuhiko]
* [test] Supported functional test.
* [test] Required ``--with-ruby19`` configure option for testing by Ruby.
* [dump] Supported records dump for a table that has default tokenizer.
* [suggest] Added ``similar_search`` option.
* [groonga] Removed deprecated options, ``-a``, ``--address`` and
``--admin-html-path``.
* Added more return value checks. [GitHub#9] [Reported by Markus Elfring]
* [dat] Supported term extract operation.
* Added `logos <http://groonga.org/logo/>`_ .
* Updated HTML design.
* Renamed ``grntest`` to ``groonga-benchmark``.
* Supported ``autogen.sh`` on CentOS 5.
* [linux] Added ``vm.overcommit_memory`` kernel parameter value
check. [#1289]
* ``grn_snip`` uses ``grn_obj`` mechanism. [#1054]
Fixes
^^^^^
* Fixed a bug that uninstall task doesn't uninstall installed Ruby
scripts. [#1299] [Reported by Kazuhiko]
* Added a missing Gemfile. [#1302] [Reported by Kazuhiko]
* Fixed a bug that some indexed records aren't found. The feature is
only used by mroonga. [#1303]
* [groonga] Appended missing ``-id`` to ``--server-id`` option name.
* Fixed a bug that latin1 normalization may access unexpected memory.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 8 | ||||
-rw-r--r-- | textproc/groonga/PLIST | 107 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 8 |
3 files changed, 87 insertions, 36 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index de27641f3df..d2e4e75e9dc 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2012/03/22 15:33:43 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/04/29 13:33:06 obache Exp $ # -DISTNAME= groonga-2.0.0 -PKGREVISION= 1 +DISTNAME= groonga-2.0.2 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ @@ -13,6 +12,7 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir +RUBY_VERSION_SUPPORTED= 192 193 .include "../../lang/ruby/rubyversion.mk" DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE} @@ -27,7 +27,7 @@ EXTRACT_USING= bsdtar CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} CONFIGURE_ARGS+= --localstatedir=${VARBASE} -CONFIGURE_ARGS+= --with-ruby=${RUBY} +CONFIGURE_ARGS+= --with-ruby19=${RUBY} PKGCONFIG_OVERRIDE+= groonga.pc.in diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index 42205119760..2d40fe25479 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.11 2012/03/20 08:33:16 obache Exp $ -bin/grntest +@comment $NetBSD: PLIST,v 1.12 2012/04/29 13:33:06 obache Exp $ bin/groonga +bin/groonga-benchmark bin/groonga-query-log-analyzer bin/groonga-suggest-create-dataset ${PLIST.learner}bin/groonga-suggest-httpd @@ -110,25 +110,21 @@ 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 @@ -323,25 +319,21 @@ 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 @@ -495,6 +487,11 @@ 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/data-4.log +share/doc/groonga/source/example/tutorial/data-5.log +share/doc/groonga/source/example/tutorial/data-6.log +share/doc/groonga/source/example/tutorial/data-7.log +share/doc/groonga/source/example/tutorial/data-8.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 @@ -517,6 +514,7 @@ 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-18.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 @@ -716,30 +714,83 @@ 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/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/css/groonga-admin.css +share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png +share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png +share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png +share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png +share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png +share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png +share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png +share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png +share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.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/groonga.svg 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/groonga-admin.js +share/groonga/html/admin/js/jquery-1.7.2.min.js +share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js share/groonga/html/admin/js/jquery.flot-0.7.min.js share/groonga/html/admin/js/jquery.flot.license.txt share/groonga/html/admin/js/jquery.json-2.2.min.js +share/groonga/images/logo/groonga-icon-foreground-white.png +share/groonga/images/logo/groonga-icon-foreground-white.svg +share/groonga/images/logo/groonga-icon-full-size.png +share/groonga/images/logo/groonga-icon-full-size.svg +share/groonga/images/logo/groonga-icon.png +share/groonga/images/logo/groonga-icon.svg +share/groonga/images/logo/groonga-logo-foreground-white.png +share/groonga/images/logo/groonga-logo-foreground-white.svg +share/groonga/images/logo/groonga-logo.png +share/groonga/images/logo/groonga-logo.svg +share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +share/groonga/images/logo/groonga-powered-by-banner-bar.png +share/groonga/images/logo/groonga-powered-by-banner-bar.svg +share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +share/groonga/images/logo/groonga-powered-by-banner-large.png +share/groonga/images/logo/groonga-powered-by-banner-large.svg +share/groonga/images/logo/groonga-powered-by-banner.png +share/groonga/images/logo/groonga-powered-by-banner.svg +share/groonga/images/logo/mroonga-icon-foreground-white.png +share/groonga/images/logo/mroonga-icon-foreground-white.svg +share/groonga/images/logo/mroonga-icon-full-size.png +share/groonga/images/logo/mroonga-icon-full-size.svg +share/groonga/images/logo/mroonga-icon.png +share/groonga/images/logo/mroonga-icon.svg +share/groonga/images/logo/mroonga-logo-foreground-white.png +share/groonga/images/logo/mroonga-logo-foreground-white.svg +share/groonga/images/logo/mroonga-logo.png +share/groonga/images/logo/mroonga-logo.svg +share/groonga/images/logo/nroonga-icon-foreground-white.png +share/groonga/images/logo/nroonga-icon-foreground-white.svg +share/groonga/images/logo/nroonga-icon-full-size.png +share/groonga/images/logo/nroonga-icon-full-size.svg +share/groonga/images/logo/nroonga-icon.png +share/groonga/images/logo/nroonga-icon.svg +share/groonga/images/logo/nroonga-logo-foreground-white.png +share/groonga/images/logo/nroonga-logo-foreground-white.svg +share/groonga/images/logo/nroonga-logo.png +share/groonga/images/logo/nroonga-logo.svg +share/groonga/images/logo/rroonga-icon-foreground-white.png +share/groonga/images/logo/rroonga-icon-foreground-white.svg +share/groonga/images/logo/rroonga-icon-full-size.png +share/groonga/images/logo/rroonga-icon-full-size.svg +share/groonga/images/logo/rroonga-icon.png +share/groonga/images/logo/rroonga-icon.svg +share/groonga/images/logo/rroonga-logo-foreground-white.png +share/groonga/images/logo/rroonga-logo-foreground-white.svg +share/groonga/images/logo/rroonga-logo.png +share/groonga/images/logo/rroonga-logo.svg diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index a44b82d669f..90a99295cfa 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/03/20 08:33:16 obache Exp $ +$NetBSD: distinfo,v 1.12 2012/04/29 13:33:06 obache Exp $ -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 +SHA1 (groonga-2.0.2.tar.gz) = 038943aee25c7cd93b08667fbeade5f45a5d7cbd +RMD160 (groonga-2.0.2.tar.gz) = ef356504ea0de2e443e6668bfc1d945b8e1362a6 +Size (groonga-2.0.2.tar.gz) = 6928640 bytes |