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 Apr 23 15:05:44 UTC 2025

Modified Files:
        pkgsrc/devel/re2c: Makefile PLIST distinfo

Log Message:
re2c: updated to 4.2

4.2 (2025-04-23)

- Added Swift backend

- Added options:

  + ``--lang swift``
  + ``--computed-gotos-relative``

- Added configurations:

  + ``re2c:cgoto:relative``, ``re2c:computed-gotos:relative``
  + ``re2c:yyfn:throw``

- Added syntax file code templates:

  + ``code:cgoto``
  + ``code:cgoto_data``
  + ``code:yytarget_filter``
  + ``code:type_yyctable``

- Added syntax file conditionals:

  + ``.cgoto.relative``
  + ``.yyfn.throw``

- Added some C++ benchmarks without submatch extraction.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/re2c/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/re2c/PLIST
cvs rdiff -u -r1.27 -r1.28 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.34 pkgsrc/devel/re2c/Makefile:1.35
--- pkgsrc/devel/re2c/Makefile:1.34     Mon Feb 17 13:34:42 2025
+++ pkgsrc/devel/re2c/Makefile  Wed Apr 23 15:05:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2025/02/17 13:34:42 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/23 15:05:44 adam Exp $
 
-DISTNAME=      re2c-4.1
+DISTNAME=      re2c-4.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=skvadrik/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/devel/re2c/PLIST
diff -u pkgsrc/devel/re2c/PLIST:1.5 pkgsrc/devel/re2c/PLIST:1.6
--- pkgsrc/devel/re2c/PLIST:1.5 Tue Dec 31 14:56:27 2024
+++ pkgsrc/devel/re2c/PLIST     Wed Apr 23 15:05:44 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/12/31 14:56:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/23 15:05:44 adam Exp $
 bin/re2c
 bin/re2d
 bin/re2go
@@ -8,6 +8,7 @@ bin/re2js
 bin/re2ocaml
 bin/re2py
 bin/re2rust
+bin/re2swift
 bin/re2v
 bin/re2zig
 man/man1/re2c.1
@@ -19,6 +20,7 @@ man/man1/re2js.1
 man/man1/re2ocaml.1
 man/man1/re2py.1
 man/man1/re2rust.1
+man/man1/re2swift.1
 man/man1/re2v.1
 man/man1/re2zig.1
 share/re2c/stdlib/c
@@ -30,6 +32,7 @@ share/re2c/stdlib/js
 share/re2c/stdlib/ocaml
 share/re2c/stdlib/python
 share/re2c/stdlib/rust
+share/re2c/stdlib/swift
 share/re2c/stdlib/unicode_categories.re
 share/re2c/stdlib/v
 share/re2c/stdlib/zig

Index: pkgsrc/devel/re2c/distinfo
diff -u pkgsrc/devel/re2c/distinfo:1.27 pkgsrc/devel/re2c/distinfo:1.28
--- pkgsrc/devel/re2c/distinfo:1.27     Mon Feb 17 13:34:43 2025
+++ pkgsrc/devel/re2c/distinfo  Wed Apr 23 15:05:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/02/17 13:34:43 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/04/23 15:05:44 adam Exp $
 
-BLAKE2s (re2c-4.1.tar.xz) = 2d2d681e63e49c853dc8fe86cf0f00c33b52a50eb410547e8ed525c58208b1cb
-SHA512 (re2c-4.1.tar.xz) = 161cb10d2fe3bf0e1dbb9496644b77bdf0b4869458e1c8340a7593447a026f067facc4c752c7cbc4007107a0bf33dc6b6aa598bbfd4e1dd6edd4c9f9ad4a5832
-Size (re2c-4.1.tar.xz) = 1812048 bytes
+BLAKE2s (re2c-4.2.tar.xz) = d1cd6ba18f1efd7ca62702270317dab15b105a0edcf3733d94ab6f8299daf0fd
+SHA512 (re2c-4.2.tar.xz) = c3e32c8c7b283a795784196e3163640eef86eecc6118611bc241384e262c2df106799df230b4fa3240b8be21163d7a0f97e32b6d725354a4fdbacf7b1fe793fb
+Size (re2c-4.2.tar.xz) = 1838068 bytes



Home | Main Index | Thread Index | Old Index