diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-02-28 11:40:40 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-02-28 11:40:40 +0000 |
commit | 751ab7fac6c90914870bb67ebbe70aab2dfd2376 (patch) | |
tree | 5d4ca6e71a6ffe7060394db2901a9c8452741c20 /textproc | |
parent | 366b751199d4c2b0248dcfadc0cf33715c8fda1b (diff) | |
download | pkgsrc-751ab7fac6c90914870bb67ebbe70aab2dfd2376.tar.gz |
Update enchant2 to 2.2.8.
2.2.8 (February 27, 2020)
-------------------------
Add a provider back-end for Nuspell (thanks, Sander van Geloven). Nuspell is
a new spell-checker whose development has been supported by the Mozilla
foundation. It is backwards-compatible with Hunspell and Myspell
dictionaries, while supporting a wider range of language peculiarities,
improved suggestions, and easier maintainability of the code-base.
Doxygen documentation generation is now supported for Enchant (thanks,
Sander van Geloven).
The command-line parsing of the “enchant” program has been made more
friendly and reliable. The -L flag (show line numbers), which had not been
working for some time, has been fixed.
A buffer overflow in personal wordlist handling has been fixed.
Minor improvements were made to the tests (thanks, Sander van Geloven).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant2/Makefile | 4 | ||||
-rw-r--r-- | textproc/enchant2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index eac883a0ae1..c8d039a9da1 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/10/10 11:44:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/02/28 11:40:40 bsiegert Exp $ -DISTNAME= enchant-2.2.7 +DISTNAME= enchant-2.2.8 PKGNAME= ${DISTNAME:S/enchant/enchant2/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=AbiWord/} diff --git a/textproc/enchant2/distinfo b/textproc/enchant2/distinfo index bb25e6b00fd..8263593e19a 100644 --- a/textproc/enchant2/distinfo +++ b/textproc/enchant2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/10/10 11:44:38 wiz Exp $ +$NetBSD: distinfo,v 1.5 2020/02/28 11:40:40 bsiegert Exp $ -SHA1 (enchant-2.2.7.tar.gz) = 946509c4ab0c5e6e6ef952ca94a14738bc7e3156 -RMD160 (enchant-2.2.7.tar.gz) = 030f6b4d92348c0d0e8c04cba4facded22d61ff4 -SHA512 (enchant-2.2.7.tar.gz) = 696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6 -Size (enchant-2.2.7.tar.gz) = 951995 bytes +SHA1 (enchant-2.2.8.tar.gz) = f63f0664a62722bfa4165107f04101e66673b858 +RMD160 (enchant-2.2.8.tar.gz) = 718802dc0123fab7acd483ce2c396faa39469586 +SHA512 (enchant-2.2.8.tar.gz) = 4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090 +Size (enchant-2.2.8.tar.gz) = 976715 bytes |