# -*- 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 92531 2012-04-30 21:22:00Z hum@macports.org $

PortSystem          1.0
name                groonga
version             2.0.2
categories          databases
maintainers         clear-code.com:kou hum

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.

platforms           darwin
license             LGPL-2.1

homepage            http://groonga.org/
master_sites        http://packages.groonga.org/source/groonga/
checksums           rmd160  ef356504ea0de2e443e6668bfc1d945b8e1362a6 \
                    sha256  e46010ed7126240ce8a2fd0e65249a186be425df17c81b1467267a87dfcde5df

depends_build       port:pkgconfig

depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                    port:mecab-utf8 \
                    port:libevent \
                    port:zmq \
                    port:msgpack

configure.args      --without-cutter

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     {groonga-([0-9.-]+)\.tar\.gz}
