diff options
author | adam <adam@pkgsrc.org> | 2018-11-14 12:54:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-14 12:54:55 +0000 |
commit | 9d55568e31cbcfd1a7db0543c0b8b215f2ba9f8e (patch) | |
tree | f69ea4c93c388c2db5ab9dc117cc034f12974fa0 | |
parent | 2d949c2e0b8837bf807811dfd7cb6cb8c9010dc4 (diff) | |
download | pkgsrc-9d55568e31cbcfd1a7db0543c0b8b215f2ba9f8e.tar.gz |
re2c: updated to 1.1.1
Version 1.1.1:
- Fixed: re2c '-V' throws 'std::out_of_range' (version to vernum conversion).
Version 1.1:
- Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm.
- Optimized GOR1 algorithm (computation of tagged epsilon-closure).
- Added option "--conditions" (an alias for "-c" and "--start-conditions").
- Fixed: Bugs with option: 're2c:flags:no-debug-info'.
- Reworked first part of TDFA paper.
-rw-r--r-- | devel/re2c/Makefile | 8 | ||||
-rw-r--r-- | devel/re2c/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/re2c/Makefile b/devel/re2c/Makefile index 893d2168b3a..d639b0d6ae5 100644 --- a/devel/re2c/Makefile +++ b/devel/re2c/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2017/12/21 07:57:10 adam Exp $ +# $NetBSD: Makefile,v 1.21 2018/11/14 12:54:55 adam Exp $ -DISTNAME= re2c-1.0.3 +DISTNAME= re2c-1.1.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=skvadrik/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -13,10 +13,10 @@ LICENSE= public-domain USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes +TEST_TARGET= check +# TODO: works only with Bash CHECK_PORTABILITY_SKIP= run_tests.sh.in REPLACE_SH+= run_tests.sh.in -TEST_TARGET= check - .include "../../mk/bsd.pkg.mk" diff --git a/devel/re2c/distinfo b/devel/re2c/distinfo index 663d0a4741f..c2d0e03b725 100644 --- a/devel/re2c/distinfo +++ b/devel/re2c/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/12/21 07:57:10 adam Exp $ +$NetBSD: distinfo,v 1.18 2018/11/14 12:54:55 adam Exp $ -SHA1 (re2c-1.0.3.tar.gz) = 46e2157542e86f11fd3d9cdb1971b704decdf83e -RMD160 (re2c-1.0.3.tar.gz) = bc5861f99da1b2d16af17b7afcc63a7a5dba4f8a -SHA512 (re2c-1.0.3.tar.gz) = 7b2a43828da872a957af88fb0a226e1936a45c8a1020ba1f6544b588aaa61dff8df40e84f9053c30ac8e17c41164e70627d57f5d3721a34b2aba7b1dbf25b6ae -Size (re2c-1.0.3.tar.gz) = 5806555 bytes +SHA1 (re2c-1.1.1.tar.gz) = a87eddf0d2d2cec0cf07517efe5cbdbd696cb6f4 +RMD160 (re2c-1.1.1.tar.gz) = dafab7c2320266aa34eed66aa33f5e76074c010b +SHA512 (re2c-1.1.1.tar.gz) = a6fe73611103588043748340976f0e6d07169a6546cb80627c0ccd2ceac83f362dbbf371530361d893537fd95deb19503b2c73c41ed40efe7787210d6c757397 +Size (re2c-1.1.1.tar.gz) = 5907416 bytes |