# -*- 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$ PortSystem 1.0 name groonga version 3.0.7 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 9f88a6e26cddf72ff5e63cca27fb969b65737c69 \ sha256 20d38c7ec3c3dea1421f97772fec2636ff8629a74fde19d2a02f06b656faaec3 depends_build port:pkgconfig depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:mecab-utf8 \ port:libevent \ port:zmq22 \ port:msgpack \ port:zlib \ port:pcre \ port:kytea livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex {groonga-([0-9.-]+)\.tar}