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, Oct 19, 4:47 PM
Unknown Object (File)
Sat, Oct 18, 7:33 PM
Unknown Object (File)
Sat, Oct 18, 9:50 AM
Unknown Object (File)
Sat, Oct 18, 8:09 AM
Unknown Object (File)
Fri, Oct 17, 9:09 PM
Unknown Object (File)
Tue, Oct 14, 10:55 PM
Unknown Object (File)
Mon, Oct 13, 6:21 PM
Unknown Object (File)
Sun, Oct 12, 8:55 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 67157
Build 64040: 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