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.10.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/c42fb224ac36
branches: trunk
changeset: 768672:c42fb224ac36
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Oct 29 21:11:25 2021 +0000
description:
link-grammar: update to 5.10.2
Version 5.10.2 (16 Sept 2021)
* Fix python install path.
* Fix size in brand-new `link-generator` (hits 32-bit & ARM) #1247
Version 5.10.1 (7 Sept 2021)
* Fix perl bindings build fail. #1248
Version 5.10.0 (4 September 2021)
* Expanded English vocabulary
* Support dictionary "#define allow-duplicate-words true". #1204
* Fix crash for sentences containing wildcard words. #1206
* Connector names starting with "ID" are no longer reserved. #1208
* Connector names starting with underbar are reserved for internal use.
* ".I" subscripts are no longer reserved; "._" subscripts are reserved.
These last three changes introduce linkage incompatibilities.
* Fix parsing with nulls when using an sqlite3 dictionary.
* Fix regexes for NetBSD when using libc regexes. #1223
* English dict: fix many "how?" questions.
* English dict: fix conditional sentences #1240
diffstat:
textproc/link-grammar/Makefile | 4 +-
textproc/link-grammar/PLIST | 3 +-
textproc/link-grammar/distinfo | 9 ++--
textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c | 19 ----------
4 files changed, 8 insertions(+), 27 deletions(-)
diffs (64 lines):
diff -r cdeb60a9f4cb -r c42fb224ac36 textproc/link-grammar/Makefile
--- a/textproc/link-grammar/Makefile Fri Oct 29 17:06:53 2021 +0000
+++ b/textproc/link-grammar/Makefile Fri Oct 29 21:11:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/05/16 20:14:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2021/10/29 21:11:25 gutteridge Exp $
-DISTNAME= link-grammar-5.9.1
+DISTNAME= link-grammar-5.10.2
CATEGORIES= textproc
MASTER_SITES= https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/
diff -r cdeb60a9f4cb -r c42fb224ac36 textproc/link-grammar/PLIST
--- a/textproc/link-grammar/PLIST Fri Oct 29 17:06:53 2021 +0000
+++ b/textproc/link-grammar/PLIST Fri Oct 29 21:11:25 2021 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.10 2021/05/16 19:57:35 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/10/29 21:11:25 gutteridge Exp $
bin/link-generator
bin/link-parser
include/link-grammar/dict-api.h
+include/link-grammar/dict-defines.h
include/link-grammar/dict-structures.h
include/link-grammar/link-features.h
include/link-grammar/link-includes.h
diff -r cdeb60a9f4cb -r c42fb224ac36 textproc/link-grammar/distinfo
--- a/textproc/link-grammar/distinfo Fri Oct 29 17:06:53 2021 +0000
+++ b/textproc/link-grammar/distinfo Fri Oct 29 21:11:25 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:22:18 nia Exp $
+$NetBSD: distinfo,v 1.17 2021/10/29 21:11:25 gutteridge Exp $
-BLAKE2s (link-grammar-5.9.1.tar.gz) = 608d061450089d9fdebbc21b84bca193389ca79eae9edf9ff1731b4294f42f5f
-SHA512 (link-grammar-5.9.1.tar.gz) = c8d8bc99ddd6f6190ebcb24fcafc79497c3eeab1deb3099691f55c735a0a607a8372a8dca5cd86ce7c20cd3a45e4f1cbf91bef39dc781a5b5a2246006b4f601e
-Size (link-grammar-5.9.1.tar.gz) = 3809872 bytes
+BLAKE2s (link-grammar-5.10.2.tar.gz) = 53cc356abedb3d13d5076f8998a3459538fa81df5744983d9878f31ffac772c2
+SHA512 (link-grammar-5.10.2.tar.gz) = 71bc881cb628fe1898403024d8e949b2fbf44f5d20445f6fff7bb6038646840556d734434beb7eb43b63f661e18333657deaeb1b8c96b50d5fe3b6ef727565c2
+Size (link-grammar-5.10.2.tar.gz) = 3853934 bytes
SHA1 (patch-aa) = 3be918c26b639442b56efab2e9416974f31969c5
SHA1 (patch-configure) = 0131e74f9f51bb380ab91d1cfdba2600fcee131a
-SHA1 (patch-link-grammar_dict-common_regex-morph.c) = 664db3a9b552fcec0917198a3694cacedc9552b0
diff -r cdeb60a9f4cb -r c42fb224ac36 textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c
--- a/textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c Fri Oct 29 17:06:53 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-link-grammar_dict-common_regex-morph.c,v 1.1 2021/02/26 18:02:24 ryoon Exp $
-
-* regex of NetBSD after 2021-02-26 requires REG_GNU flag to process
- GNU extensions.
-
---- link-grammar/dict-common/regex-morph.c.orig 2020-08-20 23:59:00.000000000 +0000
-+++ link-grammar/dict-common/regex-morph.c
-@@ -100,7 +100,11 @@ int compile_regexs(Regex_node *rn, Dicti
- #ifndef REG_ENHANCED
- #define REG_ENHANCED 0
- #endif
-+# if defined(REG_GNU)
-+ rc = regcomp(re, rn->pattern, REG_NOSUB|REG_EXTENDED|REG_ENHANCED|REG_GNU);
-+# else
- rc = regcomp(re, rn->pattern, REG_NOSUB|REG_EXTENDED|REG_ENHANCED);
-+# endif
- #endif
-
- if (rc)
Home |
Main Index |
Thread Index |
Old Index