Index: head/textproc/groonga/Makefile =================================================================== --- head/textproc/groonga/Makefile (revision 372081) +++ head/textproc/groonga/Makefile (revision 372082) @@ -1,76 +1,76 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 4.0.5 +PORTVERSION= 4.0.6.1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ MAINTAINER= ports@FreeBSD.org COMMENT= Open-source fulltext search engine and column store LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --disable-silent-rules \ --localstatedir=/var \ --without-cutter \ --without-inkscape \ --without-kytea \ --without-lemon \ --with-log-path=/var/log/groonga.log \ --with-munin-plugins INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PKGDEINSTALL= ${PKGINSTALL} BROKEN_ia64= does not compile on ia64 BROKEN_powerpc= does not compile on powerpc BROKEN_sparc64= does not compile on sparc64 OPTIONS_DEFINE= MECAB SUGGEST OPTIONS_DEFAULT= MECAB SUGGEST OPTIONS_SUB= yes MECAB_DESC= Morphological analysis support via MeCab MECAB_LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ libmsgpack.so:${PORTSDIR}/devel/msgpack \ libzmq.so:${PORTSDIR}/net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq SUGGEST_CONFIGURE_OFF= --without-libevent \ --without-message-pack \ --disable-zeromq .include .if ${ARCH} == i386 USE_GCC= any .endif post-patch: @${REINPLACE_CMD} -e \ 's|lib/$${PACKAGE}/db/db|db/$${PACKAGE}/db| ; \ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.7.4/auto/install + ${WRKSRC}/vendor/nginx-1.7.6/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd .include Index: head/textproc/groonga/distinfo =================================================================== --- head/textproc/groonga/distinfo (revision 372081) +++ head/textproc/groonga/distinfo (revision 372082) @@ -1,2 +1,2 @@ -SHA256 (groonga-4.0.5.tar.gz) = c36f95f7d2fae23a298b3de6677bbd7546e23d972ff6079aa6056ae77ca3da35 -SIZE (groonga-4.0.5.tar.gz) = 10828892 +SHA256 (groonga-4.0.6.1.tar.gz) = 4b63383c593fbfb7b019238edb50a756eb5bdfad1d99465aa0fb6ddbc91eec69 +SIZE (groonga-4.0.6.1.tar.gz) = 10940699 Index: head/textproc/groonga/pkg-plist =================================================================== --- head/textproc/groonga/pkg-plist (revision 372081) +++ head/textproc/groonga/pkg-plist (revision 372082) @@ -1,195 +1,164 @@ bin/groonga bin/groonga-benchmark %%SUGGEST%%bin/groonga-suggest-create-dataset %%SUGGEST%%bin/groonga-suggest-httpd %%SUGGEST%%bin/groonga-suggest-learner %%ETCDIR%%/groonga.conf %%ETCDIR%%/httpd/fastcgi.conf %%ETCDIR%%/httpd/fastcgi.conf.default %%ETCDIR%%/httpd/fastcgi_params %%ETCDIR%%/httpd/fastcgi_params.default %%ETCDIR%%/httpd/groonga-httpd.conf %%ETCDIR%%/httpd/html/50x.html %%ETCDIR%%/httpd/html/index.html %%ETCDIR%%/httpd/koi-utf %%ETCDIR%%/httpd/koi-win %%ETCDIR%%/httpd/mime.types %%ETCDIR%%/httpd/mime.types.default %%ETCDIR%%/httpd/nginx.conf.default %%ETCDIR%%/httpd/scgi_params %%ETCDIR%%/httpd/scgi_params.default %%ETCDIR%%/httpd/uwsgi_params %%ETCDIR%%/httpd/uwsgi_params.default %%ETCDIR%%/httpd/win-utf %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/plugin.h +include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so lib/groonga/plugins/suggest/suggest.a lib/groonga/plugins/suggest/suggest.so lib/groonga/plugins/table/table.a lib/groonga/plugins/table/table.so +lib/groonga/plugins/token_filters/stop_word.a +lib/groonga/plugins/token_filters/stop_word.so %%MECAB%%lib/groonga/plugins/tokenizers/mecab.a %%MECAB%%lib/groonga/plugins/tokenizers/mecab.so lib/libgroonga.a lib/libgroonga.so lib/libgroonga.so.0 lib/libgroonga.so.0.0.0 libdata/pkgconfig/groonga.pc sbin/groonga-httpd sbin/groonga-httpd-restart %%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/index.html %%DATADIR%%/examples/dictionary/html/js/dictionary.js %%DATADIR%%/examples/dictionary/html/js/jquery-1.7.2.min.js %%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js %%DATADIR%%/examples/dictionary/init-db.sh %%DATADIR%%/examples/dictionary/jmdict/jmdict.rb %%DATADIR%%/examples/dictionary/readme.txt %%DATADIR%%/html/admin/css/groonga-admin.css %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png %%DATADIR%%/html/admin/css/redmond/jquery-ui-1.8.18.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/groonga.svg %%DATADIR%%/html/admin/images/loading.gif %%DATADIR%%/html/admin/index.html %%DATADIR%%/html/admin/index.ja.html %%DATADIR%%/html/admin/js/groonga-admin.js %%DATADIR%%/html/admin/js/groonga-admin.ja.js %%DATADIR%%/html/admin/js/jquery-1.7.2.min.js %%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.min.js %%DATADIR%%/html/admin/js/jquery.flot-0.7.min.js %%DATADIR%%/html/admin/js/jquery.flot.license.txt %%DATADIR%%/images/logo/groonga-icon-foreground-white.png %%DATADIR%%/images/logo/groonga-icon-foreground-white.svg %%DATADIR%%/images/logo/groonga-icon-full-size.png %%DATADIR%%/images/logo/groonga-icon-full-size.svg %%DATADIR%%/images/logo/groonga-icon.png %%DATADIR%%/images/logo/groonga-icon.svg %%DATADIR%%/images/logo/groonga-logo-foreground-white.png %%DATADIR%%/images/logo/groonga-logo-foreground-white.svg %%DATADIR%%/images/logo/groonga-logo.png %%DATADIR%%/images/logo/groonga-logo.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.png %%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-bar.png %%DATADIR%%/images/logo/groonga-powered-by-banner-bar.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.png %%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-large.png %%DATADIR%%/images/logo/groonga-powered-by-banner-large.svg %%DATADIR%%/images/logo/groonga-powered-by-banner.png %%DATADIR%%/images/logo/groonga-powered-by-banner.svg %%DATADIR%%/images/logo/mroonga-icon-foreground-white.png %%DATADIR%%/images/logo/mroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/mroonga-icon-full-size.png %%DATADIR%%/images/logo/mroonga-icon-full-size.svg %%DATADIR%%/images/logo/mroonga-icon.png %%DATADIR%%/images/logo/mroonga-icon.svg %%DATADIR%%/images/logo/mroonga-logo-foreground-white.png %%DATADIR%%/images/logo/mroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/mroonga-logo.png %%DATADIR%%/images/logo/mroonga-logo.svg %%DATADIR%%/images/logo/nroonga-icon-foreground-white.png %%DATADIR%%/images/logo/nroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/nroonga-icon-full-size.png %%DATADIR%%/images/logo/nroonga-icon-full-size.svg %%DATADIR%%/images/logo/nroonga-icon.png %%DATADIR%%/images/logo/nroonga-icon.svg %%DATADIR%%/images/logo/nroonga-logo-foreground-white.png %%DATADIR%%/images/logo/nroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/nroonga-logo.png %%DATADIR%%/images/logo/nroonga-logo.svg %%DATADIR%%/images/logo/rroonga-icon-foreground-white.png %%DATADIR%%/images/logo/rroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/rroonga-icon-full-size.png %%DATADIR%%/images/logo/rroonga-icon-full-size.svg %%DATADIR%%/images/logo/rroonga-icon.png %%DATADIR%%/images/logo/rroonga-icon.svg %%DATADIR%%/images/logo/rroonga-logo-foreground-white.png %%DATADIR%%/images/logo/rroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/rroonga-logo.png %%DATADIR%%/images/logo/rroonga-logo.svg %%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 %%DATADIR%%/munin/plugins -@dirrm %%DATADIR%%/munin -@dirrm %%DATADIR%%/images/logo -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/html/admin/js -@dirrm %%DATADIR%%/html/admin/images -@dirrm %%DATADIR%%/html/admin/css/redmond/images -@dirrm %%DATADIR%%/html/admin/css/redmond -@dirrm %%DATADIR%%/html/admin/css -@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%% -%%MECAB%%@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 %%ETCDIR%%/httpd/html -@dirrm %%ETCDIR%%/httpd -@dirrm %%ETCDIR%%