Page MenuHomeFreeBSD

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

Authored by alven on Sun, Sep 14, 11:32 AM.
Tags
None
Referenced Files
F130935923: D52521.id.diff
Fri, Oct 3, 2:39 PM
F130909366: D52521.id161995.diff
Fri, Oct 3, 9:27 AM
F130881611: D52521.diff
Fri, Oct 3, 3:11 AM
Unknown Object (File)
Thu, Oct 2, 5:02 PM
Unknown Object (File)
Wed, Oct 1, 7:04 PM
Unknown Object (File)
Tue, Sep 30, 9:28 PM
Unknown Object (File)
Tue, Sep 30, 6:02 PM
Unknown Object (File)
Tue, Sep 30, 5:07 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
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++.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