pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/enchant2
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Feb 28 11:40:40 UTC 2020
Modified Files:
pkgsrc/textproc/enchant2: Makefile distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/enchant2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.7 pkgsrc/textproc/enchant2/Makefile:1.8
--- pkgsrc/textproc/enchant2/Makefile:1.7 Thu Oct 10 11:44:38 2019
+++ pkgsrc/textproc/enchant2/Makefile Fri Feb 28 11:40:40 2020
@@ -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/}
Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.4 pkgsrc/textproc/enchant2/distinfo:1.5
--- pkgsrc/textproc/enchant2/distinfo:1.4 Thu Oct 10 11:44:38 2019
+++ pkgsrc/textproc/enchant2/distinfo Fri Feb 28 11:40:40 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index