pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hfstospell



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Aug 31 18:55:12 UTC 2023

Modified Files:
        pkgsrc/textproc/hfstospell: Makefile distinfo

Log Message:
hfstospell: update to 0.5.3

- Fix minor memory leak
- Add cmdline args --debug, --max-weight, --beam, --time-cutoff
- Penalize suggestions from mangled inputs


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/hfstospell/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hfstospell/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/hfstospell/Makefile
diff -u pkgsrc/textproc/hfstospell/Makefile:1.14 pkgsrc/textproc/hfstospell/Makefile:1.15
--- pkgsrc/textproc/hfstospell/Makefile:1.14    Wed Apr 19 08:08:45 2023
+++ pkgsrc/textproc/hfstospell/Makefile Thu Aug 31 18:55:12 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/04/19 08:08:45 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/08/31 18:55:12 bsiegert Exp $
 
 GITHUB_PROJECT=        hfst-ospell
-DISTNAME=      hfstospell-0.5.2
-PKGREVISION=   6
+DISTNAME=      hfstospell-0.5.3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hfst/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/hfstospell/distinfo
diff -u pkgsrc/textproc/hfstospell/distinfo:1.6 pkgsrc/textproc/hfstospell/distinfo:1.7
--- pkgsrc/textproc/hfstospell/distinfo:1.6     Tue Oct 26 11:21:57 2021
+++ pkgsrc/textproc/hfstospell/distinfo Thu Aug 31 18:55:12 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:21:57 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/08/31 18:55:12 bsiegert Exp $
 
-BLAKE2s (hfstospell-0.5.2.tar.gz) = 823c0810038793dca2afb6d665e40591766e0361114b0ae5b5d4fb04984c9523
-SHA512 (hfstospell-0.5.2.tar.gz) = 307aff3aec91ac6ffed3ebabdc2baa1a6e913431f57a80a0d0254be57fbd72e28d7592c35e0d72e5979f7e0b4c585f11b8eb91183b0877f9670a9cd5206c0140
-Size (hfstospell-0.5.2.tar.gz) = 152115 bytes
+BLAKE2s (hfstospell-0.5.3.tar.gz) = b9f17c9d2c995cc87466ad314ac6e53e7b0c6c930a536275544b7f93d8f0a038
+SHA512 (hfstospell-0.5.3.tar.gz) = f25bae6c083894139ba1e3dbd24f010e1c4695bdfe4c2499d31f2f0bd2f5688b662ea15666b46f174fc75f0aa6f5cd114456f735b1d49bcf33322221b6f57ff5
+Size (hfstospell-0.5.3.tar.gz) = 152654 bytes
 SHA1 (patch-configure) = a6a4aa1180ba97808014bfff2760375b5f077c89



Home | Main Index | Thread Index | Old Index