Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 02:47:11 GMT
From:      Takashi Kato <townwear@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176135: [PATCH] textproc/groonga : update to 3.0.0
Message-ID:  <201302140247.r1E2lB0i090897@red.freebsd.org>
Resent-Message-ID: <201302140250.r1E2o0Yo010874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176135
>Category:       ports
>Synopsis:       [PATCH] textproc/groonga : update to 3.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 14 02:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takashi Kato
>Release:        9.0-RELEASE-p3
>Organization:
>Environment:
FreeBSD 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
update to 3.0.0 from 1.3.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN groonga.orig/Makefile groonga/Makefile
--- groonga.orig/Makefile	2012-11-17 15:01:57.000000000 +0900
+++ groonga/Makefile	2013-02-14 10:57:14.000000000 +0900
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	groonga
-PORTVERSION=	1.3.0
+PORTVERSION=	3.0.0
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_LOCAL} \
-		http://packages.groonga.org/source/groonga/
-MASTER_SITE_SUBDIR=	kuriyama
+MASTER_SITES=	http://packages.groonga.org/source/groonga/
 
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Open-source fulltext search engine and column store
@@ -21,11 +19,15 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	pkgconfig
-CONFIGURE_ARGS=	--with-munin-plugins
+USE_GMAKE=      yes
+CONFIGURE_ARGS=	--with-munin-plugins 
 # We cannot enable this document option until textproc/py-sphinx be upgraded to 1.2.
-CONFIGURE_ARGS+=	--disable-document
+CONFIGURE_ARGS+=	--disable-document \
+			--with-log-path=/var/log/groonga.log \
+			--localstatedir=/var
 
-OPTIONS=	MECAB	"use mecab for morphological analysis" on
+OPTIONS=	MECAB	"use mecab for morphological analysis" on \
+		SUGGEST	"use suggest for suggest" on
 
 .include <bsd.port.pre.mk>
 
@@ -42,4 +44,19 @@
 PLIST_SUB+=	MECAB="@comment "
 .endif
 
+.if defined(WITH_SUGGEST)
+CONFIGURE_ARGS+=	--with-libevent=${LOCALBASE} \
+			--with-message-pack=${LOCALBASE} \
+			--enable-zeromq
+LIB_DEPENDS+=	event-1.4:${PORTSDIR}/devel/libevent \
+		msgpack:${PORTSDIR}/devel/msgpack \
+		zmq:${PORTSDIR}/devel/zmq
+PLIST_SUB+=	SUGGEST=""
+.else
+CONFIGURE_ARGS+=	--without-libevent \
+			--without-message-pack \
+			--disable-zeromq
+PLIST_SUB+=	SUGGEST="@comment "
+.endif
+
 .include <bsd.port.post.mk>
diff -ruN groonga.orig/distinfo groonga/distinfo
--- groonga.orig/distinfo	2012-07-18 09:17:48.000000000 +0900
+++ groonga/distinfo	2013-02-13 12:14:23.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (groonga-1.3.0.tar.gz) = d2a55d7cd8d5faf0957b31e040793412077b91d2176565d5a0d2caf94334e3a7
-SIZE (groonga-1.3.0.tar.gz) = 6528612
+SHA256 (groonga-3.0.0.tar.gz) = 65db063808cac1034a2e2a15bdda26b698423957a72ff4fc9e7219ce028a7066
+SIZE (groonga-3.0.0.tar.gz) = 14257656
diff -ruN groonga.orig/files/patch-Makefile.in groonga/files/patch-Makefile.in
--- groonga.orig/files/patch-Makefile.in	2010-11-28 23:50:12.000000000 +0900
+++ groonga/files/patch-Makefile.in	2013-01-29 11:20:38.000000000 +0900
@@ -1,9 +1,9 @@
---- Makefile.in.orig	2010-11-24 21:34:43.000000000 +0900
-+++ Makefile.in	2010-11-28 22:37:10.799791656 +0900
-@@ -276,7 +276,7 @@
- SUBDIRS = include lib plugins src examples test apt rpm yum data resource doc
- #dist_data_DATA =
- EXTRA_DIST = bindings version-gen.sh
+--- Makefile.in.orig	2012-12-29 20:49:48.573619000 +0900
++++ Makefile.in	2013-01-29 11:19:56.000000000 +0900
+@@ -401,7 +401,7 @@
+ 	CMakeLists.txt				\
+ 	config.h.cmake
+ 
 -pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfigdir = $(prefix)/libdata/pkgconfig
  pkgconfig_DATA = groonga.pc
