diff options
author | bofh <bofh@FreeBSD.org> | 2017-09-20 00:49:12 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2017-09-20 00:49:12 +0800 |
commit | e9640b67097a3f29da6b65b4b35de3204911bad8 (patch) | |
tree | 542f0e935621edcab616da469644d18cebc843d4 /databases/Makefile | |
parent | 302a7cf3b6fe2054b5171979806bff494af31a0e (diff) | |
download | freebsd-ports-gnome-e9640b67097a3f29da6b65b4b35de3204911bad8.tar.gz freebsd-ports-gnome-e9640b67097a3f29da6b65b4b35de3204911bad8.tar.zst freebsd-ports-gnome-e9640b67097a3f29da6b65b4b35de3204911bad8.zip |
[NEW] databases/mroonga: Open-source fulltext search engine for MySQL
Mroonga is a storage engine for MySQL. It provides fast fulltext search
feature for all languages including Chinese, Japanese and Korean to all
MySQL users. Mroonga was called Groonga storage engine.
WWW: http://mroonga.org/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index d892ea0cfeaf..bd6ac7eb4c21 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -196,6 +196,7 @@ SUBDIR += mongodb34 SUBDIR += mongodb34-rocks SUBDIR += mongodb34-tools + SUBDIR += mroonga SUBDIR += mrtg-mysql-load SUBDIR += mtools-mongodb SUBDIR += mtop |