pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/re2c re2c: updated to 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/167455b20997
branches:  trunk
changeset: 315031:167455b20997
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 14 12:54:55 2018 +0000

description:
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.

diffstat:

 devel/re2c/Makefile |   8 ++++----
 devel/re2c/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r f7c381fdc6ed -r 167455b20997 devel/re2c/Makefile
--- a/devel/re2c/Makefile       Wed Nov 14 10:41:51 2018 +0000
+++ b/devel/re2c/Makefile       Wed Nov 14 12:54:55 2018 +0000
@@ -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 @@
 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 -r f7c381fdc6ed -r 167455b20997 devel/re2c/distinfo
--- a/devel/re2c/distinfo       Wed Nov 14 10:41:51 2018 +0000
+++ b/devel/re2c/distinfo       Wed Nov 14 12:54:55 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index