git: c42728b8abc4 - main - textproc/cy-hunspell: Welsh language dictionary for hunspell.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jan 2023 19:28:41 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c42728b8abc42b379fe48215825cb2c4cba9bad2 commit c42728b8abc42b379fe48215825cb2c4cba9bad2 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2022-11-09 14:25:59 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-01-15 19:28:08 +0000 textproc/cy-hunspell: Welsh language dictionary for hunspell. PR: 267720 --- textproc/Makefile | 1 + textproc/cy-hunspell/Makefile | 27 +++++++++++++++++++++++++++ textproc/cy-hunspell/distinfo | 3 +++ textproc/cy-hunspell/pkg-descr | 1 + 4 files changed, 32 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index a8046952a012..a85511af2b50 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -126,6 +126,7 @@ SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell + SUBDIR += cy-hunspell SUBDIR += da-aspell SUBDIR += dadadodo SUBDIR += dasel diff --git a/textproc/cy-hunspell/Makefile b/textproc/cy-hunspell/Makefile new file mode 100644 index 000000000000..fa4aa60a6da9 --- /dev/null +++ b/textproc/cy-hunspell/Makefile @@ -0,0 +1,27 @@ +PORTNAME= hunspell +DISTVERSION= v20220727 +CATEGORIES= textproc +PKGNAMEPREFIX= cy- + +MAINTAINER= ceri@FreeBSD.org +COMMENT= Welsh Hunspell dictionaries +WWW= https://github.com/techiaith/hunspell-cy + +LICENSE= LGPL3+ + +USE_GITHUB= yes +GH_ACCOUNT= techiaith +GH_PROJECT= hunspell-cy +GH_TAGNAME= 34f601d + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${DATADIR}/cy_GB.aff \ + ${DATADIR}/cy_GB.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/cy_GB.aff ${WRKSRC}/cy_GB.dic ${STAGEDIR}${DATADIR} + +.include <bsd.port.mk> diff --git a/textproc/cy-hunspell/distinfo b/textproc/cy-hunspell/distinfo new file mode 100644 index 000000000000..0b280fe43860 --- /dev/null +++ b/textproc/cy-hunspell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668002376 +SHA256 (techiaith-hunspell-cy-v20220727-34f601d_GH0.tar.gz) = 72ae660e5b32cc49b466d821b73684aaeda7a23c290d511380c0f53e4835428e +SIZE (techiaith-hunspell-cy-v20220727-34f601d_GH0.tar.gz) = 198280 diff --git a/textproc/cy-hunspell/pkg-descr b/textproc/cy-hunspell/pkg-descr new file mode 100644 index 000000000000..744e8de68e30 --- /dev/null +++ b/textproc/cy-hunspell/pkg-descr @@ -0,0 +1 @@ +Welsh spellchecking dictionary for use with Hunspell.