Page MenuHomeFreeBSD

devel/srell: [NEW PORT] Std::regex-like regular expression template library for C++
ClosedPublic

Authored by alven on Sep 14 2025, 11:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 23, 7:22 PM
Unknown Object (File)
Tue, Nov 11, 11:44 PM
Unknown Object (File)
Tue, Nov 11, 8:28 PM
Unknown Object (File)
Fri, Nov 7, 7:18 PM
Unknown Object (File)
Fri, Nov 7, 7:18 PM
Unknown Object (File)
Thu, Nov 6, 6:20 AM
Unknown Object (File)
Tue, Nov 4, 12:08 AM
Unknown Object (File)
Mon, Nov 3, 3:17 PM
Subscribers
None

Details

Summary

SRELL (std::regex-like library) is a Unicode-aware regular expression
template library for C++.

WWW: https://www.akenotsuki.com/misc/srell/en/

Test Plan

make test
Results of tests: 305/305 (100.0%) passed. (20 skipped).

For every {amd64, i386} × {14.3, 13.5}:

  • Successful poudriere testport

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 67155
Build 64038: arc lint + arc unit

Event Timeline

alven created this revision.
devel/SRELL/Makefile
1 ↗(On Diff #161995)

Please change this to the lowercase 'srell'.
A lot of committers strongly dislike capital letters in port names other than Python ports. You'll get a lot of complaints.

Same for the directory name.

36 ↗(On Diff #161995)

Please add @.

devel/SRELL/pkg-descr
36 ↗(On Diff #161995)

It looks like pkgdescr is too long.
Doesn't 'portlint -C' complain?
It has the 24-line limit hardcoded.

alven retitled this revision from devel/SRELL: [NEW PORT] Std::regex-like regular expression template library for C++ to devel/srell: [NEW PORT] Std::regex-like regular expression template library for C++.Sep 19 2025, 11:26 AM
alven edited the test plan for this revision. (Show Details)

Fix MASTER_SITES and DISTNAME after lowercasing PORTNAME

Approved.

Thanks,
Yuri

This revision is now accepted and ready to land.Sep 20 2025, 8:02 AM