Port details |
- srell Std::regex-like regular expression template library for C++
- 4.070 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: alven@FreeBSD.org
 - Port Added: 2025-09-20 09:15:07
- Last Update: 2025-09-20 09:13:00
- Commit Hash: 7cdbc38
- 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 = 1758279311
SHA256 (srell4_070.zip) = 4523b6e3e8a5b82a0cbd13c8d2bd5a2e08afd7852ef74b2451ea57b75eb1b60f
SIZE (srell4_070.zip) = 390702
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-4.070:
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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|