head 1.5; access; symbols pkgsrc-2026Q2:1.5.0.6 pkgsrc-2026Q2-base:1.5 pkgsrc-2026Q1:1.5.0.4 pkgsrc-2026Q1-base:1.5 pkgsrc-2025Q4:1.5.0.2 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.4.0.4 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.2 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.3.0.12 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.10 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.8 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.6 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.4 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3; locks; strict; comment @# @; 1.5 date 2025.09.29.21.57.06; author gutteridge; state Exp; branches; next 1.4; commitid eIEoeN85Bo7aQEcG; 1.4 date 2025.05.29.13.42.20; author ryoon; state Exp; branches; next 1.3; commitid l7cLee0IG51L3OWF; 1.3 date 2023.12.23.08.04.15; author zafer; state Exp; branches; next 1.2; commitid cVututbcETQ10zRE; 1.2 date 2023.12.11.16.32.19; author jperkin; state Exp; branches; next 1.1; commitid 9fK84ooqIjYgc4QE; 1.1 date 2023.10.15.06.39.25; author ryoon; state Exp; branches; next ; commitid fmnbv05WJ7ntKGIE; desc @@ 1.5 log @link-grammar, py-link-grammar: update to 5.12.8 Version 5.12.8 (26 September 2025) * Fix build break ... again! Not all compilers are happy with the fix. Version 5.12.7 (25 September 2025) * Fix build break due to obsolete AtomSpace API usage. Version 5.12.6 (29 August 2025) * Fix build break due to missing header file. @ text @# $NetBSD: Makefile.common,v 1.4 2025/05/29 13:42:20 ryoon Exp $ # # used by textproc/link-grammar/Makefile # used by textproc/py-link-grammar/Makefile DISTNAME= link-grammar-5.12.8 MASTER_SITES= https://www.gnucash.org/link-grammar/downloads/${PKGVERSION_NOREV}/ HOMEPAGE= https://opencog.github.io/link-grammar-website/ LICENSE= modified-bsd AND gnu-lgpl-v2.1 DISTINFO_FILE= ${.CURDIR}/../link-grammar/distinfo FILESDIR= ${.CURDIR}/../link-grammar/files PATCHDIR= ${.CURDIR}/../link-grammar/patches USE_LANGUAGES= c99 c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-java-bindings # Not all currently supported compilers provide this option. # The configure script purports to check whether the compiler # supports it, but doesn't do so correctly. BUILDLINK_TRANSFORM+= rm:-Wformat-signedness CPPFLAGS.SunOS+= -D__EXTENSIONS__ .include "../../devel/pcre2/buildlink3.mk" @ 1.4 log @textproc/link-grammar, py-link-grammar: Update to 5.12.5 Changelog: Version 5.12.5 (31 May 2024) * Bugfix tracon table size management. #1486 * Bugfix connector hashing for fewer hash collisions. #1487, #1528 * Bugfix python unit test for Thai on Apple. #1530 * New autogen.sh #1531 * Stop litering .lg_history in current directory. #1443 #1534 * MS Windows build fixes #1537 Version 5.12.4 (28 March 2024) * Minor English dict fixes. #1470 * Use correct guard macro for glibc heap functions. #1471 * MacOS build fix #1473 * Silence javascript build errors. #1377 * Reduce memory use, improve performance, via Parse_set. #1480 * Optimize solutions with cycles. #1481 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2023/12/23 08:04:15 zafer Exp $ d6 1 a6 1 DISTNAME= link-grammar-5.12.5 @ 1.3 log @update homepage and master site @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2023/12/11 16:32:19 jperkin Exp $ d6 2 a7 2 DISTNAME= link-grammar-5.12.3 MASTER_SITES= http://www.nl.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/ d9 1 a9 1 HOMEPAGE= http://www.nl.abisource.com/ @ 1.2 log @link-grammar: SunOS build fixes. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2023/10/15 06:39:25 ryoon Exp $ d7 1 a7 1 MASTER_SITES= https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/ d9 1 a9 1 HOMEPAGE= https://www.abisource.com/projects/link-grammar/ @ 1.1 log @link-grammar: Update to 5.12.3 * Split Makefile into Makefile and Makefile.common to use for upcomming py-link-grammar. Changelog: Version 5.12.3 (24 March 2023) * Assorted Atomese fixes. * Fix SAT-solver build breaks. * Add dictionary flag to disable built-in capitlization rules. #1468 Version 5.12.2 (9 March 2023) * Fix null-pointer deref in Atomese code. Version 5.12.1 (5 March 2023) * Assorted enhancements and fixes for the AtomSpace dictionary. #1362 * Fix missing HAVE_THREADS_H, affects Apple Homebrew. #1363 * Fix regex thread-safety issue. #1370 * Disable aspell; it leaks memory. #1373 * Deduplicate linkages when overflow forces random selection. #1378 #1396 * Fix direct dialect settings on connectors. #1382 * Cleanup dictionary backends. #1391 thru #1395 * English dict: paraphrasing fixes. #1398 * Report CPU time usage only for the current thread. #1399 * Extensive performance optimizations for MST dictionaries. #1402 * Remove old broken max-cost computations. #1456 Version 5.12.0 (26 Nov 2022) * Fix crash when using the Atomese dictionary backend. * Fix generation tokenization bug when dict has no unknown word token. * Major Atomese dictionary extensions, including generation support. * Minor tweaks to `any` uniform random parse tree language. * Include U+202F NARROW NO-BREAK SPACE as a space character. * Fix the various regexes so that they're thread-safe! #1354 * Maybe(?) fix FreeBSD missing -lstdthreads #1355 Version 5.11.0 (27 Sept 2022) * Prototype support for dictionary in the AtomSpace. * English dict: assorted missing nouns, verbs. #1289 * Performance improvements. #1309 * Fix Windows build break in 5.10.4, 5.10.5 fixed in #1313 * Fix "amy" language #1312 * Fix multilib systems, e.g. elf32-i386 #1314 * Corrected grapheme support for random morpheme sampling. #1315 * Thai language dictionary updates #1322 * Punctuation fixes #1331 * Affixes can now be specified with regexes #1334 * The regex library PCRE2 is required by default. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.21 2023/08/14 05:25:24 wiz Exp $ d28 2 @