Index: head/textproc/groonga/pkg-install =================================================================== --- head/textproc/groonga/pkg-install (revision 378828) +++ head/textproc/groonga/pkg-install (nonexistent) @@ -1,19 +0,0 @@ -#!/bin/sh - -if [ "$2" = "INSTALL" ]; then - if [ ! -d /var/log/groonga ]; then - mkdir -p /var/log/groonga - fi - if [ ! -d /var/log/groonga/httpd ]; then - mkdir -p /var/log/groonga/httpd - fi - if [ ! -d /var/run/groonga ]; then - mkdir -p /var/run/groonga - fi -fi - -if [ "$2" = "POST-DEINSTALL" ]; then - rmdir /var/run/groonga 2>/dev/null || true - rmdir /var/log/groonga/httpd 2>/dev/null || true - rmdir /var/log/groonga 2>/dev/null || true -fi Property changes on: head/textproc/groonga/pkg-install ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/groonga/Makefile =================================================================== --- head/textproc/groonga/Makefile (revision 378828) +++ head/textproc/groonga/Makefile (revision 378829) @@ -1,76 +1,72 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 4.0.6.1 +PORTVERSION= 5.0.0 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@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.6/auto/install + ${WRKSRC}/vendor/nginx-1.7.9/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd + @${MKDIR} ${STAGEDIR}/var/log/groonga/httpd + @${MKDIR} ${STAGEDIR}/var/run/groonga .include Index: head/textproc/groonga/distinfo =================================================================== --- head/textproc/groonga/distinfo (revision 378828) +++ head/textproc/groonga/distinfo (revision 378829) @@ -1,2 +1,2 @@ -SHA256 (groonga-4.0.6.1.tar.gz) = 4b63383c593fbfb7b019238edb50a756eb5bdfad1d99465aa0fb6ddbc91eec69 -SIZE (groonga-4.0.6.1.tar.gz) = 10940699 +SHA256 (groonga-5.0.0.tar.gz) = c7a1a5b11021491539b2d03895b87229836f6f6efe299c0dc352da526bc5a5bf +SIZE (groonga-5.0.0.tar.gz) = 11596918 Index: head/textproc/groonga/pkg-plist =================================================================== --- head/textproc/groonga/pkg-plist (revision 378828) +++ head/textproc/groonga/pkg-plist (revision 378829) @@ -1,164 +1,175 @@ 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/command.h +include/groonga/groonga/expr.h +include/groonga/groonga/groonga.h +include/groonga/groonga/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h +include/groonga/groonga/output.h include/groonga/groonga/plugin.h +include/groonga/groonga/request_canceler.h +include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h +include/groonga/groonga/util.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/html/js/jquery-1.7.2.js +%%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.18.custom.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-1.7.2.js +%%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js +%%DATADIR%%/html/admin/js/jquery.flot-0.7.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_ +@dir /var/log/groonga/httpd +@dir /var/log/groonga +@dir /var/run/groonga