pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nuspell: update to 5.1.3



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Sat Sep 2 20:11:59 2023 +0200
Changeset:	4325d878881669e91276cbcd2e9f32f8dc1ff17e

Modified Files:
	nuspell/Makefile
	nuspell/PLIST
	nuspell/distinfo

Log Message:
nuspell: update to 5.1.3

5.1.3

- Added Vcpkg manifest file called vcpkg.json for easier development and
  testing, mainly on Windows.
- The build-only and test-only dependency Catch2 is now pulled with
  FetchContent if first it is not found with find_package. The Git submodule
  is no longer used.
- The documentation generated by Doxygen no longer shows the inline namespace
  used for versioning of the ABI. It was not of interest to users of the
  library.

5.1.2

- Rewrite internal testing tool verify and improve it to support testing
  suggestions.
- Greatly improve the speed of suggestions in certain edge cases.
- Fix minor encoding issue in the CLI tool on Windows when reading from file(s)
  instead of the standard input. UTF-8 is now the default encoding in that case
  and not the one of the console.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4325d878881669e91276cbcd2e9f32f8dc1ff17e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nuspell/Makefile | 2 +-
 nuspell/PLIST    | 1 +
 nuspell/distinfo | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/nuspell/Makefile b/nuspell/Makefile
index 9b1128dee7..7d0df8f781 100644
--- a/nuspell/Makefile
+++ b/nuspell/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	nuspell-5.1.1
+DISTNAME=	nuspell-5.1.3
 CATEGORIES=	textproc wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nuspell/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/nuspell/PLIST b/nuspell/PLIST
index e59d594f2c..40b5be9cab 100644
--- a/nuspell/PLIST
+++ b/nuspell/PLIST
@@ -2,6 +2,7 @@
 bin/nuspell
 include/nuspell/aff_data.hxx
 include/nuspell/checker.hxx
+include/nuspell/defines.hxx
 include/nuspell/dictionary.hxx
 include/nuspell/finder.hxx
 include/nuspell/nuspell_export.h
diff --git a/nuspell/distinfo b/nuspell/distinfo
index 2ed7e512aa..14b4b9f037 100644
--- a/nuspell/distinfo
+++ b/nuspell/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (nuspell-5.1.1.tar.gz) = 4df44ea04f1503f3af03e9cf52cb478bee9d7e3a5af5611330be5e77723c9193
-SHA512 (nuspell-5.1.1.tar.gz) = c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c
-Size (nuspell-5.1.1.tar.gz) = 370879 bytes
+BLAKE2s (nuspell-5.1.3.tar.gz) = 7b6f635aa2377ad20c08672661140c3d531b86f7c665d2935f418369dded9b0d
+SHA512 (nuspell-5.1.3.tar.gz) = 72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562
+Size (nuspell-5.1.3.tar.gz) = 371496 bytes


Home | Main Index | Thread Index | Old Index