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: wiz
Date: Sun May 4 14:39:06 UTC 2025
Modified Files:
pkgsrc/textproc/enchant2: Makefile distinfo
Log Message:
enchant2: update to 2.8.4.
2.8.4 (April 29, 2025)
----------------------
This release fixes a pair of bugs in the word division algorithm of
enchant(1) introduced in the previous release, 2.8.3. Apologies for this bad
bug.
2.8.3 (April 28, 2025)
----------------------
This release marks Enchant’s move from the aegis of the defunct AbiWord to
the personal care of Reuben Thomas, the current maintainer. Thanks to Hubert
Figuière, Enchant’s previous steward, for allowing this move, which enables
me (Reuben) to seek sponsorship for Enchant maintenance without confusion
over the project’s affiliation.
Code-wise, the two command-line utilities, enchant(1) and enchant-lsmod(1)
have been rewritten in Vala. All of Enchant’s core is now written in Vala;
the providers are still a polyglot of C, C++ and Objective C++.
The AppleSpell provider was fixed to not crash when it is partially
initialised, but initialisation ultimately fails, for example because a
valid dictionary cannot be found. Thanks to Fredrik Larsson for the fix.
Some minor fixes and improvements to the build system were made.
Missing NEWS was added for release 2.8.2.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.32 -r1.33 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.47 pkgsrc/textproc/enchant2/Makefile:1.48
--- pkgsrc/textproc/enchant2/Makefile:1.47 Sun Aug 25 10:07:51 2024
+++ pkgsrc/textproc/enchant2/Makefile Sun May 4 14:39:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2024/08/25 10:07:51 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/05/04 14:39:06 wiz Exp $
-DISTNAME= enchant-2.8.2
+DISTNAME= enchant-2.8.4
PKGNAME= ${DISTNAME:S/enchant/enchant2/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=rrthomas/}
Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.32 pkgsrc/textproc/enchant2/distinfo:1.33
--- pkgsrc/textproc/enchant2/distinfo:1.32 Sun Aug 25 10:07:51 2024
+++ pkgsrc/textproc/enchant2/distinfo Sun May 4 14:39:06 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2024/08/25 10:07:51 wiz Exp $
+$NetBSD: distinfo,v 1.33 2025/05/04 14:39:06 wiz Exp $
-BLAKE2s (enchant-2.8.2.tar.gz) = ede45360e99c67af570dfe7c703a40b6c711477c194979dbd82590bcf79c5ca3
-SHA512 (enchant-2.8.2.tar.gz) = dc545f54ba88d32a0c756bd7918fd8f5f4b8d4de8f34275fac1efdac9553a6093670735925094f59ff0a86cbf6fdfb519a381c42670d8e21d569a8d7b0226539
-Size (enchant-2.8.2.tar.gz) = 1345097 bytes
+BLAKE2s (enchant-2.8.4.tar.gz) = 36aaa71315f23120b4775a4aa8756b0c77327fde3f9a5d7018d2d31c569ea994
+SHA512 (enchant-2.8.4.tar.gz) = a016cc06a13969495e8d600d00c07418b857379818862a3ce5ed900e1984cbc04c176c713358ce2250cc3f7934479817b015b218df284891f7ceb6a93c04182d
+Size (enchant-2.8.4.tar.gz) = 1202189 bytes
SHA1 (patch-config.h.in) = ac10b6900034acb0e961d73b1f9cf1a39bb00775
Home |
Main Index |
Thread Index |
Old Index