pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/link-grammar link-grammar: update to 5.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/455b3c8eee5c
branches:  trunk
changeset: 452813:455b3c8eee5c
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun May 16 19:57:35 2021 +0000

description:
link-grammar: update to 5.9.1

Version 5.9.1 (28 April 2021)
 * Fix build break when SQLite3 is not installed. #1195

Version 5.9.0 (25 April 2021)
 * Use #define for custom configuration in dictionaries. #1128
 * Panic-mode fixes and extensions. In link-parser see !help panic_variables.
 * English dict: fix silly mistake with "I love cats and dogs".
 * Disable maintainer-mode in `configure.ac`.
 * Fix very rare crash/corruption introduced in v.5.8.1 #1142
 * English dict: fix problems with "just/only".
 * English dict: work on hesitation markers.
 * Fix multi-threading mem-leak. #1149
 * Provide emscripten javascript wrapper for the command-line parser.
 * Public API shared library entry points exported automatically. #1182
 * Provide bindings for the Vala programming language.
 * Increase number of allowed idiom expressions. #1187
 * Replace O(n^2) idiom loading algo by an O(n log n) algo. #1194
 * Disable SAT solver by default.
 * New tool: Sentence generator! This is an experimental prototype.

diffstat:

 textproc/link-grammar/Makefile |   5 ++---
 textproc/link-grammar/PLIST    |   4 +++-
 textproc/link-grammar/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r be42295caa9c -r 455b3c8eee5c textproc/link-grammar/Makefile
--- a/textproc/link-grammar/Makefile    Sun May 16 19:01:36 2021 +0000
+++ b/textproc/link-grammar/Makefile    Sun May 16 19:57:35 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/02/26 18:02:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/16 19:57:35 gutteridge Exp $
 
-DISTNAME=      link-grammar-5.8.1
-PKGREVISION=   1
+DISTNAME=      link-grammar-5.9.1
 CATEGORIES=    textproc
 MASTER_SITES=  https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/
 
diff -r be42295caa9c -r 455b3c8eee5c textproc/link-grammar/PLIST
--- a/textproc/link-grammar/PLIST       Sun May 16 19:01:36 2021 +0000
+++ b/textproc/link-grammar/PLIST       Sun May 16 19:57:35 2021 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2020/03/30 23:20:20 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/05/16 19:57:35 gutteridge Exp $
+bin/link-generator
 bin/link-parser
 include/link-grammar/dict-api.h
 include/link-grammar/dict-structures.h
@@ -6,6 +7,7 @@
 include/link-grammar/link-includes.h
 lib/liblink-grammar.la
 lib/pkgconfig/link-grammar.pc
+man/man1/link-generator.1
 man/man1/link-parser.1
 share/link-grammar/ady/4.0.affix
 share/link-grammar/ady/4.0.constituent-knowledge
diff -r be42295caa9c -r 455b3c8eee5c textproc/link-grammar/distinfo
--- a/textproc/link-grammar/distinfo    Sun May 16 19:01:36 2021 +0000
+++ b/textproc/link-grammar/distinfo    Sun May 16 19:57:35 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2021/02/26 18:02:24 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2021/05/16 19:57:35 gutteridge Exp $
 
-SHA1 (link-grammar-5.8.1.tar.gz) = 115376fe13fe63245d49efc69171668aa2f4bce5
-RMD160 (link-grammar-5.8.1.tar.gz) = 968e0ab2cf20aeef9332bce5e17f94ec0dc9c1f7
-SHA512 (link-grammar-5.8.1.tar.gz) = 0ef99d3ccb3d922a946f1f73b8b81cee9ece156886dab3367837e1e9f79944967da1391daf7f96ea5a95a0abdd346b642111a7939eb9aa079557c10b3efe8022
-Size (link-grammar-5.8.1.tar.gz) = 3791847 bytes
+SHA1 (link-grammar-5.9.1.tar.gz) = c6f345e6fa189e0095c4c7e707a8efb1746c0ee9
+RMD160 (link-grammar-5.9.1.tar.gz) = 658113bb0125a8fe8c6fa6d145dcd23a9e02d6bd
+SHA512 (link-grammar-5.9.1.tar.gz) = c8d8bc99ddd6f6190ebcb24fcafc79497c3eeab1deb3099691f55c735a0a607a8372a8dca5cd86ce7c20cd3a45e4f1cbf91bef39dc781a5b5a2246006b4f601e
+Size (link-grammar-5.9.1.tar.gz) = 3809872 bytes
 SHA1 (patch-aa) = 3be918c26b639442b56efab2e9416974f31969c5
 SHA1 (patch-configure) = 0131e74f9f51bb380ab91d1cfdba2600fcee131a
 SHA1 (patch-link-grammar_dict-common_regex-morph.c) = 664db3a9b552fcec0917198a3694cacedc9552b0



Home | Main Index | Thread Index | Old Index