# -*- 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 2.0.6 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 43d0552943c2530639716c23ff73ccde05ee4f4e \ sha256 d2353dd7ec6432138c436cbbb60d8b4baf74c7d3983b98cbe01b5db3f89c0dc7 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}