pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/nuspell



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue May 27 20:45:37 UTC 2025

Modified Files:
        pkgsrc/textproc/nuspell: Makefile distinfo

Log Message:
nuspell: update to 5.1.6

5.1.5

Edge case is fixed when parsing LONG flags in the .aff file. A man-page
has been added for the CLI tool and Pandoc is again a dependency for
building.

5.1.6

A fix has been made for older versions of Pandoc. Furthermore, building
is more explicit about the Pandoc dependency and building the docs can
be disabled.

Note: in pkgsrc, we disable installing manpages to avoid a pandoc
dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/nuspell/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/nuspell/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/nuspell/Makefile
diff -u pkgsrc/textproc/nuspell/Makefile:1.14 pkgsrc/textproc/nuspell/Makefile:1.15
--- pkgsrc/textproc/nuspell/Makefile:1.14       Thu Apr 17 21:52:36 2025
+++ pkgsrc/textproc/nuspell/Makefile    Tue May 27 20:45:37 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/04/17 21:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/27 20:45:37 bsiegert Exp $
 
-DISTNAME=      nuspell-5.1.4
-PKGREVISION=   7
+DISTNAME=      nuspell-5.1.6
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nuspell/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,16 +10,17 @@ HOMEPAGE=   https://nuspell.github.io/
 COMMENT=       Free and Open Source C++ spell checking library
 LICENSE=       gnu-lgpl-v3
 
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
 USE_CXX_FEATURES+=     c++17 charconv filesystem
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
+CMAKE_CONFIGURE_ARGS+= -DBUILD_DOCS=OFF
 
 PKGCONFIG_OVERRIDE+=   nuspell.pc.in
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/catch2/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"

Index: pkgsrc/textproc/nuspell/distinfo
diff -u pkgsrc/textproc/nuspell/distinfo:1.2 pkgsrc/textproc/nuspell/distinfo:1.3
--- pkgsrc/textproc/nuspell/distinfo:1.2        Mon Jan 15 09:47:21 2024
+++ pkgsrc/textproc/nuspell/distinfo    Tue May 27 20:45:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/01/15 09:47:21 nros Exp $
+$NetBSD: distinfo,v 1.3 2025/05/27 20:45:37 bsiegert Exp $
 
-BLAKE2s (nuspell-5.1.4.tar.gz) = fd36ca12d627700bd68b182b17340b254f668c6bacf628bf4dc7424228317408
-SHA512 (nuspell-5.1.4.tar.gz) = f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d
-Size (nuspell-5.1.4.tar.gz) = 371512 bytes
+BLAKE2s (nuspell-5.1.6.tar.gz) = e3939957f42168548daccd1b171dae08b7d21e341f857dfe79dd630647f0ab12
+SHA512 (nuspell-5.1.6.tar.gz) = ab6d9394a55d9a2a347ccae47aeef6a96af70f421ad6ea8f7ac7fde2052790f37fb1c7ec3112daac7600d193430a560cb1915ab6557c9353717f65cb32f13ab8
+Size (nuspell-5.1.6.tar.gz) = 373260 bytes



Home | Main Index | Thread Index | Old Index