[Bug 284070] [NEW PORT] devel/SRELL: Std::regex-like regular expression template library for C++

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 15 Jan 2025 01:48:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284070

            Bug ID: 284070
           Summary: [NEW PORT] devel/SRELL: Std::regex-like regular
                    expression template library for C++
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://www.akenotsuki.com/misc/srell/en
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: alster@vinterdalen.se
 Attachment #256706 maintainer-approval+
             Flags:
             Flags: maintainer-feedback+

Created attachment 256706
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256706&action=edit
[PATCH] [NEW PORT] devel/SRELL: Std::regex-like regular expression template
library for C++

SRELL is a header-only template libarary and does not need any installation.
SRELL has an ECMAScript (JavaScript) compatible regular expression engine
wrapped into the same class design as std::regex. As APIs are compatible, SRELL
can be used in the same way as std::regex (or boost::regex on which std::regex
is based).

Poudriere testport: OK for [amd64 i386] * [142 141 134]

`make test` also OK

-- 
You are receiving this mail because:
You are the assignee for the bug.