# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 132387 2015-01-31 07:52:21Z hum@macports.org $ PortSystem 1.0 name groonga version 4.1.1 categories databases maintainers hum clear-code.com:kou openmaintainer description An embeddable fulltext search engine long_description groonga is an embeddable fulltext search engine library. It can integrate \ with DBMS and scripting languages to enhance their search functionality. \ It also provides a standalone data store server based on relation data \ model. homepage http://groonga.org/ platforms darwin license LGPL-2.1 master_sites http://packages.groonga.org/source/groonga/ checksums rmd160 42356a3c703a96668b64017bd7b2573356a475bd \ sha256 83a4ef805097b64138885073b748afdd077dd518f12b69db169c0e0d62c5e010 depends_build port:pkgconfig depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:mecab-utf8 \ port:libevent \ port:zmq \ port:msgpack \ port:zlib \ port:pcre \ port:kytea \ port:libstemmer conflicts port:oniguruma5 livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"