| Port details |
- srell Std::regex-like regular expression template library for C++
- 2026.01 devel
=0 4.070Version of this port present on the latest quarterly branch. - Maintainer: alven@FreeBSD.org
 - Port Added: 2025-09-20 09:15:07
- Last Update: 2026-04-12 19:24:14
- Commit Hash: 31390ee
- License: BSD2CLAUSE
- WWW:
- https://www.akenotsuki.com/misc/srell/en/
- Description:
- SRELL (std::regex-like library) is a Unicode-aware regular expression template
library for C++.
* Header-only and the same class design as std::regex
SRELL is a header-only template library 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).
* Unicode-specific implementation
SRELL has native support for Unicode.
* Consideration for ignore-case (icase) search
SRELL has been tuned up not to slow down remarkably when case-insensitive
(icase) search is performed.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/srell/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/srell
- pkg install srell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: srell
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1776021492
SHA256 (srell2026_01.zip) = fd9c70beb93abf21862caea4764df51a796d2e0aae0c0b14bb46fe47fb3c8dd7
SIZE (srell2026_01.zip) = 389568
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for srell-2026.01:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_srell
- USES:
- compiler:c++11-lang zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2026.01 12 Apr 2026 19:24:14
    |
Älven (alven)  |
devel/srell: Update 4.070 => 2026.01
Approved by: db@, yuri@ (Mentors, implicit) |
4.070 20 Sep 2025 09:13:00
    |
Älven (alven)  |
devel/srell: [NEW PORT] Std::regex-like regular expression template library for
C++
SRELL (std::regex-like library) is a Unicode-aware regular expression
template library for C++.
WWW: https://www.akenotsuki.com/misc/srell/en/
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52521 |
Number of commits found: 2
|