Port details |
- mroonga Open-source fulltext search engine for MySQL
- 13.00 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2017-09-19 16:49:22
- Last Update: 2023-02-20 15:46:45
- Commit Hash: 4d3cd683
- Also Listed In: textproc
- License: LGPL21
- Description:
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mroonga>0:databases/mroonga
- To install the port:
- cd /usr/ports/databases/mroonga/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mroonga
- pkg install mroonga
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mroonga
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676905672
SHA256 (mroonga-13.00.tar.gz) = 7216106542394b6c5d2bea3466a85fbb327ba8c3b27783ba0f7600313dd2aefc
SIZE (mroonga-13.00.tar.gz) = 2643975
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nonexistent : databases/mysql80-server
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgroonga.so : textproc/groonga
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mroonga-13.00:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_mroonga
- USES:
- compiler:c11 libtool mysql pkgconfig shebangfix
- pkg-message:
- For install:
- Run SQLs to register Mroonga engine to MySQL.
% mysql -u root < /usr/local/share/mroonga/install.sql
- WWW: https://mroonga.org/
- Master Sites:
|