Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/RE-flex RE-flex: Update to 2.1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f7b35c616f6
branches: trunk
changeset: 435626:0f7b35c616f6
user: scole <scole%pkgsrc.org@localhost>
date: Fri Jul 10 16:05:55 2020 +0000
description:
RE-flex: Update to 2.1.2
- Jun 29, 2020: 2.1.0 added Bison complete locations filename member access; added example Mini C compiler `minic` using RE/flex scanner with Bison 3.2 C++ complete locations, compiles C-like source
code to Java bytecode (class files); added fast fuzzy (approximate) regex matcher `reflex::FuzzyMatcher` derived from `reflex::Matcher`.
- Jul 8, 2020: 2.1.1 added `%option params` to extend `lex()`/`yylex()` parameters; updated AVX2 detection for SIMD optimizations.
- Jul 9, 2020: 2.1.2 minor change to fix MSVC++ compiler error.
diffstat:
devel/RE-flex/Makefile | 9 ++++-----
devel/RE-flex/PLIST | 4 +++-
devel/RE-flex/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 8a8b7625d17c -r 0f7b35c616f6 devel/RE-flex/Makefile
--- a/devel/RE-flex/Makefile Fri Jul 10 14:47:02 2020 +0000
+++ b/devel/RE-flex/Makefile Fri Jul 10 16:05:55 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2020/06/16 17:16:03 scole Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/10 16:05:55 scole Exp $
GITHUB_PROJECT= RE-flex
-GITHUB_TAG= v2.0.1
-DISTNAME= v2.0.1
+GITHUB_TAG= v2.1.2
+DISTNAME= ${GITHUB_TAG}
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
-PKGREVISION= 1
+
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
DIST_SUBDIR= ${GITHUB_PROJECT}
@@ -19,7 +19,6 @@
INSTALLATION_DIRS+= bin lib share/RE-flex include/reflex ${PKGMANDIR}/man1
-WRKSRC= ${WRKDIR}/RE-flex-2.0.1
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff -r 8a8b7625d17c -r 0f7b35c616f6 devel/RE-flex/PLIST
--- a/devel/RE-flex/PLIST Fri Jul 10 14:47:02 2020 +0000
+++ b/devel/RE-flex/PLIST Fri Jul 10 16:05:55 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/06/15 15:11:50 scole Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/07/10 16:05:55 scole Exp $
bin/reflex
include/reflex/abslexer.h
include/reflex/absmatcher.h
@@ -781,6 +781,8 @@
${PLIST.examples}share/RE-flex/examples/jdefs.l
${PLIST.examples}share/RE-flex/examples/json.l
${PLIST.examples}share/RE-flex/examples/jtokens.l
+${PLIST.examples}share/RE-flex/examples/minic.l
+${PLIST.examples}share/RE-flex/examples/minic.y
${PLIST.examples}share/RE-flex/examples/mmap.l
${PLIST.examples}share/RE-flex/examples/pdefs.l
${PLIST.examples}share/RE-flex/examples/ptokens.l
diff -r 8a8b7625d17c -r 0f7b35c616f6 devel/RE-flex/distinfo
--- a/devel/RE-flex/distinfo Fri Jul 10 14:47:02 2020 +0000
+++ b/devel/RE-flex/distinfo Fri Jul 10 16:05:55 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2020/06/15 15:11:50 scole Exp $
+$NetBSD: distinfo,v 1.2 2020/07/10 16:05:55 scole Exp $
-SHA1 (RE-flex/v2.0.1.tar.gz) = 839cd4f386bb39294f8a19e6967d7cd078fd1267
-RMD160 (RE-flex/v2.0.1.tar.gz) = ce9ae45dd5637d992617958f8b3408f6794a4eb1
-SHA512 (RE-flex/v2.0.1.tar.gz) = 6f02c67c9d27fd407866cc7843881acd9ea9b1d973efca6150d0a2fa6ee53e27f269409e5dde66065396e8334fdf912082d4c7780e2087e31a6cbc43c99f34d0
-Size (RE-flex/v2.0.1.tar.gz) = 5686909 bytes
+SHA1 (RE-flex/v2.1.2.tar.gz) = 45749b483149dfc76e532215c5e7775faff964a7
+RMD160 (RE-flex/v2.1.2.tar.gz) = 86b60c5e40b5510727ac38c7c4a3e7bb87721091
+SHA512 (RE-flex/v2.1.2.tar.gz) = bbd2bf3268120fb23741b2cfd2532343c0bf29289749b3864980054c4a9c4b9038f2140d830ba4754047a46eb341f2f4840d220f6091369e38557a3aaaf34c51
+Size (RE-flex/v2.1.2.tar.gz) = 5918065 bytes
SHA1 (patch-examples_gz.l) = 09e92adbd4f6aa0b8fa358d6c0fc4778a67209fd
SHA1 (patch-lib_Makefile.in) = d7ab58a8af42add67be3ba99d5e78db2a8299e00
SHA1 (patch-src_Makefile.in) = 5e624262cc0b6fe2126dd44865bad7d0d954cad3
Home |
Main Index |
Thread Index |
Old Index