git: 41c271f755ac - main - databases/groonga-normalizer-mysql: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 May 2026 11:46:34 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=41c271f755ac929dd59cf16c8c965db7c1fb126f
commit 41c271f755ac929dd59cf16c8c965db7c1fb126f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-16 02:07:33 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-16 11:46:14 +0000
databases/groonga-normalizer-mysql: New port
Groonga-normalizer-mysql is a Groonga plugin. It provides MySQL
compatible normalizers and a custom normalizers to Groonga.
WWW: https://github.com/groonga/groonga-normalizer-mysql
---
databases/Makefile | 1 +
databases/groonga-normalizer-mysql/Makefile | 21 +++++++++++++++++++++
databases/groonga-normalizer-mysql/distinfo | 3 +++
databases/groonga-normalizer-mysql/pkg-descr | 2 ++
4 files changed, 27 insertions(+)
diff --git a/databases/Makefile b/databases/Makefile
index 2227185488df..2b73b8962ecd 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -91,6 +91,7 @@
SUBDIR += gqlplus
SUBDIR += grass8
SUBDIR += greptimedb
+ SUBDIR += groonga-normalizer-mysql
SUBDIR += hashtypes
SUBDIR += heidisql
SUBDIR += hiredis
diff --git a/databases/groonga-normalizer-mysql/Makefile b/databases/groonga-normalizer-mysql/Makefile
new file mode 100644
index 000000000000..4fbb4041189d
--- /dev/null
+++ b/databases/groonga-normalizer-mysql/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= groonga-normalizer-mysql
+#DISTVERIONPREFIX= v
+DISTVERSION= 1.3.0
+CATEGORIES= databases textproc
+MASTER_SITES= https://github.com/groonga/${PORTNAME}/releases/download/v${DISTVERSION}/
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= MySQL compatible normalizer plugin for Groonga
+WWW= https://github.com/groonga/groonga-normalizer-mysql
+
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/doc/text/lgpl-2.0.txt
+
+LIB_DEPENDS= libgroonga.so:textproc/groonga
+
+USES= cmake
+
+PLIST_FILES= lib/groonga/plugins/normalizers/mysql.so \
+ libdata/pkgconfig/groonga-normalizer-mysql.pc
+
+.include <bsd.port.mk>
diff --git a/databases/groonga-normalizer-mysql/distinfo b/databases/groonga-normalizer-mysql/distinfo
new file mode 100644
index 000000000000..7e1578f4f35b
--- /dev/null
+++ b/databases/groonga-normalizer-mysql/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1778886936
+SHA256 (groonga-normalizer-mysql-1.3.0.tar.gz) = 693c24eff9ba95cd498ba28f8d5826843caec347b5aa6976e565e69535b44147
+SIZE (groonga-normalizer-mysql-1.3.0.tar.gz) = 700750
diff --git a/databases/groonga-normalizer-mysql/pkg-descr b/databases/groonga-normalizer-mysql/pkg-descr
new file mode 100644
index 000000000000..85306eca0057
--- /dev/null
+++ b/databases/groonga-normalizer-mysql/pkg-descr
@@ -0,0 +1,2 @@
+Groonga-normalizer-mysql is a Groonga plugin. It provides MySQL
+compatible normalizers and a custom normalizers to Groonga.