Date: Thu, 29 Jan 2026 22:57:53 +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: 183ec63eb4b2 - main - textproc/hus-aspell: new port, Aspell dictionary for Huastec Message-ID: <697be5f1.3d20d.76c8e71a@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=183ec63eb4b2de9e7b78c41715d056c8c5271653 commit 183ec63eb4b2de9e7b78c41715d056c8c5271653 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2026-01-29 20:06:44 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2026-01-29 22:57:46 +0000 textproc/hus-aspell: new port, Aspell dictionary for Huastec --- textproc/Makefile | 1 + textproc/hus-aspell/Makefile | 13 +++++++++++++ textproc/hus-aspell/distinfo | 3 +++ textproc/hus-aspell/pkg-descr | 3 +++ textproc/hus-aspell/pkg-plist | 4 ++++ 5 files changed, 24 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index aa0076e919f3..e730e283ed30 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -297,6 +297,7 @@ SUBDIR += htmltolatex SUBDIR += humanzip SUBDIR += hunspell + SUBDIR += hus-aspell SUBDIR += hy-aspell SUBDIR += hyperestraier SUBDIR += hyphen diff --git a/textproc/hus-aspell/Makefile b/textproc/hus-aspell/Makefile new file mode 100644 index 000000000000..fffb7304a78f --- /dev/null +++ b/textproc/hus-aspell/Makefile @@ -0,0 +1,13 @@ +PORTNAME= ${DICT}-aspell +SPELLVERSION= 6-hus-0.03-1 +CATEGORIES= textproc + +MAINTAINER= office@FreeBSD.org +COMMENT= Aspell Huastec (Tenek) dictionary + +LICENSE= GPLv3 + +DICT= hus + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/textproc/hus-aspell/distinfo b/textproc/hus-aspell/distinfo new file mode 100644 index 000000000000..2d54373f1ecf --- /dev/null +++ b/textproc/hus-aspell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1769716455 +SHA256 (aspell6-hus-0.03-1.tar.bz2) = 6d28f371d1a172439395d56d2d5ce8f27c617de03f847f02643dfd79dd8df425 +SIZE (aspell6-hus-0.03-1.tar.bz2) = 68844 diff --git a/textproc/hus-aspell/pkg-descr b/textproc/hus-aspell/pkg-descr new file mode 100644 index 000000000000..ab2293ee0406 --- /dev/null +++ b/textproc/hus-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell Huastec (Tenek) dictionary. + +See https://en.wikipedia.org/wiki/Huastec_language . diff --git a/textproc/hus-aspell/pkg-plist b/textproc/hus-aspell/pkg-plist new file mode 100644 index 000000000000..87b78d014461 --- /dev/null +++ b/textproc/hus-aspell/pkg-plist @@ -0,0 +1,4 @@ +lib/aspell-%%VER%%/hus.dat +lib/aspell-%%VER%%/hus_affix.dat +share/aspell/hus.multi +share/aspell/hus.rwshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697be5f1.3d20d.76c8e71a>
