Summary: | [NEW PORT] devel/SRELL: Std::regex-like regular expression template library for C++ | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Älven <alster> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | New --- | ||||||
Severity: | Affects Only Me | CC: | vvd | ||||
Priority: | --- | Flags: | alster:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://www.akenotsuki.com/misc/srell/en | ||||||
Attachments: |
|
P.S. do-test: likely could be rewritten better, I just can't do any better for now. Ready to hear how to improve this. What ports will use this library? (In reply to Vladimir Druzenko from comment #2) What ports will use this library? I made it for any port who would like to. |
Created attachment 256706 [details] [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