Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2026 22:57:54 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8b204c870fe - main - textproc/mg-aspell: new port, Aspell Malagasy dictionary
Message-ID:  <697be5f2.3d211.46f72865@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8b204c870fefd8fb6e0b983629127e67fb890f0

commit e8b204c870fefd8fb6e0b983629127e67fb890f0
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-01-29 20:34:30 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-01-29 22:57:46 +0000

    textproc/mg-aspell: new port, Aspell Malagasy dictionary
---
 textproc/Makefile            |  1 +
 textproc/mg-aspell/Makefile  | 13 +++++++++++++
 textproc/mg-aspell/distinfo  |  3 +++
 textproc/mg-aspell/pkg-descr |  1 +
 textproc/mg-aspell/pkg-plist |  4 ++++
 5 files changed, 22 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index e730e283ed30..d4f443fd0cc1 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -487,6 +487,7 @@
     SUBDIR += meilisearch
     SUBDIR += meld
     SUBDIR += metauml
+    SUBDIR += mg-aspell
     SUBDIR += mgdiff
     SUBDIR += mi-aspell
     SUBDIR += miller
diff --git a/textproc/mg-aspell/Makefile b/textproc/mg-aspell/Makefile
new file mode 100644
index 000000000000..07b053a351f2
--- /dev/null
+++ b/textproc/mg-aspell/Makefile
@@ -0,0 +1,13 @@
+PORTNAME=	${DICT}-aspell
+SPELLVERSION=	5-mg-0.03-0
+CATEGORIES=	textproc
+
+MAINTAINER=	office@FreeBSD.org
+COMMENT=	Aspell Malagasy dictionary
+
+LICENSE=	GPLv2
+
+DICT=		mg
+
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>
diff --git a/textproc/mg-aspell/distinfo b/textproc/mg-aspell/distinfo
new file mode 100644
index 000000000000..9af60a0d85b0
--- /dev/null
+++ b/textproc/mg-aspell/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1769718141
+SHA256 (aspell5-mg-0.03-0.tar.bz2) = 5182f832e1630ceef5711a83b530fb583ffe04f28cc042d195b5c6b2d25cb041
+SIZE (aspell5-mg-0.03-0.tar.bz2) = 45331
diff --git a/textproc/mg-aspell/pkg-descr b/textproc/mg-aspell/pkg-descr
new file mode 100644
index 000000000000..861f7b7550d0
--- /dev/null
+++ b/textproc/mg-aspell/pkg-descr
@@ -0,0 +1 @@
+Aspell Malagasy dictionary.
diff --git a/textproc/mg-aspell/pkg-plist b/textproc/mg-aspell/pkg-plist
new file mode 100644
index 000000000000..e40b8edc542e
--- /dev/null
+++ b/textproc/mg-aspell/pkg-plist
@@ -0,0 +1,4 @@
+lib/aspell-%%VER%%/mg.dat
+share/aspell/malagasy.alias
+share/aspell/mg.multi
+share/aspell/mg.rws


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697be5f2.3d211.46f72865>