Revision: 87370 http://trac.macports.org/changeset/87370 Author: hum@macports.org Date: 2011-11-18 16:34:04 -0800 (Fri, 18 Nov 2011) Log Message: ----------- New port: groonga 1.2.7 - An embeddable fulltext search engine. Added Paths: ----------- trunk/dports/databases/groonga/ trunk/dports/databases/groonga/Portfile Added: trunk/dports/databases/groonga/Portfile =================================================================== --- trunk/dports/databases/groonga/Portfile (rev 0) +++ trunk/dports/databases/groonga/Portfile 2011-11-19 00:34:04 UTC (rev 87370) @@ -0,0 +1,31 @@ +# -*- 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 1.2.7 +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 eff61fe0254304bdcf611552226c19e7bcfe96b6 \ + sha256 3a320f7408bc1c0c26dd8d139b18696f9b145138e33c5ffb32cb09c1d9851c72 + +depends_lib port:mecab-utf8 \ + port:mecab-jumandic-utf8 \ + port:libevent \ + port:zmq \ + port:msgpack + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex {groonga-([0-9.-]+)\.tar\.gz} Property changes on: trunk/dports/databases/groonga/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
hum@macports.org