diff -ruN groonga.orig/files/patch-configure groonga/files/patch-configure
--- groonga.orig/files/patch-configure	1970-01-01 09:00:00.000000000 +0900
+++ groonga/files/patch-configure	2013-02-13 14:24:04.000000000 +0900
@@ -0,0 +1,11 @@
+--- configure.orig	2013-02-04 11:25:20.592931000 +0900
++++ configure	2013-02-13 14:23:43.000000000 +0900
+@@ -24947,7 +24947,7 @@
+ 
+ GROONGA_HTTPD_DEFAULT_DATABASE_PATH="`
+   test \"$prefix\" = NONE && prefix=/usr/local
+-  eval eval eval echo ${localstatedir}/lib/${PACKAGE}/db/db
++  eval eval eval echo ${localstatedir}/db/${PACKAGE}/db
+ `"
+ 
+ 
diff -ruN groonga.orig/pkg-plist groonga/pkg-plist
--- groonga.orig/pkg-plist	2012-07-18 09:17:48.000000000 +0900
+++ groonga/pkg-plist	2013-02-14 10:40:13.000000000 +0900
@@ -1,12 +1,41 @@
-bin/grntest
 bin/groonga
+bin/groonga-benchmark
 bin/groonga-suggest-create-dataset
+%%SUGGEST%%bin/groonga-suggest-httpd
+%%SUGGEST%%bin/groonga-suggest-learner
 etc/groonga/groonga.conf
+etc/groonga/httpd/fastcgi.conf
+etc/groonga/httpd/fastcgi.conf.default
+etc/groonga/httpd/fastcgi_params
+etc/groonga/httpd/fastcgi_params.default
+etc/groonga/httpd/groonga-httpd.conf
+etc/groonga/httpd/html/50x.html
+etc/groonga/httpd/html/index.html
+etc/groonga/httpd/koi-utf
+etc/groonga/httpd/koi-win
+etc/groonga/httpd/mime.types
+etc/groonga/httpd/mime.types.default
+etc/groonga/httpd/nginx.conf.default
+etc/groonga/httpd/scgi_params
+etc/groonga/httpd/scgi_params.default
+etc/groonga/httpd/uwsgi_params
+etc/groonga/httpd/uwsgi_params.default
+etc/groonga/httpd/win-utf
+etc/groonga/synonyms.tsv
 include/groonga/groonga.h
+include/groonga/groonga/nfkc.h
+include/groonga/groonga/normalizer.h
 include/groonga/groonga/plugin.h
-lib/groonga/plugins/suggest/suggest.so
-lib/groonga/plugins/suggest/suggest.la
+include/groonga/groonga/tokenizer.h
+lib/groonga/plugins/query_expanders/tsv.a
+lib/groonga/plugins/query_expanders/tsv.la
+lib/groonga/plugins/query_expanders/tsv.so
 lib/groonga/plugins/suggest/suggest.a
+lib/groonga/plugins/suggest/suggest.la
+lib/groonga/plugins/suggest/suggest.so
+lib/groonga/plugins/table/table.a
+lib/groonga/plugins/table/table.la
+lib/groonga/plugins/table/table.so
 %%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
 %%MECAB%%lib/groonga/plugins/tokenizers/mecab.la
 %%MECAB%%lib/groonga/plugins/tokenizers/mecab.so
@@ -15,97 +44,155 @@
 lib/libgroonga.so
 lib/libgroonga.so.0
 libdata/pkgconfig/groonga.pc
-%%DATADIR%%/examples/dictionary/edict/edict-import.sh
-%%DATADIR%%/examples/dictionary/edict/edict2grn.rb
-%%DATADIR%%/examples/dictionary/eijiro/eijiro-import.sh
-%%DATADIR%%/examples/dictionary/eijiro/eijiro2grn.rb
-%%DATADIR%%/examples/dictionary/gene95/gene-import.sh
-%%DATADIR%%/examples/dictionary/gene95/gene2grn.rb
-%%DATADIR%%/examples/dictionary/html/css/dictionary.css
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
-%%DATADIR%%/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
-%%DATADIR%%/examples/dictionary/html/js/dictionary.js
-%%DATADIR%%/examples/dictionary/html/js/jquery-1.6.0.min.js
-%%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
-%%DATADIR%%/examples/dictionary/html/index.html
-%%DATADIR%%/examples/dictionary/init-db.sh
-%%DATADIR%%/examples/dictionary/jmdict/jmdict.rb
-%%DATADIR%%/examples/dictionary/readme.txt
-%%DATADIR%%/html/admin/css/admin.css
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_222222_256x240.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
-%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png
-%%DATADIR%%/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css
-%%DATADIR%%/html/admin/favicon.ico
-%%DATADIR%%/html/admin/favicon.png
-%%DATADIR%%/html/admin/favicon.svg
-%%DATADIR%%/html/admin/images/groonga.png
-%%DATADIR%%/html/admin/images/loading.gif
-%%DATADIR%%/html/admin/index.html
-%%DATADIR%%/html/admin/js/jquery-1.4.2.min.js
-%%DATADIR%%/html/admin/js/jquery-ui-1.8.1.custom.min.js
-%%DATADIR%%/html/admin/js/jquery.flot-0.7.min.js
-%%DATADIR%%/html/admin/js/jquery.flot.license.txt
-%%DATADIR%%/html/admin/js/jquery.json-2.2.min.js
-%%DATADIR%%/munin/plugins/groonga_cpu_load
-%%DATADIR%%/munin/plugins/groonga_cpu_time
-%%DATADIR%%/munin/plugins/groonga_disk
-%%DATADIR%%/munin/plugins/groonga_memory
-%%DATADIR%%/munin/plugins/groonga_n_records
-%%DATADIR%%/munin/plugins/groonga_query_performance
-%%DATADIR%%/munin/plugins/groonga_status
-%%DATADIR%%/munin/plugins/groonga_throughput
-@dirrm %%DOCSDIR%%/ja
-@dirrm %%DOCSDIR%%/en
-@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/munin/plugins
-@dirrm %%DATADIR%%/munin
-@dirrm %%DATADIR%%/html/admin/css/ui-lightness/images
-@dirrm %%DATADIR%%/html/admin/css/ui-lightness
-@dirrm %%DATADIR%%/html/admin/css
-@dirrm %%DATADIR%%/html/admin/images
-@dirrm %%DATADIR%%/html/admin/js
-@dirrm %%DATADIR%%/html/admin
-@dirrm %%DATADIR%%/html
-@dirrm %%DATADIR%%/examples/dictionary/jmdict
-@dirrm %%DATADIR%%/examples/dictionary/html/js
-@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness/images
-@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness
-@dirrm %%DATADIR%%/examples/dictionary/html/css
-@dirrm %%DATADIR%%/examples/dictionary/html
-@dirrm %%DATADIR%%/examples/dictionary/gene95
-@dirrm %%DATADIR%%/examples/dictionary/eijiro
-@dirrm %%DATADIR%%/examples/dictionary/edict
-@dirrm %%DATADIR%%/examples/dictionary
-@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%
+sbin/groonga-httpd
+sbin/groonga-httpd-restart
+share/groonga/examples/dictionary/edict/edict-import.sh
+share/groonga/examples/dictionary/edict/edict2grn.rb
+share/groonga/examples/dictionary/eijiro/eijiro-import.sh
+share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
+share/groonga/examples/dictionary/gene95/gene-import.sh
+share/groonga/examples/dictionary/gene95/gene2grn.rb
+share/groonga/examples/dictionary/html/css/dictionary.css
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
+share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
+share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
+share/groonga/examples/dictionary/html/index.html
+share/groonga/examples/dictionary/html/js/dictionary.js
+share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
+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/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/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
+share/groonga/munin/plugins/groonga_cpu_load
+share/groonga/munin/plugins/groonga_cpu_time
+share/groonga/munin/plugins/groonga_disk
+share/groonga/munin/plugins/groonga_memory
+share/groonga/munin/plugins/groonga_n_records
+share/groonga/munin/plugins/groonga_query_performance
+share/groonga/munin/plugins/groonga_status
+share/groonga/munin/plugins/groonga_throughput
+@dirrm share/groonga/munin/plugins
+@dirrm share/groonga/munin
+@dirrm share/groonga/images/logo
+@dirrm share/groonga/images
+@dirrm share/groonga/html/admin/js
+@dirrm share/groonga/html/admin/images
+@dirrm share/groonga/html/admin/css/redmond/images
+@dirrm share/groonga/html/admin/css/redmond
+@dirrm share/groonga/html/admin/css
+@dirrm share/groonga/html/admin
+@dirrm share/groonga/html
+@dirrm share/groonga/examples/dictionary/jmdict
+@dirrm share/groonga/examples/dictionary/html/js
+@dirrm share/groonga/examples/dictionary/html/css/smoothness/images
+@dirrm share/groonga/examples/dictionary/html/css/smoothness
+@dirrm share/groonga/examples/dictionary/html/css
+@dirrm share/groonga/examples/dictionary/html
+@dirrm share/groonga/examples/dictionary/gene95
+@dirrm share/groonga/examples/dictionary/eijiro
+@dirrm share/groonga/examples/dictionary/edict
+@dirrm share/groonga/examples/dictionary
+@dirrm share/groonga/examples
+@dirrm share/groonga
 @dirrm lib/groonga/plugins/tokenizers
+@dirrm lib/groonga/plugins/table
 @dirrm lib/groonga/plugins/suggest
+@dirrm lib/groonga/plugins/query_expanders
 @dirrm lib/groonga/plugins
 @dirrm lib/groonga
 @dirrm include/groonga/groonga
 @dirrm include/groonga
+@dirrm etc/groonga/httpd/html
+@dirrm etc/groonga/httpd
 @dirrm etc/groonga


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302140247.r1E2lB0i090897>