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: Sun Jun 27 11:29:55 UTC 2021
Modified Files:
pkgsrc/textproc/enchant2: Makefile distinfo
Log Message:
Update enchant2 to 2.3.0
2.3.0 (June 14, 2021)
---------------------
Add -p flag to enchant.
Allow personal wordlist APIs (enchant_pwl_*) to take -1 as the length of the
word, as the enchant_dict_* APIs already allowed.
Add documentation to enchant_provider.h.
Make Aspell the default backend for English locales it supports, as it is
much quicker than Hunspell in this case and achieves slightly better
results.
Require nuspell version 4.1.0 or later.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.11 -r1.12 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.17 pkgsrc/textproc/enchant2/Makefile:1.18
--- pkgsrc/textproc/enchant2/Makefile:1.17 Mon Jan 4 10:22:23 2021
+++ pkgsrc/textproc/enchant2/Makefile Sun Jun 27 11:29:55 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/01/04 10:22:23 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2021/06/27 11:29:55 bsiegert Exp $
-DISTNAME= enchant-2.2.15
+DISTNAME= enchant-2.3.0
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.11 pkgsrc/textproc/enchant2/distinfo:1.12
--- pkgsrc/textproc/enchant2/distinfo:1.11 Mon Jan 4 10:22:23 2021
+++ pkgsrc/textproc/enchant2/distinfo Sun Jun 27 11:29:55 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/01/04 10:22:23 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/06/27 11:29:55 bsiegert Exp $
-SHA1 (enchant-2.2.15.tar.gz) = 70aabc4cceeaef69dd64b879772aea2d36b08bad
-RMD160 (enchant-2.2.15.tar.gz) = 32a49f18c78f6aa50cc77d86ecae9d33cab0709a
-SHA512 (enchant-2.2.15.tar.gz) = e29b3a85d993af28044a86dd23a3ca74c7d50b4218e542c380053a3eaf70c3ea2406feb3361ba8e793bac586c252330bb20fb56c65f3a0a54f63f103cc0abb35
-Size (enchant-2.2.15.tar.gz) = 990693 bytes
+SHA1 (enchant-2.3.0.tar.gz) = 5fbab4dd9651f4269d2ece986b2ad05cefd3d00f
+RMD160 (enchant-2.3.0.tar.gz) = 553231b0113f6ae5de176849398ff09bdb180fd9
+SHA512 (enchant-2.3.0.tar.gz) = ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43
+Size (enchant-2.3.0.tar.gz) = 986837 bytes
Home |
Main Index |
Thread Index |
Old Index