pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/link-grammar



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun May 16 19:57:35 UTC 2021

Modified Files:
        pkgsrc/textproc/link-grammar: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/link-grammar/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/link-grammar/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/link-grammar/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/link-grammar/Makefile
diff -u pkgsrc/textproc/link-grammar/Makefile:1.17 pkgsrc/textproc/link-grammar/Makefile:1.18
--- pkgsrc/textproc/link-grammar/Makefile:1.17  Fri Feb 26 18:02:24 2021
+++ pkgsrc/textproc/link-grammar/Makefile       Sun May 16 19:57:35 2021
@@ -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}/
 

Index: pkgsrc/textproc/link-grammar/PLIST
diff -u pkgsrc/textproc/link-grammar/PLIST:1.9 pkgsrc/textproc/link-grammar/PLIST:1.10
--- pkgsrc/textproc/link-grammar/PLIST:1.9      Mon Mar 30 23:20:20 2020
+++ pkgsrc/textproc/link-grammar/PLIST  Sun May 16 19:57:35 2021
@@ -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-features.h
 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

Index: pkgsrc/textproc/link-grammar/distinfo
diff -u pkgsrc/textproc/link-grammar/distinfo:1.13 pkgsrc/textproc/link-grammar/distinfo:1.14
--- pkgsrc/textproc/link-grammar/distinfo:1.13  Fri Feb 26 18:02:24 2021
+++ pkgsrc/textproc/link-grammar/distinfo       Sun May 16 19:57:35 2021
@@ -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