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
F132223353: D52521.id162464.diff
Tue, Oct 14, 10:55 PM
Unknown Object (File)
Mon, Oct 13, 6:21 PM
Unknown Object (File)
Sun, Oct 12, 8:55 PM
Unknown Object (File)
Sun, Oct 12, 5:46 PM
Unknown Object (File)
Sun, Oct 12, 9:22 AM
Unknown Object (File)
Sun, Oct 12, 9:22 AM
Unknown Object (File)
Sun, Oct 12, 9:22 AM
Unknown Object (File)
Sun, Oct 12, 9:21 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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++.Fri, Sep 19, 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.Sat, Sep 20, 8:02 AM