head 1.18; access; symbols pkgsrc-2023Q4:1.16.0.2 pkgsrc-2023Q4-base:1.16 pkgsrc-2023Q3:1.15.0.2 pkgsrc-2023Q3-base:1.15 pkgsrc-2023Q2:1.14.0.2 pkgsrc-2023Q2-base:1.14 pkgsrc-2023Q1:1.13.0.4 pkgsrc-2023Q1-base:1.13 pkgsrc-2022Q4:1.13.0.2 pkgsrc-2022Q4-base:1.13 pkgsrc-2022Q3:1.12.0.4 pkgsrc-2022Q3-base:1.12 pkgsrc-2022Q2:1.12.0.2 pkgsrc-2022Q2-base:1.12 pkgsrc-2022Q1:1.11.0.4 pkgsrc-2022Q1-base:1.11 pkgsrc-2021Q4:1.11.0.2 pkgsrc-2021Q4-base:1.11 pkgsrc-2021Q3:1.10.0.4 pkgsrc-2021Q3-base:1.10 pkgsrc-2021Q2:1.10.0.2 pkgsrc-2021Q2-base:1.10 pkgsrc-2021Q1:1.9.0.4 pkgsrc-2021Q1-base:1.9 pkgsrc-2020Q4:1.9.0.2 pkgsrc-2020Q4-base:1.9 pkgsrc-2020Q3:1.7.0.4 pkgsrc-2020Q3-base:1.7 pkgsrc-2020Q2:1.7.0.2 pkgsrc-2020Q2-base:1.7 pkgsrc-2020Q1:1.4.0.2 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.3.0.8 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.4 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.2 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.2.0.4 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.2 pkgsrc-2018Q4-base:1.2; locks; strict; comment @# @; 1.18 date 2024.03.04.18.20.11; author bsiegert; state Exp; branches; next 1.17; commitid sG3a5AE1HyDA5S0F; 1.17 date 2024.01.24.16.58.05; author wiz; state Exp; branches; next 1.16; commitid MZDBCfYvF4AgVIVE; 1.16 date 2023.11.08.13.21.05; author wiz; state Exp; branches; next 1.15; commitid PsuHTklAIsF4bOLE; 1.15 date 2023.08.31.18.55.12; author bsiegert; state Exp; branches; next 1.14; commitid 9CbeyfUoLYvigYCE; 1.14 date 2023.04.19.08.08.45; author adam; state Exp; branches; next 1.13; commitid B8gCWhWtMX9vZGlE; 1.13 date 2022.11.23.16.19.02; author adam; state Exp; branches; next 1.12; commitid ju2K3LUYlTJKqQ2E; 1.12 date 2022.04.18.19.10.08; author adam; state Exp; branches; next 1.11; commitid eC9Na3jrfOOUpIAD; 1.11 date 2021.12.08.16.02.42; author adam; state Exp; branches; next 1.10; commitid 2PyWjHx5T8rqARjD; 1.10 date 2021.04.21.11.40.40; author adam; state Exp; branches; next 1.9; commitid fph0Axs0eT3az9QC; 1.9 date 2020.11.05.09.07.09; author ryoon; state Exp; branches; next 1.8; commitid VqGaBtHnBBcd5GuC; 1.8 date 2020.10.15.19.22.23; author bsiegert; state Exp; branches; next 1.7; commitid mAx6o025ocTka2sC; 1.7 date 2020.06.02.08.22.57; author adam; state Exp; branches; next 1.6; commitid nisovMpvvZm3RCaC; 1.6 date 2020.05.14.19.04.51; author joerg; state Exp; branches; next 1.5; commitid 1v9dCN427X491f8C; 1.5 date 2020.04.12.08.28.07; author adam; state Exp; branches; next 1.4; commitid 7jZFLCnc3RCww44C; 1.4 date 2020.03.08.16.48.14; author wiz; state Exp; branches; next 1.3; commitid rcNYzTQo8icypCZB; 1.3 date 2019.04.03.00.33.08; author ryoon; state Exp; branches; next 1.2; commitid pkuNrSZ2MZiLWPhB; 1.2 date 2018.12.09.18.52.08; author adam; state Exp; branches; next 1.1; commitid Pdg91emznUBdJ93B; 1.1 date 2018.10.26.20.43.07; author bsiegert; state Exp; branches; next ; commitid xlB0pyRtTrDKKvXA; desc @@ 1.18 log @hfstospell: update to 0.5.4 No changelog from upstream (the release notes consist of the string "."). A new tool, hfst-ospell-predict, has been added. Some build fixes for sparc64 and gcc13. @ text @# $NetBSD: Makefile,v 1.17 2024/01/24 16:58:05 wiz Exp $ DISTNAME= hfstospell-0.5.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=hfst/} GITHUB_PROJECT= hfst-ospell GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= bsiegert@@NetBSD.org HOMEPAGE= https://github.com/hfst/hfst-ospell/ COMMENT= HFST spell checker library and command line tool LICENSE= apache-2.0 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config autoreconf autoconf automake aclocal USE_LIBTOOL= yes USE_LANGUAGES= c c++ FORCE_CXX_STD= c++14 PKGCONFIG_OVERRIDE+= hfstospell.pc.in pre-patch: cd ${WRKSRC} && autoreconf -vi .include "../../textproc/icu/buildlink3.mk" .include "../../textproc/libxml++/buildlink3.mk" .include "../../archivers/libarchive/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.17 log @hfstospell: replace patch that forced c++14 with FORCE_CXX_STD Patch didn't apply any longer after autoconf update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.16 2023/11/08 13:21:05 wiz Exp $ d3 1 a3 2 DISTNAME= hfstospell-0.5.3 PKGREVISION= 1 @ 1.16 log @*: recursive bump for icu 74.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.15 2023/08/31 18:55:12 bsiegert Exp $ a2 1 GITHUB_PROJECT= hfst-ospell d7 1 d18 3 a20 1 USE_LANGUAGES= c c++11 @ 1.15 log @hfstospell: update to 0.5.3 - Fix minor memory leak - Add cmdline args --debug, --max-weight, --beam, --time-cutoff - Penalize suggestions from mangled inputs @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.14 2023/04/19 08:08:45 adam Exp $ d5 1 @ 1.14 log @revbump after textproc/icu update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2022/11/23 16:19:02 adam Exp $ d4 1 a4 2 DISTNAME= hfstospell-0.5.2 PKGREVISION= 6 @ 1.13 log @massive revision bump after textproc/icu update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2022/04/18 19:10:08 adam Exp $ d5 1 a5 1 PKGREVISION= 5 @ 1.12 log @revbump for textproc/icu update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2021/12/08 16:02:42 adam Exp $ d5 1 a5 1 PKGREVISION= 4 @ 1.11 log @revbump for icu and libffi @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2021/04/21 11:40:40 adam Exp $ d5 1 a5 1 PKGREVISION= 3 @ 1.10 log @revbump for textproc/icu @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2020/11/05 09:07:09 ryoon Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.9 log @*: Recursive revbump from textproc/icu-68.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2020/10/15 19:22:23 bsiegert Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.8 log @Update hfstospell to 0.5.2. No changelog from upstream. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/06/02 08:22:57 adam Exp $ d5 1 @ 1.7 log @Revbump for icu @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/05/14 19:04:51 joerg Exp $ d4 1 a4 2 DISTNAME= hfstospell-0.5.1 PKGREVISION= 5 d7 1 a7 1 GITHUB_RELEASE= v${PKGVERSION_NOREV} d15 1 a15 1 USE_TOOLS+= pkg-config d21 3 @ 1.6 log @libxml++ is not ready for the recent C++ standards due to using functionality that has been removed from the spec. Don't force such late standards. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/04/12 08:28:07 adam Exp $ d5 1 a5 1 PKGREVISION= 4 @ 1.5 log @Recursive revision bump after textproc/icu update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/03/08 16:48:14 wiz Exp $ d18 1 a18 1 USE_LANGUAGES= c c++14 @ 1.4 log @*: recursive bump for libffi @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/04/03 00:33:08 ryoon Exp $ d5 1 a5 1 PKGREVISION= 3 @ 1.3 log @Recursive revbump from textproc/icu @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/12/09 18:52:08 adam Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.2 log @revbump after updating textproc/icu @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/10/26 20:43:07 bsiegert Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.1 log @Add a package for hfstospell-0.5.1. This is a library that's part of providing a fully featured spellchecker for Finnish. From DESCR: This is a minimal hfst optimized lookup format based spell checker library and a demonstrational implementation of command line based spell checker. The library is licenced under Apache licence version 2, other licences can be obtained from University of Helsinki. @ text @d1 1 a1 1 # $NetBSD$ d5 1 @