pkgsrc/textproc/link-grammar/Makefile
gutteridge c91a4dac97 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
2021-10-29 21:11:25 +00:00

28 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.20 2021/10/29 21:11:25 gutteridge Exp $
DISTNAME= link-grammar-5.10.2
CATEGORIES= textproc
MASTER_SITES= https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.abisource.com/projects/link-grammar/
COMMENT= Syntactic parsing library
LICENSE= modified-bsd AND gnu-lgpl-v2.1
USE_LANGUAGES= c99 c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-java-bindings
CONFIGURE_ARGS+= --disable-python-bindings
PKGCONFIG_OVERRIDE+= link-grammar.pc.in
# 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
.include "../../devel/argp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"