View | Details | Raw Unified | Return to bug 176135
Collapse All | Expand All

(-)groonga/Makefile (-7 / +24 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	groonga
8
PORTNAME=	groonga
9
PORTVERSION=	1.3.0
9
PORTVERSION=	3.0.0
10
CATEGORIES=	textproc
10
CATEGORIES=	textproc
11
MASTER_SITES=	${MASTER_SITE_LOCAL} \
11
MASTER_SITES=	http://packages.groonga.org/source/groonga/
12
		http://packages.groonga.org/source/groonga/
13
MASTER_SITE_SUBDIR=	kuriyama
14
12
15
MAINTAINER=	kuriyama@FreeBSD.org
13
MAINTAINER=	kuriyama@FreeBSD.org
16
COMMENT=	Open-source fulltext search engine and column store
14
COMMENT=	Open-source fulltext search engine and column store
Lines 21-31 Link Here
21
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
22
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
23
USE_GNOME=	pkgconfig
21
USE_GNOME=	pkgconfig
24
CONFIGURE_ARGS=	--with-munin-plugins
22
USE_GMAKE=      yes
23
CONFIGURE_ARGS=	--with-munin-plugins 
25
# We cannot enable this document option until textproc/py-sphinx be upgraded to 1.2.
24
# We cannot enable this document option until textproc/py-sphinx be upgraded to 1.2.
26
CONFIGURE_ARGS+=	--disable-document
25
CONFIGURE_ARGS+=	--disable-document \
26
			--with-log-path=/var/log/groonga.log \
27
			--localstatedir=/var
27
28
28
OPTIONS=	MECAB	"use mecab for morphological analysis" on
29
OPTIONS=	MECAB	"use mecab for morphological analysis" on \
30
		SUGGEST	"use suggest for suggest" on
29
31
30
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
31
33
Lines 42-45 Link Here
42
PLIST_SUB+=	MECAB="@comment "
44
PLIST_SUB+=	MECAB="@comment "
43
.endif
45
.endif
44
46
47
.if defined(WITH_SUGGEST)
48
CONFIGURE_ARGS+=	--with-libevent=${LOCALBASE} \
49
			--with-message-pack=${LOCALBASE} \
50
			--enable-zeromq
51
LIB_DEPENDS+=	event-1.4:${PORTSDIR}/devel/libevent \
52
		msgpack:${PORTSDIR}/devel/msgpack \
53
		zmq:${PORTSDIR}/devel/zmq
54
PLIST_SUB+=	SUGGEST=""
55
.else
56
CONFIGURE_ARGS+=	--without-libevent \
57
			--without-message-pack \
58
			--disable-zeromq
59
PLIST_SUB+=	SUGGEST="@comment "
60
.endif
61
45
.include <bsd.port.post.mk>
62
.include <bsd.port.post.mk>
(-)groonga/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (groonga-1.3.0.tar.gz) = d2a55d7cd8d5faf0957b31e040793412077b91d2176565d5a0d2caf94334e3a7
1
SHA256 (groonga-3.0.0.tar.gz) = 65db063808cac1034a2e2a15bdda26b698423957a72ff4fc9e7219ce028a7066
2
SIZE (groonga-1.3.0.tar.gz) = 6528612
2
SIZE (groonga-3.0.0.tar.gz) = 14257656
(-)groonga/files/patch-Makefile.in (-6 / +6 lines)
Lines 1-9 Link Here
1
--- Makefile.in.orig	2010-11-24 21:34:43.000000000 +0900
1
--- Makefile.in.orig	2012-12-29 20:49:48.573619000 +0900
2
+++ Makefile.in	2010-11-28 22:37:10.799791656 +0900
2
+++ Makefile.in	2013-01-29 11:19:56.000000000 +0900
3
@@ -276,7 +276,7 @@
3
@@ -401,7 +401,7 @@
4
 SUBDIRS = include lib plugins src examples test apt rpm yum data resource doc
4
 	CMakeLists.txt				\
5
 #dist_data_DATA =
5
 	config.h.cmake
6
 EXTRA_DIST = bindings version-gen.sh
6
 
7
-pkgconfigdir = $(libdir)/pkgconfig
7
-pkgconfigdir = $(libdir)/pkgconfig
8
+pkgconfigdir = $(prefix)/libdata/pkgconfig
8
+pkgconfigdir = $(prefix)/libdata/pkgconfig
9
 pkgconfig_DATA = groonga.pc
9
 pkgconfig_DATA = groonga.pc
(-)groonga/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2013-02-04 11:25:20.592931000 +0900
2
+++ configure	2013-02-13 14:23:43.000000000 +0900
3
@@ -24947,7 +24947,7 @@
4
 
5
 GROONGA_HTTPD_DEFAULT_DATABASE_PATH="`
6
   test \"$prefix\" = NONE && prefix=/usr/local
7
-  eval eval eval echo ${localstatedir}/lib/${PACKAGE}/db/db
8
+  eval eval eval echo ${localstatedir}/db/${PACKAGE}/db
9
 `"
10
 
11
 
(-)groonga/pkg-plist (-90 / +177 lines)
Lines 1-12 Link Here
1
bin/grntest
2
bin/groonga
1
bin/groonga
2
bin/groonga-benchmark
3
bin/groonga-suggest-create-dataset
3
bin/groonga-suggest-create-dataset
4
%%SUGGEST%%bin/groonga-suggest-httpd
5
%%SUGGEST%%bin/groonga-suggest-learner
4
etc/groonga/groonga.conf
6
etc/groonga/groonga.conf
7
etc/groonga/httpd/fastcgi.conf
8
etc/groonga/httpd/fastcgi.conf.default
9
etc/groonga/httpd/fastcgi_params
10
etc/groonga/httpd/fastcgi_params.default
11
etc/groonga/httpd/groonga-httpd.conf
12
etc/groonga/httpd/html/50x.html
13
etc/groonga/httpd/html/index.html
14
etc/groonga/httpd/koi-utf
15
etc/groonga/httpd/koi-win
16
etc/groonga/httpd/mime.types
17
etc/groonga/httpd/mime.types.default
18
etc/groonga/httpd/nginx.conf.default
19
etc/groonga/httpd/scgi_params
20
etc/groonga/httpd/scgi_params.default
21
etc/groonga/httpd/uwsgi_params
22
etc/groonga/httpd/uwsgi_params.default
23
etc/groonga/httpd/win-utf
24
etc/groonga/synonyms.tsv
5
include/groonga/groonga.h
25
include/groonga/groonga.h
26
include/groonga/groonga/nfkc.h
27
include/groonga/groonga/normalizer.h
6
include/groonga/groonga/plugin.h
28
include/groonga/groonga/plugin.h
7
lib/groonga/plugins/suggest/suggest.so
29
include/groonga/groonga/tokenizer.h
8
lib/groonga/plugins/suggest/suggest.la
30
lib/groonga/plugins/query_expanders/tsv.a
31
lib/groonga/plugins/query_expanders/tsv.la
32
lib/groonga/plugins/query_expanders/tsv.so
9
lib/groonga/plugins/suggest/suggest.a
33
lib/groonga/plugins/suggest/suggest.a
34
lib/groonga/plugins/suggest/suggest.la
35
lib/groonga/plugins/suggest/suggest.so
36
lib/groonga/plugins/table/table.a
37
lib/groonga/plugins/table/table.la
38
lib/groonga/plugins/table/table.so
10
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
39
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
11
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.la
40
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.la
12
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.so
41
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.so
Lines 15-111 Link Here
15
lib/libgroonga.so
44
lib/libgroonga.so
16
lib/libgroonga.so.0
45
lib/libgroonga.so.0
17
libdata/pkgconfig/groonga.pc
46
libdata/pkgconfig/groonga.pc
18
%%DATADIR%%/examples/dictionary/edict/edict-import.sh
47
sbin/groonga-httpd
19
%%DATADIR%%/examples/dictionary/edict/edict2grn.rb
48
sbin/groonga-httpd-restart
20
%%DATADIR%%/examples/dictionary/eijiro/eijiro-import.sh
49
share/groonga/examples/dictionary/edict/edict-import.sh
21
%%DATADIR%%/examples/dictionary/eijiro/eijiro2grn.rb
50
share/groonga/examples/dictionary/edict/edict2grn.rb
22
%%DATADIR%%/examples/dictionary/gene95/gene-import.sh
51
share/groonga/examples/dictionary/eijiro/eijiro-import.sh
23
%%DATADIR%%/examples/dictionary/gene95/gene2grn.rb
52
share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
24
%%DATADIR%%/examples/dictionary/html/css/dictionary.css
53
share/groonga/examples/dictionary/gene95/gene-import.sh
25
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
54
share/groonga/examples/dictionary/gene95/gene2grn.rb
26
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
55
share/groonga/examples/dictionary/html/css/dictionary.css
27
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
56
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
28
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
57
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
29
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
58
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
30
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
59
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
31
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
60
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
32
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
61
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
33
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
62
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
34
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
63
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
35
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
64
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
36
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
65
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
37
%%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
66
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
38
%%DATADIR%%/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
67
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
39
%%DATADIR%%/examples/dictionary/html/js/dictionary.js
68
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
40
%%DATADIR%%/examples/dictionary/html/js/jquery-1.6.0.min.js
69
share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
41
%%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
70
share/groonga/examples/dictionary/html/index.html
42
%%DATADIR%%/examples/dictionary/html/index.html
71
share/groonga/examples/dictionary/html/js/dictionary.js
43
%%DATADIR%%/examples/dictionary/init-db.sh
72
share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
44
%%DATADIR%%/examples/dictionary/jmdict/jmdict.rb
73
share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
45
%%DATADIR%%/examples/dictionary/readme.txt
74
share/groonga/examples/dictionary/init-db.sh
46
%%DATADIR%%/html/admin/css/admin.css
75
share/groonga/examples/dictionary/jmdict/jmdict.rb
47
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
76
share/groonga/examples/dictionary/readme.txt
48
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
77
share/groonga/html/admin/css/groonga-admin.css
49
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
78
share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
50
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
79
share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
51
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
80
share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
52
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
81
share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
53
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
82
share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
54
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
83
share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
55
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
84
share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
56
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_222222_256x240.png
85
share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
57
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png
86
share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png
58
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
87
share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png
59
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
88
share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png
60
%%DATADIR%%/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png
89
share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
61
%%DATADIR%%/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css
90
share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
62
%%DATADIR%%/html/admin/favicon.ico
91
share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
63
%%DATADIR%%/html/admin/favicon.png
92
share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
64
%%DATADIR%%/html/admin/favicon.svg
93
share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
65
%%DATADIR%%/html/admin/images/groonga.png
94
share/groonga/html/admin/favicon.ico
66
%%DATADIR%%/html/admin/images/loading.gif
95
share/groonga/html/admin/favicon.png
67
%%DATADIR%%/html/admin/index.html
96
share/groonga/html/admin/favicon.svg
68
%%DATADIR%%/html/admin/js/jquery-1.4.2.min.js
97
share/groonga/html/admin/images/groonga.png
69
%%DATADIR%%/html/admin/js/jquery-ui-1.8.1.custom.min.js
98
share/groonga/html/admin/images/groonga.svg
70
%%DATADIR%%/html/admin/js/jquery.flot-0.7.min.js
99
share/groonga/html/admin/images/loading.gif
71
%%DATADIR%%/html/admin/js/jquery.flot.license.txt
100
share/groonga/html/admin/index.html
72
%%DATADIR%%/html/admin/js/jquery.json-2.2.min.js
101
share/groonga/html/admin/js/groonga-admin.js
73
%%DATADIR%%/munin/plugins/groonga_cpu_load
102
share/groonga/html/admin/js/jquery-1.7.2.min.js
74
%%DATADIR%%/munin/plugins/groonga_cpu_time
103
share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
75
%%DATADIR%%/munin/plugins/groonga_disk
104
share/groonga/html/admin/js/jquery.flot-0.7.min.js
76
%%DATADIR%%/munin/plugins/groonga_memory
105
share/groonga/html/admin/js/jquery.flot.license.txt
77
%%DATADIR%%/munin/plugins/groonga_n_records
106
share/groonga/html/admin/js/jquery.json-2.2.min.js
78
%%DATADIR%%/munin/plugins/groonga_query_performance
107
share/groonga/images/logo/groonga-icon-foreground-white.png
79
%%DATADIR%%/munin/plugins/groonga_status
108
share/groonga/images/logo/groonga-icon-foreground-white.svg
80
%%DATADIR%%/munin/plugins/groonga_throughput
109
share/groonga/images/logo/groonga-icon-full-size.png
81
@dirrm %%DOCSDIR%%/ja
110
share/groonga/images/logo/groonga-icon-full-size.svg
82
@dirrm %%DOCSDIR%%/en
111
share/groonga/images/logo/groonga-icon.png
83
@dirrm %%DOCSDIR%%
112
share/groonga/images/logo/groonga-icon.svg
84
@dirrm %%DATADIR%%/munin/plugins
113
share/groonga/images/logo/groonga-logo-foreground-white.png
85
@dirrm %%DATADIR%%/munin
114
share/groonga/images/logo/groonga-logo-foreground-white.svg
86
@dirrm %%DATADIR%%/html/admin/css/ui-lightness/images
115
share/groonga/images/logo/groonga-logo.png
87
@dirrm %%DATADIR%%/html/admin/css/ui-lightness
116
share/groonga/images/logo/groonga-logo.svg
88
@dirrm %%DATADIR%%/html/admin/css
117
share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
89
@dirrm %%DATADIR%%/html/admin/images
118
share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
90
@dirrm %%DATADIR%%/html/admin/js
119
share/groonga/images/logo/groonga-powered-by-banner-bar.png
91
@dirrm %%DATADIR%%/html/admin
120
share/groonga/images/logo/groonga-powered-by-banner-bar.svg
92
@dirrm %%DATADIR%%/html
121
share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
93
@dirrm %%DATADIR%%/examples/dictionary/jmdict
122
share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
94
@dirrm %%DATADIR%%/examples/dictionary/html/js
123
share/groonga/images/logo/groonga-powered-by-banner-large.png
95
@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness/images
124
share/groonga/images/logo/groonga-powered-by-banner-large.svg
96
@dirrm %%DATADIR%%/examples/dictionary/html/css/smoothness
125
share/groonga/images/logo/groonga-powered-by-banner.png
97
@dirrm %%DATADIR%%/examples/dictionary/html/css
126
share/groonga/images/logo/groonga-powered-by-banner.svg
98
@dirrm %%DATADIR%%/examples/dictionary/html
127
share/groonga/images/logo/mroonga-icon-foreground-white.png
99
@dirrm %%DATADIR%%/examples/dictionary/gene95
128
share/groonga/images/logo/mroonga-icon-foreground-white.svg
100
@dirrm %%DATADIR%%/examples/dictionary/eijiro
129
share/groonga/images/logo/mroonga-icon-full-size.png
101
@dirrm %%DATADIR%%/examples/dictionary/edict
130
share/groonga/images/logo/mroonga-icon-full-size.svg
102
@dirrm %%DATADIR%%/examples/dictionary
131
share/groonga/images/logo/mroonga-icon.png
103
@dirrm %%DATADIR%%/examples
132
share/groonga/images/logo/mroonga-icon.svg
104
@dirrm %%DATADIR%%
133
share/groonga/images/logo/mroonga-logo-foreground-white.png
134
share/groonga/images/logo/mroonga-logo-foreground-white.svg
135
share/groonga/images/logo/mroonga-logo.png
136
share/groonga/images/logo/mroonga-logo.svg
137
share/groonga/images/logo/nroonga-icon-foreground-white.png
138
share/groonga/images/logo/nroonga-icon-foreground-white.svg
139
share/groonga/images/logo/nroonga-icon-full-size.png
140
share/groonga/images/logo/nroonga-icon-full-size.svg
141
share/groonga/images/logo/nroonga-icon.png
142
share/groonga/images/logo/nroonga-icon.svg
143
share/groonga/images/logo/nroonga-logo-foreground-white.png
144
share/groonga/images/logo/nroonga-logo-foreground-white.svg
145
share/groonga/images/logo/nroonga-logo.png
146
share/groonga/images/logo/nroonga-logo.svg
147
share/groonga/images/logo/rroonga-icon-foreground-white.png
148
share/groonga/images/logo/rroonga-icon-foreground-white.svg
149
share/groonga/images/logo/rroonga-icon-full-size.png
150
share/groonga/images/logo/rroonga-icon-full-size.svg
151
share/groonga/images/logo/rroonga-icon.png
152
share/groonga/images/logo/rroonga-icon.svg
153
share/groonga/images/logo/rroonga-logo-foreground-white.png
154
share/groonga/images/logo/rroonga-logo-foreground-white.svg
155
share/groonga/images/logo/rroonga-logo.png
156
share/groonga/images/logo/rroonga-logo.svg
157
share/groonga/munin/plugins/groonga_cpu_load
158
share/groonga/munin/plugins/groonga_cpu_time
159
share/groonga/munin/plugins/groonga_disk
160
share/groonga/munin/plugins/groonga_memory
161
share/groonga/munin/plugins/groonga_n_records
162
share/groonga/munin/plugins/groonga_query_performance
163
share/groonga/munin/plugins/groonga_status
164
share/groonga/munin/plugins/groonga_throughput
165
@dirrm share/groonga/munin/plugins
166
@dirrm share/groonga/munin
167
@dirrm share/groonga/images/logo
168
@dirrm share/groonga/images
169
@dirrm share/groonga/html/admin/js
170
@dirrm share/groonga/html/admin/images
171
@dirrm share/groonga/html/admin/css/redmond/images
172
@dirrm share/groonga/html/admin/css/redmond
173
@dirrm share/groonga/html/admin/css
174
@dirrm share/groonga/html/admin
175
@dirrm share/groonga/html
176
@dirrm share/groonga/examples/dictionary/jmdict
177
@dirrm share/groonga/examples/dictionary/html/js
178
@dirrm share/groonga/examples/dictionary/html/css/smoothness/images
179
@dirrm share/groonga/examples/dictionary/html/css/smoothness
180
@dirrm share/groonga/examples/dictionary/html/css
181
@dirrm share/groonga/examples/dictionary/html
182
@dirrm share/groonga/examples/dictionary/gene95
183
@dirrm share/groonga/examples/dictionary/eijiro
184
@dirrm share/groonga/examples/dictionary/edict
185
@dirrm share/groonga/examples/dictionary
186
@dirrm share/groonga/examples
187
@dirrm share/groonga
105
@dirrm lib/groonga/plugins/tokenizers
188
@dirrm lib/groonga/plugins/tokenizers
189
@dirrm lib/groonga/plugins/table
106
@dirrm lib/groonga/plugins/suggest
190
@dirrm lib/groonga/plugins/suggest
191
@dirrm lib/groonga/plugins/query_expanders
107
@dirrm lib/groonga/plugins
192
@dirrm lib/groonga/plugins
108
@dirrm lib/groonga
193
@dirrm lib/groonga
109
@dirrm include/groonga/groonga
194
@dirrm include/groonga/groonga
110
@dirrm include/groonga
195
@dirrm include/groonga
196
@dirrm etc/groonga/httpd/html
197
@dirrm etc/groonga/httpd
111
@dirrm etc/groonga
198
@dirrm etc/groonga

Return to bug 176135