pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/re2c



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 14 12:54:55 UTC 2018

Modified Files:
        pkgsrc/devel/re2c: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/re2c/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/re2c/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/re2c/Makefile
diff -u pkgsrc/devel/re2c/Makefile:1.20 pkgsrc/devel/re2c/Makefile:1.21
--- pkgsrc/devel/re2c/Makefile:1.20     Thu Dec 21 07:57:10 2017
+++ pkgsrc/devel/re2c/Makefile  Wed Nov 14 12:54:55 2018
@@ -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"

Index: pkgsrc/devel/re2c/distinfo
diff -u pkgsrc/devel/re2c/distinfo:1.17 pkgsrc/devel/re2c/distinfo:1.18
--- pkgsrc/devel/re2c/distinfo:1.17     Thu Dec 21 07:57:10 2017
+++ pkgsrc/devel/re2c/distinfo  Wed Nov 14 12:54:55 2018
@@ -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