CVS log for pkgsrc/textproc/nuspell/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / nuspell
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:52:36 2025 UTC (3 weeks, 6 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
*: recursive bump for icu 77 and libxml2 2.14
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Dec 29 15:10:00 2024 UTC (4 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
revbump after updating boost
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:21:53 2024 UTC (5 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
*: recursive bump for icu 76 shlib major version bump
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:54:38 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
*: revbump for icu downgrade
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:53:51 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
*: recursive bump for icu 76.1 shlib bump
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 4 03:49:36 2024 UTC (7 months, 1 week ago) by ryoon
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
*: Recursive revbump from Boost 1.86.0
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:19:16 2024 UTC (8 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 29 16:34:38 2024 UTC (11 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
revbump after icu and protobuf updates
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 15 09:47:21 2024 UTC (15 months, 4 weeks ago) by nros
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3
lines
Update nuspell to version 5.1.4
The reson for updating is that this version
builds with catch2 version 3.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 29 18:24:59 2023 UTC (16 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
revbump for boost-libs
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:21:07 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
*: recursive bump for icu 74.1
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 16 18:36:49 2023 UTC (19 months, 4 weeks ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
nuspell: also requires C++17 filesystem
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 5 09:39:55 2023 UTC (20 months, 1 week ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2
lines
nuspell: Use USE_CXX_FEATURES. Fixes build on NetBSD 9.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 2 18:16:57 2023 UTC (20 months, 1 week ago) by bsiegert
Branches: MAIN
New package, nuspell-5.1.3. From pkgsrc-wip.
Nuspell is a spell checker library and command-line program designed for
languages with rich morphology and complex word compounding. Nuspell is
a pure C++ re-implementation of Hunspell.
Main features of Nuspell spell checker:
- Full unicode support backed by ICU
- Backward compatibility with Hunspell dictionary file format
- Twofold affix stripping (for agglutinative languages, like Azeri,
Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
- Support complex compounds (for example, Hungarian and German)
- Support language specific features (for example, special casing of
Azeri and Turkish dotted i, or German sharp s)
- Handle conditional affixes, circumfixes, fogemorphemes, forbidden
words, pseudoroots and homonyms.
- Free software. Licensed under GNU LGPL v3.
CVSweb <webmaster@jp.NetBSD.org>