summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-10-29 21:11:25 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-10-29 21:11:25 +0000
commit1814e61169aaee3ffdb5966f34438bcce5d6e328 (patch)
tree311695e351d0e6ab90eb127d3ed2f8e7e07bab5c /textproc
parent65f883c3269bf92dfdddbdb9adc9ee3ac664fc8f (diff)
downloadpkgsrc-1814e61169aaee3ffdb5966f34438bcce5d6e328.tar.gz
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 (limited to 'textproc')
-rw-r--r--textproc/link-grammar/Makefile4
-rw-r--r--textproc/link-grammar/PLIST3
-rw-r--r--textproc/link-grammar/distinfo9
-rw-r--r--textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c19
4 files changed, 8 insertions, 27 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile
index 8d3acb77062..84e307dda73 100644
--- a/textproc/link-grammar/Makefile
+++ b/textproc/link-grammar/Makefile
@@ -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 --git a/textproc/link-grammar/PLIST b/textproc/link-grammar/PLIST
index b0de89ef909..5648320e02a 100644
--- a/textproc/link-grammar/PLIST
+++ b/textproc/link-grammar/PLIST
@@ -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 --git a/textproc/link-grammar/distinfo b/textproc/link-grammar/distinfo
index 447c47b1e09..c20229af8ee 100644
--- a/textproc/link-grammar/distinfo
+++ b/textproc/link-grammar/distinfo
@@ -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 --git a/textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c b/textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c
deleted file mode 100644
index a1662f3e59c..00000000000
--- a/textproc/link-grammar/patches/patch-link-grammar_dict-common_regex-morph.c
+++ /dev/null
@@ -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)